Started by user Achim Kraus Running as Achim Kraus Agent basic-shh07 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-shh07" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.californium.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-shh07" - 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-shh07" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.californium.svc.cluster.local/californium/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2" 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-californium" 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-shh07 (basic) in workspace /home/jenkins/agent/workspace/californium-3.3.x-nightly The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/californium.git > git init /home/jenkins/agent/workspace/californium-3.3.x-nightly # timeout=10 Fetching upstream changes from https://github.com/eclipse/californium.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/californium.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse fe9ec0934fda82728a9d419aa68431d6734eb118^{commit} # timeout=10 Checking out Revision fe9ec0934fda82728a9d419aa68431d6734eb118 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f fe9ec0934fda82728a9d419aa68431d6734eb118 # timeout=10 Commit message: "Enable DtlsRole.BOTH for cluster management." First time build. Skipping changelog. [californium-3.3.x-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Drevapi.skip=true -DuseToolchainJavadoc=true -Dno.net.i2p.crypto.eddsa=true clean install Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 38 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 38 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Parent [pom] [INFO] Californium (Cf) Custom Assembly Descriptors [jar] [INFO] Californium (Cf) BOM [pom] [INFO] Californium (Cf) Legal Documents [jar] [INFO] Californium (Cf) Demo Certificates [jar] [INFO] Californium (Cf) Element Connector [bundle] [INFO] Scandium (Sc) Core [bundle] [INFO] Californium (Cf) Element Connector TCP netty [bundle] [INFO] Californium (Cf) Core [bundle] [INFO] Cf-NAT [jar] [INFO] Cf-Unix-Health [bundle] [INFO] Cf-Cluster [bundle] [INFO] Cf-command-line-interface [bundle] [INFO] Cf-cli-tcp-netty [bundle] [INFO] Californium (Cf) Tests [pom] [INFO] Californium (Cf) Integration Tests [jar] [INFO] Californium (Cf) Interoperability Tests [jar] [INFO] Californium (Cf) Proxy2 [bundle] [INFO] Californium (Cf) OSGi [bundle] [INFO] Californium (Cf) Demo Applications [pom] [INFO] Cf-BenchmarkServer [jar] [INFO] Cf-ObserveBenchmarkClient [jar] [INFO] Cf-CoCoAClient [jar] [INFO] Cf-ExtendedPlugtestClient [jar] [INFO] Cf-PlugtestServer [jar] [INFO] Cf-ExtendedPlugtestServer [jar] [INFO] Cf-HelloWorldClient [jar] [INFO] Cf-HelloWorldServer [jar] [INFO] Cf-PlugtestChecker [jar] [INFO] Cf-PlugtestClient [jar] [INFO] Cf-ExampleCrossProxy2 [jar] [INFO] Cf-SecureServer [jar] [INFO] Cf-SimpleFileServer [jar] [INFO] Californium (Cf) Demo Setup for Unix [jar] [INFO] Sc-DTLS-Example-Client [jar] [INFO] Sc-DTLS-Example-Server [jar] [INFO] Cf-OSCORE [jar] [INFO] Cf-PubSub [jar] [INFO] [INFO] -------------------< org.eclipse.californium:parent >------------------- [INFO] Building Californium (Cf) Parent 3.3.1-SNAPSHOT [1/38] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ parent --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ parent --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ parent --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ parent --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ parent --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ parent --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ parent --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ parent --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ parent --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.3.1-SNAPSHOT/parent-3.3.1-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.californium:californium-assembly >------------ [INFO] Building Californium (Cf) Custom Assembly Descriptors 3.3.1-SNAPSHOT [2/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ californium-assembly --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-assembly --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-assembly --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-assembly --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-assembly --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-assembly --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ californium-assembly --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-assembly --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ californium-assembly --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/target/californium-assembly-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-assembly --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-assembly --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-assembly --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-assembly --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/target/californium-assembly-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.3.1-SNAPSHOT/californium-assembly-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.3.1-SNAPSHOT/californium-assembly-3.3.1-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.californium:cf-bom >------------------- [INFO] Building Californium (Cf) BOM 3.3.1-SNAPSHOT [3/38] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-bom --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-bom --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-bom --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-bom --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-bom --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-bom --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-bom --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-bom --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-bom --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-bom --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-bom --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-bom --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-bom --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.3.1-SNAPSHOT/cf-bom-3.3.1-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.californium:californium-legal >-------------- [INFO] Building Californium (Cf) Legal Documents 3.3.1-SNAPSHOT [4/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ californium-legal --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-legal --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-legal --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-legal --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-legal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ californium-legal --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-legal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ californium-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/californium-legal-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-legal --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-legal --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-legal --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/californium-legal-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.3.1-SNAPSHOT/californium-legal-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.3.1-SNAPSHOT/californium-legal-3.3.1-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.californium:demo-certs >----------------- [INFO] Building Californium (Cf) Demo Certificates 3.3.1-SNAPSHOT [5/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ demo-certs --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ demo-certs --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 42 resources to certs [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ demo-certs --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ demo-certs --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ demo-certs --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/demo-certs-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ demo-certs --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ demo-certs --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/demo-certs-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.3.1-SNAPSHOT/demo-certs-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.3.1-SNAPSHOT/demo-certs-3.3.1-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.californium:element-connector >-------------- [INFO] Building Californium (Cf) Element Connector 3.3.1-SNAPSHOT [6/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ element-connector --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ element-connector --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ element-connector --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ element-connector --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ element-connector --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ element-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ element-connector --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ element-connector --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ element-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ element-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ element-connector --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 54 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.util.DatagramWriterTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.californium.elements.util.DatagramWriterTest [INFO] Running org.eclipse.californium.elements.util.Base64Test [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.californium.elements.util.Base64Test [INFO] Running org.eclipse.californium.elements.util.StringUtilTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.elements.util.StringUtilTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilTrustTest [WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.187 s - in org.eclipse.californium.elements.util.SslContextUtilTrustTest [INFO] Running org.eclipse.californium.elements.util.BytesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.BytesTest [INFO] Running org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.357 s - in org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [INFO] Running org.eclipse.californium.elements.util.TimeStatisticTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.californium.elements.util.TimeStatisticTest [INFO] Running org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s - in org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest [INFO] Running org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Running org.eclipse.californium.elements.util.Asn1DerDecoderTest [WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.162 s - in org.eclipse.californium.elements.util.Asn1DerDecoderTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Running org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Running org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Running org.eclipse.californium.elements.EndpointContextUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.EndpointContextUtilTest [INFO] Running org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.UDPConnectorTest 08:05:30.257 WARN [UDPConnector]: UDPConnector (/127.0.0.1:8218) drops 0 bytes to 127.0.0.1:8219 (o.e.c.e.UDPConnector$Sender.work:511) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s - in org.eclipse.californium.elements.UDPConnectorTest [INFO] Running org.eclipse.californium.elements.auth.X509CertPathIdentityTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s - in org.eclipse.californium.elements.auth.X509CertPathIdentityTest [INFO] Running org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.004 s - in org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest [INFO] Running org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Running org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.config.ConfigurationTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.californium.elements.config.ConfigurationTest [INFO] Running org.eclipse.californium.elements.TlsEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.TlsEndpointContextMatcherTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 311, Failures: 0, Errors: 0, Skipped: 14 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ element-connector --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ element-connector --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:javadoc' has not been previously called for the module: 'org.eclipse.californium:californium-legal:jar:3.3.1-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:javadoc' has not been previously called for the module: 'org.eclipse.californium:demo-certs:jar:3.3.1-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.elements... Loading source files for package org.eclipse.californium.elements.auth... Loading source files for package org.eclipse.californium.elements.config... Loading source files for package org.eclipse.californium.elements.exception... Loading source files for package org.eclipse.californium.elements.util... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/AddressEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/Connector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/ConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/Definition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/Definitions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/DefinitionsEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/DtlsEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/EndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/EndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/EndpointContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/EndpointIdentityResolver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/MapBasedEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/MapBasedEndpointContext.Attributes.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/MessageCallback.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/PersistentConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/PrincipalEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/RawData.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/RawDataChannel.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/RelaxedDtlsEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/StrictDtlsEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/TcpEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/TcpEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/TlsEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/TlsEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/UDPConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/UdpEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/UdpEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/UdpMulticastConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/UdpMulticastConnector.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/AbstractExtensiblePrincipal.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/AdditionalInfo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/ExtensiblePrincipal.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/PreSharedKeyIdentity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/RawPublicKeyIdentity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/X509CertPath.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/BasicDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/BasicListDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/BooleanDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/CertificateAuthenticationMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/Configuration.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/Configuration.DefinitionsProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/Configuration.ModuleDefinitionsProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/DefinitionUtils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/DocumentedDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/DoubleDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/EnumDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/EnumListDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/FloatDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/IntegerDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/LongDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/PropertiesUtility.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/StringDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/StringSetDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/SystemConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/TcpConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/TimeDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/UdpConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/ValueException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/ConnectorException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/EndpointMismatchException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/EndpointUnconnectedException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/MulticastNotSupportedException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/VersionMismatchException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Asn1DerDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Asn1DerDecoder.Keys.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Base64.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Base64.InputStream.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Base64.OutputStream.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Bytes.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/CertPathUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/ClockUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/ClockUtil.Realtime.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/CounterStatisticManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/DaemonThreadFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/DatagramReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/DatagramWriter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/DataStreamReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/DataStreamReader.RangeInputStream.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/ExecutorsUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/FilteredLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/JceNames.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/JceProviderUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUsedCache.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUsedCache.EvictionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUsedCache.Predicate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUsedCache.Timestamped.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/NamedThreadFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/NetworkInterfacesUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/NoPublicAPI.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/NotForAndroid.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/PemReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/PublicAPIExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/PublicAPITypo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerialExecutor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerialExecutor.ExecutionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerializationUtil.SupportedVersions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerializationUtil.SupportedVersionsMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SimpleCounterStatistic.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SimpleCounterStatistic.AlignGroup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.Credentials.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.IncompleteCredentialsException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.InputStreamFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.KeyStoreType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.SimpleKeyStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/StandardCharsets.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Statistic.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Statistic.Scale.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/Statistic.Summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/StringUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/TimeStatistic.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/WipAPI.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UdpMulticastConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UdpMulticastConnector.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UdpEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UdpEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UDPConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/TlsEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/TlsEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/TcpEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/TcpEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/StrictDtlsEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/RelaxedDtlsEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/RawDataChannel.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/RawData.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/PrincipalEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/PersistentConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/MessageCallback.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/MapBasedEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/MapBasedEndpointContext.Attributes.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/EndpointIdentityResolver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/EndpointContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/EndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/EndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/DtlsEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/DefinitionsEndpointContextMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/Definitions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/Definition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/ConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/Connector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/AddressEndpointContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/X509CertPath.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/RawPublicKeyIdentity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/PreSharedKeyIdentity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/ExtensiblePrincipal.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/AdditionalInfo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/AbstractExtensiblePrincipal.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/ValueException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/UdpConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/TimeDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/TcpConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/SystemConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/StringSetDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/StringDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/PropertiesUtility.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/LongDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/IntegerDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/FloatDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/EnumListDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/EnumDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/DoubleDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/DocumentedDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/DefinitionUtils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/Configuration.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/Configuration.DefinitionsProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/Configuration.ModuleDefinitionsProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/CertificateAuthenticationMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/BooleanDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/BasicListDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/BasicDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/VersionMismatchException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/MulticastNotSupportedException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/EndpointUnconnectedException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/EndpointMismatchException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/ConnectorException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/WipAPI.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/TimeStatistic.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/StringUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Statistic.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Statistic.Summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Statistic.Scale.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/StandardCharsets.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.InputStreamFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.Credentials.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.IncompleteCredentialsException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.SimpleKeyStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.KeyStoreType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SimpleCounterStatistic.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SimpleCounterStatistic.AlignGroup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerializationUtil.SupportedVersions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerializationUtil.SupportedVersionsMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerialExecutor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerialExecutor.ExecutionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/PublicAPITypo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/PublicAPIExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/PemReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NotForAndroid.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NoPublicAPI.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NetworkInterfacesUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NamedThreadFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUsedCache.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUsedCache.Predicate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUsedCache.EvictionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUsedCache.Timestamped.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/JceProviderUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/JceNames.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/FilteredLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/ExecutorsUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DatagramWriter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DatagramReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DataStreamReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DataStreamReader.RangeInputStream.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DaemonThreadFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/CounterStatisticManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/ClockUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/ClockUtil.Realtime.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/CertPathUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Bytes.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Base64.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Base64.InputStream.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Base64.OutputStream.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Asn1DerDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Asn1DerDecoder.Keys.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/auth/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/config/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/exception/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/org/eclipse/californium/elements/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ element-connector --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ element-connector --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] ------------------< org.eclipse.californium:scandium >------------------ [INFO] Building Scandium (Sc) Core 3.3.1-SNAPSHOT [7/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scandium --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ scandium --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ scandium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ scandium --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ scandium --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scandium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scandium --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 149 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/classes [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[544,38] [deprecation] getHealthStatusIntervalMilliseconds() in DtlsConnectorConfig has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[1074,48] [deprecation] getHealthStatusIntervalMilliseconds() in DtlsConnectorConfig has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/DtlsManagedClusterConnector.java:[482,17] [deprecation] onInitializeHandshaker(Handshaker) in DTLSConnector has been deprecated [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ scandium --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ scandium --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scandium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scandium --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/test-classes [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/test/java/org/eclipse/californium/scandium/ConnectorHelper.java:[777,17] [deprecation] onInitializeHandshaker(Handshaker) in DTLSConnector has been deprecated [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:05:56.148 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:05:56.233 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:05:56.235 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:05:56.235 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.scandium.dtls.RecordCbcValidationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.RecordCbcValidationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:05:57.247 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:05:57.330 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:05:57.331 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:05:57.331 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [WARNING] Tests run: 99, Failures: 0, Errors: 0, Skipped: 33, Time elapsed: 0.172 s - in org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest [WARNING] Tests run: 110, Failures: 0, Errors: 0, Skipped: 33, Time elapsed: 0.123 s - in org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.045 s - in org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Running org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest Signatures: 14 over all, 5 ECDSA, 0 EdDSA. [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.023 s - in org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerHelloTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ServerHelloTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSContextTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.scandium.dtls.DTLSContextTest [INFO] Running org.eclipse.californium.scandium.dtls.ClientHelloTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ClientHelloTest [INFO] Running org.eclipse.californium.scandium.dtls.CertificateMessageTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.californium.scandium.dtls.CertificateMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordDecryptTest [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 48, Time elapsed: 0.58 s - in org.eclipse.californium.scandium.dtls.RecordDecryptTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.HelloExtensionsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.HelloExtensionsTest [INFO] Running org.eclipse.californium.scandium.dtls.PskPublicInformationTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.dtls.PskPublicInformationTest [INFO] Running org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest [INFO] Running org.eclipse.californium.scandium.dtls.CertificateRequestTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.dtls.CertificateRequestTest [INFO] Running org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.scandium.dtls.RecordTest [INFO] Running org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Running org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [WARNING] Tests run: 47, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.024 s - in org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [INFO] Running org.eclipse.californium.scandium.ClusterMacTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.ClusterMacTest [INFO] Running org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.144 s - in org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] Running org.eclipse.californium.scandium.auth.PrincipalSerializerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.auth.PrincipalSerializerTest [INFO] Running org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s - in org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 476, Failures: 0, Errors: 0, Skipped: 121 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:06:07.850 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:06:07.956 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:06:07.958 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:06:07.958 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest groups: 37, usable: 25, preferred: 2 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 s - in org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s - in org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest 08:06:13.269 ERROR [DirectDatagramSocketImpl]: destination port 8198 not available! (E50,T12) 127.0.0.1:8,192 ==> :8,198 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 08:06:13.270 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8198 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:2955) 08:06:17.162 WARN [drops]: DTLSConnector drops 1 outgoing bytes to [127.0.0.1:0] without destination-port [] (o.e.c.s.DTLSConnector.send:2483) [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.973 s - in org.eclipse.californium.scandium.DTLSConnectorTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.684 s - in org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Running org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.47 s - in org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Running org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest 08:06:52.786 ERROR [DirectDatagramSocketImpl]: destination port 8293 not available! (E791,T266) 127.0.0.1:8,294 ==> :8,293 [rec(27 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 08:06:57.055 ERROR [DirectDatagramSocketImpl]: destination port 8299 not available! (E854,T261) 127.0.0.1:8,300 ==> :8,299 [rec(27 bytes, Application Data (23), Epoch=1, RSeqNo=3)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 08:07:01.151 ERROR [DirectDatagramSocketImpl]: destination port 8308 not available! (E904,T261) 127.0.0.1:8,309 ==> :8,308 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 08:07:12.013 ERROR [DirectDatagramSocketImpl]: destination port 8323 not available! (E1,032,T261) 127.0.0.1:8,324 ==> :8,323 [rec(27 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.148 s - in org.eclipse.californium.scandium.DTLSConnectorAdvancedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ scandium --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ scandium --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.scandium... Loading source files for package org.eclipse.californium.scandium.auth... Loading source files for package org.eclipse.californium.scandium.config... Loading source files for package org.eclipse.californium.scandium.dtls... Loading source files for package org.eclipse.californium.scandium.dtls.cipher... Loading source files for package org.eclipse.californium.scandium.dtls.pskstore... Loading source files for package org.eclipse.californium.scandium.dtls.resumption... Loading source files for package org.eclipse.californium.scandium.dtls.x509... Loading source files for package org.eclipse.californium.scandium.util... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/AlertHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/ConnectionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/CookieGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterConnector.ClusterNodesProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterHealth.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DTLSConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DTLSConnector.Worker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealth.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealthExtended.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsManagedClusterConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/MdcConnectionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/ApplicationLevelInfoSupplier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/PrincipalSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsClusterConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsClusterConnectorConfig.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.DtlsRole.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.SignatureAndHashAlgorithmsDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConnectorConfig.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.AlertDescription.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.AlertLevel.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ApplicationMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateIdentityResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateRequest.ClientCertificateType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateVerificationResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateVerify.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ChangeCipherSpecMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ChangeCipherSpecMessage.CCSType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientCertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientHello.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CompressionMethod.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Connection.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionEvictedException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ContentType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsAeadConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsBlockConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSFlight.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsHandshakeTimeoutException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSSession.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhPskClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhPskServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHServerKeyExchange.EcdhData.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhSignedServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ExtendedMasterSecretExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ExtendedMasterSecretMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Finished.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/FragmentedHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/GenericHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeParameter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Handshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeResultHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtension.ExtensionType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtensions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloVerifyRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/InMemorySessionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MaxFragmentLengthExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MaxFragmentLengthExtension.Length.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MultiHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MultiNodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/NodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ProtocolVersion.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PSKClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PskPublicInformation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PskSecretResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PSKServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Random.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ReassemblingHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Record.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/RecordLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/RecordSizeLimitExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumingClientHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumingServerHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumptionSupportingConnectionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumptionVerificationResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerCertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHello.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHelloDone.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerNameExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAlgorithmsExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.HashAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.SignatureAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SingleNodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedEllipticCurvesExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedPointFormatsExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedPointFormatsExtension.ECPointFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/AeadBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CbcBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CCMBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.CertificateKeyAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.CipherType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.KeyExchangeAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.CertificateBasedMismatch.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.GeneralMismatch.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteSelector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/DefaultCipherSuiteSelector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/InvalidMacException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/PseudoRandomFunction.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/PseudoRandomFunction.Label.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/RandomManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCertificateFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCrypto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCrypto.Factory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCryptoMap.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCryptoMap.Factory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyAgreement.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyPairGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalMac.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalMessageDigest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalSignature.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.SupportedGroup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.XDHPublicKeyApi.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedMultiPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedSinglePskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AsyncAdvancedPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/AsyncResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/ConnectionStoreResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/ResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncKeyManagerCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncNewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncNewAdvancedCertificateVerifier.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/CertificateConfigurationHelper.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/CertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/ConfigurationHelperSetup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/KeyManagerCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/NewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/SingleCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/StaticNewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/StaticNewAdvancedCertificateVerifier.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ListUtils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretIvParameterSpec.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerName.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerName.NameType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerNames.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/MdcConnectionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsManagedClusterConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealthExtended.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealth.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterHealth.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterConnector.ClusterNodesProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DTLSConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DTLSConnector.Worker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/CookieGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/ConnectionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/AlertHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/class-use/PrincipalSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/class-use/ApplicationLevelInfoSupplier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConnectorConfig.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.DtlsRole.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.SignatureAndHashAlgorithmsDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsClusterConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsClusterConnectorConfig.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedPointFormatsExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedPointFormatsExtension.ECPointFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedEllipticCurvesExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SingleNodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.HashAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.SignatureAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAlgorithmsExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerNameExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHelloDone.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHello.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerCertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumptionVerificationResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumptionSupportingConnectionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumingServerHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumingClientHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/RecordSizeLimitExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/RecordLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Record.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ReassemblingHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Random.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PskSecretResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PskPublicInformation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ProtocolVersion.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PSKServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PSKClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/NodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MultiNodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MultiHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MaxFragmentLengthExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MaxFragmentLengthExtension.Length.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/InMemorySessionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/InMemoryConnectionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloVerifyRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtensions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtension.ExtensionType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Handshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeResultHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeParameter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/GenericHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/FragmentedHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Finished.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ExtendedMasterSecretMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ExtendedMasterSecretExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhSignedServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhPskServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhPskClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHServerKeyExchange.EcdhData.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsHandshakeTimeoutException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsBlockConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsAeadConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSSession.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSFlight.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ContentType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionIdExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionEvictedException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Connection.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CompressionMethod.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientHello.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientCertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ChangeCipherSpecMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ChangeCipherSpecMessage.CCSType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateVerify.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateVerificationResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateRequest.ClientCertificateType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateIdentityResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ApplicationMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.AlertLevel.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.AlertDescription.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.SupportedGroup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.XDHPublicKeyApi.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalSignature.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalMessageDigest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalMac.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyPairGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyAgreement.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCryptoMap.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCryptoMap.Factory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCrypto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCrypto.Factory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCertificateFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/RandomManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/PseudoRandomFunction.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/PseudoRandomFunction.Label.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/InvalidMacException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/DefaultCipherSuiteSelector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteSelector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.GeneralMismatch.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.CertificateBasedMismatch.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.KeyExchangeAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.CipherType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.CertificateKeyAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CbcBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CCMBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/AeadBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AsyncAdvancedPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedSinglePskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedMultiPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/ResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/ConnectionStoreResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/AsyncResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/StaticNewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/StaticNewAdvancedCertificateVerifier.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/SingleCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/NewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/KeyManagerCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/ConfigurationHelperSetup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/CertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/CertificateConfigurationHelper.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncNewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncNewAdvancedCertificateVerifier.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncKeyManagerCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerNames.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerName.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerName.NameType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretIvParameterSpec.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ListUtils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/help-doc.html... 14 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:37: warning - Tag @see: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:37: warning - Tag @see: reference not found: ExtensionType#CONNECTION_ID_DEPRECATED [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#getReplacementType() [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#getReplacementType() [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#getReplacementType() [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#getReplacementType() [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:07:37.840 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:07:37.924 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:07:37.925 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:07:37.926 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 26, Time elapsed: 29.311 s - in org.eclipse.californium.scandium.DTLSConnectorHandshakeTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.558 s - in org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 177, Failures: 0, Errors: 0, Skipped: 26 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:08:16.970 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:08:17.079 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:08:17.080 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:08:17.080 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ scandium --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ scandium --- [INFO] Installing org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------< org.eclipse.californium:element-connector-tcp-netty >--------- [INFO] Building Californium (Cf) Element Connector TCP netty 3.3.1-SNAPSHOT [8/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ element-connector-tcp-netty --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ element-connector-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ element-connector-tcp-netty --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ element-connector-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpConnectorTest 08:08:24.288 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:08:24.370 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:08:24.371 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:08:24.372 INFO [JceProviderUtil]: JCE setup: null, ready. (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.362 s - in org.eclipse.californium.elements.tcp.netty.TcpConnectorTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.826 s - in org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.082 s - in org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.185 s - in org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.elements.tcp.netty... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/DatagramFramer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/DispatchHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpClientConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpServerConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsClientConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsServerConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsServerConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsClientConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpServerConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpClientConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/DispatchHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/DatagramFramer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ element-connector-tcp-netty --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.californium:californium-core >-------------- [INFO] Building Californium (Cf) Core 3.3.1-SNAPSHOT [9/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ californium-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 136 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/classes [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/ExtendedCoapStackFactory.java:[36,50] [deprecation] CoapStackFactory in org.eclipse.californium.core.network has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/ExtendedCoapStackFactory.java:[35,27] [deprecation] CoapStackFactory in org.eclipse.californium.core.network has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/stack/CongestionControlLayer.java:[164,14] [deprecation] CongestionStatisticLogger(String,int,TimeUnit,ScheduledExecutorService) in CongestionStatisticLogger has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/stack/CongestionControlLayer.java:[165,11] [deprecation] start() in CounterStatisticManager has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/stack/CongestionControlLayer.java:[172,16] [deprecation] stop() in CounterStatisticManager has been deprecated [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ californium-core --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ californium-core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.coap.UriQueryParameterTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.core.coap.UriQueryParameterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.coap.CoapTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.californium.core.coap.CoapTest [INFO] Running org.eclipse.californium.core.coap.BlockOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.coap.BlockOptionTest [INFO] Running org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Running org.eclipse.californium.core.coap.LinkFormatTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.californium.core.coap.LinkFormatTest [INFO] Running org.eclipse.californium.core.coap.MessageTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.core.coap.MessageTest [INFO] Running org.eclipse.californium.core.coap.RequestTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s - in org.eclipse.californium.core.coap.RequestTest [INFO] Running org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Running org.eclipse.californium.core.test.MaliciousClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.011 s - in org.eclipse.californium.core.test.MaliciousClientTest [INFO] Running org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Running org.eclipse.californium.core.test.OptionTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.test.OptionTest [INFO] Running org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.935 s - in org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Running org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Running org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Running org.eclipse.californium.core.network.serialization.DataSerializerTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.serialization.DataSerializerTest [INFO] Running org.eclipse.californium.core.network.serialization.DataParserTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.serialization.DataParserTest [INFO] Running org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Running org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Running org.eclipse.californium.core.network.stack.CoapStackTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.core.network.stack.CoapStackTest [INFO] Running org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Running org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Running org.eclipse.californium.core.network.UdpMatcherTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 s - in org.eclipse.californium.core.network.UdpMatcherTest [INFO] Running org.eclipse.californium.core.network.EndpointManagerTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.core.network.EndpointManagerTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest 08:09:04.964 WARN [InMemoryMessageIdProvider]: Destination address /224.0.1.187:5683 is a multicast address, please configure NetworkConfig to support multicast messaging (o.e.c.c.n.InMemoryMessageIdProvider.getTracker:146) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest [INFO] Running org.eclipse.californium.core.network.TcpMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s - in org.eclipse.californium.core.network.TcpMatcherTest [INFO] Running org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s - in org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Running org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.602 s - in org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.CoapEndpointTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.californium.core.network.CoapEndpointTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Running org.eclipse.californium.core.observe.ObservationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.observe.ObservationTest [INFO] Running org.eclipse.californium.core.server.CoapServerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.californium.core.server.CoapServerTest [INFO] Running org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Running org.eclipse.californium.core.multicast.MulticastTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.371 s - in org.eclipse.californium.core.multicast.MulticastTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 247, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest 0031: CON [MID=34097, T=8404CF7B7E6F33EA], GET, /test -----> 0136: CON [MID=34097, T=8404CF7B7E6F33EA], GET, /test -----> 1141: CON [MID=34098, T=6854A163E1E1E0BC], GET, /test -----> 1241: CON [MID=34098, T=6854A163E1E1E0BC], GET, /test -----> 0002: CON [MID=1234, T=8032E4BDD9B97615], GET, /test -----> 0005: <----- ACK [MID=1234] 0006: <----- ACK [MID=1234] 0008: <----- CON [MID=4711, T=8032E4BDD9B97615], 2.05 0009: ACK [MID=4711] -----> 0010: <----- CON [MID=4711, T=8032E4BDD9B97615], 2.05 0011: ACK [MID=4711] -----> 0011: <----- CON [MID=42, T=8032E4BDD9B97615], 2.05 0011: RST [MID=42] -----> 0012: CON [MID=4711, T=484C708E77311993], GET, /test -----> 0014: <----- ACK [MID=4711, T=484C708E77311993], 2.05 0014: <----- ACK [MID=4711, T=484C708E77311993], 2.05 0004: CON [MID=1234, T=44C589AE52C8AD5D], GET, /test -----> (drop) 0002: CON [MID=57581, T=C43D1BDB038962E9], GET, /test -----> 0103: CON [MID=57581, T=C43D1BDB038962E9], GET, /test -----> 0203: CON [MID=57581, T=C43D1BDB038962E9], GET, /test -----> 1205: CON [MID=57582, T=C84BE30DC07728DB], GET, /test -----> 1306: CON [MID=57582, T=C84BE30DC07728DB], GET, /test -----> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.18 s - in org.eclipse.californium.core.test.lockstep.DeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlTest 0003: NON [MID=2001, T=8803A0835CC346C5], GET, /test -----> 0003: NON [MID=2002, T=28FF6355BF0DEACF], GET, /test -----> 0004: NON [MID=2003, T=387EE9A6DEA4A09D], GET, /test -----> 1005: <----- NON [MID=1001, T=28FF6355BF0DEACF], 2.05 1007: NON [MID=2004, T=AC00118079279621], GET, /test -----> 1506: <----- NON [MID=1002, T=8803A0835CC346C5], 2.05 1506: <----- NON [MID=1003, T=387EE9A6DEA4A09D], 2.05 1506: <----- NON [MID=1004, T=AC00118079279621], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.648 s - in org.eclipse.californium.core.test.lockstep.CongestionControlTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveServerSideTest 0008: CON [MID=7001, T=0B], GET, /obs, observe(0) -----> 0012: <----- ACK [MID=7001, T=0B], 2.05, observe(0), ETags( 0013: Observe relation established[0001]) 0014: <----- NON [MID=18137, T=0B], 2.05, observe(1), ETags([0002]) 0014: <----- NON [MID=18138, T=0B], 2.05, observe(2), ETags([0003]) 0015: <----- NON [MID=18139, T=0B], 2.05, observe(3), ETags([0004])// Reject 1. notification (cancel observe) 0016: RST [MID=18137] -----> 0217: NON [MID=7001, T=0C], GET, /obs, 2:0/0/16, observe(0) -----> 0220: <----- NON [MID=23984, T=0C], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005]) 0223: NON [MID=7002, T=0C], GET, /obs, 2:1/0/16, ETags([0005]) -----> 0223: <----- NON [MID=23985, T=0C], 2.05, 2:1/0/16, ETags([0005]) 0223: Observe relation established 0224: <----- NON [MID=23986, T=0C], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006]) 0225: NON [MID=7003, T=0C], GET, /obs, 2:1/0/16, ETags([0006]) -----> 0225: <----- NON [MID=23987, T=0C], 2.05, 2:1/0/16, ETags([0006]) 0226: <----- CON [MID=23988, T=0C], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007]) 0227: ACK [MID=23988] -----> 0227: NON [MID=7004, T=0C], GET, /obs, 2:1/0/16, ETags([0007]) -----> 0228: <----- NON [MID=23989, T=0C], 2.05, 2:1/0/16, ETags([0007]) 0229: <----- NON [MID=23990, T=0C], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe) 0229: RST [MID=23990] -----> 0430: CON [MID=7001, T=0D], GET, /obs, observe(0) -----> 0431: <----- ACK [MID=7001, T=0D], 2.05, 2:0/1/32, observe(6), size2(80), ETags([0009]) 0431: Observe relation established 0431: CON [MID=7002, T=0E], GET, /obs, 2:1/0/32, ETags([0009]) -----> 0432: <----- ACK [MID=7002, T=0E], 2.05, 2:1/1/32, ETags([0009]) 0432: CON [MID=7003, T=0E], GET, /obs, 2:2/0/32, ETags([0009]) -----> 0433: <----- ACK [MID=7003, T=0E], 2.05, 2:2/0/32, ETags([0009]) 0433: === changed === 0434: <----- CON [MID=22831, T=0D], 2.05, 2:0/1/32, observe(7), size2(80), ETags([000A]) 0435: ACK [MID=22831] -----> 0435: CON [MID=7004, T=0F], GET, /obs, 2:1/0/32, ETags([000A]) -----> 0435: <----- ACK [MID=7004, T=0F], 2.05, 2:1/1/32, ETags([000A]) 0436: CON [MID=7005, T=0F], GET, /obs, 2:2/0/32, ETags([000A]) -----> 0436: <----- ACK [MID=7005, T=0F], 2.05, 2:2/0/32, ETags([000A]) 0437: === changed === 0437: <----- CON [MID=22832, T=0D], 2.05, 2:0/1/32, observe(8), size2(80), ETags([000B])// Reject notification (cancel observe) 0438: RST [MID=22832] -----> 0655: NON [MID=7001, T=10], GET, /obs, observe(0) -----> 0656: <----- NON [MID=29765, T=10], 2.05, observe(8), ETags([000C]) 0656: Observe relation established 0657: <----- NON [MID=29766, T=10], 2.05, observe(9), ETags([000D]) 0658: <----- CON [MID=29767, T=10], 2.05, observe(10), ETags([000E]) 0658: ACK [MID=29767] -----> 0759: <----- NON [MID=29768, T=10], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe) 0760: RST [MID=29768] -----> 08:09:25.010 WARN [BaseCoapStack]: error send response NON-2.05 MID=40680, Token=11, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 0852192055" (o.e.c.c.n.s.BaseCoapStack.sendResponse:118) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 1034: CON [MID=7001, T=11], GET, /obs, observe(0) -----> 1035: <----- ACK [MID=7001, T=11], 2.05, observe(11), ETags([0010]) 1035: // Observe relation established 1036: <----- NON [MID=40679, T=11], 2.05, observe(12), ETags([0011]) 1037: (should be dropped by error) NON [MID=40680, T=11], 2.05, observe(13), ETags([0012]) 1038: (dropped) <--- NON [MID=40680, T=11], 2.05, observe(13), ETags([0012]) 1137: <----- NON [MID=40681, T=11], 2.05, observe(14), ETags([0013]) 1138: // Reject 1. notification (cancel observe) 1138: RST [MID=40679] -----> 1264: CON [MID=7001, T=12], GET, /obs, observe(0) -----> 1265: <----- ACK [MID=7001, T=12], 2.05, observe(14), ETags([0014]) 1265: Observe relation established 1265: <----- CON [MID=46848, T=12], 2.05, observe(15), ETags([0015])// lost 1466: <----- CON [MID=46848, T=12], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe) 1467: RST [MID=46848] -----> 1667: CON [MID=7001, T=13], GET, /obs, observe(0) -----> 1668: <----- ACK [MID=7001, T=13], 2.05, observe(15), ETags([0016]) 1668: Observe relation established 1669: <----- CON [MID=29129, T=13], 2.05, observe(16), ETags([0017])// lost 1870: <----- CON [MID=29129, T=13], 2.05, observe(16), ETags([0017])// lost (1. retransmission) 2071: <----- CON [MID=29130, T=13], 2.05, observe(17), ETags([0018])// lost (2. retransmission) 2271: <----- CON [MID=29131, T=13], 2.05, observe(18), ETags([0019])// lost (3. retransmission) 2472: <----- CON [MID=29131, T=13], 2.05, observe(18), ETags([0019])// lost (4. retransmission) 2675: CON [MID=7001, T=14], GET, /obs, observe(0) -----> 2675: <----- ACK [MID=7001, T=14], 2.05, observe(18), ETags([001A]) 2675: Observe relation established 2676: <----- NON [MID=5850, T=14], 2.05, observe(19), ETags([001B]) 2677: <----- NON [MID=5851, T=14], 2.05, observe(20), ETags([001C]) 2677: <----- CON [MID=5852, T=14], 2.05, observe(21), ETags([001D]) 2678: ACK [MID=5852] -----> 2678: <----- NON [MID=5853, T=14], 2.05, observe(22), ETags([001E]) 2679: <----- CON [MID=5854, T=14], 2.05, observe(23), ETags([001F]) // lost 2879: <----- CON [MID=5854, T=14], 2.05, observe(23), ETags([001F]) // lost 3080: <----- CON [MID=5854, T=14], 2.05, observe(23), ETags([001F]) // lost 3280: <----- CON [MID=5854, T=14], 2.05, observe(23), ETags([001F]) // lost 3481: <----- CON [MID=5854, T=14], 2.05, observe(23), ETags([001F]) // lost 3684: CON [MID=7001, T=15], GET, /obs, observe(0) -----> 3685: <----- ACK [MID=7001, T=15], 2.05, observe(23), ETags([0020]) 3685: Observe relation established 3685: === changed === 3686: <----- CON [MID=53427, T=15], 2.05, 2:0/1/32, observe(24), size2(80), ETags([0021]) 3686: ACK [MID=53427] -----> 3686: CON [MID=7002, T=16], GET, /obs, 2:1/0/32, ETags([0021]) -----> 3687: <----- ACK [MID=7002, T=16], 2.05, 2:1/1/32, ETags([0021]) 08:09:27.809 WARN [BaseCoapStack]: error send response NON-2.05 MID=34582, Token=17, OptionSet={"ETag":0x0024, "Observe":26}, "Second notification 9399002570" (o.e.c.c.n.s.BaseCoapStack.sendResponse:118) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 3838: CON [MID=7001, T=17], GET, /obs, observe(0) -----> 3839: <----- ACK [MID=7001, T=17], 2.05, observe(24), ETags([0022]) 3839: // Observe relation established 3839: <----- NON [MID=34581, T=17], 2.05, observe(25), ETags([0023]) 3840: (should be dropped by error) NON [MID=34582, T=17], 2.05, observe(26), ETags([0024]) 3840: (dropped) <--- NON [MID=34582, T=17], 2.05, observe(26), ETags([0024]) 3940: // Reject 1. notification (cancel observe) 3941: RST [MID=34581] -----> 4067: CON [MID=7001, T=18], GET, /obs, observe(0) -----> 4067: <----- ACK [MID=7001, T=18], 2.05, observe(26), ETags([0025]) 4067: Observe relation established 4068: <----- NON [MID=38184, T=18], 2.05, observe(27), ETags([0026]) 4068: <----- CON [MID=38185, T=18], 2.05, observe(28), ETags([0027]) 4269: <----- CON [MID=38186, T=18], 2.05, observe(29), ETags([0028]) 4469: <----- CON [MID=38187, T=18], 2.05, observe(30), ETags([0029]) 4670: <----- CON [MID=38187, T=18], 2.05, observe(30), ETags([0029]) 4871: <----- CON [MID=38188, T=18], 2.05, observe(31), ETags([002A]) 4871: server cancels observe relation 5074: CON [MID=7001, T=19], GET, /obs, observe(0) -----> 5074: <----- ACK [MID=7001, T=19], 2.05, observe(31), ETags([002B]) 5074: Observe relation established 5075: CON [MID=7001, T=19], GET, /obs, observe(0) -----> 5076: <----- ACK [MID=7001, T=19], 2.05, observe(31), ETags([002B]) 5227: CON [MID=7001, T=1A], GET, /obs, observe(0) -----> 5227: <----- ACK [MID=7001] 5227: <----- NON [MID=38712, T=1A], 2.05, observe(31), ETags([002C]) 5228: Observe relation established 5228: CON [MID=7001, T=1A], GET, /obs, observe(0) -----> 5228: <----- ACK [MID=7001] 5229: <----- NON [MID=38712, T=1A], 2.05, observe(31), ETags([002C]) 5229: CON [MID=7002, T=1A], GET, /obs, observe(1) -----> 5230: <----- ACK [MID=7002] 5230: <----- CON [MID=38713, T=1A], 2.05, ETags([002D]) 5231: ACK [MID=38713] -----> [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.45 s - in org.eclipse.californium.core.test.lockstep.ObserveServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest 0004: CON [MID=17001, T=1B], GET, /con -----> 0004: <----- ACK [MID=17001] 0005: <----- CON [MID=56764, T=1B], 2.05 0005: ACK [MID=56764] -----> 0003: CON [MID=17001, T=1C], GET, /con -----> 0003: <----- ACK [MID=17001] 0004: <----- CON [MID=11493, T=1C], 2.05 0204: <----- CON [MID=11493, T=1C], 2.05 0205: ACK [MID=11493] -----> 0003: CON [MID=17001, T=1D], GET, /con -----> 0003: <----- ACK [MID=17001] 0004: <----- CON [MID=45538, T=1D], 2.05 0205: <----- CON [MID=45538, T=1D], 2.05 0003: CON [MID=17001, T=1E], GET, /ack -----> 0003: <----- ACK [MID=17001, T=1E], 2.05 0004: CON [MID=17001, T=1E], GET, /ack -----> 0004: <----- ACK [MID=17001, T=1E], 2.05 0002: CON [MID=17001, T=1F], GET, /con -----> 0003: <----- ACK [MID=17001] 0003: (drop) <--- CON [MID=14728, T=1F], 2.05 0003: CON [MID=17001, T=20], GET, /con -----> 0003: <----- ACK [MID=17001] 0003: <----- CON [MID=22778, T=20], 2.05 0004: CON [MID=17001, T=20], GET, /con -----> 0004: <----- ACK [MID=17001] 0004: <----- CON [MID=22778, T=20], 2.05 0004: ACK [MID=22778] -----> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s - in org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest [INFO] Running org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest 0004: CON [MID=2345, T=0001], GET, /test/CON -----> 0004: <----- ACK [MID=2345] 0005: <----- CON [MID=56614, T=0001], 2.05 0005: CON [MID=2345, T=0001], GET, /test/CON -----> 0005: <----- ACK [MID=2345] 0005: <----- CON [MID=56614, T=0001], 2.05 1006: <----- CON [MID=56614, T=0001], 2.05 1007: ACK [MID=56614] -----> 1007: CON [MID=2346, T=0001], GET, /test/CON -----> 1007: <----- ACK [MID=2346] 1007: <----- CON [MID=56615, T=0001], 2.05 1008: ACK [MID=56615] -----> 1510: CON [MID=1234, T=0000], GET, /test -----> 1510: <----- ACK [MID=1234, T=0000], 2.05 1611: CON [MID=1234, T=0000], GET, /test -----> 1611: <----- ACK [MID=1234, T=0000], 2.05 1612: CON [MID=1235, T=0000], GET, /test -----> 1612: <----- ACK [MID=1235, T=0000], 2.05 2114: CON [MID=2345, T=0001], GET, /test/NON -----> 2115: <----- ACK [MID=2345] 2115: <----- NON [MID=9211, T=0001], 2.05 2115: CON [MID=2345, T=0001], GET, /test/NON -----> 2115: <----- ACK [MID=2345] 2116: <----- NON [MID=9211, T=0001], 2.05 2116: CON [MID=2346, T=0001], GET, /test/NON -----> 2116: <----- ACK [MID=2346] 2117: <----- NON [MID=9212, T=0001], 2.05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.615 s - in org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest 0002: CON [MID=31316, T=E469D45E4BF1031C], PUT, /test, 1:0/1/128, size1(290) -----> 0003: <----- ACK [MID=31316, T=E469D45E4BF1031C], 2.31, 1:0/1/128 0004: CON [MID=31317, T=E469D45E4BF1031C], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=31317, T=E469D45E4BF1031C], 2.31, 1:1/1/32 0004: CON [MID=31318, T=E469D45E4BF1031C], PUT, /test, 1:8/1/32 -----> 0005: <----- ACK [MID=31318, T=E469D45E4BF1031C], 2.31, 1:8/1/32 0005: CON [MID=31319, T=E469D45E4BF1031C], PUT, /test, 1:9/0/32 -----> 0006: <----- ACK [MID=31319, T=E469D45E4BF1031C], 2.04, 1:9/0/32 0002: CON [MID=20015, T=C05FC3D262F6A280], GET, /test, 2:2/0/128 -----> 0002: <----- ACK [MID=20015, T=C05FC3D262F6A280], 2.05, 2:2/0/128 0002: CON [MID=51783, T=4C256A899CA59585], GET, /test, 2:0/0/64 -----> 0003: <----- ACK [MID=51783, T=4C256A899CA59585], 2.05, 2:0/1/64, size2(170) 0003: CON [MID=51784, T=4C256A899CA59585], GET, /test, 2:1/0/64 -----> 0004: <----- ACK [MID=51784, T=4C256A899CA59585], 2.05, 2:1/1/64 0004: CON [MID=51785, T=4C256A899CA59585], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=51785, T=4C256A899CA59585], 2.05, 2:2/0/64 0001: CON [MID=40748, T=283629DDF92479C6], GET, /test -----> 0002: <----- ACK [MID=40748, T=283629DDF92479C6], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0002: CON [MID=40749, T=283629DDF92479C6], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=40749, T=283629DDF92479C6], 2.05, 2:1/1/128, ETags([0001]) 0003: CON [MID=40750, T=283629DDF92479C6], GET, /test, 2:2/0/128 -----> 0004: <----- ACK [MID=40750, T=283629DDF92479C6], 2.05, 2:2/0/128, ETags([0001]) 0001: CON [MID=18201, T=5040C6AAD6B44E06], PUT, /test -----> 0002: <----- ACK [MID=18201, T=5040C6AAD6B44E06], 4.13, 1:0/0/64 0002: CON [MID=18202, T=5040C6AAD6B44E06], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=18202, T=5040C6AAD6B44E06], 2.31, 1:0/1/64 0003: CON [MID=18203, T=5040C6AAD6B44E06], PUT, /test, 1:1/0/64 -----> 0004: <----- ACK [MID=18203, T=5040C6AAD6B44E06], 2.04, 1:1/0/64 0002: CON [MID=44905, T=A4975746D772A7BD], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=44905, T=A4975746D772A7BD], 2.31, 1:0/1/256 0003: CON [MID=44906, T=A4975746D772A7BD], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=44906, T=A4975746D772A7BD], 2.31, 1:1/1/256 0004: CON [MID=44907, T=A4975746D772A7BD], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=44907, T=A4975746D772A7BD], 2.04, 1:2/0/256 0001: Establish observe relation to test1 0002: CON [MID=8518, T=2F66DBBF1EE5E090], GET, /test1, observe(0) -----> 0003: <----- ACK [MID=8518, T=2F66DBBF1EE5E090], 2.05, 2:0/1/128, observe(62350), size2(300) 0003: CON [MID=8519, T=FC78F1E94856F604], GET, /test1, 2:1/0/128 -----> 0004: <----- ACK [MID=8519, T=FC78F1E94856F604], 2.05, 2:1/1/128 0004: CON [MID=8520, T=FC78F1E94856F604], GET, /test1, 2:2/0/128 -----> 0005: <----- ACK [MID=8520, T=FC78F1E94856F604], 2.05, 2:2/0/128 0005: ... time passes ... 0005: <----- CON [MID=8001, T=2F66DBBF1EE5E090], 2.05, 2:0/1/128, observe(62354), size2(280) 0006: ACK [MID=8001] -----> 0006: CON [MID=8521, T=643D049D9C6693F1], GET, /test1, 2:1/0/128 -----> 0007: <----- ACK [MID=8521, T=643D049D9C6693F1], 2.05, 2:1/1/128 0007: CON [MID=8522, T=643D049D9C6693F1], GET, /test1, 2:2/0/128 -----> 0007: <----- ACK [MID=8522, T=643D049D9C6693F1], 2.05, 2:2/0/128 0007: ... time passes ... 0008: <----- CON [MID=8002, T=2F66DBBF1EE5E090], 2.05, 2:0/1/128, observe(17), size2(290) 0008: ACK [MID=8002] -----> 0008: CON [MID=8523, T=9CB0F1A3BE3CE73E], GET, /test1, 2:1/0/128 -----> 0009: Server sends third notification during transfer 0009: <----- CON [MID=8003, T=2F66DBBF1EE5E090], 2.05, 2:0/1/128, observe(19), size2(290) 0009: <----- ACK [MID=8523, T=9CB0F1A3BE3CE73E], 2.05, 2:1/1/128 0009: ACK [MID=8003] -----> 0009: CON [MID=8524, T=A417CA223A6E472A], GET, /test1, 2:1/0/128 -----> 0010: Send old notification during transfer 0010: <----- CON [MID=8004, T=2F66DBBF1EE5E090], 2.05, 2:0/1/128, observe(18), size2(290) 0010: <----- ACK [MID=8524, T=A417CA223A6E472A], 2.05, 2:1/1/128 0010: ACK [MID=8004] -----> 0010: CON [MID=8525, T=A417CA223A6E472A], GET, /test1, 2:2/0/128 -----> 0011: <----- ACK [MID=8525, T=A417CA223A6E472A], 2.05, 2:2/0/128 0001: CON [MID=4861, T=4C8078FFED20C2A4], PUT, /test -----> 0002: <----- ACK [MID=4861, T=4C8078FFED20C2A4], 4.13 0002: CON [MID=4862, T=4C8078FFED20C2A4], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=4862, T=4C8078FFED20C2A4], 4.13, 1:0/1/32 0003: CON [MID=4863, T=4C8078FFED20C2A4], PUT, /test, 1:0/1/32, size1(128) -----> 0004: <----- ACK [MID=4863, T=4C8078FFED20C2A4], 2.31, 1:0/1/32 0004: CON [MID=4864, T=4C8078FFED20C2A4], PUT, /test, 1:1/1/32 -----> 0005: <----- ACK [MID=4864, T=4C8078FFED20C2A4], 2.31, 1:1/1/32 0005: CON [MID=4865, T=4C8078FFED20C2A4], PUT, /test, 1:2/1/32 -----> 0005: <----- ACK [MID=4865, T=4C8078FFED20C2A4], 2.31, 1:2/1/32 0006: CON [MID=4866, T=4C8078FFED20C2A4], PUT, /test, 1:3/0/32 -----> 0006: <----- ACK [MID=4866, T=4C8078FFED20C2A4], 2.04, 1:3/0/32 0001: CON [MID=62125, T=FC39F590A00F1BB9], GET, /test -----> 0002: <----- ACK [MID=62125, T=FC39F590A00F1BB9], 2.05, 2:0/1/256, size2(300) 0002: CON [MID=62126, T=FC39F590A00F1BB9], GET, /test, 2:2/0/128 -----> // lost 0202: CON [MID=62126, T=FC39F590A00F1BB9], GET, /test, 2:2/0/128 -----> 0203: <----- ACK [MID=62126, T=FC39F590A00F1BB9], 2.05, 2:2/0/128 0003: CON [MID=29058, T=D0DDDD9F7938ADD7], GET, /test -----> 0004: <----- ACK [MID=29058, T=D0DDDD9F7938ADD7], 2.05, 2:0/1/128 0004: CON [MID=29059, T=D0DDDD9F7938ADD7], GET, /test, 2:1/0/128 -----> 0204: CON [MID=29059, T=D0DDDD9F7938ADD7], GET, /test, 2:1/0/128 -----> 0002: CON [MID=21153, T=58AA7031D96A2DFF], GET, /test -----> 0003: <----- ACK [MID=21153, T=58AA7031D96A2DFF], 2.05, 2:0/1/128 0003: CON [MID=21154, T=58AA7031D96A2DFF], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=21154, T=58AA7031D96A2DFF], 2.05, 2:1/1/128 0004: CON [MID=21155, T=58AA7031D96A2DFF], GET, /test, 2:2/0/128 -----> 0005: <----- ACK [MID=21155] 0002: CON [MID=37103, T=680A663396056F43], PUT, /test, 1:0/1/128, size1(138) -----> 0003: <----- ACK [MID=37103, T=680A663396056F43], 4.13, 1:0/0/64 0003: CON [MID=37104, T=680A663396056F43], PUT, /test, 1:0/1/64, size1(138) -----> 0004: <----- ACK [MID=37104, T=680A663396056F43], 2.31, 1:0/1/64 0004: CON [MID=37105, T=680A663396056F43], PUT, /test, 1:1/1/64 -----> 0005: <----- ACK [MID=37105, T=680A663396056F43], 2.31, 1:1/1/64 0005: CON [MID=37106, T=680A663396056F43], PUT, /test, 1:2/0/64 -----> 0006: <----- ACK [MID=37106, T=680A663396056F43], 2.04, 1:2/0/64 0001: CON [MID=24483, T=F8A313183C3F9C11], GET, /test -----> 0002: <----- ACK [MID=24483, T=F8A313183C3F9C11], 2.05, 2:0/1/128 0003: CON [MID=24484, T=F8A313183C3F9C11], GET, /test, 2:1/0/128 -----> 0004: CON [MID=24485, T=302BEE5959830AA0], GET, /test -----> 0005: <----- ACK [MID=24485, T=302BEE5959830AA0], 2.05, 2:0/1/128 0005: CON [MID=24486, T=302BEE5959830AA0], GET, /test, 2:1/0/128 -----> 0006: <----- ACK [MID=24484, T=F8A313183C3F9C11], 2.05, 2:1/0/128 0006: <----- ACK [MID=24486, T=302BEE5959830AA0], 2.05, 2:1/0/128 0002: CON [MID=42346, T=2C3DD7768250BDEA], GET, /test -----> 0002: <----- ACK [MID=42346, T=2C3DD7768250BDEA], 2.05, 2:0/1/128 0003: CON [MID=42347, T=2C3DD7768250BDEA], GET, /test, 2:1/0/128 -----> 0203: CON [MID=42347, T=2C3DD7768250BDEA], GET, /test, 2:1/0/128 -----> 0229: <----- ACK [MID=42347, T=2C3DD7768250BDEA], 2.05, 2:1/1/128 0229: CON [MID=42348, T=2C3DD7768250BDEA], GET, /test, 2:2/0/128 -----> 0430: CON [MID=42348, T=2C3DD7768250BDEA], GET, /test, 2:2/0/128 -----> 0456: <----- ACK [MID=42348, T=2C3DD7768250BDEA], 2.05, 2:2/0/128 0456: // next transfer 0457: CON [MID=42349, T=00DAABF9200EDBB8], GET, /test -----> 0457: <----- ACK [MID=42349, T=00DAABF9200EDBB8], 2.05, 2:0/1/128 0458: CON [MID=42350, T=00DAABF9200EDBB8], GET, /test, 2:1/0/128 -----> 0658: CON [MID=42350, T=00DAABF9200EDBB8], GET, /test, 2:1/0/128 -----> 0684: <----- ACK [MID=42350, T=00DAABF9200EDBB8], 2.05, 2:1/1/128 0684: CON [MID=42351, T=00DAABF9200EDBB8], GET, /test, 2:2/0/128 -----> 0885: CON [MID=42351, T=00DAABF9200EDBB8], GET, /test, 2:2/0/128 -----> 0910: <----- ACK [MID=42351, T=00DAABF9200EDBB8], 2.05, 2:2/0/128 0002: CON [MID=15122, T=8C24F8ED7FDE33FC], PUT, /test, 1:0/1/128, size1(260) -----> 0003: <----- ACK [MID=15122, T=8C24F8ED7FDE33FC], 2.31, 1:0/0/128 0003: CON [MID=15123, T=8C24F8ED7FDE33FC], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=15123, T=8C24F8ED7FDE33FC], 4.13, 1:1/0/64 0002: CON [MID=24757, T=D840B98A681ACC51], PUT, /test, 1:0/1/128, size1(200) -----> 0004: <----- ACK [MID=24757, T=D840B98A681ACC51], 2.31, 1:0/1/32 0004: CON [MID=24758, T=D840B98A681ACC51], PUT, /test, 1:4/1/32 -----> 0004: <----- ACK [MID=24758, T=D840B98A681ACC51], 2.31, 1:4/1/32 0005: CON [MID=24759, T=D840B98A681ACC51], PUT, /test, 1:5/1/32 -----> 0005: <----- ACK [MID=24759, T=D840B98A681ACC51], 2.31, 1:5/1/32 0006: CON [MID=24760, T=D840B98A681ACC51], PUT, /test, 1:6/0/32 -----> 0006: <----- ACK [MID=24760, T=D840B98A681ACC51], 2.04, 1:6/0/32 0002: CON [MID=14605, T=380912897BCDD88B], GET, /test, 2:0/0/64 -----> 0002: <----- ACK [MID=14605, T=380912897BCDD88B], 2.05, 2:0/1/64, size2(170) 0003: CON [MID=14606, T=380912897BCDD88B], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=14605, T=380912897BCDD88B], 2.05, 2:0/1/64, size2(170) 0203: CON [MID=14606, T=380912897BCDD88B], GET, /test, 2:1/0/64 -----> 0204: <----- ACK [MID=14606, T=380912897BCDD88B], 2.05, 2:1/1/64 0205: CON [MID=14607, T=380912897BCDD88B], GET, /test, 2:2/0/64 -----> 0206: <----- ACK [MID=14607, T=380912897BCDD88B], 2.05, 2:2/0/64 0002: CON [MID=13190, T=90877B75566E5A74], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=13190, T=90877B75566E5A74], 2.31, 1:1/0/128 0003: CON [MID=13191, T=90877B75566E5A74], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=13191] 0002: CON [MID=34170, T=B41BFE202A952F55], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=34170, T=B41BFE202A952F55], 2.31, 1:0/1/128 0003: CON [MID=34171, T=B41BFE202A952F55], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=34171, T=B41BFE202A952F55], 2.31, 1:1/1/128 0004: CON [MID=34172, T=B41BFE202A952F55], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=34172, T=B41BFE202A952F55], 4.08 0002: CON [MID=31061, T=6CB65C2786C4A5F3], PUT, /test -----> 0003: <----- ACK [MID=31061, T=6CB65C2786C4A5F3], 4.13, size1(90) 0003: CON [MID=31062, T=6CB65C2786C4A5F3], PUT, /test, 1:0/1/64, size1(128) -----> 0004: <----- ACK [MID=31062, T=6CB65C2786C4A5F3], 2.31, 1:0/1/64 0004: CON [MID=31063, T=6CB65C2786C4A5F3], PUT, /test, 1:1/0/64 -----> 0005: <----- ACK [MID=31063, T=6CB65C2786C4A5F3], 2.04, 1:1/0/64 0002: CON [MID=26927, T=74FBCE8A0AA154F1], PUT, /test, 1:0/1/128, size1(1034) -----> 0003: <----- ACK [MID=26927, T=74FBCE8A0AA154F1], 4.13, size1(1024) 0002: CON [MID=55125, T=58CB86FE5C9B700E], PUT, /test, 1:0/1/128, size1(300) -----> 0003: CON [MID=55126, T=60465262344B4EF9], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=55125, T=58CB86FE5C9B700E], 2.31, 1:0/1/128 0004: <----- ACK [MID=55126, T=60465262344B4EF9], 2.31, 1:0/1/128 0004: CON [MID=55127, T=60465262344B4EF9], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=55127, T=60465262344B4EF9], 2.31, 1:1/1/128 0005: CON [MID=55128, T=60465262344B4EF9], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=55128, T=60465262344B4EF9], 2.04 0002: CON [MID=33451, T=9C2CECCBA7139E59], POST, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=33451, T=9C2CECCBA7139E59], 2.31, 1:0/1/128 0003: CON [MID=33452, T=9C2CECCBA7139E59], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=33452, T=9C2CECCBA7139E59], 2.31, 1:1/1/128 0004: CON [MID=33453, T=9C2CECCBA7139E59], POST, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=33453, T=9C2CECCBA7139E59], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0005: CON [MID=33454, T=9C2CECCBA7139E59], POST, /test, 2:1/0/128 -----> 0006: <----- ACK [MID=33454, T=9C2CECCBA7139E59], 2.04, 2:1/1/128, ETags([0001]) 0006: CON [MID=33455, T=9C2CECCBA7139E59], POST, /test, 2:2/0/128 -----> 0007: <----- ACK [MID=33455, T=9C2CECCBA7139E59], 2.04, 2:2/1/128, ETags([0001]) 0008: CON [MID=33456, T=9C2CECCBA7139E59], POST, /test, 2:3/0/128 -----> 0008: <----- ACK [MID=33456, T=9C2CECCBA7139E59], 2.04, 2:3/0/128, ETags([0001]) 0001: CON [MID=29054, T=28FF7C9661D1233B], PUT, /test, 1:0/1/128, size1(138) -----> 0002: <----- ACK [MID=29054, T=28FF7C9661D1233B], 4.13, 1:0/0/128 0001: CON [MID=45551, T=C869721EAA650D47], GET, /test -----> 0002: <----- ACK [MID=45551, T=C869721EAA650D47], 2.05, 2:0/1/128, size2(300) 0002: CON [MID=45552, T=C869721EAA650D47], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=45552, T=C869721EAA650D47], 2.05, 2:1/1/128 0004: CON [MID=45553, T=C869721EAA650D47], GET, /test, 2:2/0/128 (should be dropped by error) 0004: CON [MID=45553, T=C869721EAA650D47], GET, /test, 2:2/0/128 -----> (dropped) 0002: CON [MID=45452, T=9CF777841E92D9FE], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=45452, T=9CF777841E92D9FE], 2.31, 1:1/0/128 0003: CON [MID=45453, T=9CF777841E92D9FE], PUT, /test, 1:1/1/128 -----> 0002: CON [MID=64052, T=08555343ADFC9022], GET, /test -----> 0002: <----- ACK [MID=64052, T=08555343ADFC9022], 2.05, 2:0/1/128 0003: CON [MID=64053, T=08555343ADFC9022], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=64053, T=08555343ADFC9022], 2.05, 2:1/1/128 0003: CON [MID=64054, T=08555343ADFC9022], GET, /test, 2:2/0/128 -----> 0002: CON [MID=31584, T=586FCD12B4C0E6C3], PUT, /test, 1:0/1/128, size1(250) -----> 0003: <----- ACK [MID=31584, T=586FCD12B4C0E6C3], 2.31, 1:0/0/128 0003: CON [MID=31585, T=586FCD12B4C0E6C3], PUT, /test, 1:1/0/128 -----> 0004: <----- ACK [MID=31585, T=586FCD12B4C0E6C3], 4.13, 1:1/0/64 08:09:36.162 WARN [BlockwiseLayer]: cannot process next block request, aborting request! (o.e.c.c.n.s.BlockwiseLayer.sendNextBlock:1076) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0010: CON [MID=35978, T=2090C28213AD7D92], PUT, /test, 1:0/1/128, size1(300) -----> 0012: <----- ACK [MID=35978, T=2090C28213AD7D92], 2.31, 1:0/1/128 0012: CON [MID=35979, T=2090C28213AD7D92], PUT, /test, 1:1/1/128 -----> 0013: <----- ACK [MID=35979, T=2090C28213AD7D92], 2.31, 1:1/1/128 0013: CON [MID=35980, T=2090C28213AD7D92], PUT, /test, 1:2/0/128 (should be dropped by error) 0013: CON [MID=35980, T=2090C28213AD7D92], PUT, /test, 1:2/0/128 -----> (dropped) 0002: CON [MID=46920, T=04EB3B0CE70F7455], GET, /test -----> 0002: <----- ACK [MID=46920, T=04EB3B0CE70F7455], 2.05, 2:0/1/128, size2(1034) 0001: CON [MID=30045, T=208381452614E65E], PUT, /test -----> 0002: <----- ACK [MID=30045, T=208381452614E65E], 4.13 0002: CON [MID=30046, T=208381452614E65E], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=30046, T=208381452614E65E], 2.31, 1:0/1/64 0003: CON [MID=30047, T=208381452614E65E], PUT, /test, 1:1/0/64 -----> 0004: <----- ACK [MID=30047, T=208381452614E65E], 2.04, 1:1/0/64 0002: CON [MID=54945, T=BC84CE543469421A], GET, /test -----> 0002: <----- ACK [MID=54945, T=BC84CE543469421A], 2.05, 2:0/1/128 0002: CON [MID=54946, T=BC84CE543469421A], GET, /test, 2:1/0/128 -----> 0203: CON [MID=54946, T=BC84CE543469421A], GET, /test, 2:1/0/128 -----> 0228: <----- ACK [MID=54946, T=BC84CE543469421A], 2.05, 2:1/1/128 0229: CON [MID=54947, T=BC84CE543469421A], GET, /test, 2:2/0/128 -----> 0429: CON [MID=54947, T=BC84CE543469421A], GET, /test, 2:2/0/128 -----> 0003: CON [MID=46833, T=CCF9B8465713F710], PUT, /test -----> 0003: <----- ACK [MID=46833, T=CCF9B8465713F710], 4.13 0004: CON [MID=46834, T=CCF9B8465713F710], PUT, /test, 1:0/1/64, size1(128) -----> 0004: <----- ACK [MID=46834, T=CCF9B8465713F710], 4.13 0001: CON [MID=40024, T=C43F50250F7CCCE9], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=40024, T=C43F50250F7CCCE9], 2.31, 1:0/1/128 0002: CON [MID=40025, T=C43F50250F7CCCE9], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=40025, T=C43F50250F7CCCE9], 2.31, 1:1/1/128 0003: CON [MID=40026, T=C43F50250F7CCCE9], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=40026, T=C43F50250F7CCCE9], 2.04, 1:2/0/128 0001: CON [MID=62728, T=F024921AEBA98B31], PUT, /test, 1:0/1/128, size1(400) -----> 0002: <----- ACK [MID=62728, T=F024921AEBA98B31], 2.31, 1:1/0/128 0002: CON [MID=62729, T=F024921AEBA98B31], PUT, /test, 1:1/1/128 -----> 0203: CON [MID=62729, T=F024921AEBA98B31], PUT, /test, 1:1/1/128 -----> 0228: <----- ACK [MID=62729, T=F024921AEBA98B31], 2.31, 1:2/0/128 0228: CON [MID=62730, T=F024921AEBA98B31], PUT, /test, 1:2/1/128 -----> 0429: CON [MID=62730, T=F024921AEBA98B31], PUT, /test, 1:2/1/128 -----> [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.489 s - in org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest 0002: Sending Observe Request to client 1 ... 0002: Server send Observe response to client 1. 0003: CON [MID=11800, T=2154AC7B3EC74BFB], GET, /test, observe(0) -----> 0004: <----- ACK [MID=11800] 0004: <----- CON [MID=8001, T=2154AC7B3EC74BFB], 2.05, observe(101) 0004: ACK [MID=8001] -----> 0055: Relation established with client 1 1055: Server send Observe response to client 2. 1056: <----- CON [MID=8002, T=2154AC7B3EC74BFB], 2.05, observe(102) 1056: ACK [MID=8002] -----> 1057: Response received 1057: 1057: Server send Observe response to client 1. 1057: <----- CON [MID=8003, T=2154AC7B3EC74BFB], 2.05, observe(103) 1058: ACK [MID=8003] -----> 1058: Response received 1058: 1058: Cancel Observation. 1058: 1058: Server send Observe response to client 1. 1059: <----- CON [MID=8004, T=2154AC7B3EC74BFB], 2.05, observe(104) 1059: RST [MID=8004] -----> 1059: 1059: Server send Observe response to client 2. 1059: <----- CON [MID=8005, T=2154AC7B3EC74BFB], 2.05, observe(104) 1059: RST [MID=8005] -----> 0002: Sending Observe Request to client 1 ... 0002: Server send Observe response to client 1. 0002: CON [MID=37057, T=916DD2AD169D57F4], GET, /test, observe(0) -----> 0003: <----- ACK [MID=37057, T=916DD2AD169D57F4], 2.05, 2:0/1/16, observe(100) 0003: CON [MID=37058, T=684D81D550F58B59], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=37058, T=684D81D550F58B59], 2.05, 2:1/1/16 0004: CON [MID=37059, T=684D81D550F58B59], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=37059, T=684D81D550F58B59], 2.05, 2:2/0/16 0005: Relation established with client 1 0005: Server send Observe response to client 2. 0006: <----- CON [MID=8001, T=916DD2AD169D57F4], 2.05, 2:0/1/16, observe(101) 0006: ACK [MID=8001] -----> 0007: CON [MID=15463, T=E0312EEE26BEB827], GET, /test, 2:1/0/16 -----> 0007: <----- ACK [MID=15463, T=E0312EEE26BEB827], 2.05, 2:1/1/16 0007: CON [MID=15464, T=E0312EEE26BEB827], GET, /test, 2:2/0/16 -----> 0008: <----- ACK [MID=15464, T=E0312EEE26BEB827], 2.05, 2:2/0/16 0008: Response received 0008: 0008: Server send Observe response to client 1. 0009: <----- CON [MID=8002, T=916DD2AD169D57F4], 2.05, 2:0/1/16, observe(102) 0009: ACK [MID=8002] -----> 0009: CON [MID=37060, T=600743ABF14A512B], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=37060, T=600743ABF14A512B], 2.05, 2:1/1/16 0010: CON [MID=37061, T=600743ABF14A512B], GET, /test, 2:2/0/16 -----> 0011: <----- ACK [MID=37061, T=600743ABF14A512B], 2.05, 2:2/0/16 0002: Sending Observe Request to client 1 ... 0002: Server send Observe response to client 1. 0002: CON [MID=1956, T=27E40720500A4152], GET, /test, observe(0) -----> 0003: <----- ACK [MID=1956] 0003: <----- CON [MID=8001, T=27E40720500A4152], 2.05, observe(101) 0003: ACK [MID=8001] -----> 0004: Relation established with client 1 0004: Server send Observe response to client 2. 0004: <----- CON [MID=8002, T=27E40720500A4152], 2.05, observe(102) 0004: ACK [MID=8002] -----> 0005: Response received 0005: 0005: Server send Observe response to client 1. 0005: <----- CON [MID=8003, T=27E40720500A4152], 2.05, observe(103) 0005: ACK [MID=8003] -----> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s - in org.eclipse.californium.core.test.lockstep.ClusteringTest [INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest 0003: NON [MID=39734, T=90D6A574ABE56CED], POST, /test, 1:0/1/16, size1(20) -----> 0004: <----- NON [MID=63995, T=90D6A574ABE56CED], 2.31, 1:0/1/16 0005: NON [MID=39735, T=90D6A574ABE56CED], POST, /test, 1:1/0/16 -----> 0006: <----- NON [MID=63996, T=90D6A574ABE56CED], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0006: NON [MID=39736, T=90D6A574ABE56CED], POST, /test, 2:1/0/16 -----> 0007: <----- NON [MID=63997, T=90D6A574ABE56CED], 2.01, 2:1/1/16 0007: NON [MID=39737, T=90D6A574ABE56CED], POST, /test, 2:2/0/16 -----> 0007: <----- NON [MID=63998, T=90D6A574ABE56CED], 2.01, 2:2/0/16 0141: CON [MID=39738, T=69480021ED92D734], GET, /test, observe(0) -----> 0142: <----- ACK [MID=39738, T=69480021ED92D734], 2.05, observe(0) 0339: <----- NON [MID=63999, T=69480021ED92D734], 2.05, observe(1) 0539: <----- NON [MID=64000, T=69480021ED92D734], 2.05, observe(2) 0739: <----- NON [MID=64001, T=69480021ED92D734], 2.05, observe(3) 0739: RST [MID=64001] -----> 0797: CON [MID=39739, T=206E10CD20F61059], POST, /test, 1:0/1/16, size1(20) -----> 0798: <----- ACK [MID=39739, T=206E10CD20F61059], 2.31, 1:0/1/16 0798: CON [MID=39740, T=206E10CD20F61059], POST, /test, 1:1/0/16 -----> 0799: <----- ACK [MID=39740, T=206E10CD20F61059], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0799: CON [MID=39741, T=206E10CD20F61059], POST, /test, 2:1/0/16 -----> 0800: <----- ACK [MID=39741, T=206E10CD20F61059], 2.01, 2:1/1/16 0800: CON [MID=39742, T=206E10CD20F61059], POST, /test, 2:2/0/16 -----> 0801: <----- ACK [MID=39742, T=206E10CD20F61059], 2.01, 2:2/0/16 0930: CON [MID=39743, T=94688D133C35C6D1], GET, /test -----> 0931: <----- ACK [MID=39743] 0931: <----- CON [MID=64002, T=94688D133C35C6D1], 2.05 0931: ACK [MID=64002] -----> 1060: NON [MID=39744, T=88503EA6BC55BDD0], GET, /test -----> 1061: <----- NON [MID=64003, T=88503EA6BC55BDD0], 2.05 1190: CON [MID=39745, T=AB2F8F8C6A62C053], GET, /test, observe(0) -----> 1191: <----- ACK [MID=39745, T=AB2F8F8C6A62C053], 2.05, 2:0/1/16, observe(3), size2(40) 1191: CON [MID=39746, T=148CB6CC1F851A71], GET, /test, 2:1/0/16 -----> 1192: <----- ACK [MID=39746, T=148CB6CC1F851A71], 2.05, 2:1/1/16 1192: CON [MID=39747, T=148CB6CC1F851A71], GET, /test, 2:2/0/16 -----> 1193: <----- ACK [MID=39747, T=148CB6CC1F851A71], 2.05, 2:2/0/16 1791: <----- NON [MID=64004, T=AB2F8F8C6A62C053], 2.05, 2:0/1/16, observe(4), size2(40) 1791: CON [MID=39748, T=10AA878035CE8393], GET, /test, 2:1/0/16 -----> 1792: <----- ACK [MID=39748, T=10AA878035CE8393], 2.05, 2:1/1/16 1792: CON [MID=39749, T=10AA878035CE8393], GET, /test, 2:2/0/16 -----> 1793: <----- ACK [MID=39749, T=10AA878035CE8393], 2.05, 2:2/0/16 2391: <----- NON [MID=64005, T=AB2F8F8C6A62C053], 2.05, 2:0/1/16, observe(5), size2(40) 2391: CON [MID=39750, T=A8D8C74EA8D9BEF4], GET, /test, 2:1/0/16 -----> 2392: <----- ACK [MID=39750, T=A8D8C74EA8D9BEF4], 2.05, 2:1/1/16 2392: CON [MID=39751, T=A8D8C74EA8D9BEF4], GET, /test, 2:2/0/16 -----> 2393: <----- ACK [MID=39751, T=A8D8C74EA8D9BEF4], 2.05, 2:2/0/16 2394: CON [MID=39752, T=AB2F8F8C6A62C053], GET, /test, observe(1) -----> 2395: <----- ACK [MID=39752, T=AB2F8F8C6A62C053], 2.05, 2:0/1/16, size2(40) 2395: CON [MID=39753, T=AB2F8F8C6A62C053], GET, /test, 2:1/0/16 -----> 2396: <----- ACK [MID=39753, T=AB2F8F8C6A62C053], 2.05, 2:1/1/16 2396: CON [MID=39754, T=AB2F8F8C6A62C053], GET, /test, 2:2/0/16 -----> 2397: <----- ACK [MID=39754, T=AB2F8F8C6A62C053], 2.05, 2:2/0/16 2527: CON [MID=39755, T=FB1FAA95CFCBE6B1], GET, /test, observe(0) -----> 2528: <----- ACK [MID=39755, T=FB1FAA95CFCBE6B1], 2.05, observe(5) 2727: <----- NON [MID=64006, T=FB1FAA95CFCBE6B1], 2.05, observe(6) 2927: <----- NON [MID=64007, T=FB1FAA95CFCBE6B1], 2.05, observe(7) 2928: CON [MID=39756, T=FB1FAA95CFCBE6B1], GET, /test, observe(1) -----> 2929: <----- ACK [MID=39756, T=FB1FAA95CFCBE6B1], 2.05 3059: CON [MID=39757, T=80798405D2FA738E], GET, /test -----> 3060: <----- ACK [MID=39757, T=80798405D2FA738E], 2.05 3189: CON [MID=39758, T=40DA427FE7E952AF], POST, /test, 1:0/1/16, size1(20) -----> 3190: <----- ACK [MID=39758, T=40DA427FE7E952AF], 2.31, 1:0/1/16 3191: CON [MID=39759, T=40DA427FE7E952AF], POST, /test, 1:1/0/16 -----> 3192: <----- ACK [MID=39759] 3192: <----- CON [MID=64008, T=40DA427FE7E952AF], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 3192: ACK [MID=64008] -----> 3192: CON [MID=39760, T=40DA427FE7E952AF], POST, /test, 2:1/0/16 -----> 3193: <----- ACK [MID=39760, T=40DA427FE7E952AF], 2.01, 2:1/1/16 3193: CON [MID=39761, T=40DA427FE7E952AF], POST, /test, 2:2/0/16 -----> 3194: <----- ACK [MID=39761, T=40DA427FE7E952AF], 2.01, 2:2/0/16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.321 s - in org.eclipse.californium.core.test.MemoryLeakingHashMapTest [INFO] Running org.eclipse.californium.core.test.ObserveTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.49 s - in org.eclipse.californium.core.test.ObserveTest [INFO] Running org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Running org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.517 s - in org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Running org.eclipse.californium.core.test.MessageTypeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.test.MessageTypeTest [INFO] Running org.eclipse.californium.core.test.SmallServerClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.californium.core.test.SmallServerClientTest [INFO] Running org.eclipse.californium.core.test.ResourceTreeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.core.test.ResourceTreeTest [INFO] Running org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.937 s - in org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Running org.eclipse.californium.core.test.RequestPayloadTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.californium.core.test.RequestPayloadTest [INFO] Running org.eclipse.californium.core.test.StartStopTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.32 s - in org.eclipse.californium.core.test.StartStopTest [INFO] Running org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 s - in org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest 0004: CON [MID=27718, T=8C59C153D879739E], GET, /test, 2:0/1/64 -----> 0004: <----- ACK [MID=27718, T=8C59C153D879739E], 2.05, 2:0/1/32, size2(152) 0004: CON [MID=27719, T=8C59C153D879739E], GET, /test, 2:1/0/32 -----> 0005: <----- ACK [MID=27719, T=8C59C153D879739E], 2.05, 2:1/1/32 0005: CON [MID=27720, T=8C59C153D879739E], GET, /test, 2:2/0/32 -----> 0005: <----- ACK [MID=27720, T=8C59C153D879739E], 2.05, 2:2/1/32 0005: CON [MID=27721, T=8C59C153D879739E], GET, /test, 2:3/0/32 -----> 0006: <----- ACK [MID=27721, T=8C59C153D879739E], 2.05, 2:3/1/32 0006: CON [MID=27722, T=8C59C153D879739E], GET, /test, 2:4/0/32 -----> 0006: <----- ACK [MID=27722, T=8C59C153D879739E], 2.05, 2:4/0/32 0112: CON [MID=3396, T=3C1FAF850B9A9814], POST, /test, 1:0/1/32, size1(150) -----> 0112: <----- ACK [MID=3396, T=3C1FAF850B9A9814], 2.31, 1:0/1/32 0112: CON [MID=3397, T=3C1FAF850B9A9814], POST, /test, 1:1/1/32 -----> 0112: <----- ACK [MID=3397, T=3C1FAF850B9A9814], 2.31, 1:1/1/32 0113: CON [MID=3398, T=3C1FAF850B9A9814], POST, /test, 1:2/1/32 -----> 0113: <----- ACK [MID=3398, T=3C1FAF850B9A9814], 2.31, 1:2/1/32 0113: CON [MID=3399, T=3C1FAF850B9A9814], POST, /test, 1:3/1/32 -----> 0113: <----- ACK [MID=3399, T=3C1FAF850B9A9814], 2.31, 1:3/1/32 0113: CON [MID=3400, T=3C1FAF850B9A9814], POST, /test, 1:4/0/32 -----> 0114: <----- ACK [MID=3400, T=3C1FAF850B9A9814], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0114: CON [MID=3401, T=3C1FAF850B9A9814], POST, /test, 2:1/0/32 -----> 0114: <----- ACK [MID=3401, T=3C1FAF850B9A9814], 2.05, 2:1/1/32 0114: CON [MID=3402, T=3C1FAF850B9A9814], POST, /test, 2:2/0/32 -----> 0115: <----- ACK [MID=3402, T=3C1FAF850B9A9814], 2.05, 2:2/1/32 0115: CON [MID=3403, T=3C1FAF850B9A9814], POST, /test, 2:3/0/32 -----> 0115: <----- ACK [MID=3403, T=3C1FAF850B9A9814], 2.05, 2:3/1/32 0115: CON [MID=3404, T=3C1FAF850B9A9814], POST, /test, 2:4/0/32 -----> 0116: <----- ACK [MID=3404, T=3C1FAF850B9A9814], 2.05, 2:4/0/32 0216: CON [MID=3405, T=9419C153EE9E805F], POST, /test, 1:0/1/32, size1(150) -----> 0217: <----- ACK [MID=3405, T=9419C153EE9E805F], 2.31, 1:0/1/32 0217: CON [MID=3406, T=9419C153EE9E805F], POST, /test, 1:1/1/32 -----> 0217: <----- ACK [MID=3406, T=9419C153EE9E805F], 2.31, 1:1/1/32 0217: CON [MID=3407, T=9419C153EE9E805F], POST, /test, 1:2/1/32 -----> 0218: <----- ACK [MID=3407, T=9419C153EE9E805F], 2.31, 1:2/1/32 0218: CON [MID=3408, T=9419C153EE9E805F], POST, /test, 1:3/1/32 -----> 0218: <----- ACK [MID=3408, T=9419C153EE9E805F], 2.31, 1:3/1/32 0219: CON [MID=3409, T=9419C153EE9E805F], POST, /test, 1:4/0/32 -----> 0219: <----- ACK [MID=3409, T=9419C153EE9E805F], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0219: CON [MID=3410, T=9419C153EE9E805F], POST, /test, 2:1/0/32 -----> 0219: <----- ACK [MID=3410, T=9419C153EE9E805F], 2.05, 2:1/1/32 0220: CON [MID=3411, T=9419C153EE9E805F], POST, /test, 2:2/0/32 -----> 0220: <----- ACK [MID=3411, T=9419C153EE9E805F], 2.05, 2:2/1/32 0220: CON [MID=3412, T=9419C153EE9E805F], POST, /test, 2:3/0/32 -----> 0221: <----- ACK [MID=3412, T=9419C153EE9E805F], 2.05, 2:3/1/32 0221: CON [MID=3413, T=9419C153EE9E805F], POST, /test, 2:4/0/32 -----> 0221: <----- ACK [MID=3413, T=9419C153EE9E805F], 2.05, 2:4/0/32 2328: CON [MID=25332, T=049B20E163A6A05B], POST, /test -----> 2328: <----- ACK [MID=25332, T=049B20E163A6A05B], 2.05, 2:0/1/32, size2(151) 2329: CON [MID=25333, T=049B20E163A6A05B], POST, /test, 2:1/0/32 -----> 2329: <----- ACK [MID=25333, T=049B20E163A6A05B], 2.05, 2:1/1/32 2330: CON [MID=25334, T=049B20E163A6A05B], POST, /test, 2:2/0/32 -----> 2330: <----- ACK [MID=25334, T=049B20E163A6A05B], 2.05, 2:2/1/32 2330: CON [MID=25335, T=049B20E163A6A05B], POST, /test, 2:3/0/32 -----> 2331: <----- ACK [MID=25335, T=049B20E163A6A05B], 2.05, 2:3/1/32 2331: CON [MID=25336, T=049B20E163A6A05B], POST, /test, 2:4/0/32 -----> 2332: <----- ACK [MID=25336, T=049B20E163A6A05B], 2.05, 2:4/0/32 3437: CON [MID=23298, T=D857BE0D23772E37], GET, /test -----> 3438: <----- ACK [MID=23298, T=D857BE0D23772E37], 2.05, 2:0/1/32, size2(152) 4541: CON [MID=32764, T=241B0B09C200979F], GET, /test -----> 4542: <----- ACK [MID=32764, T=241B0B09C200979F], 2.05 6650: CON [MID=25088, T=D813ACB2F9FFDF14], POST, /test -----> 6650: <----- ACK [MID=25088, T=D813ACB2F9FFDF14], 2.05 6753: CON [MID=64888, T=B065D9900758F063], GET, /test -----> 6754: <----- ACK [MID=64888, T=B065D9900758F063], 2.05, 2:0/1/32, size2(152) 6754: CON [MID=64889, T=B065D9900758F063], GET, /test, 2:1/0/32 -----> 6754: <----- ACK [MID=64889, T=B065D9900758F063], 2.05, 2:1/1/32 6755: CON [MID=64890, T=B065D9900758F063], GET, /test, 2:2/0/32 -----> 6755: <----- ACK [MID=64890, T=B065D9900758F063], 2.05, 2:2/1/32 6755: CON [MID=64891, T=B065D9900758F063], GET, /test, 2:3/0/32 -----> 6755: <----- ACK [MID=64891, T=B065D9900758F063], 2.05, 2:3/1/32 6756: CON [MID=64892, T=B065D9900758F063], GET, /test, 2:4/0/32 -----> 6756: <----- ACK [MID=64892, T=B065D9900758F063], 2.05, 2:4/0/32 6857: CON [MID=64893, T=A894B5B76C9C120E], GET, /test -----> 6858: <----- ACK [MID=64893, T=A894B5B76C9C120E], 2.05, 2:0/1/32, size2(152) 6858: CON [MID=64894, T=A894B5B76C9C120E], GET, /test, 2:1/0/32 -----> 6858: <----- ACK [MID=64894, T=A894B5B76C9C120E], 2.05, 2:1/1/32 6859: CON [MID=64895, T=A894B5B76C9C120E], GET, /test, 2:2/0/32 -----> 6859: <----- ACK [MID=64895, T=A894B5B76C9C120E], 2.05, 2:2/1/32 6859: CON [MID=64896, T=A894B5B76C9C120E], GET, /test, 2:3/0/32 -----> 6860: <----- ACK [MID=64896, T=A894B5B76C9C120E], 2.05, 2:3/1/32 6860: CON [MID=64897, T=A894B5B76C9C120E], GET, /test, 2:4/0/32 -----> 6860: <----- ACK [MID=64897, T=A894B5B76C9C120E], 2.05, 2:4/0/32 6963: CON [MID=63045, T=FC8C57AB214A1296], POST, /test, 1:0/1/32, size1(150) -----> 6964: <----- ACK [MID=63045, T=FC8C57AB214A1296], 2.31, 1:0/1/32 6964: CON [MID=63046, T=FC8C57AB214A1296], POST, /test, 1:1/1/32 -----> 6964: <----- ACK [MID=63046, T=FC8C57AB214A1296], 2.31, 1:1/1/32 6965: CON [MID=63047, T=FC8C57AB214A1296], POST, /test, 1:2/1/32 -----> 6965: <----- ACK [MID=63047, T=FC8C57AB214A1296], 2.31, 1:2/1/32 6966: CON [MID=63048, T=FC8C57AB214A1296], POST, /test, 1:3/1/32 -----> 6966: <----- ACK [MID=63048, T=FC8C57AB214A1296], 2.31, 1:3/1/32 6966: CON [MID=63049, T=FC8C57AB214A1296], POST, /test, 1:4/0/32 -----> 6967: <----- ACK [MID=63049, T=FC8C57AB214A1296], 2.05, 1:4/0/32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.07 s - in org.eclipse.californium.core.test.BlockwiseTransferTest [INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest 0010: CON [MID=-1, T=5C8EF506C572C4F4], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0010: <----- null [MID=-1, T=5C8EF506C572C4F4], 2.31, 1:0/1/1024(BERT) 0010: CON [MID=-1, T=5C8EF506C572C4F4], POST, /test, 1:2/0/1024(BERT) -----> 0011: <----- null [MID=-1, T=5C8EF506C572C4F4], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0011: CON [MID=-1, T=5C8EF506C572C4F4], POST, /test, 2:2/0/1024(BERT) -----> 0011: <----- null [MID=-1, T=5C8EF506C572C4F4], 2.05, 2:2/1/1024(BERT) 0012: CON [MID=-1, T=5C8EF506C572C4F4], POST, /test, 2:4/0/1024(BERT) -----> 0012: <----- null [MID=-1, T=5C8EF506C572C4F4], 2.05, 2:4/0/1024(BERT) 0113: CON [MID=-1, T=301A8BEF75AA76AA], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0114: <----- null [MID=-1, T=301A8BEF75AA76AA], 2.31, 1:0/1/1024(BERT) 0114: CON [MID=-1, T=301A8BEF75AA76AA], POST, /test, 1:2/0/1024(BERT) -----> 0115: <----- null [MID=-1, T=301A8BEF75AA76AA], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0115: CON [MID=-1, T=301A8BEF75AA76AA], POST, /test, 2:2/0/1024(BERT) -----> 0115: <----- null [MID=-1, T=301A8BEF75AA76AA], 2.05, 2:2/1/1024(BERT) 0116: CON [MID=-1, T=301A8BEF75AA76AA], POST, /test, 2:4/0/1024(BERT) -----> 0116: <----- null [MID=-1, T=301A8BEF75AA76AA], 2.05, 2:4/0/1024(BERT) 0220: CON [MID=-1, T=10568B4E4E34D850], GET, /test -----> 0220: <----- null [MID=-1, T=10568B4E4E34D850], 2.05, 2:0/1/1024(BERT), size2(6000) 1323: CON [MID=-1, T=9C667E1CB148FF71], GET, /test -----> 1323: <----- null [MID=-1, T=9C667E1CB148FF71], 2.05, 2:0/1/1024(BERT), size2(6000) 1323: CON [MID=-1, T=9C667E1CB148FF71], GET, /test, 2:2/0/1024(BERT) -----> 1324: <----- null [MID=-1, T=9C667E1CB148FF71], 2.05, 2:2/1/1024(BERT) 1324: CON [MID=-1, T=9C667E1CB148FF71], GET, /test, 2:4/0/1024(BERT) -----> 1324: <----- null [MID=-1, T=9C667E1CB148FF71], 2.05, 2:4/0/1024(BERT) 1425: CON [MID=-1, T=10526B53FEB22F52], GET, /test -----> 1426: <----- null [MID=-1, T=10526B53FEB22F52], 2.05, 2:0/1/1024(BERT), size2(6000) 1426: CON [MID=-1, T=10526B53FEB22F52], GET, /test, 2:2/0/1024(BERT) -----> 1426: <----- null [MID=-1, T=10526B53FEB22F52], 2.05, 2:2/1/1024(BERT) 1427: CON [MID=-1, T=10526B53FEB22F52], GET, /test, 2:4/0/1024(BERT) -----> 1427: <----- null [MID=-1, T=10526B53FEB22F52], 2.05, 2:4/0/1024(BERT) 1530: CON [MID=-1, T=1CC3CCBD2D85DA10], GET, /test, 2:0/1/1024(BERT) -----> 1530: <----- null [MID=-1, T=1CC3CCBD2D85DA10], 2.05, 2:0/1/1024(BERT), size2(6000) 1530: CON [MID=-1, T=1CC3CCBD2D85DA10], GET, /test, 2:2/0/1024(BERT) -----> 1531: <----- null [MID=-1, T=1CC3CCBD2D85DA10], 2.05, 2:2/1/1024(BERT) 1531: CON [MID=-1, T=1CC3CCBD2D85DA10], GET, /test, 2:4/0/1024(BERT) -----> 1531: <----- null [MID=-1, T=1CC3CCBD2D85DA10], 2.05, 2:4/0/1024(BERT) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 s - in org.eclipse.californium.core.test.BlockwiseBertTransferTest [INFO] Running org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Running org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Running org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Running org.eclipse.californium.core.server.ServerSerializationTest 08:10:12.598 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:10:12.598 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5684 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) 08:10:12.631 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:10:12.632 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5684 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) 08:10:12.633 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:10:12.633 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) 08:10:12.639 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:10:12.639 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) 08:10:12.642 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:10:12.642 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.californium.core.server.ServerSerializationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 169, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ californium-core --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-core --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.core... Loading source files for package org.eclipse.californium.core.coap... Loading source files for package org.eclipse.californium.core.config... Loading source files for package org.eclipse.californium.core.network... Loading source files for package org.eclipse.californium.core.network.deduplication... Loading source files for package org.eclipse.californium.core.network.interceptors... Loading source files for package org.eclipse.californium.core.network.serialization... Loading source files for package org.eclipse.californium.core.network.stack... Loading source files for package org.eclipse.californium.core.network.stack.congestioncontrol... Loading source files for package org.eclipse.californium.core.observe... Loading source files for package org.eclipse.californium.core.server... Loading source files for package org.eclipse.californium.core.server.resources... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapClient.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapResponse.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapServer.ConnectorIdentifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/Utils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/WebLink.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/BlockOption.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/ClientObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.Code.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.CodeClass.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.MessageFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.ResponseCode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.Type.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAPMessageFormatException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/EmptyMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/EndpointContextTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/LinkFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MediaTypeRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MediaTypeRegistry.MediaTypeDefintion.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Message.OffloadMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageFormatException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageObserverAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/NoResponseOption.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Option.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.Defaults.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.Names.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.OptionFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionSet.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Request.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Response.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/ResponseTimeout.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Token.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/UriQueryParameter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.CongestionControlMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.MatcherMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.TrackerMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/BaseMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.OutboxImpl.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Endpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointContextMatcherFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointManager.ClientMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointReceiver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.EndpointContextOperator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.Origin.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/ExchangeCompleteException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/ExtendedCoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/GroupedMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/InMemoryMessageIdProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/KeyMID.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/KeyToken.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/MapBasedMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Matcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageExchangeStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageIdProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/NullMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Outbox.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/RandomTokenGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/RemoveHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/TcpMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/TokenGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/TokenGenerator.Scope.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/UdpMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/CropRotation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/Deduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/DeduplicatorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/NoDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/SweepDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/SweepPerPeerDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/AnonymizedOriginTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/HealthStatisticLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageInterceptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageInterceptorAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/OriginTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/DataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/DataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/MessageHeader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/TcpDataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/TcpDataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/UdpDataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/UdpDataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/AbstractLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/AbstractLayer.LogOnlyLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BaseCoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Block1BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Block2BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseStatus.RemoveHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseTransferException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapTcpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapUdpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CongestionControlLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CongestionControlLayer.PostponedExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ExchangeCleanupLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ExtendedCoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/KeyUri.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Layer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Layer.TopDownBuilder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/MulticastCleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/NoResponseCleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ObserveLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayer.RetransmissionTask.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayerParameters.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayerParameters.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/RemoteEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/RemoteEndpoint.RtoType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpAdaptionLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpExchangeCleanupLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpObserveLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/BasicRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/Cocoa.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/CongestionStatisticLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/LinuxRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/PeakhopperRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/Rto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/InMemoryObservationStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/NotificationListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/NotificationOrder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/Observation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationStoreException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveNotificationOrderer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelationContainer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelationFilter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservingEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/DelivererException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/EncryptedServersSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/MessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/ServerInterface.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/ServerMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/ServersSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/CoapExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ConcurrentCoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/DiscoveryResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/MyIpResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/RequestProcessor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/Resource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceAttributes.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceObserverAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/WebLink.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/Utils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapServer.ConnectorIdentifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapResponse.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapClient.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/UriQueryParameter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Token.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/ResponseTimeout.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Response.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Request.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionSet.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.Names.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.Defaults.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.OptionFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Option.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/NoResponseOption.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageObserverAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageFormatException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Message.OffloadMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MediaTypeRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MediaTypeRegistry.MediaTypeDefintion.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/LinkFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/EndpointContextTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/EmptyMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAPMessageFormatException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.Type.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.CodeClass.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.Code.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.ResponseCode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.MessageFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/ClientObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/BlockOption.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.MatcherMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.TrackerMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.CongestionControlMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/UdpMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TokenGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TokenGenerator.Scope.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TcpMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/RemoveHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/RandomTokenGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Outbox.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/NullMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageIdProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageExchangeStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Matcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MapBasedMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/KeyToken.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/KeyMID.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/InMemoryMessageIdProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/InMemoryMessageExchangeStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/GroupedMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/ExtendedCoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/ExchangeCompleteException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.Origin.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.EndpointContextOperator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointReceiver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointManager.ClientMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointContextMatcherFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Endpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.OutboxImpl.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/BaseMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/SweepPerPeerDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/SweepDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/NoDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/DeduplicatorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/Deduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/CropRotation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/OriginTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageInterceptorAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageInterceptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/HealthStatisticLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/AnonymizedOriginTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/UdpDataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/UdpDataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/TcpDataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/TcpDataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/MessageHeader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/DataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/DataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpObserveLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpExchangeCleanupLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpAdaptionLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/RemoteEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/RemoteEndpoint.RtoType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayerParameters.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayerParameters.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayer.RetransmissionTask.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ObserveLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/NoResponseCleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/MulticastCleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Layer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Layer.TopDownBuilder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/KeyUri.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ExtendedCoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ExchangeCleanupLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CongestionControlLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CongestionControlLayer.PostponedExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapUdpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapTcpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseTransferException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseStatus.RemoveHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Block2BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Block1BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BaseCoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/AbstractLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/AbstractLayer.LogOnlyLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/Rto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/PeakhopperRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/LinuxRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/CongestionStatisticLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/Cocoa.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/BasicRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservingEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelationFilter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelationContainer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveNotificationOrderer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationStoreException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/Observation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/NotificationOrder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/NotificationListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/InMemoryObservationStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServersSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServerMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServerInterface.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/MessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/EncryptedServersSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/DelivererException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceObserverAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceAttributes.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/Resource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/RequestProcessor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/MyIpResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/DiscoveryResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ConcurrentCoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/CoapExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/help-doc.html... 8 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#LONG_TERM [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#LONG_TERM [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest 0031: CON [MID=7001, T=0B], GET, /test -----> 0039: <----- ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386) 0040: CON [MID=7002, T=0C], GET, /test, 2:1/0/128 -----> 0041: <----- ACK [MID=7002, T=0C], 2.05, 2:1/1/128 0041: CON [MID=7003, T=0D], GET, /test -----> 0042: <----- ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256) 0042: CON [MID=7004, T=0E], GET, /test, 2:1/0/128 -----> 0043: <----- ACK [MID=7004, T=0E], 2.05, 2:1/0/128 0002: CON [MID=7001, T=0F], GET, /test, 2:2/1/64 -----> 0002: <----- ACK [MID=7001, T=0F], 2.05, 2:2/1/64 0003: CON [MID=7002, T=0F], GET, /test, 2:4/1/64 -----> 0003: <----- ACK [MID=7002, T=0F], 2.05, 2:4/0/64 0002: CON [MID=7001, T=10], GET, /test, 2:0/0/32 -----> 0002: <----- ACK [MID=7001, T=10], 2.05, 2:0/1/32, size2(76) 0003: CON [MID=7002, T=10], GET, /test, 2:1/0/32 -----> 0003: <----- ACK [MID=7002, T=10], 2.05, 2:1/1/32 0004: CON [MID=7003, T=10], GET, /test, 2:2/0/32 -----> 0004: <----- ACK [MID=7003, T=10], 2.05, 2:2/0/32 0002: CON [MID=7001, T=11], GET, /test -----> 0002: <----- ACK [MID=7001, T=11], 2.05, 2:0/1/128, size2(220) 0003: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 // lost 0004: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0005: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 0005: CON [MID=7003, T=11], GET, /test, 2:3/0/64 -----> 0006: <----- ACK [MID=7003, T=11], 2.05, 2:3/0/64 0003: CON [MID=7001, T=12], PUT, /test, 1:0/1/128, size1(300) -----> 0005: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128// lost 0005: CON [MID=7001, T=12], PUT, /test, 1:0/1/128 -----> 0005: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128 0006: CON [MID=7002, T=12], PUT, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=7002, T=12], 2.31, 1:1/1/128 0007: CON [MID=7003, T=12], PUT, /test, 1:2/0/128 -----> 0007: <----- ACK [MID=7003, T=12], 2.04, 1:2/0/128 0003: CON [MID=7001, T=13], GET, /test -----> 0004: <----- ACK [MID=7001, T=13], 2.05, 2:0/1/128, size2(300) 0004: CON [MID=7002, T=13], GET, /test, 2:1/0/128 -----> 0005: <----- ACK [MID=7002, T=13], 2.05, 2:1/1/128 0219: //////// Missing last GET //////// 0003: CON [MID=7001, T=14], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=14], 2.31, 1:0/1/128 0004: CON [MID=7002, T=14], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=14], 2.31, 1:1/1/128 0105: //////// Missing last PUT //////// 0003: CON [MID=7001, T=15], GET, /test, observe(0) -----> 0006: <----- ACK [MID=7001, T=15], 2.05, 2:0/1/128, observe(0), size2(300) 0007: CON [MID=7002, T=16], GET, /test, 2:1/0/128 -----> 0007: <----- ACK [MID=7002, T=16], 2.05, 2:1/1/128 0008: CON [MID=7003, T=16], GET, /test, 2:2/0/128 -----> 0008: <----- ACK [MID=7003, T=16], 2.05, 2:2/0/128 0009: ... time passes ... 0010: <----- NON [MID=12786, T=15], 2.05, 2:0/1/128, observe(1), size2(280) 0011: CON [MID=7004, T=17], GET, /test, 2:1/0/128 -----> 0012: <----- ACK [MID=7004, T=17], 2.05, 2:1/1/128 0012: CON [MID=7005, T=17], GET, /test, 2:2/0/128 -----> 0013: <----- ACK [MID=7005, T=17], 2.05, 2:2/0/128 0013: ... time passes ... 0014: <----- NON [MID=12787, T=15], 2.05, 2:0/1/128, observe(2), size2(290) 0015: CON [MID=7006, T=18], GET, /test, 2:1/0/128 -----> 0015: <----- ACK [MID=7006, T=18], 2.05, 2:1/1/128 0016: CON [MID=7007, T=18], GET, /test, 2:2/0/128 -----> 0016: <----- ACK [MID=7007, T=18], 2.05, 2:2/0/128 0004: CON [MID=7001, T=19], POST, /test, 1:0/1/128, size1(300) -----> 0005: <----- ACK [MID=7001, T=19], 2.31, 1:0/1/128 0006: CON [MID=7002, T=19], POST, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=7002, T=19], 2.31, 1:1/1/128 0007: CON [MID=7003, T=19], POST, /test, 1:2/0/128 -----> 0008: <----- ACK [MID=7003, T=19], 2.04, 1:2/0/128, 2:0/1/128, size2(300), ETags([0001]) 0011: CON [MID=7004, T=19], POST, /test, 2:2/0/64, ETags([0001]) -----> 0012: <----- ACK [MID=7004, T=19], 2.04, 2:2/1/64, ETags([0001])// late negotiation 0013: CON [MID=7005, T=19], POST, /test, 2:3/0/64, ETags([0001]) -----> 0013: <----- ACK [MID=7005, T=19], 2.04, 2:3/1/64, ETags([0001]) 0014: CON [MID=7006, T=19], POST, /test, 2:4/0/64, ETags([0001]) -----> 0014: <----- ACK [MID=7006, T=19], 2.04, 2:4/0/64, ETags([0001]) 0003: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0) -----> 0004: <----- ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150) 0005: CON [MID=7002, T=1A], GET, /test, 2:1/0/64 -----> 0005: <----- ACK [MID=7002, T=1A], 2.05, 2:1/1/64 0006: CON [MID=7003, T=1A], GET, /test, 2:2/0/64 -----> 0006: <----- ACK [MID=7003, T=1A], 2.05, 2:2/0/64 0007: ... time passes ... 0007: <----- NON [MID=38889, T=1A], 2.05, 2:0/1/64, observe(1), size2(140) 0008: CON [MID=7004, T=1B], GET, /test, 2:1/0/64 -----> 0008: <----- ACK [MID=7004, T=1B], 2.05, 2:1/1/64 0009: CON [MID=7005, T=1B], GET, /test, 2:2/0/64 -----> 0010: <----- ACK [MID=7005, T=1B], 2.05, 2:2/0/64 0010: ... time passes ... 0011: <----- NON [MID=38890, T=1A], 2.05, 2:0/1/64, observe(2), size2(145) 0011: CON [MID=7006, T=1C], GET, /test, 2:1/0/64 -----> 0012: <----- ACK [MID=7006, T=1C], 2.05, 2:1/1/64 0013: CON [MID=7007, T=1C], GET, /test, 2:2/0/64 -----> 0013: <----- ACK [MID=7007, T=1C], 2.05, 2:2/0/64 0002: CON [MID=7001, T=1D], GET, /test -----> 0002: <----- ACK [MID=7001, T=1D], 2.05, 2:0/1/128, size2(170) 0003: CON [MID=7002, T=1D], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7002, T=1D], 2.05, 2:2/0/64 08:10:22.335 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:152) 0001: CON [MID=7001, T=1E], GET, /test, 2:0/0/32 -----> 0002: <----- ACK [MID=7001, T=1E], 2.05, 2:0/1/32, size2(76) 0002: CON [MID=7002, T=1E], GET, /test, 2:1/0/32 -----> 0003: <----- ACK [MID=7002, T=1E], 2.05, 2:1/1/32 0004: CON [MID=7003, T=1E], GET, /test, 2:2/0/32 -----> 0009: <----- ACK [MID=7003, T=1E], 2.05, 2:2/0/32 0003: CON [MID=7001, T=1F], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=1F], 2.31, 1:0/1/128 0003: CON [MID=7002, T=1F], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=1F], 2.31, 1:1/1/128 0004: CON [MID=7003, T=1F], PUT, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7003, T=1F], 2.04, 1:2/0/128 0005: // next transfer 0006: CON [MID=7004, T=20], PUT, /test, 1:0/1/128, size1(300) -----> 0006: <----- ACK [MID=7004, T=20], 2.31, 1:0/1/128 0006: CON [MID=7005, T=20], PUT, /test, 1:1/1/128 -----> 0007: <----- ACK [MID=7005, T=20], 2.31, 1:1/1/128 0007: CON [MID=7006, T=20], PUT, /test, 1:2/0/128 -----> 0008: <----- ACK [MID=7006, T=20], 2.04, 1:2/0/128 0002: CON [MID=7001, T=21], GET, /test -----> 0002: <----- ACK [MID=7001, T=21], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0003: CON [MID=7002, T=21], GET, /test, 2:1/0/128, ETags([0001]) -----> 0004: <----- ACK [MID=7002, T=21], 2.05, 2:1/1/128, ETags([0001]) 0004: CON [MID=7003, T=21], GET, /test, 2:2/0/128, ETags([0001]) -----> 0005: <----- ACK [MID=7003, T=21], 2.05, 2:2/0/128, ETags([0001]) 0002: CON [MID=7001, T=22], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=22], 2.31, 1:0/1/128 0003: CON [MID=7002, T=22], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7002, T=22], 4.08, 1:2/0/128 0003: CON [MID=7001, T=23], PUT, /test, 1:0/1/128, size1(1034) -----> 0003: <----- ACK [MID=7001, T=23], 4.13, size1(1024) 0002: CON [MID=7001, T=24], POST, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=24], 2.31, 1:0/1/128 0003: CON [MID=7002, T=24], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=24], 2.31, 1:1/1/128 0004: CON [MID=7003, T=24], POST, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7003, T=24], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0005: CON [MID=7004, T=24], POST, /test, 2:1/0/128, ETags([0001]) -----> 0006: <----- ACK [MID=7004, T=24], 2.04, 2:1/1/128, ETags([0001]) 0006: CON [MID=7005, T=24], POST, /test, 2:2/0/128, ETags([0001]) -----> 0007: <----- ACK [MID=7005, T=24], 2.04, 2:2/1/128, ETags([0001]) 0007: CON [MID=7006, T=24], POST, /test, 2:3/0/128, ETags([0001]) -----> 0008: <----- ACK [MID=7006, T=24], 2.04, 2:3/0/128, ETags([0001]) 0002: CON [MID=7001, T=25], POST, /test, 1:0/1/128 -----> 0003: <----- ACK [MID=7001, T=25], 2.31, 1:0/1/128 0003: CON [MID=7002, T=25], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=25], 2.31, 1:1/1/128 0004: CON [MID=7003, T=25], POST, /test, 1:2/0/128, 2:0/0/64 -----> 0005: <----- ACK [MID=7003, T=25], 2.04, 1:2/0/128, 2:0/1/64, size2(250), ETags([0001])// early negotiation 0006: CON [MID=7004, T=25], POST, /test, 2:1/0/64, ETags([0001]) -----> 0006: <----- ACK [MID=7004, T=25], 2.04, 2:1/1/64, ETags([0001]) 0006: CON [MID=7005, T=25], POST, /test, 2:2/0/64, ETags([0001]) -----> 0007: <----- ACK [MID=7005, T=25], 2.04, 2:2/1/64, ETags([0001]) 0007: CON [MID=7006, T=25], POST, /test, 2:3/0/64, ETags([0001]) -----> 0008: <----- ACK [MID=7006, T=25], 2.04, 2:3/0/64, ETags([0001]) 0002: CON [MID=7001, T=26], PUT, /test, 1:2/1/64 -----> 0003: <----- ACK [MID=7001, T=26], 4.08, 1:2/1/64 08:10:23.422 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:152) 0002: CON [MID=7001, T=27], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=27], 2.31, 1:0/1/128 0004: CON [MID=7002, T=27], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=27], 4.08, 1:1/1/128 0002: CON [MID=7001, T=28], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=28], 2.31, 1:0/1/128 0003: CON [MID=7002, T=28], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=28], 2.31, 1:1/1/128 0004: ... client crashes or whatever and restarts transfer 0004: CON [MID=7003, T=28], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7003, T=28], 2.31, 1:0/1/128 0005: CON [MID=7004, T=28], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7004, T=28], 2.31, 1:1/1/128 0006: CON [MID=7005, T=28], PUT, /test, 1:2/0/128 -----> 0006: <----- ACK [MID=7005, T=28], 2.04, 1:2/0/128 0002: CON [MID=7001, T=29], GET, /test -----> 0003: <----- ACK [MID=7001, T=29], 2.05, 2:0/1/128, size2(400) 0004: CON [MID=7002, T=29], GET, /test, 2:1/1/128 -----> 0004: <----- ACK [MID=7002, T=29], 2.05, 2:1/1/128 0005: CON [MID=7003, T=29], GET, /test, 2:4/1/64 -----> 0005: <----- ACK [MID=7003, T=29], 2.05, 2:4/1/64 0006: CON [MID=7004, T=29], GET, /test, 2:5/1/64 -----> 0006: <----- ACK [MID=7004, T=29], 2.05, 2:5/1/64 0007: CON [MID=7005, T=29], GET, /test, 2:6/1/64 -----> 0007: <----- ACK [MID=7005, T=29], 2.05, 2:6/0/64 0003: CON [MID=7001, T=2A], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=2A], 2.31, 1:0/1/128 0005: CON [MID=7002, T=2B], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7002, T=2B], 2.31, 1:1/1/128 0006: CON [MID=7003, T=2C], PUT, /test, 1:2/0/128 -----> 0006: <----- ACK [MID=7003, T=2C], 2.04, 1:2/0/128 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.257 s - in org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveClientSideTest 0008: CON [MID=6101, T=61E9E7659B16553B], GET, /test, observe(0) -----> 0011: <----- ACK [MID=6101, T=61E9E7659B16553B], 2.05, 2:0/1/16, observe(0), size2(40) 0012: CON [MID=6102, T=90CD61C060AEC1EB], GET, /test, 2:1/0/16 -----> 0013: <----- ACK [MID=6102, T=90CD61C060AEC1EB], 2.05, 2:1/1/16 0013: CON [MID=6103, T=90CD61C060AEC1EB], GET, /test, 2:2/0/16 -----> 0014: <----- ACK [MID=6103, T=90CD61C060AEC1EB], 2.05, 2:2/0/16 0017: <----- CON [MID=8001, T=61E9E7659B16553B], 2.05, 2:0/1/16, observe(2), size2(42) 0017: ACK [MID=8001] -----> 0018: CON [MID=16626, T=D801FE45AFCE88F8], GET, /test, 2:1/0/16 -----> 0019: <----- ACK [MID=16626, T=D801FE45AFCE88F8], 2.05, 2:1/1/16 0019: CON [MID=16627, T=D801FE45AFCE88F8], GET, /test, 2:2/0/16 -----> 0020: <----- ACK [MID=16627, T=D801FE45AFCE88F8], 2.05, 2:2/0/16 0003: CON [MID=8136, T=D7A3667F2414280D], GET, /test, observe(0) -----> 0005: <----- ACK [MID=8136] 0055: <----- CON [MID=8001, T=D7A3667F2414280D], 2.05, observe(101) 0055: ACK [MID=8001] -----> // lost 0056: <----- CON [MID=8001, T=D7A3667F2414280D], 2.05, observe(101) 0056: ACK [MID=8001] -----> 0057: Relation established 0057: <----- CON [MID=8002, T=D7A3667F2414280D], 2.05, observe(102) 0058: ACK [MID=8002] -----> // lost 0058: <----- CON [MID=8002, T=D7A3667F2414280D], 2.05, observe(102) 0058: ACK [MID=8002] -----> 0002: CON [MID=63562, T=15DACDA99EE010DF], GET, /test, observe(0) -----> 0003: <----- ACK [MID=63562] 0053: <----- CON [MID=8001, T=15DACDA99EE010DF], 2.05, observe(101) 0053: ACK [MID=8001] -----> 0063: ERROR: Server sent CON-GET MID= 8001, Token=0101, OptionSet={}, 0063: ACK [MID=8001] -----> 0002: CON [MID=51582, T=792BAEA5BAE3555F], GET, /test, observe(0) -----> 0003: <----- ACK [MID=51582, T=792BAEA5BAE3555F], 2.05, 2:0/1/16, observe(0), size2(40) 0003: CON [MID=51583, T=ECE43E92BC6D8EED], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=51583, T=ECE43E92BC6D8EED], 2.05, 2:1/1/16 0004: CON [MID=51584, T=ECE43E92BC6D8EED], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=51584, T=ECE43E92BC6D8EED], 2.05, 2:2/0/16 0005: <----- CON [MID=8001, T=792BAEA5BAE3555F], 2.05, 2:0/1/16, observe(2), size2(42) 0005: ACK [MID=8001] -----> 0005: CON [MID=51585, T=2CA8FA05D3B2168D], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=51585, T=2CA8FA05D3B2168D], 2.05, 2:1/1/16 0006: CON [MID=51586, T=2CA8FA05D3B2168D], GET, /test, 2:2/0/16 -----> 0003: CON [MID=22359, T=1944CDC1F3C20F43], GET, /test, observe(0) -----> 0004: <----- ACK [MID=22359, T=1944CDC1F3C20F43], 2.05, 2:0/1/16, observe(1) 0005: CON [MID=22360, T=E46AA1C76DC28344], GET, /test, 2:1/0/16 -----> 0005: <----- CON [MID=8001, T=1944CDC1F3C20F43], 2.05, observe(2) 0006: ACK [MID=8001] -----> 0006: <----- ACK [MID=22360, T=E46AA1C76DC28344], 2.05, 2:1/1/16 1007: <----- CON [MID=8002, T=1944CDC1F3C20F43], 2.05, observe(3) 1008: ACK [MID=8002] -----> 1009: <----- CON [MID=8003, T=1944CDC1F3C20F43], 2.05, 2:0/1/16, observe(4) 1009: ACK [MID=8003] -----> 1009: CON [MID=22361, T=DCDF6AF3FA4759CC], GET, /test, 2:1/0/16 -----> 1010: <----- ACK [MID=22361, T=DCDF6AF3FA4759CC], 2.05, 2:1/0/16 0003: CON [MID=39992, T=DDB6A8B186491A94], GET, /test, observe(0) -----> 0004: <----- ACK [MID=39992, T=DDB6A8B186491A94], 2.05, 2:0/1/16, observe(1) 0004: CON [MID=39993, T=B8037CFFDDA05240], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=39993, T=B8037CFFDDA05240], 2.05, 2:1/0/16 0005: <----- CON [MID=8001, T=DDB6A8B186491A94], 2.05, 2:0/1/16, observe(2) 0006: ACK [MID=8001] -----> 0006: CON [MID=39994, T=0008A4CAF932A6A0], GET, /test, 2:1/0/16 -----> 0007: CON [MID=39995, T=F8BE02E17B00064C], GET, /test -----> 0008: <----- ACK [MID=39995, T=F8BE02E17B00064C], 2.05, 2:0/1/16 0008: CON [MID=39996, T=F8BE02E17B00064C], GET, /test, 2:1/0/16 -----> 0009: <----- ACK [MID=39996, T=F8BE02E17B00064C], 2.05, 2:1/1/16 0009: CON [MID=39997, T=F8BE02E17B00064C], GET, /test, 2:2/0/16 -----> 0010: <----- ACK [MID=39997, T=F8BE02E17B00064C], 2.05, 2:2/0/16 0003: CON [MID=23723, T=2F5EB8FFAF4C9EA7], GET, /test, observe(0) -----> 0004: <----- ACK [MID=23723, T=2F5EB8FFAF4C9EA7], 2.05, observe(1) 0004: <----- CON [MID=8001, T=2F5EB8FFAF4C9EA7], 2.05, 2:0/1/16, observe(3) 0005: ACK [MID=8001] -----> 0005: CON [MID=23724, T=C40A12AD5DC5A456], GET, /test, 2:1/0/16 -----> 0006: <----- CON [MID=8002, T=2F5EB8FFAF4C9EA7], 2.05, observe(2) 0006: ACK [MID=8002] -----> 0006: <----- ACK [MID=23724, T=C40A12AD5DC5A456], 2.05, 2:1/0/16 0007: <----- CON [MID=8003, T=2F5EB8FFAF4C9EA7], 2.05, 2:0/1/16, observe(4) 0007: ACK [MID=8003] -----> 0007: CON [MID=23725, T=2CCB0BA304EC4B1F], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=23725, T=2CCB0BA304EC4B1F], 2.05, 2:1/0/16 0002: CON [MID=10455, T=0B93CE5575CC5A87], GET, /test, observe(0) -----> 0004: <----- ACK [MID=10455, T=0B93CE5575CC5A87], 2.05, 2:0/1/16, observe(1) 0004: CON [MID=10456, T=04F87BFDEB97AD0D], GET, /test, 2:1/0/16 -----> 0005: <----- CON [MID=8001, T=0B93CE5575CC5A87], 2.05, 2:0/1/16, observe(2) 0005: <----- ACK [MID=10456, T=04F87BFDEB97AD0D], 2.05, 2:1/0/16 0005: ACK [MID=8001] -----> 0005: CON [MID=10457, T=40192972EC8CC45D], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=10457, T=40192972EC8CC45D], 2.05, 2:1/0/16 0007: <----- CON [MID=8002, T=0B93CE5575CC5A87], 2.05, 2:0/1/16, observe(2) 0007: ACK [MID=8002] -----> 0007: CON [MID=10458, T=1C31B0434215330F], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=10458, T=1C31B0434215330F], 2.05, 2:1/0/16 0004: CON [MID=50694, T=DD5CA90983306C26], GET, /test, observe(0) -----> 0005: <----- ACK [MID=50694, T=DD5CA90983306C26], 2.05, 2:0/1/16, observe(0), size2(40) 0005: CON [MID=50695, T=804C90FFB84CD958], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=50695, T=804C90FFB84CD958], 2.05, 2:1/1/16 0006: CON [MID=50696, T=804C90FFB84CD958], GET, /test, 2:2/0/16 -----> 0007: <----- ACK [MID=50696, T=804C90FFB84CD958], 2.05, 2:2/0/16 0009: <----- CON [MID=8001, T=DD5CA90983306C26], 2.05, 2:0/1/16, observe(2), size2(42) 0009: ACK [MID=8001] -----> 0009: CON [MID=29066, T=B0D7F8F47FB24462], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=29066, T=B0D7F8F47FB24462], 2.05, 2:1/1/16 0010: CON [MID=29067, T=B0D7F8F47FB24462], GET, /test, 2:2/0/16 -----> 0011: <----- ACK [MID=29067] 0002: CON [MID=7945, T=83A57AE3401CD053], GET, /test, observe(0) -----> 0004: <----- ACK [MID=7945, T=83A57AE3401CD053], 2.05, 2:0/1/16, observe(2) 0004: CON [MID=7946, T=F4221C4109BC536A], GET, /test, 2:1/0/16 -----> 0005: <----- CON [MID=8001, T=83A57AE3401CD053], 2.05, observe(0) 0005: ACK [MID=8001] -----> 1006: <----- ACK [MID=7946, T=F4221C4109BC536A], 2.05, 2:1/0/16 1007: <----- CON [MID=8002, T=83A57AE3401CD053], 2.05, observe(3) 1007: ACK [MID=8002] -----> 1008: <----- CON [MID=8003, T=83A57AE3401CD053], 2.05, 2:0/1/16, observe(4) 1008: ACK [MID=8003] -----> 1008: CON [MID=7947, T=3425C962E6B1F6C5], GET, /test, 2:1/0/16 -----> 1009: <----- ACK [MID=7947, T=3425C962E6B1F6C5], 2.05, 2:1/0/16 0003: CON [MID=25353, T=5FD0A9033323063F], GET, /test, observe(0) -----> 0003: <----- ACK [MID=25353, T=5FD0A9033323063F], 2.05, 2:0/1/16, observe(1) 0004: CON [MID=25354, T=D41B865CCA7DEEB6], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=25354, T=D41B865CCA7DEEB6], 2.05, 2:1/0/16 0005: <----- CON [MID=8001, T=5FD0A9033323063F], 2.05, 2:0/1/16, observe(2) 0005: ACK [MID=8001] -----> 0006: CON [MID=25355, T=D4A8710CF49A5217], GET, /test, 2:1/0/16 -----> 0207: CON [MID=25355, T=D4A8710CF49A5217], GET, /test, 2:1/0/16 -----> 0407: CON [MID=25355, T=D4A8710CF49A5217], GET, /test, 2:1/0/16 -----> 0609: <----- CON [MID=8002, T=5FD0A9033323063F], 2.05, 2:0/1/16, observe(3) 0609: ACK [MID=8002] -----> 0609: CON [MID=25356, T=DC1E0EF39E66712A], GET, /test, 2:1/0/16 -----> 0610: <----- ACK [MID=25356, T=DC1E0EF39E66712A], 2.05, 2:1/0/16 0002: CON [MID=45868, T=1739FECE28D2B4F6], GET, /test, observe(0) -----> 0003: <----- ACK [MID=45868, T=1739FECE28D2B4F6], 2.05, observe(1) 0004: <----- CON [MID=8001, T=1739FECE28D2B4F6], 2.05, 2:0/1/16, observe(3) 0004: ACK [MID=8001] -----> 0004: CON [MID=45869, T=44DC05E260E9A92B], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=45869, T=44DC05E260E9A92B], 2.05, 2:1/1/16 0006: CON [MID=45870, T=44DC05E260E9A92B], GET, /test, 2:2/0/16 (should be dropped by error) 0007: CON [MID=45870, T=44DC05E260E9A92B], GET, /test, 2:2/0/16 -----> (dropped) 08:10:33.465 WARN [BaseCoapStack]: error send request CON-GET MID=18460, Token=D5DBCB9E41384211, OptionSet={"Observe":0, "Uri-Path":"test"}, (o.e.c.c.n.s.BaseCoapStack.sendRequest:93) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0003: CON [MID=18460, T=D5DBCB9E41384211], GET, /test, observe(0) (should be dropped by error) 0004: CON [MID=18460, T=D5DBCB9E41384211], GET, /test, observe(0) -----> (dropped) 0003: CON [MID=56233, T=B9E6EEFD5B4FD317], GET, /test, observe(0) -----> 0003: <----- ACK [MID=56233, T=B9E6EEFD5B4FD317], 2.05, observe(1) 0004: <----- CON [MID=8001, T=B9E6EEFD5B4FD317], 2.05, observe(3) 0004: ACK [MID=8001] -----> 0005: CON [MID=56234, T=B9E6EEFD5B4FD317], GET, /test, observe(1) -----> 0006: <----- CON [MID=8002, T=B9E6EEFD5B4FD317], 2.05, observe(4) 0006: <----- NON [MID=8003, T=B9E6EEFD5B4FD317], 2.05, observe(5) 0206: CON [MID=56234, T=B9E6EEFD5B4FD317], GET, /test, observe(1) -----> 0406: CON [MID=56234, T=B9E6EEFD5B4FD317], GET, /test, observe(1) -----> 0506: <----- ACK [MID=56234, T=B9E6EEFD5B4FD317], 2.05 0002: CON [MID=11971, T=E93BE97B18FC93F7], GET, /test, observe(0) -----> 0003: <----- ACK [MID=11971, T=E93BE97B18FC93F7], 2.05, 2:0/1/16, observe(1) 0004: CON [MID=11972, T=842BD28837A6F4FE], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=11972, T=842BD28837A6F4FE], 2.05, 2:1/0/16 0005: CON [MID=11973, T=B8D71EF8D86F9A8A], GET, /test -----> 0006: <----- ACK [MID=11973, T=B8D71EF8D86F9A8A], 2.05, 2:0/1/16 0006: CON [MID=11974, T=B8D71EF8D86F9A8A], GET, /test, 2:1/0/16 -----> 0007: <----- CON [MID=8001, T=E93BE97B18FC93F7], 2.05, 2:0/1/16, observe(2) 0007: ACK [MID=8001] -----> 0007: CON [MID=11975, T=D00040A38E5412EA], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=11974, T=B8D71EF8D86F9A8A], 2.05, 2:1/0/16 0008: <----- ACK [MID=11975, T=D00040A38E5412EA], 2.05, 2:1/0/16 0002: CON [MID=32664, T=585BD8024082CB43], GET, /test -----> 0003: <----- ACK [MID=32664, T=585BD8024082CB43], 2.05, observe(3) 0003: CON [MID=32665, T=F8602EEF89AEE467], GET, /test -----> 0004: <----- CON [MID=8000, T=F8602EEF89AEE467], 2.05, observe(4) 0004: ACK [MID=8000] -----> 0004: CON [MID=32666, T=94144774617DFAED], GET, /test -----> 0005: <----- NON [MID=32666, T=94144774617DFAED], 2.05, observe(5) 0002: CON [MID=17414, T=5F60D4DEB176D7FA], GET, /test, observe(0) -----> 0002: <----- ACK [MID=17414, T=5F60D4DEB176D7FA], 2.05, 2:0/1/16, observe(0), size2(40) 0003: CON [MID=17415, T=1C829B7156DCDB7E], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=17415, T=1C829B7156DCDB7E], 2.05, 2:1/1/16 0003: CON [MID=17416, T=1C829B7156DCDB7E], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=17416, T=1C829B7156DCDB7E], 2.05, 2:2/0/16 0004: observe relation has been established, server now sends a notification 0005: <----- CON [MID=8001, T=5F60D4DEB176D7FA], 2.05, 2:0/1/16, observe(1), size2(45) 0005: ACK [MID=8001] -----> 0005: CON [MID=17417, T=444035ED72EC0654], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=17417, T=444035ED72EC0654], 2.05, 2:1/1/16 0006: CON [MID=17418, T=444035ED72EC0654], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=17418, T=444035ED72EC0654], 2.05, 2:2/0/16 0007: client has successfully retrieved content for notification using blockwise transfer 0007: server now sends notifications interfering with ongoing blockwise transfer 0007: <----- CON [MID=8002, T=5F60D4DEB176D7FA], 2.05, 2:0/1/16, observe(2), size2(42) 0007: ACK [MID=8002] -----> 0007: CON [MID=17419, T=E0F8B38C2D971944], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=17419, T=E0F8B38C2D971944], 2.05, 2:1/1/16 0008: CON [MID=17420, T=E0F8B38C2D971944], GET, /test, 2:2/0/16 -----> 0008: //////// Overriding notification //////// 0009: <----- CON [MID=8003, T=5F60D4DEB176D7FA], 2.05, 2:0/1/16, observe(3), size2(40) 0009: ACK [MID=8003] -----> 0009: CON [MID=17421, T=B8543FF925EA8FFD], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=17420, T=E0F8B38C2D971944], 2.05, 2:2/0/16 0010: <----- ACK [MID=17421, T=B8543FF925EA8FFD], 2.05, 2:1/1/16 0010: CON [MID=17422, T=B8543FF925EA8FFD], GET, /test, 2:2/0/16 -----> 0011: <----- ACK [MID=17422, T=B8543FF925EA8FFD], 2.05, 2:2/0/16 0011: client has detected newly arriving notification while doing blockwise transfer of previous notification 0011: server now sends notifications interfering with ongoing blockwise transfer using conflicting block numbers 0011: <----- CON [MID=8004, T=5F60D4DEB176D7FA], 2.05, 2:0/1/16, observe(4), size2(38) 0011: ACK [MID=8004] -----> 0012: CON [MID=17423, T=7466A5F627BACE8D], GET, /test, 2:1/0/16 -----> 0012: //////// Overriding notification (4) //////// 0012: <----- CON [MID=8005, T=5F60D4DEB176D7FA], 2.05, 2:0/1/16, observe(5), size2(40) 0012: ACK [MID=8005] -----> 0012: CON [MID=17424, T=D0C2531B69E5556A], GET, /test, 2:1/0/16 -----> 0013: //////// Conflicting notification block //////// 0013: <----- ACK [MID=17423, T=7466A5F627BACE8D], 2.05, 2:1/1/16 0013: <----- ACK [MID=17424, T=D0C2531B69E5556A], 2.05, 2:1/1/16 0013: CON [MID=17425, T=D0C2531B69E5556A], GET, /test, 2:2/0/16 -----> 0014: <----- ACK [MID=17425, T=D0C2531B69E5556A], 2.05, 2:2/0/16 0014: //////// Notification after cancellation //////// 0015: <----- CON [MID=8006, T=5F60D4DEB176D7FA], 2.05, 2:0/1/16, observe(6), size2(34) 0015: ACK [MID=8006] -----> 0015: CON [MID=17426, T=403ADBFF92EB95DF], GET, /test, 2:1/0/16 -----> 0016: <----- ACK [MID=17426, T=403ADBFF92EB95DF], 2.05, 2:1/1/16 0416: <----- CON [MID=8007, T=5F60D4DEB176D7FA], 2.05, 2:0/1/16, observe(7) 0416: RST [MID=8007] -----> 0002: CON [MID=11242, T=734B99F01C398404], GET, /test, observe(0) -----> 0003: <----- ACK [MID=11242, T=734B99F01C398404], 2.05, 2:0/1/16, observe(0), size2(45) 0004: CON [MID=11243, T=34C3CC4460516917], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=11243, T=34C3CC4460516917], 2.05, 2:1/1/16 0005: CON [MID=11244, T=34C3CC4460516917], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=11244, T=34C3CC4460516917], 2.05, 2:2/0/16 0006: <----- CON [MID=8001, T=734B99F01C398404], 2.05, 2:0/1/16, observe(2), size2(42) 0007: ACK [MID=8001] -----> 0007: CON [MID=42643, T=DCF5661EF19D46B9], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=42643, T=DCF5661EF19D46B9], 2.05, 2:1/1/16 0008: CON [MID=42644, T=DCF5661EF19D46B9], GET, /test, 2:2/0/16 -----> 0009: Cancel observation 734B99F01C398404 0012: CON [MID=42382, T=C3BC85583BEEEE83], GET, /test, observe(0) -----> 0013: <----- ACK [MID=42382, T=C3BC85583BEEEE83], 2.05, observe(1) 0014: <----- CON [MID=8001, T=C3BC85583BEEEE83], 2.05, observe(3) 0014: ACK [MID=8001] -----> 0015: CON [MID=42383, T=C3BC85583BEEEE83], GET, /test, observe(1) -----> 0015: <----- ACK [MID=42383, T=C3BC85583BEEEE83], 2.05 0016: <----- CON [MID=8002, T=C3BC85583BEEEE83], 2.05, observe(4) 0016: RST [MID=8002] -----> 0016: <----- NON [MID=8003, T=C3BC85583BEEEE83], 2.05, observe(5) 0016: RST [MID=8003] -----> [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.955 s - in org.eclipse.californium.core.test.lockstep.ObserveClientSideTest [INFO] Running org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.508 s - in org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-core --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ californium-core --- [INFO] Installing org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.californium:cf-nat >------------------- [INFO] Building Cf-NAT 3.3.1-SNAPSHOT [10/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-nat --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-nat --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-nat --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-nat --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-nat --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-nat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-nat --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-nat --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-nat --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-nat --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-nat --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-nat --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-nat --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-nat --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.util.nat... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/Nat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/NioNatUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/NioNatUtil.NatAddress.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/NioNatUtil.NatAddressState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/class-use/NioNatUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/class-use/NioNatUtil.NatAddressState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/class-use/NioNatUtil.NatAddress.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/class-use/Nat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-nat --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-nat --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-nat --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-nat --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-nat --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.3.1-SNAPSHOT/cf-nat-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.3.1-SNAPSHOT/cf-nat-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.3.1-SNAPSHOT/cf-nat-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.3.1-SNAPSHOT/cf-nat-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-health >--------------- [INFO] Building Cf-Unix-Health 3.3.1-SNAPSHOT [11/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-unix-health --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-unix-health --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-unix-health --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-unix-health --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-unix-health --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-unix-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-unix-health --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-unix-health --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ cf-unix-health --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-unix-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-unix-health --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ cf-unix-health --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-unix-health --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.unixhealth... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/NetSocketHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/NetStatLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/class-use/NetStatLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/class-use/NetSocketHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-unix-health --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-unix-health --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-unix-health --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-unix-health --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ cf-unix-health --- [INFO] Installing org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:cf-cluster >----------------- [INFO] Building Cf-Cluster 3.3.1-SNAPSHOT [12/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-cluster --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-cluster --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-cluster --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-cluster --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-cluster --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-cluster --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-cluster --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-cluster --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ cf-cluster --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-cluster --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-cluster --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-cluster --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-cluster --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-cluster --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ cf-cluster --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-cluster --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.cluster... Loading source files for package org.eclipse.californium.cluster.config... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/CredentialsUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/DtlsClusterManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/DtlsClusterManager.ClusterNodesDiscover.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/HttpResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/HttpResultException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/JdkHttpClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/JdkK8sMonitorService.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sManagementClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sManagementClient.Pod.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sManagementDiscoverClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sManagementDiscoverJdkClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/Readiness.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/RestoreHttpClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/DtlsClusterManagerConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/RestoreHttpClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/Readiness.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sManagementDiscoverJdkClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sManagementDiscoverClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sManagementClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sManagementClient.Pod.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/JdkK8sMonitorService.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/JdkHttpClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/HttpResultException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/HttpResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/DtlsClusterManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/DtlsClusterManager.ClusterNodesDiscover.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/CredentialsUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/class-use/DtlsClusterManagerConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/cf-cluster-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-cluster --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/cf-cluster-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-cluster --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-cluster --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-cluster --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/cf-cluster-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-cluster --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-cluster --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/cf-cluster-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.3.1-SNAPSHOT/cf-cluster-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.3.1-SNAPSHOT/cf-cluster-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/cf-cluster-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.3.1-SNAPSHOT/cf-cluster-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cluster/target/cf-cluster-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.3.1-SNAPSHOT/cf-cluster-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ cf-cluster --- [INFO] Installing org/eclipse/californium/cf-cluster/3.3.1-SNAPSHOT/cf-cluster-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------------< org.eclipse.californium:cf-cli >------------------- [INFO] Building Cf-command-line-interface 3.3.1-SNAPSHOT [13/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-cli --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-cli --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-cli --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-cli --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-cli --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-cli --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ cf-cli --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-cli --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ cf-cli --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-cli --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.cli... Loading source files for package org.eclipse.californium.cli.decoder... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/CliConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientBaseConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientBaseConfig.ProxyConfiguration.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.ContentType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.MessageType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.Payload.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.DtlsConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.PlugPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.UdpConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Authentication.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.AuthenticationMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Identity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.PskCredentialStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Secret.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Trust.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/CborDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/Decoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/JsonDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.AuthenticationMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Authentication.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Identity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Trust.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Secret.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.PskCredentialStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.UdpConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.DtlsConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.PlugPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.ContentType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.Payload.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.MessageType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientBaseConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientBaseConfig.ProxyConfiguration.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/CliConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/JsonDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/Decoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/CborDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-cli --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-cli --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ cf-cli --- [INFO] Installing org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >-------------- [INFO] Building Cf-cli-tcp-netty 3.3.1-SNAPSHOT [14/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-cli-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-cli-tcp-netty --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-cli-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-cli-tcp-netty --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-cli-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.cli.tcp.netty... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/Initialize.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/TcpConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/TlsConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/TlsConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/TcpConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/Initialize.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-cli-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-cli-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-cli-tcp-netty --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.californium:californium-tests >-------------- [INFO] Building Californium (Cf) Tests 3.3.1-SNAPSHOT [15/38] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ californium-tests --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-tests --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-tests --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-tests --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-tests --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ californium-tests --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-tests --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-tests --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-tests --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-tests --- [INFO] Skipping artifact installation [INFO] [INFO] -------< org.eclipse.californium:californium-integration-tests >-------- [INFO] Building Californium (Cf) Integration Tests 3.3.1-SNAPSHOT [16/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ californium-integration-tests --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-integration-tests --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-integration-tests --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-integration-tests --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-integration-tests --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-tests/californium-integration-tests/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-integration-tests --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ californium-integration-tests --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-integration-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-integration-tests --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-tests/californium-integration-tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-integration-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-integration-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-integration-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.10/logback-classic-1.2.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 08:11:04.139 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:11:04.255 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:11:04.257 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:11:04.257 INFO [JceProviderUtil]: JCE setup: null, ready. (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.integration.test.SecureTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.678 s - in org.eclipse.californium.integration.test.SecureTest [INFO] Running org.eclipse.californium.integration.test.SecureBlockwiseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.californium.integration.test.SecureBlockwiseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ californium-integration-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-integration-tests --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-integration-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-integration-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-nat/target/cf-nat-3.3.1-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.10/logback-classic-1.2.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] 08:11:08.417 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:11:08.500 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:11:08.502 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:11:08.502 INFO [JceProviderUtil]: JCE setup: null, ready. (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.integration.test.SecureCidClusterTest URI: LoadBalancer destination coaps://127.0.0.1:38856/resource coap-server coaps://127.0.0.1:38856/resource coap-client coaps://127.0.0.1:52740 08:11:10.669 WARN [NioNatUtil]: NAT 127.0.0.1:38856 stopped. 1661 forwarded messages, 1553 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:39267/resource coap-server coaps://127.0.0.1:39267/resource coap-client coaps://127.0.0.1:50607 08:11:11.772 WARN [NioNatUtil]: NAT 127.0.0.1:39267 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:45681/resource coap-server coaps://127.0.0.1:45681/resource coap-client coaps://127.0.0.1:38274 08:11:13.055 WARN [NioNatUtil]: NAT 127.0.0.1:45681 stopped. 1605 forwarded messages, 1512 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:37138/resource coap-server coaps://127.0.0.1:37138/resource coap-client coaps://127.0.0.1:35559 08:11:17.009 WARN [NioNatUtil]: NAT 127.0.0.1:37138 stopped. 379 forwarded messages, 368 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:47796/resource coap-server coaps://127.0.0.1:47796/resource coap-client coaps://127.0.0.1:41189 08:11:20.438 WARN [NioNatUtil]: NAT 127.0.0.1:47796 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:44922/resource coap-server coaps://127.0.0.1:44922/resource coap-client coaps://127.0.0.1:39843 08:11:20.462 WARN [NioNatUtil]: NAT 127.0.0.1:44922 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:46754/resource coap-server coaps://127.0.0.1:46754/resource coap-client coaps://127.0.0.1:36548 08:11:20.983 WARN [NioNatUtil]: NAT 127.0.0.1:46754 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.414 s - in org.eclipse.californium.integration.test.SecureCidClusterTest [INFO] Running org.eclipse.californium.integration.test.SecureObserveTest Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:46755/resource coap-client coaps://127.0.0.1:43531 Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says new client for the 5 time" 08:11:21.237 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "4FBC632ADE83F68E90566B041D222C3DD0C622E80F29BF66E6D31413CF975299" != "98AAACF5FE4129011865CC12D3B5CD656FC12A32F93B438D0B86D9F081B91389" (o.e.c.e.u.FilteredLogger.log:152) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:55936/resource coap-client coaps://127.0.0.1:52807 URI: change coaps://127.0.0.1:55936/resource to coaps://127.0.0.1:48665/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" URI: change coaps://127.0.0.1:48665/resource to coaps://127.0.0.1:38355/resource 08:11:23.558 WARN [NioNatUtil]: NAT 127.0.0.1:43785 stopped. 12 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:42587/resource coap-client coaps://127.0.0.1:40823 Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:59743/resource coap-client coaps://127.0.0.1:45014 Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:44604/resource coap-client coaps://127.0.0.1:59492 URI: change coaps://127.0.0.1:44604/resource to coaps://127.0.0.1:44904/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" 08:11:28.055 WARN [NioNatUtil]: NAT 127.0.0.1:32880 stopped. 7 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:53709/resource coap-client coaps://127.0.0.1:42375 URI: change coaps://127.0.0.1:53709/resource to coaps://127.0.0.1:40479/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" 08:11:32.373 WARN [NioNatUtil]: NAT 127.0.0.1:49903 stopped. 10 forwarded messages, 7 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:40906/resource coap-client coaps://127.0.0.1:41101 URI: change coaps://127.0.0.1:40906/resource to coaps://127.0.0.1:53520/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" 08:11:32.701 WARN [NioNatUtil]: NAT 127.0.0.1:38589 stopped. 14 forwarded messages, 7 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) Resource resource changed to "resource says hi for the 1 time" coap-server coaps://127.0.0.1:42115/resource coap-client coaps://127.0.0.1:37079 URI: change coaps://127.0.0.1:42115/resource to coaps://127.0.0.1:52696/resource Resource resource changed to "resource says client for the 2 time" Resource resource changed to "resource says client for the 3 time" Resource resource changed to "resource says client for the 4 time" Resource resource changed to "resource says client for the 5 time" Resource resource changed to "resource says client for the 6 time" Resource resource changed to "resource says client for the 7 time" Resource resource changed to "resource says client for the 8 time" 08:11:33.023 WARN [NioNatUtil]: NAT 127.0.0.1:52081 stopped. 13 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.97 s - in org.eclipse.californium.integration.test.SecureObserveTest [INFO] Running org.eclipse.californium.integration.test.SecureNatTest URI: LoadBalancer destination coaps://127.0.0.1:60243/resource coap-server coaps://127.0.0.1:60243/resource coap-client coaps://127.0.0.1:56821 08:11:33.962 WARN [NioNatUtil]: NAT 127.0.0.1:60243 stopped. 1607 forwarded messages, 1409 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:51715/resource coap-server coaps://127.0.0.1:51715/resource coap-client coaps://127.0.0.1:36331 08:11:34.474 WARN [NioNatUtil]: NAT 127.0.0.1:51715 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:48181/resource coap-server coaps://127.0.0.1:48181/resource coap-client coaps://127.0.0.1:57572 08:11:35.176 WARN [NioNatUtil]: NAT 127.0.0.1:48181 stopped. 1479 forwarded messages, 1296 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:52067/resource coap-server coaps://127.0.0.1:52067/resource coap-client coaps://127.0.0.1:51600 08:11:40.499 WARN [NioNatUtil]: NAT 127.0.0.1:52067 stopped. 377 forwarded messages, 345 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:44542/resource coap-server coaps://127.0.0.1:44542/resource coap-client coaps://127.0.0.1:59423 08:11:44.063 WARN [NioNatUtil]: NAT 127.0.0.1:44542 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:41462/resource coap-server coaps://127.0.0.1:41462/resource coap-client coaps://127.0.0.1:36526 08:11:44.073 WARN [NioNatUtil]: NAT 127.0.0.1:41462 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) URI: LoadBalancer destination coaps://127.0.0.1:46321/resource coap-server coaps://127.0.0.1:46321/resource coap-client coaps://127.0.0.1:58906 08:11:44.353 WARN [NioNatUtil]: NAT 127.0.0.1:46321 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.336 s - in org.eclipse.californium.integration.test.SecureNatTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-integration-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-integration-tests --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-integration-tests --- [INFO] Skipping artifact installation [INFO] [INFO] -----< org.eclipse.californium:californium-interoperability-tests >----- [INFO] Building Californium (Cf) Interoperability Tests 3.3.1-SNAPSHOT [17/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ californium-interoperability-tests --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-interoperability-tests --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-interoperability-tests --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-interoperability-tests --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-interoperability-tests --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-interoperability-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-tests/californium-interoperability-tests/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-interoperability-tests --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ californium-interoperability-tests --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-interoperability-tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-interoperability-tests --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-tests/californium-interoperability-tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-interoperability-tests --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:11:46.963 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:11:47.076 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:11:47.078 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:11:47.078 INFO [JceProviderUtil]: JCE setup: null, ready. (o.e.c.e.u.JceProviderUtil.setupJce:468) 08:11:47.097 INFO [AeadBlockCipher]: Max. allowed key length for AES/CBC/NoPadding is 128 bits (o.e.c.s.d.c.AeadBlockCipher.isSupported:81) 08:11:47.130 INFO [AeadBlockCipher]: Max. allowed key length for AES/CBC/NoPadding is 128 bits (o.e.c.s.d.c.AeadBlockCipher.isSupported:81) 08:11:47.130 INFO [AeadBlockCipher]: Max. allowed key length for AES/CCM/NoPadding is 128 bits (o.e.c.s.d.c.AeadBlockCipher.isSupported:81) 08:11:47.131 INFO [AeadBlockCipher]: Max. allowed key length for AES/CCM/NoPadding is 128 bits (o.e.c.s.d.c.AeadBlockCipher.isSupported:81) 08:11:47.131 INFO [AeadBlockCipher]: Max. allowed key length for AES/CCM/NoPadding is 128 bits (o.e.c.s.d.c.AeadBlockCipher.isSupported:81) 08:11:47.131 INFO [AeadBlockCipher]: Max. allowed key length for AES/CCM/NoPadding is 128 bits (o.e.c.s.d.c.AeadBlockCipher.isSupported:81) 08:11:47.131 INFO [AeadBlockCipher]: Max. allowed key length for AES/GCM/NoPadding is 128 bits (o.e.c.s.d.c.AeadBlockCipher.isSupported:81) 08:11:47.131 INFO [AeadBlockCipher]: Max. allowed key length for AES/GCM/NoPadding is 128 bits (o.e.c.s.d.c.AeadBlockCipher.isSupported:81) 08:11:47.135 INFO [TestScope]: INTENSIVE TEST: false (o.e.c.e.util.TestScope.:35) OpenSSL 1.1.1d 10 Sep 2019 > exit: 0 (2ms). 08:11:47.273 INFO [XECDHECryptography]: X25519/X448 not supported! (o.e.c.s.d.c.XECDHECryptography$XDHPublicKeyReflection.init:873) 08:11:47.321 INFO [Configuration]: defaults added DTLS. (o.e.c.e.c.Configuration.addDefaultModule:298) 08:11:47.322 INFO [Configuration]: defaults added SYS. (o.e.c.e.c.Configuration.addDefaultModule:298) [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest 08:11:47.343 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 08:11:47.370 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.374 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.377 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:55173] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.377 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:55173, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:47.377 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:55173] (o.e.c.s.DTLSConnector$Worker.run:3127) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCBH1LGb9/u5ZyYxFfDuBhnfD1OwSeNd4dWs4BxH7o7T +AQwOqKXH5hFIBn4MabeyxRKrR+qFB5pWZNsDn9yTCb7pCSvYYOm9g17jjmdomWR hLZzoQYCBGIgeEOiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:PSK-AES128-CCM8 CIPHER is PSK-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (108ms, openssl-server, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 08:11:47.457 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:47.458 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 08:11:47.464 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.464 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.465 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:49716] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.465 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:49716] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.465 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:49716, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCD858tZzisbzXifYj9B+DajiFe8k40NOgUkG+Iy6Igi GwQwxV92SKFBdsUrKxAQOMdqdXHygUdROfdWtdn0XUNXO4ga/B7wjEgBf+ls2Hz2 rVlooQYCBGIgeEOiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:PSK-AES128-CCM8 CIPHER is PSK-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (11ms, openssl-server, TLS_PSK_WITH_AES_128_CCM_8). 08:11:47.472 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:47.473 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 08:11:47.479 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.479 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.480 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:37408] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.480 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:37408] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.480 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:37408, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCDjLIYY/tuiGXElsUKjT5BG/43cEDKQ8c0n9PYiBS4j ZwQw0ZrnIHOBKykbc0FiUo2zAEne7fqqVq2err81KfnfudHpj6lCs3xX9Rynplnf gOAjoQYCBGIgeEOiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256 Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (16ms, openssl-server, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 08:11:47.491 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:47.492 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 08:11:47.497 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.497 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.498 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:46574] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.498 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:46574, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:47.498 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:46574] (o.e.c.s.DTLSConnector$Worker.run:3127) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsA3BCCUQFtRAUPJ8aVNABZW5Kw2ZVWBPhodbF7vU/cto2Xk uQQwnuFMqPevjvn+jcvyrEkszu4A9U6MuRDUZTJhzwtswNE9+nVSjY69yGhY3Hlb VR8CoQYCBGIgeEOiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256 Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (11ms, openssl-server, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 08:11:47.505 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:47.506 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM -cert server.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 08:11:47.531 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.531 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.532 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:45657] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.532 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:45657] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.532 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:45657, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:47.535 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:47.540 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALArAQgHjkhjI9FgzHzkBbP7qx1adMd1jSm2gDsatU1oodt xHYEMEXQqchjQWKVLcCGPQajwTzMrjKVq3tqPjnv6W8p5mwpDeqYQr6wBM2D0JLy 7bJLcaEGAgRiIHhDogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (41ms, openssl-server, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_CCM). 08:11:47.549 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:47.550 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM -cert server.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 08:11:47.557 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.557 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.558 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:39158] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.558 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:39158] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.558 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:39158, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:47.560 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:47.562 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALArAQgdK7VbP2lpQAxOGzGQn7fGL59bsRnIZh1Fj2AdMD6 17IEML34QHQcq0k7QG0fQZsQOphaOg3kyt1NfoWuaxZO7eQybfE57rsh77AE6V2p LxbR36EGAgRiIHhDogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (16ms, openssl-server, TLS_ECDHE_ECDSA_WITH_AES_128_CCM). 08:11:47.570 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:47.570 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-SHA256 -cert serverRsa.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 08:11:47.576 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.576 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.577 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42228] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.577 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42228] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.577 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42228, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:47.580 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:47.581 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALAJwQgDAIlNv7OAZfJ5Hcp5A2FzI+mWAsE3ijNuIsNWDzM FV8EMECoJWHdainebD6BKbmHGozgRgtZJ+qN8fMpAb20YbtMlVSILmXAoWwx7KjM Q6M6iqEGAgRiIHhDogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-RSA-AES128-SHA256 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-RSA-AES128-SHA256 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (17ms, openssl-server, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256). 08:11:47.589 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:47.590 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-SHA256 -cert serverRsa.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 08:11:47.595 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.595 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.596 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:33292] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.596 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:33292] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.596 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:33292, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:47.599 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:47.600 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALAJwQgx0RQK2vZcROwl72TqXSOqsH0MJCBoAj2C+Z5OckH m60EMKmRug9QmDWm0pEV0kvitvUXMJmgEbAnihjPJ74TZVlRumHzX7OVYcSMMNgP /IIAcqEGAgRiIHhDogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-RSA-AES128-SHA256 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-RSA-AES128-SHA256 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (15ms, openssl-server, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256). 08:11:47.607 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1d 10 Sep 2019 > exit: 0 (2ms). [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest 08:11:47.616 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:47.618 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:47.618 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:47.663 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.664 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:47.663 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 240 bytes and written 411 bytes Verification: OK --- New, TLSv1.2, Cipher is PSK-AES128-CCM8 Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : PSK-AES128-CCM8 Session-ID: 665FD45BB8C3F653A155C6BD3D3A27B0E1A23710B3C2FC13A325682C8A5F8D68 Session-ID-ctx: Master-Key: C75DC4F120A62812B9814E4FDBAB91E19BC73133CEF34424C3238FC312CC3A23B4DC7135E6674923871480500A5EA101 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1646295107 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (511ms, openssl-client, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8). 08:11:48.177 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:48.178 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:48.179 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:48.180 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:48.180 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:48.181 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:48.180 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 253 bytes and written 411 bytes Verification: OK --- New, TLSv1.2, Cipher is PSK-AES128-CCM8 Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : PSK-AES128-CCM8 Session-ID: 167DF24F5521F9CD31009F119BD8F9FF478F4D1C6070D539D2FD1C3EBFF79ABF Session-ID-ctx: Master-Key: CBED4465EF4CD570C24CCADDCE0B9D76372DAB874706CE01FE85039F37E5861ED7F8AEB1A90E5AE0A23C5CA0A3B88E2C PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1646295108 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (509ms, openssl-client, TLS_PSK_WITH_AES_128_CCM_8). 08:11:48.693 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:48.693 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:48.694 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:48.695 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:48.695 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:48.695 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:48.696 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 369 bytes and written 553 bytes Verification: OK --- New, TLSv1.0, Cipher is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-PSK-AES128-CBC-SHA256 Session-ID: 82E42B687309AF48120BF645D710F968A157173352043C35FA67B0B9AC023212 Session-ID-ctx: Master-Key: 63373E2DC425127362ECF2A303FAA014D5FB71AAA03DE2E43AE057064A376142925E68F34395E93D36D5F8067D742473 PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1646295108 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (512ms, openssl-client, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 08:11:49.210 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:49.211 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:49.212 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:49.213 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:49.213 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:49.213 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:49.214 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 Can't use SSL_get_servername CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names sent Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 395 bytes and written 553 bytes Verification: OK --- New, TLSv1.0, Cipher is ECDHE-PSK-AES128-CBC-SHA256 Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-PSK-AES128-CBC-SHA256 Session-ID: 196AF31FCA4C1BE1F8D8DBB9AC5711C1ED1518476CC6309C2FD2E085BC286F43 Session-ID-ctx: Master-Key: DA966422656C315F13C45973D6AF738958E85D82F3737B51F46EE90BBDDE48A01B5C802DBF517AE36689ADC04590B37E PSK identity: Client_identity PSK identity hint: None SRP username: None Start Time: 1646295109 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (512ms, openssl-client, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256). 08:11:49.729 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:49.729 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:49.730 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:49.731 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:49.732 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:49.732 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:49.732 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM -cert client.pem -no-CAfile -curves X25519:prime256v1 08:11:49.739 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:49.744 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1619 bytes and written 1153 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM Session-ID: BAB4E9D7F21C17932D01A9A3CA768D109AC24B653FB620F3EAAD9534BFF9F4C4 Session-ID-ctx: Master-Key: 68B7C27439F9592128F35878AF7D3EEB2D3EE838154B0B6879A90455ED390AB7B39F4E156233799DD1B8EC14D63C40EE PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295109 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (517ms, openssl-client, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_CCM). 08:11:50.252 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:50.252 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:50.253 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:50.254 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:50.255 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:50.255 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:50.255 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM -cert client.pem -no-CAfile -curves X25519:prime256v1 08:11:50.262 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:50.267 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1657 bytes and written 1153 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM Session-ID: BC0C2F0EC445C2533227B19FB71B0C66968FD08AED949728CA4C6828A9030876 Session-ID-ctx: Master-Key: 2E4A82E866BE5C1FAACF7710957D24BD013FD1CECF2DFDA4FE14353110F2F5C0E3104E1579F37A3D32E11DC5253BA5E0 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295110 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (517ms, openssl-client, TLS_ECDHE_ECDSA_WITH_AES_128_CCM). 08:11:50.774 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:50.775 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:50.778 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:50.779 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:50.779 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:50.779 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:50.779 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 08:11:50.787 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:50.810 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDJjCCAsqgAwIBAgIIZCi1cBLwaRQwDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDY0 MFoXDTIyMTAyNTE2NDY0MFowYjEWMBQGA1UEAxMNY2Ytc2VydmVyLXJzYTEUMBIG A1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQH EwZPdHRhd2ExCzAJBgNVBAYTAkNBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB CgKCAQEAicV+grcsJ9hTK8g+/TxWO2xUpLZgfDIkY92dLYS0d/H7JOTbec5vy3jW KGnEj1jld2GuuHSN/CcQPG/G6RMYiTItCe8qFK5su3hqQt0sj4n4dFngVn/wR3FZ OIS6TrLhq+xYWOF4r2h8ytVs9GDfaLScVUoaiFUhEbwWV1wUwIhX0/pleCpp3AkB MKK4bKAwsfzILmMQ9rGDPVktA6zN1oK2HiGveTWNjeAlyiAuvzF2+Z8dtjirnDop FFdacyIlG5H+GQ1Pc2Geuv1ci7nBfn2JHSxMHmoH+TZEzD1T6Mu/aztwKIhXjmbq 3awkmD9t42VcXoRWLywp7RIRPtYFjQIDAQABo4GkMIGhMB0GA1UdDgQWBBSu3l5z pq6+hEPtXDns8TA04QVPwjALBgNVHQ8EBAMCB4AwUgYDVR0RBEswSYIJbG9jYWxo b3N0hwR/AAABhxAAAAAAAAAAAAAAAAAAAAABgh5jYWxpZm9ybml1bS5lY2xpcHNl cHJvamVjdHMuaW+HBCO5KLYwHwYDVR0jBBgwFoAUQan3go6Qqc6GmPATJZ3cKLrv DhYwDAYIKoZIzj0EAwIFAANIADBFAiEAu5xKyMQ283QCDqbjVXMUGQ37fBxueKZ5 VZGg4r7WLjcCICcg3uMBMBPIIAe6t3RVjED+oncIxWlu0W7w6nwiCXbh -----END CERTIFICATE----- subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 2039 bytes and written 1184 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-RSA-AES128-SHA256 Server public key is 2048 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-RSA-AES128-SHA256 Session-ID: 139755D57E9DC2910EACBF8D3DCC5DDC9E2B3F6568BC4C1127C401F375B1FEE9 Session-ID-ctx: Master-Key: 8AC56C6C93F7F9AA68BB7969C8B3A3E446D501434B315DE00AC92B0771660923693D8CAF8D7089AAB19C4FEC97E0B38B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295110 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (536ms, openssl-client, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256). 08:11:51.319 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:51.320 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:51.322 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:51.323 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:51.324 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:51.324 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl08:11:51.324 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 08:11:51.333 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:51.343 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDJjCCAsqgAwIBAgIIZCi1cBLwaRQwDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDY0 MFoXDTIyMTAyNTE2NDY0MFowYjEWMBQGA1UEAxMNY2Ytc2VydmVyLXJzYTEUMBIG A1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQH EwZPdHRhd2ExCzAJBgNVBAYTAkNBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB CgKCAQEAicV+grcsJ9hTK8g+/TxWO2xUpLZgfDIkY92dLYS0d/H7JOTbec5vy3jW KGnEj1jld2GuuHSN/CcQPG/G6RMYiTItCe8qFK5su3hqQt0sj4n4dFngVn/wR3FZ OIS6TrLhq+xYWOF4r2h8ytVs9GDfaLScVUoaiFUhEbwWV1wUwIhX0/pleCpp3AkB MKK4bKAwsfzILmMQ9rGDPVktA6zN1oK2HiGveTWNjeAlyiAuvzF2+Z8dtjirnDop FFdacyIlG5H+GQ1Pc2Geuv1ci7nBfn2JHSxMHmoH+TZEzD1T6Mu/aztwKIhXjmbq 3awkmD9t42VcXoRWLywp7RIRPtYFjQIDAQABo4GkMIGhMB0GA1UdDgQWBBSu3l5z pq6+hEPtXDns8TA04QVPwjALBgNVHQ8EBAMCB4AwUgYDVR0RBEswSYIJbG9jYWxo b3N0hwR/AAABhxAAAAAAAAAAAAAAAAAAAAABgh5jYWxpZm9ybml1bS5lY2xpcHNl cHJvamVjdHMuaW+HBCO5KLYwHwYDVR0jBBgwFoAUQan3go6Qqc6GmPATJZ3cKLrv DhYwDAYIKoZIzj0EAwIFAANIADBFAiEAu5xKyMQ283QCDqbjVXMUGQ37fBxueKZ5 VZGg4r7WLjcCICcg3uMBMBPIIAe6t3RVjED+oncIxWlu0W7w6nwiCXbh -----END CERTIFICATE----- subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 2065 bytes and written 1186 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-RSA-AES128-SHA256 Server public key is 2048 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-RSA-AES128-SHA256 Session-ID: CE8C1E802E3DE01FCFD9C4CD9C1C768FC70BE4EFA73069039E86AE2C8037A45D Session-ID-ctx: Master-Key: B685D0FAD61028988B894AFE32DD34079A4740735958A346E7CCE4DB93CC08DA2938AE93699D25343FDF09B027328308 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295111 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (524ms, openssl-client, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256). 08:11:51.851 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1d 10 Sep 2019 > exit: 0 (3ms). [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.243 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest 08:11:51.860 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:51.861 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:51.862 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:51.863 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:51.863 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:51.863 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 08:11:51.871 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:51.875 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1649 bytes and written 2168 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 490753E9400EA1B532BB04CF4B1BAE1DB43AD902928F03CD54AFEF1C99213C30 Session-ID-ctx: Master-Key: 238AFFFB6AA68086AA976782A213CDD78DF87DCA71B47716D30B2E144D5BE806C37A6D7FEE184B425DC6E81D410F466B PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295111 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (555ms, testOpenSslClientChainTrustAll). 08:11:52.421 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:52.422 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:52.422 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:52.423 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:52.424 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:52.424 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:52.424 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 08:11:52.430 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:52.435 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1744 bytes and written 2168 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 57874DD852068B637DCFB9B219E0903BF6A9B97D67F53E5EA64508F9B16990E8 Session-ID-ctx: Master-Key: D42DEC0DB32FF21DD752C4685D4104AF1610C723553DD447846B654D55673B1C66A07F812A2D30BFA46F5E70B6C5A0B4 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295112 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientChainTrustCa). 08:11:52.943 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:52.945 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:52.946 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:52.947 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:52.948 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:52.948 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:52.948 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 08:11:52.957 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1613 bytes and written 496 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: D4A36D350ABDF7931F280D3B0399F0E275F8C4B6E2E430A999A5777DCF960419 Session-ID-ctx: Master-Key: F3DBB3AC9DAA3EFD0E7233656BC00B75E5EC79A93E0B4D06A14314F2E5CEC75CB884CCFD34E659735AD8907318434261 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295112 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientUnauthenticated). 08:11:53.467 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:53.468 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:53.469 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:53.470 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:53.470 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:53.470 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:53.470 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 08:11:53.479 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:53.484 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1745 bytes and written 2168 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 1206025892C9BA2022F3483E75E57B8B69EE2F229E95329C43100E8BE5FA9BF1 Session-ID-ctx: Master-Key: E73108B8436F940EF95C41644FE8BECE9AD6719BDF33D57068448F559A364BA302730D4318FDA394E5D4ADF0A44BADA3 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295113 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (520ms, testOpenSslClientTrustTrustRoot). 08:11:53.994 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:53.995 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:53.997 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:53.999 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:54.001 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:54.002 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:54.003 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:54.003 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:54.003 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-SHA256 -cert clientRsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 08:11:54.012 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:54.023 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDJjCCAsqgAwIBAgIIZCi1cBLwaRQwDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDY0 MFoXDTIyMTAyNTE2NDY0MFowYjEWMBQGA1UEAxMNY2Ytc2VydmVyLXJzYTEUMBIG A1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQH EwZPdHRhd2ExCzAJBgNVBAYTAkNBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB CgKCAQEAicV+grcsJ9hTK8g+/TxWO2xUpLZgfDIkY92dLYS0d/H7JOTbec5vy3jW KGnEj1jld2GuuHSN/CcQPG/G6RMYiTItCe8qFK5su3hqQt0sj4n4dFngVn/wR3FZ OIS6TrLhq+xYWOF4r2h8ytVs9GDfaLScVUoaiFUhEbwWV1wUwIhX0/pleCpp3AkB MKK4bKAwsfzILmMQ9rGDPVktA6zN1oK2HiGveTWNjeAlyiAuvzF2+Z8dtjirnDop FFdacyIlG5H+GQ1Pc2Geuv1ci7nBfn2JHSxMHmoH+TZEzD1T6Mu/aztwKIhXjmbq 3awkmD9t42VcXoRWLywp7RIRPtYFjQIDAQABo4GkMIGhMB0GA1UdDgQWBBSu3l5z pq6+hEPtXDns8TA04QVPwjALBgNVHQ8EBAMCB4AwUgYDVR0RBEswSYIJbG9jYWxo b3N0hwR/AAABhxAAAAAAAAAAAAAAAAAAAAABgh5jYWxpZm9ybml1bS5lY2xpcHNl cHJvamVjdHMuaW+HBCO5KLYwHwYDVR0jBBgwFoAUQan3go6Qqc6GmPATJZ3cKLrv DhYwDAYIKoZIzj0EAwIFAANIADBFAiEAu5xKyMQ283QCDqbjVXMUGQ37fBxueKZ5 VZGg4r7WLjcCICcg3uMBMBPIIAe6t3RVjED+oncIxWlu0W7w6nwiCXbh -----END CERTIFICATE----- subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 2161 bytes and written 2521 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-RSA-AES128-SHA256 Server public key is 2048 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-RSA-AES128-SHA256 Session-ID: AE2C5BE5F225892EAA8A5427BD2F96490DD7051A819EF23CEB550C3686EFB83C Session-ID-ctx: Master-Key: 8BA0472796EF740517DF39726790D491DF69EE36494BDE3D2014E80A0F39BFFBCAB0C78E17ACAE5A9DE9A100F5287F3A PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295114 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (527ms, testOpenSslClientRsaCertificatChain). 08:11:54.533 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:54.534 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:54.534 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:54.535 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:54.536 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:54.537 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:54.538 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:54.538 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:54.538 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -no-CAfile -curves X25519:prime256v1 08:11:54.546 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:54.550 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1649 bytes and written 1144 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: B071815FCED14B23FA2A00595485FA0A201AE51C6D69F0BAE366ADBC3D1093FB Session-ID-ctx: Master-Key: 3CABB325BBA163D56473BE1A4DE77D4585B7E4565C8212776FBBAA356EF54E3DCC4B85D6403EB172CE1369923FD21C5E PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295114 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientCertTrustAll). 08:11:55.058 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:55.059 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:55.059 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:55.060 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:55.061 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:55.061 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl08:11:55.061 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -CAfile trustStore.pem -build_chain -curves secp384r1:prime256v1 08:11:55.070 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:55.081 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-384, 384 bits --- SSL handshake has read 1777 bytes and written 2200 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: C90BB4715DF95093FB75BD2D6AB764E4F46495F6620E25C3B8461096C730DBBE Session-ID-ctx: Master-Key: 5A949E518287B157E1903FC0011DEFA24FF1DED5FBD9B36A219C0467E27C91B249AC21CC4CBCE8C56A7FD17A08FEB237 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295115 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (530ms, testOpenSslClientSecP384r1). 08:11:55.594 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:55.595 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:55.596 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:55.597 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:55.597 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:55.597 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:55.598 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -CAfile trustStore.pem -build_chain -curves prime256v1 08:11:55.606 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:55.611 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1746 bytes and written 2164 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: F83B0AFE3464413FD471C166802F9DA46C0792FCCE536420347E86143A4FEAF5 Session-ID-ctx: Master-Key: 46FEF7F3D379D8AD0B55D3D075048C87E45016F723A5892D163E240273C7B68CEB9F90C78FB87E3BEFB9A96561067D00 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295115 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (519ms, testOpenSslClientPrime256v1). 08:11:56.120 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:56.120 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:56.121 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:56.122 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:56.123 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:56.123 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:56.123 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 08:11:56.131 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:56.136 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1742 bytes and written 2169 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 1CF2AC6B3594DAA086ED017433B4371647955046697D20DB010B512B88118956 Session-ID-ctx: Master-Key: AECFDB2488D1A21EF4218131256ACD19E158993F5BE6B9241421BDC62EED8D1EACFEDB7241BCFD0BFE5812BEB6031DEC PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295116 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientTrustTrustCa). 08:11:56.644 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:56.644 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:56.645 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:56.646 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:56.646 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:56.646 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:56.646 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 08:11:56.653 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:56.657 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- No client certificate CA names sent Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1649 bytes and written 2168 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: B5773290E85EE84AC84EAE1C8F18FD02D9A753BFCC2D65C43CFFEA0757539198 Session-ID-ctx: Master-Key: E5D76D1AF2BC12066B8297005468021C12BB43B5BC9D96ADD25CEA92F0B3273EC92BCAF199DE449D0048835608BB018F PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295116 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (516ms, testOpenSslClientTrustTrustAll). 08:11:57.165 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:57.165 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:57.166 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:57.167 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:57.167 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:57.167 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:57.167 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -no-CAfile -curves X25519:prime256v1 08:11:57.174 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:57.178 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1742 bytes and written 1145 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: DFAB4F75919C0AA7680E7E449AC8954DBE5737323A2BDA73BCF4654F2B2B53C9 Session-ID-ctx: Master-Key: 3BF23A2980C353C52CF9965AEEA25D6753B5CEB31A85AFBC6EB700EDB819467BB0B4234B971557C7355B8538CF4743A2 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295117 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (515ms, testOpenSslClientCertTrustCa). 08:11:57.685 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:57.686 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:57.688 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:57.689 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:57.689 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:57.689 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:57.690 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 08:11:57.697 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:57.702 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIIDCjCCAfKgAwIBAgIIaeO4o0xCeIUwDQYJKoZIhvcNAQELBQAwXjESMBAGA1UE AxMJY2YtY2EtcnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNs aXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjExMDI1 MTY0NjQ2WhcNMjIxMDI1MTY0NjQ2WjBlMRkwFwYDVQQDExBjZi1zZXJ2ZXItY2Et cnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1Qx DzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjO PQMBBwNCAATsZSdjp5PPjdmMHzd/WpPCPIfxNH8lGnZFfqMXagmmehfkbuJOKEMI aOCDEReVhBXL6f3tlkaD9jjzC2aP8Gmeo4GPMIGMMB0GA1UdDgQWBBS2FucSfFKN Inp8mHE1vEdSMDefmjALBgNVHQ8EBAMCB4AwPQYDVR0RBDYwNIIPbXkudGVzdC5z ZXJ2ZXIygglsb2NhbGhvc3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAEwHwYDVR0j BBgwFoAULL2zgL/rsnTu0f4oI0fgZ1nCu+owDQYJKoZIhvcNAQELBQADggEBACsn 27l95/YlOqL5wp9UN1HlrUPnCKXo3i6RfdqCJmpiPQIFvU1EYUGcgeZqKmSz9Qjr rJGmm2nvvlq33m9ZZ8AS0M+TWqUvQIN+F6qGcbtNt6KKN9aG4BDMibUnUjV0vmUf r4Cr/u3+LNeLqFW7vj0KVoh5nyA82Kzb14gOHB/869Xog6tlaWGMoRsBaImJpCDe Pw4kfA1n+lDeWSOoFGjCah9EMU5TWc9Wo3wZSkooFHFMICnFAcgZ89jBqcoFrbk5 JXrg5mP7P938Sv1PJFN6TJmRLB3q2XQ+9w2Hrn/pganTKxEO+e5PQMGUZ/kl6xHf 5v/asRcahd1mG07YuBU= -----END CERTIFICATE----- subject=CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 2140 bytes and written 2088 bytes Verification: OK --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 09F316A78236EBF058FCC0D54485AC8048E6444801EA5754E4FA8E0D5D887D4D Session-ID-ctx: Master-Key: 9E5FDDF040A6D1B9869BC965C63038F981D61D9BD5297E916394645ECEBD41517161EC13F00A29A9C5BB4956624D4CEA PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295117 Timeout : 7200 (sec) Verify return code: 0 (ok) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (517ms, testOpenSslClientMixedCertificatChain). 08:11:58.210 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.211 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:58.212 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.213 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.214 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.214 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.214 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3127) openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 08:11:58.222 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) Can't use SSL_get_servername depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 08:11:58.226 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) CONNECTED(00000003) --- Certificate chain 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Server certificate -----BEGIN CERTIFICATE----- MIICZzCCAgugAwIBAgIIBBJZ7Ih/uE0wDAYIKoZIzj0EAwIFADBaMQ4wDAYDVQQD EwVjZi1jYTEUMBIGA1UECxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2Ug SW9UMQ8wDQYDVQQHEwZPdHRhd2ExCzAJBgNVBAYTAkNBMB4XDTIxMTAyNTE2NDYz NloXDTIyMTAyNTE2NDYzNlowXjESMBAGA1UEAxMJY2Ytc2VydmVyMRQwEgYDVQQL EwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90 dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASkvytM TiDyy9P7dGoX0MiLcQI0tr5qvfz2Dc1itS794wJXMbSOtRDD79Kx2ZLuiI23ACpb xfnzxBXkKHsCcKfAo4G0MIGxMB0GA1UdDgQWBBRZXj7GpbX6uzSZ3Grz6+9vM7rS kjALBgNVHQ8EBAMCB4AwYgYDVR0RBFswWYIObXkudGVzdC5zZXJ2ZXKCHmNhbGlm b3JuaXVtLmVjbGlwc2Vwcm9qZWN0cy5pb4cEI7kotoIJbG9jYWxob3N0hwR/AAAB hxAAAAAAAAAAAAAAAAAAAAABMB8GA1UdIwQYMBaAFEGp94KOkKnOhpjwEyWd3Ci6 7w4WMAwGCCqGSM49BAMCBQADSAAwRQIhAKJuQjmZ2VTffomWe+qiLNfeKY1NNlxZ zhmSdoJyW7k7AiBlXUElSGCmKDGWERB7LGo6niRfa6H+UuACo5oByBuYWQ== -----END CERTIFICATE----- subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA --- Acceptable client certificate CA names CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Client Certificate Types: ECDSA sign, RSA sign Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Server Temp Key: ECDH, P-256, 256 bits --- SSL handshake has read 1746 bytes and written 2168 bytes Verification error: unable to get local issuer certificate --- New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8 Server public key is 256 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : DTLSv1.2 Cipher : ECDHE-ECDSA-AES128-CCM8 Session-ID: 208D35E785BD319A2CE3F88A8D2158C47DBD54545F1949C683FA6E26AE9C2EB5 Session-ID-ctx: Master-Key: 62FDFEE8DEAC4DE25DDC57ADEF0DAE158FFA0495623D3F07DABC08A0F679683359FCF3FBE451C0A9B4756087B524BC05 PSK identity: None PSK identity hint: None SRP username: None Start Time: 1646295118 Timeout : 7200 (sec) Verify return code: 20 (unable to get local issuer certificate) Extended master secret: yes --- < Hello Scandium! ACK-Hello Scandium!< Q DONE > exit: 0 (518ms, testOpenSslClientChainTrustRoot). 08:11:58.735 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.736 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:58.737 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) OpenSSL 1.1.1d 10 Sep 2019 > exit: 0 (3ms). [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.884 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest [INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest 08:11:58.746 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.753 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.754 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.755 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41492, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.755 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41492] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.755 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41492] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.758 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:58.764 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgXVREIaUxStAGO/EoHYLOEZSDmry3+G79rP8MdY+q AX8EMP9s+GVFpLrgK4YSKo3M0UYxEMGS9wQTrBe+H3f6HSBCNeBORuefOiWoxzB9 ncFPxKEGAgRiIHhOogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAACtAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (23ms, testOpenSslServerTrustTrustAll). 08:11:58.772 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.773 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.779 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.779 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.780 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:35899] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.780 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:35899, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.780 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:35899] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.783 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:58.785 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALArgQgPU61HL6FICMHxZTQRtdsF7ff5lVElPnG1AUV7Rwj ymIEMJqww1Tzfnt3e4to1PRSKbnniB+cFziWUivGtvtkDRnKST8DdeYrGzASwwEm nyvlg6EGAgRiIHhOogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (18ms, testOpenSslServerChainTrustCa). 08:11:58.793 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.794 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.801 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.801 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.802 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:57460] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.802 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:57460, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.802 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:57460] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.804 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:58.808 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgWSi+aULa50CoZl+9TwePPJicXRJ4zyGlVHezEGC6 LvYEMEMEGeHEU/ZZ0VGEht3GzccZHPOHrOfcJPgn8yarVSCSK6Q6aX44GcAecyry h5pPsKEGAgRiIHhOogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAACtAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (19ms, testOpenSslServerFullTrustTrustAll). 08:11:58.815 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.815 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-RSA-AES128-SHA256:PSK-AES128-CCM8 -psk_identity Client_identity -psk 73656372657450534B -cert serverRsa.pem -no-CAfile -cert_chain caTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.823 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.823 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.824 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:54026] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.824 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:54026, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.824 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:54026] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.827 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:58.830 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIDWgIBAQIDAP79BALAJwQgcPraIWwa8Y7pyeg8gf17oWuMAwCQf+s1nb0f3/Xn sQsEMKS6V52zoaKUrK0LJfEiFjcaMytPsVWLL7OW8XM2677ytrv7BQ3UaQ1NiCvJ dxSKyKEGAgRiIHhOogQCAhwgo4IC1jCCAtIwggJ1oAMCAQICCQDYuWBbfEt9nTAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjUxWhcNMjIxMDI1MTY0NjUxWjBiMRYwFAYD VQQDEw1jZi1jbGllbnQtcnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UE ChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwggEi MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCGXw0etCcBkhc8Ki0JOr6UcqS9 ivEt402HleFUeH3dnKajrhzyO7dEfeBfaL5ktrWiDEWsvHsrc6aAp0zldqJnZwkk F4O93nfDxM9dnZ3kiYmjT1ZTtdigNEeqtZ3b3nyl/2MZoD916gvEmul/PlXjN36G AzqYa0co9vTZNx9REJMA0EKLWbpomoUVKqNZ5XTgfzXzbOnEks5EK/PCJrIV2hn4 QXzNVM35hMgMK2g+6E/lyAeTdEicqlwIlepH956zvv6DVz/IGDOE+A9UxLbK0J1z zRNW9975peKsgEVMYWa91zIr539RXJDLq/ovcVmI8GxbXz4mzLbJ5G+yGg9LAgMB AAGjTzBNMB0GA1UdDgQWBBQWbM0zAmEd39yy9wBFSSRCmw7kLjALBgNVHQ8EBAMC B4AwHwYDVR0jBBgwFoAUQan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIF AANJADBGAiEA/GDiMYxonuP73827hQEpbsxr9Sx+gQ3U7YY9WYrn99wCIQCzbnpr Fwn/yuOKkEoECtSDYkqzb1+9SV+MtveR4Kuw7aQGBAQBAAAApQMCARStAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIIC0jCCAnWgAwIBAgIJANi5YFt8S32dMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NTFaFw0yMjEwMjUxNjQ2NTFaMGIxFjAUBgNVBAMTDWNmLWNsaWVudC1yc2ExFDAS BgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElvVDEPMA0GA1UE BxMGT3R0YXdhMQswCQYDVQQGEwJDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBAIZfDR60JwGSFzwqLQk6vpRypL2K8S3jTYeV4VR4fd2cpqOuHPI7t0R9 4F9ovmS2taIMRay8eytzpoCnTOV2omdnCSQXg73ed8PEz12dneSJiaNPVlO12KA0 R6q1ndvefKX/YxmgP3XqC8Sa6X8+VeM3foYDOphrRyj29Nk3H1EQkwDQQotZumia hRUqo1nldOB/NfNs6cSSzkQr88ImshXaGfhBfM1UzfmEyAwraD7oT+XIB5N0SJyq XAiV6kf3nrO+/oNXP8gYM4T4D1TEtsrQnXPNE1b33vml4qyARUxhZr3XMivnf1Fc kMur+i9xWYjwbFtfPibMtsnkb7IaD0sCAwEAAaNPME0wHQYDVR0OBBYEFBZszTMC YR3f3LL3AEVJJEKbDuQuMAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCp zoaY8BMlndwouu8OFjAMBggqhkjOPQQDAgUAA0kAMEYCIQD8YOIxjGie4/vfzbuF ASluzGv1LH6BDdTthj1Ziuf33AIhALNuemsXCf/K44qQSgQK1INiSrNvX71JX4y2 95Hgq7Dt -----END CERTIFICATE----- subject=CN = cf-client-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-RSA-AES128-SHA256:PSK-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: RSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-RSA-AES128-SHA256 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (34ms, testOpenSslServerRsaTrustRoot). 08:11:58.852 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.853 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert serverCaRsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.860 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.860 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.861 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38576] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.861 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38576, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.861 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38576] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.863 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:58.868 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgMOKY9H/z03JbYCarWQF5jYUl35b6Xy2Tlh8Y9Y3O 1f4EMI8mqJCjBvlFtfpIbm8NTnY7jmSpAL+/yNN7PBg8nzeslNA1at+sGGxLtkED AIpBTaEGAgRiIHhOogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAACtAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (20ms, testOpenSslServerRsaTrustTrustRoot). 08:11:58.875 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.876 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.882 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.882 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.883 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51479] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.883 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51479] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.883 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51479, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.885 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:58.888 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALArgQgrRaus0+CC3ic8Q0bsTgtINGNXZsCLrweNEGXGQuG tlMEMJaeMTaIizSjtRJbM7kZvrTYHyj60DSr6VMz52TroQz21bfFYPBzqrezoxF6 4U6yWqEGAgRiIHhOogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (17ms, testOpenSslServerChainTrustAll). 08:11:58.896 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.896 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:58.896 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.897 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -no-CAfile -cert_chain caTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.903 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.904 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.904 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51882] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.904 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51882, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.953 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51882] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.956 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:58.959 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALArgQgUs2s/54NmqEZWzcMxj8k+A+bzEx44m1gr+8Gicg/ HZEEMC4CrdBlpmaGta1sL4YK/HY+NrXx4Hev5zhDmKYnRC+rDwdJ0GQATlb2Dsed oqfJN6EGAgRiIHhOogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (67ms, testOpenSslServerChainTrustRoot). 08:11:58.966 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.967 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.972 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.973 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.974 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:39338] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.974 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:39338] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.974 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:39338, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:58.976 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:58.980 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALArgQgBb2+5UnWI9UBxb+zLVSzvJsYDbc9EeLeijr1Jyz8 IHUEMNlvDAJSJdcPpLhiJpR2lJ/ROGsk2fXBSvTH5FofxdSGK5bQzppt0nBd4MBa h4jKT6EGAgRiIHhOogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (20ms, testOpenSslServerCertTrustCa). 08:11:58.989 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:58.990 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 08:11:58.996 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:58.997 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:58.998 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:60181] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.998 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:60181] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:58.998 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:60181, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:59.000 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:59.003 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgN+b6t+pydxTRLlFs04E3zUxb5pMnpVD+zGtLu0or DVEEMD1JaVA31Id6I86RJDz9y23u54X/Dnv8HU3jRFSWMOlPX+kifmI7EKeh0CRR bGzViaEGAgRiIHhOogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAACtAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256 Shared Elliptic groups: P-256 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (19ms, testOpenSslServerPrime256v1). 08:11:59.011 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:59.012 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:59.012 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:59.013 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -no-CAfile verify depth is 5 Using default temp DH parameters ACCEPT 08:11:59.057 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:59.058 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:59.058 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:53044] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.058 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:53044] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.058 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:53044, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:59.060 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:59.062 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALArgQg+0zZpcQwO6sUC42LaBCEgLXCJvL63tEPLRU51RF7 OMIEMNl4arvOllQVStlkfieearoo21f0Ljpap0244Sy86V8f4IoZok/PPE1E+Z16 OvbaNaEGAgRiIHhPogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (15ms, testOpenSslServerCertTrustAll). 08:11:59.069 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:59.069 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.starting:57) 08:11:59.069 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:59.069 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 08:11:59.076 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:59.076 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:59.077 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:54390] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.077 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:54390] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.077 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:54390, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:59.080 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:59.083 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQge3+6t3NTTzNzphALQo7dJ7ewV12vSJ0RnIrtoe6G qhgEMJiBhgRIFatRKHzWGLK4eCh42TUg/vlzrV3f4vMVCSbt9VABJscT4nzoY/ge 3RsKY6EGAgRiIHhPogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAACtAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-384:P-256 Shared Elliptic groups: P-384:P-256 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (21ms, testOpenSslServerSecP384r1). 08:11:59.093 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:59.093 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher PSK-AES128-CCM8 -psk_identity Client_identity -psk 73656372657450534B verify depth is 5 Using default temp DH parameters ACCEPT 08:11:59.099 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:59.099 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:59.100 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36452] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.100 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36452] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.100 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36452, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) -----BEGIN SSL SESSION PARAMETERS----- MIGOAgEBAgMA/v0EAsCoBCCyIu6Kuxlek8z1flZnf94kerfJ0Bp+Q7IgenWwspuT BgQwvk4eUex2bizYFsDXiOYlG8f7jq4c/R/Be1PF9A07Q6osajeEKTIPb7CXiLti sWHJoQYCBGIgeE+iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB AQ== -----END SSL SESSION PARAMETERS----- Shared ciphers:PSK-AES128-CCM8 CIPHER is PSK-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (9ms, testOpenSslServerPsk). 08:11:59.105 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:59.106 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 08:11:59.113 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:59.152 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:59.153 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:48631] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.153 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:48631] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.153 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:48631, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:59.155 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:59.158 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQgUG/61JGGFKEIwtMIFiqw1if0LUa093Cgy+JQD4In LbMEMNnMHlXQ0uTkXRJv9iecBW02u7Vna4J6uZG0kieJZOF9gxZetugSiUww3Wbm Zh9sg6EGAgRiIHhPogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAACtAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (56ms, testOpenSslServerTrustTrustCa). 08:11:59.165 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:59.165 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8 -cert server.pem -CAfile trustStore.pem -build_chain verify depth is 5 Using default temp DH parameters ACCEPT 08:11:59.172 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:59.172 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:59.173 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:54768] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.173 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:54768, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:59.173 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:54768] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.174 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:59.177 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIIChQIBAQIDAP79BALArgQg/EbJV8gcInLYWldsiLeZX7UJJNndB6za8LHNEHKG tvQEMGZjNtZF59C41BGnkbXRCc4w/J3HFxE9F4jq81lMxfPtuVvs7Z/laC8uc9Q2 a0LX4qEGAgRiIHhPogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAACtAwIBAQ== -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (17ms, testOpenSslServerTrustTrustRoot). 08:11:59.184 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) 08:11:59.185 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57) openssl s_server -4 -dtls1_2 -accept 127.0.0.1:5684 -listen -verify 5 -cipher ECDHE-ECDSA-AES128-CCM8:PSK-AES128-CCM8 -psk_identity Client_identity -psk 73656372657450534B -cert serverCaRsa.pem -no-CAfile -cert_chain caRsaTrustStore.pem verify depth is 5 Using default temp DH parameters ACCEPT 08:11:59.190 INFO [InMemoryConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryConnectionStore.:210) 08:11:59.191 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:957) 08:11:59.192 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:43365] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.192 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:43365] (o.e.c.s.DTLSConnector$Worker.run:3127) 08:11:59.192 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:43365, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1068) 08:11:59.193 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2462) 08:11:59.196 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2499) depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA verify return:1 -----BEGIN SSL SESSION PARAMETERS----- MIICigIBAQIDAP79BALArgQgP2WxqFh1SFf5hh8DW8tK8BEEE6eKNK2Yh7qwvjRG IfwEMKzuobrrBtDmRRD6SjRAhQoz2lbozCeljI6U5GzVvFgPih/h+OrWHMJQCbLJ woyMmaEGAgRiIHhPogQCAhwgo4ICBjCCAgIwggGmoAMCAQICCQCaI3ljrxms1DAM BggqhkjOPQQDAgUAMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9y bml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkG A1UEBhMCQ0EwHhcNMjExMDI1MTY0NjQ5WhcNMjIxMDI1MTY0NjQ5WjBeMRIwEAYD VQQDEwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtF Y2xpcHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqG SM49AgEGCCqGSM49AwEHA0IABO2Ad12tHEm+f6ZKYQZrxh6z7LveFdWUJ4Rxz85U l5SITtG6X4RlAiagtfhpLlQH59xIJUzwtsIm34RKF5+tfTKjTzBNMB0GA1UdDgQW BBSEmxdPolp0unaDBsD2Gu+qg3GvRDALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAU Qan3go6Qqc6GmPATJZ3cKLrvDhYwDAYIKoZIzj0EAwIFAANIADBFAiEAuMOfzQSc 01by8suLXVWOvp3bC+7C+XoCirm0+0vWAA0CICtvXXDYc1uap5eDnZFHH54hMbr4 p4mQKo1pU8EST4YOpAYEBAEAAAClAwIBFK0DAgEB -----END SSL SESSION PARAMETERS----- Client certificate -----BEGIN CERTIFICATE----- MIICAjCCAaagAwIBAgIJAJojeWOvGazUMAwGCCqGSM49BAMCBQAwWjEOMAwGA1UE AxMFY2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNl IElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMTEwMjUxNjQ2 NDlaFw0yMjEwMjUxNjQ2NDlaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UE CxMLQ2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZP dHRhd2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7YB3 Xa0cSb5/pkphBmvGHrPsu94V1ZQnhHHPzlSXlIhO0bpfhGUCJqC1+GkuVAfn3Egl TPC2wibfhEoXn619MqNPME0wHQYDVR0OBBYEFISbF0+iWnS6doMGwPYa76qDca9E MAsGA1UdDwQEAwIHgDAfBgNVHSMEGDAWgBRBqfeCjpCpzoaY8BMlndwouu8OFjAM BggqhkjOPQQDAgUAA0gAMEUCIQC4w5/NBJzTVvLyy4tdVY6+ndsL7sL5egKKubT7 S9YADQIgK29dcNhzW5qnl4OdkUcfniExuviniZAqjWlTwRJPhg4= -----END CERTIFICATE----- subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA Shared ciphers:ECDHE-ECDSA-AES128-CCM8:PSK-AES128-CCM8 Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256 Peer signing digest: SHA256 Peer signature type: ECDSA Supported Elliptic Curve Point Formats: uncompressed Supported Elliptic Groups: P-256:P-384 Shared Elliptic groups: P-256:P-384 CIPHER is ECDHE-ECDSA-AES128-CCM8 Secure Renegotiation IS NOT supported Hello OpenSSL!< ACK-Hello OpenSSL! < Q DONE shutdown accept socket shutting down SSL CONNECTION CLOSED 1 items in the session cache 0 client connects (SSL_connect()) 0 client renegotiates (SSL_connect()) 0 client connects that finished 1 server accepts (SSL_accept()) 0 server renegotiates (SSL_accept()) 1 server accepts that finished 0 session cache hits 0 session cache misses 0 session cache timeouts 0 callback cache hits 0 cache full overflows (128 allowed) > exit: 0 (15ms, testOpenSslServerRsaChainTrustRoot). 08:11:59.203 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63) [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 16, Time elapsed: 0.471 s - in org.eclipse.californium.interoperability.test.mbedtls.MbedTlsServerAuthenticationInteroperabilityTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 64, Failures: 0, Errors: 0, Skipped: 20 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ californium-interoperability-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-interoperability-tests --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-interoperability-tests --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-interoperability-tests --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-interoperability-tests --- [INFO] Skipping artifact installation [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy2 >------------- [INFO] Building Californium (Cf) Proxy2 3.3.1-SNAPSHOT [18/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ californium-proxy2 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-proxy2 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-proxy2 --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-proxy2 --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-proxy2 --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ californium-proxy2 --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ californium-proxy2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-proxy2 --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Running org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ californium-proxy2 --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-proxy2 --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.proxy2... Loading source files for package org.eclipse.californium.proxy2.config... Loading source files for package org.eclipse.californium.proxy2.http... Loading source files for package org.eclipse.californium.proxy2.http.server... Loading source files for package org.eclipse.californium.proxy2.resources... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/ClientEndpoints.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/ClientSingleEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/Coap2CoapTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/CoapUriTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/EndpointPool.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/InvalidFieldException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/InvalidMethodException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/TranslationException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/Proxy2Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/Coap2HttpTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ContentTypedEntity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ContentTypedEntityConsumer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.CoapServerEtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.EtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.HttpServerEtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/Http2CoapTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/HttpClientFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/MappingProperties.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ProxyRequestProducer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ProxyResponseProducer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ByteBufferAsyncServerRequestHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/HttpServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/HttpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ProxyHttpServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ProxyHttpServer.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/CacheKey.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/CacheResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ForwardProxyMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCacheResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCoapClientResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyHttpClientResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/StatsResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/TranslationException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/InvalidMethodException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/InvalidFieldException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/EndpointPool.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/CoapUriTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/Coap2CoapTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/ClientSingleEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/ClientEndpoints.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/class-use/Proxy2Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ProxyResponseProducer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ProxyRequestProducer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/MappingProperties.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/HttpClientFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/Http2CoapTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.EtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.CoapServerEtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.HttpServerEtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ContentTypedEntityConsumer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ContentTypedEntity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/Coap2HttpTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ProxyHttpServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ProxyHttpServer.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/HttpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/HttpServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ByteBufferAsyncServerRequestHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/StatsResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyHttpClientResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCoapClientResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCacheResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ForwardProxyMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/CacheResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/CacheKey.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-proxy2 --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ californium-proxy2 --- [INFO] Installing org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --------------< org.eclipse.californium:californium-osgi >-------------- [INFO] Building Californium (Cf) OSGi 3.3.1-SNAPSHOT [19/38] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ californium-osgi --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-osgi --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-osgi --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-osgi --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-osgi --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-osgi --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ californium-osgi --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ californium-osgi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-osgi --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.osgi.ManagedServerTest 08:12:12.445 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:12:12.458 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:12:12.481 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:12:12.486 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:12:12.488 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:12:12.489 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.717 s - in org.eclipse.californium.osgi.ManagedServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ californium-osgi --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-osgi --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.osgi... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/EndpointFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ManagedServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ServerEndpointRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ServerInterfaceFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/SimpleServerEndpointFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/SimpleServerEndpointFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ServerInterfaceFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ServerEndpointRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ManagedServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/EndpointFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-osgi --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ californium-osgi --- [INFO] Installing org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -----------------< org.eclipse.californium:demo-apps >------------------ [INFO] Building Californium (Cf) Demo Applications 3.3.1-SNAPSHOT [20/38] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ demo-apps --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ demo-apps --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ demo-apps --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ demo-apps --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ demo-apps --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ demo-apps --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ demo-apps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ demo-apps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ demo-apps --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ demo-apps --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/target/demo-apps-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ demo-apps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ demo-apps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ demo-apps --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ demo-apps --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ demo-apps --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.3.1-SNAPSHOT/demo-apps-3.3.1-SNAPSHOT.pom [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ demo-apps --- [INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.3.1-SNAPSHOT:pom [INFO] Copying pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/run/demo-apps-3.3.1-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.californium:cf-benchmark >---------------- [INFO] Building Cf-BenchmarkServer 3.3.1-SNAPSHOT [21/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-benchmark --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-benchmark --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-benchmark --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-benchmark --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-benchmark --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-benchmark --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-benchmark --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-benchmark --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-benchmark --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-benchmark --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-benchmark --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark/target/cf-benchmark-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-benchmark --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark/target/cf-benchmark-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-benchmark --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-benchmark --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark/target/cf-benchmark-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-benchmark --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-benchmark --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark/target/cf-benchmark-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.3.1-SNAPSHOT/cf-benchmark-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.3.1-SNAPSHOT/cf-benchmark-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark/target/cf-benchmark-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.3.1-SNAPSHOT/cf-benchmark-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-benchmark --- [INFO] Configured Artifact: org.eclipse.californium:cf-benchmark:3.3.1-SNAPSHOT:jar [INFO] Copying cf-benchmark-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-benchmark-3.3.1-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-benchmark-observe >------------ [INFO] Building Cf-ObserveBenchmarkClient 3.3.1-SNAPSHOT [22/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-benchmark-observe --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-benchmark-observe --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-benchmark-observe --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-benchmark-observe --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-benchmark-observe --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-benchmark-observe --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-benchmark-observe --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark-observe/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-benchmark-observe --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-benchmark-observe --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark-observe/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-benchmark-observe --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-benchmark-observe --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-benchmark-observe --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-benchmark-observe --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-benchmark-observe --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-benchmark-observe --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-benchmark-observe --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-benchmark-observe --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-benchmark-observe --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-benchmark-observe --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-benchmark-observe --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-benchmark-observe --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.3.1-SNAPSHOT/cf-benchmark-observe-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark-observe/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.3.1-SNAPSHOT/cf-benchmark-observe-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.3.1-SNAPSHOT/cf-benchmark-observe-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-benchmark-observe --- [INFO] Configured Artifact: org.eclipse.californium:cf-benchmark-observe:3.3.1-SNAPSHOT:jar [INFO] Copying cf-benchmark-observe-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-benchmark-observe-3.3.1-SNAPSHOT.jar [INFO] [INFO] ------------------< org.eclipse.californium:cf-cocoa >------------------ [INFO] Building Cf-CoCoAClient 3.3.1-SNAPSHOT [23/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-cocoa --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-cocoa --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-cocoa --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-cocoa --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-cocoa --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-cocoa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-cocoa --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-cocoa/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-cocoa --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-cocoa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-cocoa/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-cocoa --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-cocoa --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-cocoa --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-cocoa --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-cocoa/target/cf-cocoa-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-cocoa --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-cocoa/target/cf-cocoa-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-cocoa --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-cocoa --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-cocoa --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-cocoa/target/cf-cocoa-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-cocoa --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-cocoa --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-cocoa/target/cf-cocoa-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.3.1-SNAPSHOT/cf-cocoa-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-cocoa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.3.1-SNAPSHOT/cf-cocoa-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-cocoa/target/cf-cocoa-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.3.1-SNAPSHOT/cf-cocoa-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-cocoa --- [INFO] Configured Artifact: org.eclipse.californium:cf-cocoa:3.3.1-SNAPSHOT:jar [INFO] Copying cf-cocoa-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-cocoa-3.3.1-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.californium:cf-extplugtest-client >------------ [INFO] Building Cf-ExtendedPlugtestClient 3.3.1-SNAPSHOT [24/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-extplugtest-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-extplugtest-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-extplugtest-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-extplugtest-client --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-extplugtest-client --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-extplugtest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-extplugtest-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-client/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-extplugtest-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-extplugtest-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-extplugtest-client --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-extplugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-extplugtest-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-extplugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-extplugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-extplugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-extplugtest-client --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-extplugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.3.1-SNAPSHOT/cf-extplugtest-client-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.3.1-SNAPSHOT/cf-extplugtest-client-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.3.1-SNAPSHOT/cf-extplugtest-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-extplugtest-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.3.1-SNAPSHOT:jar [INFO] Copying cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-client/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-server >------------- [INFO] Building Cf-PlugtestServer 3.3.1-SNAPSHOT [25/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-plugtest-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-plugtest-server --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-plugtest-server --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-plugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-plugtest-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-plugtest-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-plugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-plugtest-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-plugtest-server --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.plugtests... Loading source files for package org.eclipse.californium.plugtests.resources... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.InterfaceType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.PlugPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.Protocol.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.Select.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/EndpointNetSocketObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.ActiveInputReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.BaseConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.BaseConfig.Store.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Create.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/DefaultTest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Echo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Hono.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Large.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeCreate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargePost.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeSeparate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeUpdate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link1.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link2.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link3.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LocationQuery.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LongPath.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/MultiFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/MyContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Observe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveLarge.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveNon.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObservePumping.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveReset.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Path.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/PathSub.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Query.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Separate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Shutdown.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Validate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.BaseConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.BaseConfig.Store.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.ActiveInputReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/EndpointNetSocketObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.Protocol.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.InterfaceType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.Select.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.PlugPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Validate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Shutdown.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Separate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Query.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/PathSub.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Path.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveReset.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObservePumping.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveNon.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveLarge.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Observe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/MyContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/MultiFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LongPath.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LocationQuery.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link3.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link2.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link1.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeUpdate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeSeparate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargePost.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeCreate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Large.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Hono.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Echo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/DefaultTest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Create.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-plugtest-server --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-plugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:3.3.1-SNAPSHOT:jar [INFO] Copying cf-plugtest-server-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.californium:cf-extplugtest-server >------------ [INFO] Building Cf-ExtendedPlugtestServer 3.3.1-SNAPSHOT [26/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-extplugtest-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-extplugtest-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-extplugtest-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-extplugtest-server --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-extplugtest-server --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-extplugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-extplugtest-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-server/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-extplugtest-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-extplugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-extplugtest-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-extplugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-extplugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-extplugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-extplugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-extplugtest-server --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-extplugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-extplugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-extplugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-extplugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-extplugtest-server --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-extplugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.3.1-SNAPSHOT/cf-extplugtest-server-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.3.1-SNAPSHOT/cf-extplugtest-server-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.3.1-SNAPSHOT/cf-extplugtest-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-extplugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-extplugtest-server:3.3.1-SNAPSHOT:jar [INFO] Copying cf-extplugtest-server-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-extplugtest-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-helloworld-client >------------ [INFO] Building Cf-HelloWorldClient 3.3.1-SNAPSHOT [27/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-helloworld-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-helloworld-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-helloworld-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-helloworld-client --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-helloworld-client --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-helloworld-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-helloworld-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-client/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-helloworld-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-helloworld-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-helloworld-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-helloworld-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-helloworld-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-helloworld-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-helloworld-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-helloworld-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-helloworld-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-helloworld-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-helloworld-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-helloworld-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-helloworld-client --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-helloworld-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.3.1-SNAPSHOT/cf-helloworld-client-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.3.1-SNAPSHOT/cf-helloworld-client-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.3.1-SNAPSHOT/cf-helloworld-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-helloworld-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-client:3.3.1-SNAPSHOT:jar [INFO] Copying cf-helloworld-client-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-helloworld-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-helloworld-server >------------ [INFO] Building Cf-HelloWorldServer 3.3.1-SNAPSHOT [28/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-helloworld-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-helloworld-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-helloworld-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-helloworld-server --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-helloworld-server --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-helloworld-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-helloworld-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-server/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-helloworld-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-helloworld-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-helloworld-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-helloworld-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-helloworld-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-helloworld-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-helloworld-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-helloworld-server --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-helloworld-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-helloworld-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-helloworld-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-helloworld-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-helloworld-server --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-helloworld-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.3.1-SNAPSHOT/cf-helloworld-server-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.3.1-SNAPSHOT/cf-helloworld-server-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.3.1-SNAPSHOT/cf-helloworld-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-helloworld-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-server:3.3.1-SNAPSHOT:jar [INFO] Copying cf-helloworld-server-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-helloworld-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-plugtest-checker >------------- [INFO] Building Cf-PlugtestChecker 3.3.1-SNAPSHOT [29/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-plugtest-checker --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-checker --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-checker --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-plugtest-checker --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-plugtest-checker --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-plugtest-checker --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-plugtest-checker --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-plugtest-checker --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-plugtest-checker --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-plugtest-checker --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-plugtest-checker --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.plugtests... Loading source files for package org.eclipse.californium.plugtests.tests... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/Catalog.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/PlugtestChecker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/Report.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/TestClientAbstract.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/TestClientAbstract.TestNotificationListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/TestClientAbstract.TestResponseHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB01.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB02.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB03.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB04.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB05.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB06.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC01.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC02.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC03.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC04.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC05.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC06.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC07.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC08.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC09.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC10.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC11.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC12.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC13.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC14.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC15.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC16.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC17.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC18.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC19.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC20.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC21.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC22.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC23.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL01.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL02.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL03.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL04.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL05.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL06.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL07.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL08.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL09.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO01_12.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO02_05.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO04.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO06.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO07.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO08.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO09.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO10.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/TestClientAbstract.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/TestClientAbstract.TestResponseHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/TestClientAbstract.TestNotificationListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/Report.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestChecker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/Catalog.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO10.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO09.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO08.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO07.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO06.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO04.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO02_05.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO01_12.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL09.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL08.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL07.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL06.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL05.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL04.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL03.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL02.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL01.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC23.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC22.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC21.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC20.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC19.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC18.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC17.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC16.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC15.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC14.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC13.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC12.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC11.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC10.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC09.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC08.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC07.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC06.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC05.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC04.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC03.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC02.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC01.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB06.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB05.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB04.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB03.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB02.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB01.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-plugtest-checker --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-plugtest-checker --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-plugtest-checker --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-checker --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.3.1-SNAPSHOT/cf-plugtest-checker-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.3.1-SNAPSHOT/cf-plugtest-checker-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.3.1-SNAPSHOT/cf-plugtest-checker-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.3.1-SNAPSHOT/cf-plugtest-checker-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-plugtest-checker --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.3.1-SNAPSHOT:jar [INFO] Copying cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-checker/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-client >------------- [INFO] Building Cf-PlugtestClient 3.3.1-SNAPSHOT [30/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-plugtest-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-plugtest-client --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-plugtest-client --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-plugtest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-plugtest-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-plugtest-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-plugtest-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-plugtest-client --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-plugtest-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-plugtest-client --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.3.1-SNAPSHOT/cf-plugtest-client-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.3.1-SNAPSHOT/cf-plugtest-client-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.3.1-SNAPSHOT/cf-plugtest-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-plugtest-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.3.1-SNAPSHOT:jar [INFO] Copying cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-proxy2 >------------------ [INFO] Building Cf-ExampleCrossProxy2 3.3.1-SNAPSHOT [31/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-proxy2 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-proxy2 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-proxy2 --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-proxy2 --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-proxy2 --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-proxy2 --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-proxy2 --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-proxy2 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-proxy2 --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.3.1-SNAPSHOT/cf-proxy2-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.3.1-SNAPSHOT/cf-proxy2-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.3.1-SNAPSHOT/cf-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-proxy2 --- [INFO] Configured Artifact: org.eclipse.californium:cf-proxy2:3.3.1-SNAPSHOT:jar [INFO] Copying cf-proxy2-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-proxy2-3.3.1-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-secure >------------------ [INFO] Building Cf-SecureServer 3.3.1-SNAPSHOT [32/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-secure --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-secure --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-secure --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-secure --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-secure --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-secure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-secure --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-secure/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-secure --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-secure --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-secure/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-secure --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-secure --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-secure --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-secure --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-secure/target/cf-secure-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-secure --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-secure/target/cf-secure-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-secure --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-secure --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-secure --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-secure/target/cf-secure-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-secure --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-secure --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-secure/target/cf-secure-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.3.1-SNAPSHOT/cf-secure-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-secure/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.3.1-SNAPSHOT/cf-secure-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-secure/target/cf-secure-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.3.1-SNAPSHOT/cf-secure-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-secure --- [INFO] Configured Artifact: org.eclipse.californium:cf-secure:3.3.1-SNAPSHOT:jar [INFO] Copying cf-secure-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-secure-3.3.1-SNAPSHOT.jar [INFO] [INFO] ------------< org.eclipse.californium:cf-simplefile-server >------------ [INFO] Building Cf-SimpleFileServer 3.3.1-SNAPSHOT [33/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-simplefile-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-simplefile-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-simplefile-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-simplefile-server --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-simplefile-server --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-simplefile-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-simplefile-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-simplefile-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-simplefile-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-simplefile-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-simplefile-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-simplefile-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-simplefile-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-simplefile-server --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.examples... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/SimpleFileServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/SimpleFileServer.Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/class-use/SimpleFileServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/class-use/SimpleFileServer.Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-simplefile-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-simplefile-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-simplefile-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-simplefile-server --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-simplefile-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.3.1-SNAPSHOT/cf-simplefile-server-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.3.1-SNAPSHOT/cf-simplefile-server-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.3.1-SNAPSHOT/cf-simplefile-server-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.3.1-SNAPSHOT/cf-simplefile-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-simplefile-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-simplefile-server:3.3.1-SNAPSHOT:jar [INFO] Copying cf-simplefile-server-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-simplefile-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-setup >---------------- [INFO] Building Californium (Cf) Demo Setup for Unix 3.3.1-SNAPSHOT [34/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-unix-setup --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-unix-setup --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-unix-setup --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-unix-setup --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-unix-setup --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-unix-setup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 6 resources to unix-setup [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-unix-setup --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-unix-setup --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-unix-setup --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-unix-setup/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-unix-setup --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-unix-setup --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-unix-setup --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-unix-setup --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-unix-setup --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-unix-setup/target/cf-unix-setup-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-unix-setup --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-unix-setup --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-unix-setup/target/cf-unix-setup-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-unix-setup --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-unix-setup --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-unix-setup --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-unix-setup --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-unix-setup --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-unix-setup/target/cf-unix-setup-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.3.1-SNAPSHOT/cf-unix-setup-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-unix-setup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.3.1-SNAPSHOT/cf-unix-setup-3.3.1-SNAPSHOT.pom [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-unix-setup --- [INFO] Configured Artifact: org.eclipse.californium:cf-unix-setup:3.3.1-SNAPSHOT:jar [INFO] Copying cf-unix-setup-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-unix-setup-3.3.1-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.californium:sc-dtls-example-client >----------- [INFO] Building Sc-DTLS-Example-Client 3.3.1-SNAPSHOT [35/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sc-dtls-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ sc-dtls-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ sc-dtls-example-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ sc-dtls-example-client --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ sc-dtls-example-client --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sc-dtls-example-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sc-dtls-example-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ sc-dtls-example-client --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ sc-dtls-example-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sc-dtls-example-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sc-dtls-example-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ sc-dtls-example-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ sc-dtls-example-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ sc-dtls-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ sc-dtls-example-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ sc-dtls-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ sc-dtls-example-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ sc-dtls-example-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sc-dtls-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ sc-dtls-example-client --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sc-dtls-example-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.3.1-SNAPSHOT/sc-dtls-example-client-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.3.1-SNAPSHOT/sc-dtls-example-client-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.3.1-SNAPSHOT/sc-dtls-example-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ sc-dtls-example-client --- [INFO] Configured Artifact: org.eclipse.californium:sc-dtls-example-client:3.3.1-SNAPSHOT:jar [INFO] Copying sc-dtls-example-client-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/sc-dtls-example-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] -----------< org.eclipse.californium:sc-dtls-example-server >----------- [INFO] Building Sc-DTLS-Example-Server 3.3.1-SNAPSHOT [36/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ sc-dtls-example-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ sc-dtls-example-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ sc-dtls-example-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ sc-dtls-example-server --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ sc-dtls-example-server --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ sc-dtls-example-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ sc-dtls-example-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ sc-dtls-example-server --- [INFO] Signature checking is skipped. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ sc-dtls-example-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ sc-dtls-example-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ sc-dtls-example-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ sc-dtls-example-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ sc-dtls-example-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ sc-dtls-example-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ sc-dtls-example-server --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ sc-dtls-example-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ sc-dtls-example-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ sc-dtls-example-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ sc-dtls-example-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ sc-dtls-example-server --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ sc-dtls-example-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.3.1-SNAPSHOT/sc-dtls-example-server-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.3.1-SNAPSHOT/sc-dtls-example-server-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.3.1-SNAPSHOT/sc-dtls-example-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ sc-dtls-example-server --- [INFO] Configured Artifact: org.eclipse.californium:sc-dtls-example-server:3.3.1-SNAPSHOT:jar [INFO] Copying sc-dtls-example-server-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/sc-dtls-example-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-oscore >------------------ [INFO] Building Cf-OSCORE 3.3.1-SNAPSHOT [37/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-oscore --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-oscore --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-oscore --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-oscore --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-oscore --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-oscore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-oscore --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/classes [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/src/main/java/org/eclipse/californium/oscore/OSCoreCoapStackFactory.java:[22,43] [deprecation] CoapStackFactory in org.eclipse.californium.core.network has been deprecated [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/src/main/java/org/eclipse/californium/oscore/OSCoreCoapStackFactory.java:[56,18] [deprecation] createCoapStack(String,String,Configuration,Outbox,Object) in CoapStackFactory has been deprecated [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-oscore --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-oscore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-oscore --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.oscore.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 08:12:55.146 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 08:12:55.151 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 08:12:55.151 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. 08:12:55.280 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 08:12:55.282 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed! 08:12:55.294 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length 08:12:55.294 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 08:12:55.294 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 08:12:55.294 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported! 08:12:55.294 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready. 08:12:55.294 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7. 08:12:55.295 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7. 08:12:55.295 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7. 08:12:55.295 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7. 08:12:55.295 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7. 08:12:55.295 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7. 08:12:55.295 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7. 08:12:55.295 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0. 08:12:55.295 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7. 08:12:55.352 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.353 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.355 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.367 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.367 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.367 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.eclipse.californium.oscore.DecryptorTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 08:12:55.369 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.370 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.376 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.41.255 - eth0. 08:12:55.380 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.380 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.380 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.380 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.380 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.381 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.381 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 08:12:55.381 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:12:55.385 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.385 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.385 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.386 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.386 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.386 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 08:12:55.386 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.386 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.390 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.390 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.390 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.390 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.391 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.403 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.403 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 14 40 The predicted AAD: 85 1 81 a 41 0 41 14 40 08:12:55.405 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.405 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.407 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.407 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.410 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.410 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.410 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.410 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 08:12:55.410 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:12:55.410 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.410 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 0 40 The predicted AAD: 85 1 81 a 41 0 41 0 40 08:12:55.412 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.412 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed The predicted nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 08:12:55.414 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.414 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.416 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.416 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.416 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.416 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.417 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.419 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 08:12:55.419 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.419 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.421 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.421 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.421 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.452 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.452 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.452 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.452 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.453 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: 6 0 c b b b b 3 5 5 3 d f The predicted nonce: 6 0 c b b b b 3 5 5 3 d f 08:12:55.454 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.455 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.456 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.456 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.457 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.458 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.459 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.459 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.459 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.460 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.460 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.460 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.EncryptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest 08:12:55.463 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OscoreOptionTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 08:12:55.476 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Input master secret is null 08:12:55.485 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 08:12:55.495 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.499 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.500 [main] INFO org.eclipse.californium.ban - Started. 08:12:55.501 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.510 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.521 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.523 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.525 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.527 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.528 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.528 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 08:12:55.528 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.530 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.530 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.530 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.530 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 08:12:55.531 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.531 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.531 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.531 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.532 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.533 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.533 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.533 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.533 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.533 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 08:12:55.533 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.533 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.533 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.533 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.534 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 08:12:55.534 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 08:12:55.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:55.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:12:55.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-55022], CON-POST MID=55022, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:12:55.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated token KeyToken[127.0.0.1:8192-9841E12C3358F154], CON-POST MID=55022, Token=9841E12C3358F154, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:12:55.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-55022], KeyToken[127.0.0.1:8192-9841E12C3358F154]] 08:12:55.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 08:12:55.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=55022, Token=9841E12C3358F154, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED] 08:12:55.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 08:12:55.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-55022] 08:12:55.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2] replace CON-POST MID=55022, Token=9841E12C3358F154, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=55022, Token=9841E12C3358F154, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:12:55.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2] send response NON-2.05 MID=55022, Token=null, OptionSet={}, "server responds hi" 08:12:55.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, complete]! 08:12:55.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, complete] completed NON-2.04 MID=55022, Token=9841E12C3358F154, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80! 08:12:55.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 08:12:55.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=55022, Token=9841E12C3358F154, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80] 08:12:55.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192 08:12:55.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-55022] 08:12:55.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, complete]! 08:12:55.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for token KeyToken[127.0.0.1:8192-9841E12C3358F154] 08:12:55.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for MID KeyMID[127.0.0.1:8192-55022] 08:12:55.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, complete] completed CON-POST MID= -1, Token=9841E12C3358F154, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=55022, Token=9841E12C3358F154, OptionSet={"Object-Security":0x090002}, acked C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED! client received response 08:12:55.572 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.573 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 08:12:55.573 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 08:12:55.573 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 08:12:55.573 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 08:12:55.573 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 08:12:55.574 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 08:12:55.574 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:12:55.574 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:55.574 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 08:12:55.574 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 08:12:55.574 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 08:12:55.574 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 08:12:55.574 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 08:12:55.574 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 08:12:55.574 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 Start OSCoreAlgorithmsTest 08:12:55.576 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.576 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.576 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.576 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.576 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.577 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.577 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.577 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.577 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.577 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 08:12:55.577 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.577 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.577 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 08:12:55.578 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.578 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.578 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.578 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.578 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.579 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.579 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.579 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.579 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.579 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 08:12:55.579 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.579 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.580 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 08:12:55.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.580 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap 08:12:55.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L3] send request 08:12:55.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L3] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:12:55.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L3] added with generated mid KeyMID[127.0.0.1:8194-8961], CON-POST MID= 8961, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:12:55.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L3] added with generated token KeyToken[127.0.0.1:8194-B811E974C7D4F8EE], CON-POST MID= 8961, Token=B811E974C7D4F8EE, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:12:55.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-8961], KeyToken[127.0.0.1:8194-B811E974C7D4F8EE]] 08:12:55.583 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8194 08:12:55.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID= 8961, Token=B811E974C7D4F8EE, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50] 08:12:55.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 49 bytes from 127.0.0.1:8195 08:12:55.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-8961] 08:12:55.583 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4] replace CON-POST MID= 8961, Token=B811E974C7D4F8EE, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 8961, Token=B811E974C7D4F8EE, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:12:55.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4] send response NON-2.05 MID= 8961, Token=null, OptionSet={}, "server responds hi" 08:12:55.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, complete]! 08:12:55.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, complete] completed NON-2.04 MID= 8961, Token=B811E974C7D4F8EE, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes! 08:12:55.586 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8195 08:12:55.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T24) 127.0.0.1:8,194 ==> :8,195 [NON-2.04 MID= 8961, Token=B811E974C7D4F8EE, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes] 08:12:55.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 50 bytes from 127.0.0.1:8194 08:12:55.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-8961] 08:12:55.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, complete]! 08:12:55.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L3, complete] for token KeyToken[127.0.0.1:8194-B811E974C7D4F8EE] 08:12:55.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L3, complete] for MID KeyMID[127.0.0.1:8194-8961] 08:12:55.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L3, complete] completed CON-POST MID= -1, Token=B811E974C7D4F8EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 8961, Token=B811E974C7D4F8EE, OptionSet={"Object-Security":0x090002}, acked 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50! client received response 08:12:55.587 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.588 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 08:12:55.588 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 08:12:55.588 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 08:12:55.588 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 08:12:55.588 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 08:12:55.588 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 08:12:55.588 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:12:55.589 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:55.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 08:12:55.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 08:12:55.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 08:12:55.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 08:12:55.589 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 08:12:55.589 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 08:12:55.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 Start OSCoreAlgorithmsTest 08:12:55.591 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.591 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.591 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.591 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.591 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.592 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.592 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.592 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.592 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.592 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 08:12:55.592 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.593 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8196, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.593 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.593 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196 08:12:55.594 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.594 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.594 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.594 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.594 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.594 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.594 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.594 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.595 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.595 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 08:12:55.595 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.595 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8197, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.595 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.595 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8197 08:12:55.595 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8197 for coap 08:12:55.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5] send request 08:12:55.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:12:55.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L5] added with generated mid KeyMID[127.0.0.1:8196-9150], CON-POST MID= 9150, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:12:55.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L5] added with generated token KeyToken[127.0.0.1:8196-FC9E802791345E88], CON-POST MID= 9150, Token=FC9E802791345E88, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:12:55.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-9150], KeyToken[127.0.0.1:8196-FC9E802791345E88]] 08:12:55.598 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 08:12:55.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID= 9150, Token=FC9E802791345E88, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B] 08:12:55.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8197 08:12:55.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-9150] 08:12:55.599 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.599 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6] replace CON-POST MID= 9150, Token=FC9E802791345E88, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 9150, Token=FC9E802791345E88, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:12:55.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6] send response NON-2.05 MID= 9150, Token=null, OptionSet={}, "server responds hi" 08:12:55.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, complete]! 08:12:55.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, complete] completed NON-2.04 MID= 9150, Token=FC9E802791345E88, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49! 08:12:55.601 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8197 08:12:55.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T32) 127.0.0.1:8,196 ==> :8,197 [NON-2.04 MID= 9150, Token=FC9E802791345E88, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49] 08:12:55.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 42 bytes from 127.0.0.1:8196 08:12:55.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-9150] 08:12:55.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, complete]! 08:12:55.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L5, complete] for token KeyToken[127.0.0.1:8196-FC9E802791345E88] 08:12:55.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L5, complete] for MID KeyMID[127.0.0.1:8196-9150] 08:12:55.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L5, complete] completed CON-POST MID= -1, Token=FC9E802791345E88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 9150, Token=FC9E802791345E88, OptionSet={"Object-Security":0x090002}, acked F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B! client received response 08:12:55.603 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.603 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 08:12:55.604 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196 08:12:55.604 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ... 08:12:55.604 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1 08:12:55.604 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped. 08:12:55.604 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196 08:12:55.604 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:12:55.604 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:55.604 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 08:12:55.604 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8197 08:12:55.605 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8197 08:12:55.605 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] stopping ... 08:12:55.605 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /0.0.0.0 08:12:55.605 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] has stopped. 08:12:55.605 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8197 Start OSCoreAlgorithmsTest 08:12:55.606 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.606 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.606 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.607 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.607 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.607 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.607 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.608 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.608 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.608 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 08:12:55.608 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.608 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.608 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8198, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.608 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.608 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198 08:12:55.609 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.609 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.609 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.609 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.610 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.610 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.610 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.610 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.610 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.610 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 08:12:55.610 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.611 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8199, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.611 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.611 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.611 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8199 08:12:55.611 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8199 for coap 08:12:55.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7] send request 08:12:55.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:12:55.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L7] added with generated mid KeyMID[127.0.0.1:8198-30596], CON-POST MID=30596, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:12:55.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L7] added with generated token KeyToken[127.0.0.1:8198-38A1387BE5F04C80], CON-POST MID=30596, Token=38A1387BE5F04C80, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:12:55.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8198-30596], KeyToken[127.0.0.1:8198-38A1387BE5F04C80]] 08:12:55.614 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8198 08:12:55.614 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T37) 127.0.0.1:8,199 ==> :8,198 [CON-POST MID=30596, Token=38A1387BE5F04C80, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C] 08:12:55.614 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8198) received 49 bytes from 127.0.0.1:8199 08:12:55.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8199-30596] 08:12:55.614 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.614 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8] replace CON-POST MID=30596, Token=38A1387BE5F04C80, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=30596, Token=38A1387BE5F04C80, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:12:55.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8] send response NON-2.05 MID=30596, Token=null, OptionSet={}, "server responds hi" 08:12:55.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, complete]! 08:12:55.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, complete] completed NON-2.04 MID=30596, Token=38A1387BE5F04C80, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes! 08:12:55.616 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8199 08:12:55.617 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T40) 127.0.0.1:8,198 ==> :8,199 [NON-2.04 MID=30596, Token=38A1387BE5F04C80, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes] 08:12:55.617 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8199) received 50 bytes from 127.0.0.1:8198 08:12:55.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-30596] 08:12:55.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, complete]! 08:12:55.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L7, complete] for token KeyToken[127.0.0.1:8198-38A1387BE5F04C80] 08:12:55.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L7, complete] for MID KeyMID[127.0.0.1:8198-30596] 08:12:55.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L7, complete] completed CON-POST MID= -1, Token=38A1387BE5F04C80, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30596, Token=38A1387BE5F04C80, OptionSet={"Object-Security":0x090002}, acked 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C! client received response 08:12:55.618 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.619 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 08:12:55.619 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198 08:12:55.619 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ... 08:12:55.619 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1 08:12:55.619 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped. 08:12:55.619 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198 08:12:55.619 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:12:55.619 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:55.619 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 08:12:55.619 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8199 08:12:55.619 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8199 08:12:55.619 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] stopping ... 08:12:55.620 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /0.0.0.0 08:12:55.620 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] has stopped. 08:12:55.620 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8199 Start OSCoreAlgorithmsTest 08:12:55.620 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 08:12:55.621 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:12:55.621 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.ContextRederivationTest Start ContextRederivationTest 08:12:55.622 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.623 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.623 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.623 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.624 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.624 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.624 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.624 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.624 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.624 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 08:12:55.625 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.625 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.652 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8200, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.652 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200 08:12:55.655 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.656 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.656 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.656 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.656 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.656 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 08:12:55.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8201, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.657 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8201 08:12:55.657 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8201 for coap 08:12:55.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_INITIATE (client will initiate context re-derivation) 08:12:55.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Auxiliary Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L10] send request 08:12:55.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L10] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:12:55.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:12:55.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L10] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19000948D41EB1BB7E219189}, A2 0D 6C 9F ED 5B AC A1 B4 F5 99 4A B5 3B 71 CB 12 16 C4 DE 42 3F BA 4D 4D FA 9E FC A6 50 93 1D 08:12:55.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L10] added with generated mid KeyMID[127.0.0.1:8200-31342], CON-POST MID=31342, Token=null, OptionSet={"Object-Security":0x19000948D41EB1BB7E219189}, A2 0D 6C 9F ED 5B AC A1 B4 F5 99 4A B5 3B 71 CB 12 16 C4 DE 42 3F BA 4D 4D FA 9E FC A6 50 93 1D 08:12:55.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L10] added with generated token KeyToken[127.0.0.1:8200-2C1C01F1D66AAEE3], CON-POST MID=31342, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x19000948D41EB1BB7E219189}, A2 0D 6C 9F ED 5B AC A1 B4 F5 99 4A B5 3B 71 CB 12 16 C4 DE 42 3F BA 4D 4D FA 9E FC A6 50 93 1D 08:12:55.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-31342], KeyToken[127.0.0.1:8200-2C1C01F1D66AAEE3]] 08:12:55.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8200 08:12:55.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=31342, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x19000948D41EB1BB7E219189}, A2 0D 6C 9F ED 5B AC A1 B4 F5 99 4A B5 3B 71 CB 12 16 C4 DE 42 3F BA 4D 4D FA 9E FC A6 50 93 1D] 08:12:55.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 58 bytes from 127.0.0.1:8201 08:12:55.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-31342] 08:12:55.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11] replace CON-POST MID=31342, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=31342, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:12:55.664 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8201 08:12:55.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R11] send response null-4.04 MID= -1, Token=null, OptionSet={}, 08:12:55.665 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 08:12:55.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, complete]! 08:12:55.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R11, complete] completed ACK-2.04 MID=31342, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x10115095EBA08AB537227033987084D7B4E667}, 4E F1 43 B4 81 44 4F 78 EA! 08:12:55.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201 08:12:55.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=31342, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x10115095EBA08AB537227033987084D7B4E667}, 4E F1 43 B4 81 44 4F 78 EA] 08:12:55.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 43 bytes from 127.0.0.1:8200 08:12:55.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_1 (client has sent the first request in the procedure and is receving the response) 08:12:55.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.04 MID=31342, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x10115095EBA08AB537227033987084D7B4E667}, : 08:12:55.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L10, complete]! 08:12:55.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L10, complete] for token KeyToken[127.0.0.1:8200-2C1C01F1D66AAEE3] 08:12:55.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L10, complete] for MID KeyMID[127.0.0.1:8200-31342] 08:12:55.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L10, complete] completed CON-GET MID= -1, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=31342, Token=2C1C01F1D66AAEE3, OptionSet={"Object-Security":0x19000948D41EB1BB7E219189}, acked A2 0D 6C 9F ED 5B AC A1 B4 F5 99 4A B5 3B 71 CB 12 16 C4 DE 42 3F BA 4D 4D FA 9E FC A6 50 93 1D! 08:12:55.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Original Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9] send request 08:12:55.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 08:12:55.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A581895EBA08AB537227033987084D7B4E667925299D8DA09E148}, F8 32 C0 4F 37 86 96 3C 18 73 73 A8 43 77 F3 08:12:55.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9] added with generated mid KeyMID[127.0.0.1:8200-31343], CON-POST MID=31343, Token=null, OptionSet={"Object-Security":0x19001A581895EBA08AB537227033987084D7B4E667925299D8DA09E148}, F8 32 C0 4F 37 86 96 3C 18 73 73 A8 43 77 F3 08:12:55.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9] added with generated token KeyToken[127.0.0.1:8200-F4C516110D5F7B47], CON-POST MID=31343, Token=F4C516110D5F7B47, OptionSet={"Object-Security":0x19001A581895EBA08AB537227033987084D7B4E667925299D8DA09E148}, F8 32 C0 4F 37 86 96 3C 18 73 73 A8 43 77 F3 08:12:55.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-31343], KeyToken[127.0.0.1:8200-F4C516110D5F7B47]] 08:12:55.673 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8200 08:12:55.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E11,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=31343, Token=F4C516110D5F7B47, OptionSet={"Object-Security":0x19001A581895EBA08AB537227033987084D7B4E667925299D8DA09E148}, F8 32 C0 4F 37 86 96 3C 18 73 73 A8 43 77 F3] 08:12:55.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 59 bytes from 127.0.0.1:8201 08:12:55.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-31343] 08:12:55.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 08:12:55.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12] replace CON-POST MID=31343, Token=F4C516110D5F7B47, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=31343, Token=F4C516110D5F7B47, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.679 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 08:12:55.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, complete]! 08:12:55.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, complete] completed ACK-2.04 MID=31343, Token=F4C516110D5F7B47, OptionSet={"Object-Security":0x}, 96 E6 1E EB AF CE 0B 8C F3 9E BE D0 C9 24 7F D0 59 A2 EA FE D0 29! 08:12:55.680 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8201 08:12:55.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=31343, Token=F4C516110D5F7B47, OptionSet={"Object-Security":0x}, 96 E6 1E EB AF CE 0B 8C F3 9E BE D0 C9 24 7F D0 59 A2 EA FE D0 29] 08:12:55.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 36 bytes from 127.0.0.1:8200 08:12:55.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 08:12:55.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, complete]! 08:12:55.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, complete] for token KeyToken[127.0.0.1:8200-F4C516110D5F7B47] 08:12:55.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, complete] for MID KeyMID[127.0.0.1:8200-31343] 08:12:55.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L9, complete] completed CON-GET MID= -1, Token=F4C516110D5F7B47, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=31343, Token=F4C516110D5F7B47, OptionSet={"Object-Security":0x19001A581895EBA08AB537227033987084D7B4E667925299D8DA09E148}, acked F8 32 C0 4F 37 86 96 3C 18 73 73 A8 43 77 F3! ==[ CoAP Response ]============================================ MID : 31343 Token : F4C516110D5F7B47 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 23 ms Payload: 12 Bytes =============================================================== 08:12:55.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:12:55.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, C9 C3 0B BF 95 04 A4 A5 83 95 D1 43 6B C6 A3 08:12:55.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8200-31344], CON-POST MID=31344, Token=null, OptionSet={"Object-Security":0x0901}, C9 C3 0B BF 95 04 A4 A5 83 95 D1 43 6B C6 A3 08:12:55.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated token KeyToken[127.0.0.1:8200-2857CAFF27425BAC], CON-POST MID=31344, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x0901}, C9 C3 0B BF 95 04 A4 A5 83 95 D1 43 6B C6 A3 08:12:55.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-31344], KeyToken[127.0.0.1:8200-2857CAFF27425BAC]] 08:12:55.688 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8200 08:12:55.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E13,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=31344, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x0901}, C9 C3 0B BF 95 04 A4 A5 83 95 D1 43 6B C6 A3] 08:12:55.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 31 bytes from 127.0.0.1:8201 08:12:55.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-31344] 08:12:55.689 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.689 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14] replace CON-POST MID=31344, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=31344, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, complete]! 08:12:55.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, complete] completed ACK-2.04 MID=31344, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x}, 39 91 DE F2 09 A2 CA E8 BA 6C B0 55 0A 90 6A CE 50 7E C0 9D 02 AF! 08:12:55.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8201 08:12:55.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=31344, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x}, 39 91 DE F2 09 A2 CA E8 BA 6C B0 55 0A 90 6A CE 50 7E C0 9D 02 AF] 08:12:55.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 36 bytes from 127.0.0.1:8200 08:12:55.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, complete]! 08:12:55.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, complete] for token KeyToken[127.0.0.1:8200-2857CAFF27425BAC] 08:12:55.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, complete] for MID KeyMID[127.0.0.1:8200-31344] 08:12:55.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, complete] completed CON-GET MID= -1, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=31344, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x0901}, acked C9 C3 0B BF 95 04 A4 A5 83 95 D1 43 6B C6 A3! ==[ CoAP Response ]============================================ MID : 31344 Token : 2857CAFF27425BAC Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 6 ms Payload: 12 Bytes =============================================================== 08:12:55.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15] send request 08:12:55.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15] prepare retransmission for CON-GET MID= -1, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15] replace CON-GET MID= -1, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x0902}, DA 57 C6 21 03 0C A8 CD 9B 07 E0 46 FC 63 3A 08:12:55.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15] added with generated mid KeyMID[127.0.0.1:8200-31345], CON-POST MID=31345, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x0902}, DA 57 C6 21 03 0C A8 CD 9B 07 E0 46 FC 63 3A 08:12:55.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15] added with token KeyToken[127.0.0.1:8200-2857CAFF27425BAC], CON-POST MID=31345, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x0902}, DA 57 C6 21 03 0C A8 CD 9B 07 E0 46 FC 63 3A 08:12:55.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-31345], KeyToken[127.0.0.1:8200-2857CAFF27425BAC]] 08:12:55.695 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8200 08:12:55.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E15,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=31345, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x0902}, DA 57 C6 21 03 0C A8 CD 9B 07 E0 46 FC 63 3A] 08:12:55.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 31 bytes from 127.0.0.1:8201 08:12:55.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-31345] 08:12:55.696 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.696 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16] replace CON-POST MID=31345, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=31345, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, complete]! 08:12:55.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, complete] completed ACK-2.04 MID=31345, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x}, 60 53 AE D3 28 23 4C 72 7D 6B C7 42 8C E1 75 23 7B D3 29 D5 E6 A5! 08:12:55.697 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8201 08:12:55.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=31345, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x}, 60 53 AE D3 28 23 4C 72 7D 6B C7 42 8C E1 75 23 7B D3 29 D5 E6 A5] 08:12:55.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 36 bytes from 127.0.0.1:8200 08:12:55.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, complete]! 08:12:55.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, complete] for token KeyToken[127.0.0.1:8200-2857CAFF27425BAC] 08:12:55.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, complete] for MID KeyMID[127.0.0.1:8200-31345] 08:12:55.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L15, complete] completed CON-GET MID= -1, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=31345, Token=2857CAFF27425BAC, OptionSet={"Object-Security":0x0902}, acked DA 57 C6 21 03 0C A8 CD 9B 07 E0 46 FC 63 3A! ==[ CoAP Response ]============================================ MID : 31345 Token : 2857CAFF27425BAC Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 12 Bytes =============================================================== 08:12:55.700 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.700 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200 08:12:55.700 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200 08:12:55.700 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ... 08:12:55.700 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1 08:12:55.700 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped. 08:12:55.700 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200 08:12:55.700 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 08:12:55.701 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.701 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.701 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.702 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.702 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.702 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.702 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.703 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.703 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.703 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 08:12:55.703 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.703 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8202, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.703 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.703 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8202 08:12:55.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17] send request 08:12:55.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:12:55.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17] added with generated mid KeyMID[127.0.0.1:8202-30823], CON-POST MID=30823, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:12:55.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17] added with generated token KeyToken[127.0.0.1:8202-84F5961112781205], CON-POST MID=30823, Token=84F5961112781205, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:12:55.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-30823], KeyToken[127.0.0.1:8202-84F5961112781205]] 08:12:55.706 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8202 08:12:55.707 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E17,T53) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=30823, Token=84F5961112781205, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 08:12:55.707 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 31 bytes from 127.0.0.1:8201 08:12:55.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-30823] 08:12:55.707 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.707 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.707 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 08:12:55.708 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18] replace CON-POST MID=30823, Token=84F5961112781205, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=30823, Token=84F5961112781205, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.708 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.709 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 08:12:55.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, complete]! 08:12:55.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, complete] completed ACK-2.04 MID=30823, Token=84F5961112781205, OptionSet={"Object-Security":0x1011508067501E286E0A23A173B463CC90EEB2}, 06 B3 D3 C5 FA DE 73 79 11 02 07 04 F7 A8 81 C3 37 6C C7 E4 A2 CE! 08:12:55.710 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 56 bytes to 127.0.0.1:8201 08:12:55.710 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T48) 127.0.0.1:8,202 ==> :8,201 [ACK-2.04 MID=30823, Token=84F5961112781205, OptionSet={"Object-Security":0x1011508067501E286E0A23A173B463CC90EEB2}, 06 B3 D3 C5 FA DE 73 79 11 02 07 04 F7 A8 81 C3 37 6C C7 E4 A2 CE] 08:12:55.710 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 56 bytes from 127.0.0.1:8202 08:12:55.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, complete]! 08:12:55.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, complete] for token KeyToken[127.0.0.1:8202-84F5961112781205] 08:12:55.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, complete] for MID KeyMID[127.0.0.1:8202-30823] 08:12:55.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L17, complete] completed CON-GET MID= -1, Token=84F5961112781205, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=30823, Token=84F5961112781205, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 30823 Token : 84F5961112781205 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x1011508067501E286E0A23A173B463CC90EEB2} RTT : 6 ms Payload: 12 Bytes =============================================================== 08:12:55.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19] send request 08:12:55.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 08:12:55.714 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.714 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A58188067501E286E0A23A173B463CC90EEB2F1EA82C5E1D99B18}, 50 D9 C3 F3 64 F5 10 28 8A A0 CC 89 30 56 E2 08:12:55.714 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19] added with generated mid KeyMID[127.0.0.1:8202-30824], CON-POST MID=30824, Token=null, OptionSet={"Object-Security":0x19001A58188067501E286E0A23A173B463CC90EEB2F1EA82C5E1D99B18}, 50 D9 C3 F3 64 F5 10 28 8A A0 CC 89 30 56 E2 08:12:55.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19] added with generated token KeyToken[127.0.0.1:8202-68A7AE53DEC25377], CON-POST MID=30824, Token=68A7AE53DEC25377, OptionSet={"Object-Security":0x19001A58188067501E286E0A23A173B463CC90EEB2F1EA82C5E1D99B18}, 50 D9 C3 F3 64 F5 10 28 8A A0 CC 89 30 56 E2 08:12:55.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-30824], KeyToken[127.0.0.1:8202-68A7AE53DEC25377]] 08:12:55.715 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8202 08:12:55.715 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E19,T53) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=30824, Token=68A7AE53DEC25377, OptionSet={"Object-Security":0x19001A58188067501E286E0A23A173B463CC90EEB2F1EA82C5E1D99B18}, 50 D9 C3 F3 64 F5 10 28 8A A0 CC 89 30 56 E2] 08:12:55.715 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 59 bytes from 127.0.0.1:8201 08:12:55.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-30824] 08:12:55.716 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.716 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.716 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 08:12:55.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20] replace CON-POST MID=30824, Token=68A7AE53DEC25377, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=30824, Token=68A7AE53DEC25377, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.717 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 08:12:55.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, complete]! 08:12:55.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, complete] completed ACK-2.04 MID=30824, Token=68A7AE53DEC25377, OptionSet={"Object-Security":0x}, 9A 59 7C 4E 07 85 10 46 29 48 D6 8B 79 3C 0E D1 3D A8 2C 33 46 E9! 08:12:55.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8201 08:12:55.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T48) 127.0.0.1:8,202 ==> :8,201 [ACK-2.04 MID=30824, Token=68A7AE53DEC25377, OptionSet={"Object-Security":0x}, 9A 59 7C 4E 07 85 10 46 29 48 D6 8B 79 3C 0E D1 3D A8 2C 33 46 E9] 08:12:55.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 36 bytes from 127.0.0.1:8202 08:12:55.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 08:12:55.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, complete]! 08:12:55.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, complete] for token KeyToken[127.0.0.1:8202-68A7AE53DEC25377] 08:12:55.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, complete] for MID KeyMID[127.0.0.1:8202-30824] 08:12:55.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L19, complete] completed CON-GET MID= -1, Token=68A7AE53DEC25377, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=30824, Token=68A7AE53DEC25377, OptionSet={"Object-Security":0x19001A58188067501E286E0A23A173B463CC90EEB2F1EA82C5E1D99B18}, acked 50 D9 C3 F3 64 F5 10 28 8A A0 CC 89 30 56 E2! ==[ CoAP Response ]============================================ MID : 30824 Token : 68A7AE53DEC25377 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 40 ms Payload: 12 Bytes =============================================================== 08:12:55.754 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.765 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8202 08:12:55.765 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8202 08:12:55.765 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] stopping ... 08:12:55.765 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /127.0.0.1 08:12:55.765 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] has stopped. 08:12:55.766 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8202 08:12:55.766 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 08:12:55.766 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:12:55.766 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8201 08:12:55.766 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8201 08:12:55.766 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] stopping ... 08:12:55.766 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /0.0.0.0 08:12:55.766 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] has stopped. 08:12:55.766 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8201 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest 08:12:55.775 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 08:12:55.779 [main] INFO org.eclipse.californium.elements.config.Configuration - writing properties to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/Californium3.properties 08:12:55.785 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Input master secret is null [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 08:12:55.788 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.789 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.790 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.790 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.790 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.791 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.791 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.791 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.791 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 08:12:55.791 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:12:55.792 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.792 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.792 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.792 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.792 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.792 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 08:12:55.793 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.793 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.794 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.794 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.794 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.794 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.795 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.804 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.804 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 14 40 The predicted AAD: 85 1 81 a 41 0 41 14 40 08:12:55.805 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.805 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.807 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.807 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.809 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.809 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.809 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.809 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 08:12:55.809 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:12:55.810 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.810 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 0 40 The predicted AAD: 85 1 81 a 41 0 41 0 40 08:12:55.811 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.812 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed The predicted nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 08:12:55.813 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.813 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.852 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.852 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.852 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.852 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.853 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.854 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 08:12:55.855 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.855 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.856 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.856 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.856 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.857 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.857 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.857 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.857 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.858 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: 6 0 c b b b b 3 5 5 3 d f The predicted nonce: 6 0 c b b b b 3 5 5 3 d f 08:12:55.859 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.859 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.860 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.861 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.861 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:12:55.862 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.863 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.863 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.863 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.863 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.863 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.863 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 08:12:55.865 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 08:12:55.865 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 08:12:55.866 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 08:12:55.867 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 08:12:55.867 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 08:12:55.868 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 08:12:55.869 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 08:12:55.869 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 08:12:55.870 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.oscore.OSSerializerTest [INFO] Running org.eclipse.californium.oscore.EncryptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 08:12:55.874 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.874 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.874 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.875 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.875 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.875 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.876 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.DecryptorTest [INFO] Running org.eclipse.californium.oscore.ContextRederivationTest Start ContextRederivationTest 08:12:55.877 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.877 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.877 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.877 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.878 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.878 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.878 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.878 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.878 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.878 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 08:12:55.879 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.879 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8203, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.879 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 08:12:55.879 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.879 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.880 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.880 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.880 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.880 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.880 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.880 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.880 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.880 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 08:12:55.880 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.881 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8204, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.881 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204 08:12:55.881 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap 08:12:55.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_INITIATE (client will initiate context re-derivation) 08:12:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Auxiliary Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L22] send request 08:12:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L22] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:12:55.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:12:55.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x190009481ABD2C91B028728A}, 17 EA FA 5B E9 65 A8 8D 43 86 6C 80 59 EB 2A 59 62 AB 89 68 43 17 D1 8A 2B E0 9B 15 7E 59 2E FE 08:12:55.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L22] added with generated mid KeyMID[127.0.0.1:8203-51421], CON-POST MID=51421, Token=null, OptionSet={"Object-Security":0x190009481ABD2C91B028728A}, 17 EA FA 5B E9 65 A8 8D 43 86 6C 80 59 EB 2A 59 62 AB 89 68 43 17 D1 8A 2B E0 9B 15 7E 59 2E FE 08:12:55.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L22] added with generated token KeyToken[127.0.0.1:8203-A0ED75A1097D588B], CON-POST MID=51421, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x190009481ABD2C91B028728A}, 17 EA FA 5B E9 65 A8 8D 43 86 6C 80 59 EB 2A 59 62 AB 89 68 43 17 D1 8A 2B E0 9B 15 7E 59 2E FE 08:12:55.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-51421], KeyToken[127.0.0.1:8203-A0ED75A1097D588B]] 08:12:55.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8203 08:12:55.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E21,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=51421, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x190009481ABD2C91B028728A}, 17 EA FA 5B E9 65 A8 8D 43 86 6C 80 59 EB 2A 59 62 AB 89 68 43 17 D1 8A 2B E0 9B 15 7E 59 2E FE] 08:12:55.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 58 bytes from 127.0.0.1:8204 08:12:55.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-51421] 08:12:55.885 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.885 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23] replace CON-POST MID=51421, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=51421, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:12:55.886 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8204 08:12:55.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R23] send response null-4.04 MID= -1, Token=null, OptionSet={}, 08:12:55.886 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 08:12:55.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, complete]! 08:12:55.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R23, complete] completed ACK-2.04 MID=51421, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x101150ED993B7E6C9DA823D1595F7B2F0BFFA8}, 5E 84 34 F8 16 58 F9 A8 4E! 08:12:55.887 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8204 08:12:55.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=51421, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x101150ED993B7E6C9DA823D1595F7B2F0BFFA8}, 5E 84 34 F8 16 58 F9 A8 4E] 08:12:55.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 43 bytes from 127.0.0.1:8203 08:12:55.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_1 (client has sent the first request in the procedure and is receving the response) 08:12:55.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.04 MID=51421, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x101150ED993B7E6C9DA823D1595F7B2F0BFFA8}, : 08:12:55.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, complete]! 08:12:55.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L22, complete] for token KeyToken[127.0.0.1:8203-A0ED75A1097D588B] 08:12:55.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L22, complete] for MID KeyMID[127.0.0.1:8203-51421] 08:12:55.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L22, complete] completed CON-GET MID= -1, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=51421, Token=A0ED75A1097D588B, OptionSet={"Object-Security":0x190009481ABD2C91B028728A}, acked 17 EA FA 5B E9 65 A8 8D 43 86 6C 80 59 EB 2A 59 62 AB 89 68 43 17 D1 8A 2B E0 9B 15 7E 59 2E FE! 08:12:55.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Original Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21] send request 08:12:55.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 08:12:55.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A5818ED993B7E6C9DA823D1595F7B2F0BFFA8B5D0D16583C1FED3}, DB E9 17 F4 CA A2 7A 96 74 AD 5C 4A 7C 15 A4 08:12:55.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21] added with generated mid KeyMID[127.0.0.1:8203-51422], CON-POST MID=51422, Token=null, OptionSet={"Object-Security":0x19001A5818ED993B7E6C9DA823D1595F7B2F0BFFA8B5D0D16583C1FED3}, DB E9 17 F4 CA A2 7A 96 74 AD 5C 4A 7C 15 A4 08:12:55.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21] added with generated token KeyToken[127.0.0.1:8203-A834DC14C3F848A8], CON-POST MID=51422, Token=A834DC14C3F848A8, OptionSet={"Object-Security":0x19001A5818ED993B7E6C9DA823D1595F7B2F0BFFA8B5D0D16583C1FED3}, DB E9 17 F4 CA A2 7A 96 74 AD 5C 4A 7C 15 A4 08:12:55.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-51422], KeyToken[127.0.0.1:8203-A834DC14C3F848A8]] 08:12:55.892 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8203 08:12:55.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=51422, Token=A834DC14C3F848A8, OptionSet={"Object-Security":0x19001A5818ED993B7E6C9DA823D1595F7B2F0BFFA8B5D0D16583C1FED3}, DB E9 17 F4 CA A2 7A 96 74 AD 5C 4A 7C 15 A4] 08:12:55.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 59 bytes from 127.0.0.1:8204 08:12:55.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-51422] 08:12:55.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 08:12:55.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24] replace CON-POST MID=51422, Token=A834DC14C3F848A8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=51422, Token=A834DC14C3F848A8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.893 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 08:12:55.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, complete]! 08:12:55.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, complete] completed ACK-2.04 MID=51422, Token=A834DC14C3F848A8, OptionSet={"Object-Security":0x}, E3 9E DD C4 DD 44 E5 F6 84 61 27 A3 05 D0 DD F7 E1 0C FF 08 1E 7D! 08:12:55.894 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 08:12:55.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=51422, Token=A834DC14C3F848A8, OptionSet={"Object-Security":0x}, E3 9E DD C4 DD 44 E5 F6 84 61 27 A3 05 D0 DD F7 E1 0C FF 08 1E 7D] 08:12:55.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8203 08:12:55.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 08:12:55.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, complete]! 08:12:55.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, complete] for token KeyToken[127.0.0.1:8203-A834DC14C3F848A8] 08:12:55.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, complete] for MID KeyMID[127.0.0.1:8203-51422] 08:12:55.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L21, complete] completed CON-GET MID= -1, Token=A834DC14C3F848A8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=51422, Token=A834DC14C3F848A8, OptionSet={"Object-Security":0x19001A5818ED993B7E6C9DA823D1595F7B2F0BFFA8B5D0D16583C1FED3}, acked DB E9 17 F4 CA A2 7A 96 74 AD 5C 4A 7C 15 A4! ==[ CoAP Response ]============================================ MID : 51422 Token : A834DC14C3F848A8 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 13 ms Payload: 12 Bytes =============================================================== 08:12:55.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25] send request 08:12:55.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 94 DE 04 DC 71 4C 6F BF 43 6A 05 CB E2 04 0E 08:12:55.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25] added with generated mid KeyMID[127.0.0.1:8203-51423], CON-POST MID=51423, Token=null, OptionSet={"Object-Security":0x0901}, 94 DE 04 DC 71 4C 6F BF 43 6A 05 CB E2 04 0E 08:12:55.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25] added with generated token KeyToken[127.0.0.1:8203-FCC99FEC22F22BA1], CON-POST MID=51423, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x0901}, 94 DE 04 DC 71 4C 6F BF 43 6A 05 CB E2 04 0E 08:12:55.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-51423], KeyToken[127.0.0.1:8203-FCC99FEC22F22BA1]] 08:12:55.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203 08:12:55.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=51423, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x0901}, 94 DE 04 DC 71 4C 6F BF 43 6A 05 CB E2 04 0E] 08:12:55.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 31 bytes from 127.0.0.1:8204 08:12:55.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-51423] 08:12:55.899 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.899 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26] replace CON-POST MID=51423, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=51423, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, complete]! 08:12:55.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, complete] completed ACK-2.04 MID=51423, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x}, 43 3A 7E E8 74 BE 56 C2 7F 9A 4A 62 D7 D1 B9 17 C5 4C 90 25 D6 27! 08:12:55.900 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 08:12:55.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=51423, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x}, 43 3A 7E E8 74 BE 56 C2 7F 9A 4A 62 D7 D1 B9 17 C5 4C 90 25 D6 27] 08:12:55.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8203 08:12:55.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, complete]! 08:12:55.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, complete] for token KeyToken[127.0.0.1:8203-FCC99FEC22F22BA1] 08:12:55.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, complete] for MID KeyMID[127.0.0.1:8203-51423] 08:12:55.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L25, complete] completed CON-GET MID= -1, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=51423, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x0901}, acked 94 DE 04 DC 71 4C 6F BF 43 6A 05 CB E2 04 0E! ==[ CoAP Response ]============================================ MID : 51423 Token : FCC99FEC22F22BA1 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 08:12:55.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27] send request 08:12:55.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27] prepare retransmission for CON-GET MID= -1, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27] replace CON-GET MID= -1, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x0902}, 91 F2 16 EF 0C DE D7 44 82 C7 B1 8A D3 D9 A7 08:12:55.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27] added with generated mid KeyMID[127.0.0.1:8203-51424], CON-POST MID=51424, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x0902}, 91 F2 16 EF 0C DE D7 44 82 C7 B1 8A D3 D9 A7 08:12:55.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27] added with token KeyToken[127.0.0.1:8203-FCC99FEC22F22BA1], CON-POST MID=51424, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x0902}, 91 F2 16 EF 0C DE D7 44 82 C7 B1 8A D3 D9 A7 08:12:55.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-51424], KeyToken[127.0.0.1:8203-FCC99FEC22F22BA1]] 08:12:55.904 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203 08:12:55.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=51424, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x0902}, 91 F2 16 EF 0C DE D7 44 82 C7 B1 8A D3 D9 A7] 08:12:55.905 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 31 bytes from 127.0.0.1:8204 08:12:55.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-51424] 08:12:55.905 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.905 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28] replace CON-POST MID=51424, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=51424, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, complete]! 08:12:55.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, complete] completed ACK-2.04 MID=51424, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x}, 9B D3 C6 F9 3E DC 12 61 57 44 99 82 D7 25 E1 88 31 51 98 BF F8 05! 08:12:55.906 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 08:12:55.906 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=51424, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x}, 9B D3 C6 F9 3E DC 12 61 57 44 99 82 D7 25 E1 88 31 51 98 BF F8 05] 08:12:55.907 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8203 08:12:55.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, complete]! 08:12:55.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, complete] for token KeyToken[127.0.0.1:8203-FCC99FEC22F22BA1] 08:12:55.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, complete] for MID KeyMID[127.0.0.1:8203-51424] 08:12:55.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L27, complete] completed CON-GET MID= -1, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=51424, Token=FCC99FEC22F22BA1, OptionSet={"Object-Security":0x0902}, acked 91 F2 16 EF 0C DE D7 44 82 C7 B1 8A D3 D9 A7! ==[ CoAP Response ]============================================ MID : 51424 Token : FCC99FEC22F22BA1 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 12 Bytes =============================================================== 08:12:55.908 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.908 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 08:12:55.908 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 08:12:55.908 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 08:12:55.908 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 08:12:55.908 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 08:12:55.909 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 08:12:55.909 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 08:12:55.909 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.909 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.909 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.910 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.910 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.910 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.910 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.910 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.910 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.910 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 08:12:55.911 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.911 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8205, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.911 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.911 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.911 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 08:12:55.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29] send request 08:12:55.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:12:55.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29] added with generated mid KeyMID[127.0.0.1:8205-35417], CON-POST MID=35417, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:12:55.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29] added with generated token KeyToken[127.0.0.1:8205-303E615B45CE2BE6], CON-POST MID=35417, Token=303E615B45CE2BE6, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:12:55.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-35417], KeyToken[127.0.0.1:8205-303E615B45CE2BE6]] 08:12:55.952 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8205 08:12:55.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T66) 127.0.0.1:8,204 ==> :8,205 [CON-POST MID=35417, Token=303E615B45CE2BE6, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 08:12:55.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 31 bytes from 127.0.0.1:8204 08:12:55.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-35417] 08:12:55.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 08:12:55.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30] replace CON-POST MID=35417, Token=303E615B45CE2BE6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=35417, Token=303E615B45CE2BE6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R30] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.954 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 08:12:55.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, complete]! 08:12:55.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, complete] completed ACK-2.04 MID=35417, Token=303E615B45CE2BE6, OptionSet={"Object-Security":0x101150BA3C65496B3B429F404DA307139877B6}, 51 FE 08 FD 8E 29 DF 68 A2 F3 85 2B D7 50 1E 91 C6 1F 9B 40 20 72! 08:12:55.955 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 56 bytes to 127.0.0.1:8204 08:12:55.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T61) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04 MID=35417, Token=303E615B45CE2BE6, OptionSet={"Object-Security":0x101150BA3C65496B3B429F404DA307139877B6}, 51 FE 08 FD 8E 29 DF 68 A2 F3 85 2B D7 50 1E 91 C6 1F 9B 40 20 72] 08:12:55.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 56 bytes from 127.0.0.1:8205 08:12:55.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:12:55.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, complete]! 08:12:55.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, complete] for token KeyToken[127.0.0.1:8205-303E615B45CE2BE6] 08:12:55.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, complete] for MID KeyMID[127.0.0.1:8205-35417] 08:12:55.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L29, complete] completed CON-GET MID= -1, Token=303E615B45CE2BE6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=35417, Token=303E615B45CE2BE6, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 35417 Token : 303E615B45CE2BE6 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x101150BA3C65496B3B429F404DA307139877B6} RTT : 44 ms Payload: 12 Bytes =============================================================== 08:12:55.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31] send request 08:12:55.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 08:12:55.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:12:55.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A5818BA3C65496B3B429F404DA307139877B620081D90F92505D4}, B3 5E 5B EB 9A 87 B6 DB 7D F1 F8 14 4A D7 3B 08:12:55.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31] added with generated mid KeyMID[127.0.0.1:8205-35418], CON-POST MID=35418, Token=null, OptionSet={"Object-Security":0x19001A5818BA3C65496B3B429F404DA307139877B620081D90F92505D4}, B3 5E 5B EB 9A 87 B6 DB 7D F1 F8 14 4A D7 3B 08:12:55.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31] added with generated token KeyToken[127.0.0.1:8205-908A06EAE30C026E], CON-POST MID=35418, Token=908A06EAE30C026E, OptionSet={"Object-Security":0x19001A5818BA3C65496B3B429F404DA307139877B620081D90F92505D4}, B3 5E 5B EB 9A 87 B6 DB 7D F1 F8 14 4A D7 3B 08:12:55.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-35418], KeyToken[127.0.0.1:8205-908A06EAE30C026E]] 08:12:55.961 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8205 08:12:55.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T66) 127.0.0.1:8,204 ==> :8,205 [CON-POST MID=35418, Token=908A06EAE30C026E, OptionSet={"Object-Security":0x19001A5818BA3C65496B3B429F404DA307139877B620081D90F92505D4}, B3 5E 5B EB 9A 87 B6 DB 7D F1 F8 14 4A D7 3B] 08:12:55.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 59 bytes from 127.0.0.1:8204 08:12:55.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-35418] 08:12:55.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 08:12:55.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32] replace CON-POST MID=35418, Token=908A06EAE30C026E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=35418, Token=908A06EAE30C026E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:12:55.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:12:55.964 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 08:12:55.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, complete]! 08:12:55.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, complete] completed ACK-2.04 MID=35418, Token=908A06EAE30C026E, OptionSet={"Object-Security":0x}, 77 FD EE 5F 67 F4 2F 79 09 64 96 B4 EF BF DB 41 11 66 1A 18 CD FF! 08:12:55.964 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 08:12:55.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T61) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04 MID=35418, Token=908A06EAE30C026E, OptionSet={"Object-Security":0x}, 77 FD EE 5F 67 F4 2F 79 09 64 96 B4 EF BF DB 41 11 66 1A 18 CD FF] 08:12:55.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8205 08:12:55.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 08:12:55.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, complete]! 08:12:55.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, complete] for token KeyToken[127.0.0.1:8205-908A06EAE30C026E] 08:12:55.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, complete] for MID KeyMID[127.0.0.1:8205-35418] 08:12:55.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L31, complete] completed CON-GET MID= -1, Token=908A06EAE30C026E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=35418, Token=908A06EAE30C026E, OptionSet={"Object-Security":0x19001A5818BA3C65496B3B429F404DA307139877B620081D90F92505D4}, acked B3 5E 5B EB 9A 87 B6 DB 7D F1 F8 14 4A D7 3B! ==[ CoAP Response ]============================================ MID : 35418 Token : 908A06EAE30C026E Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 7 ms Payload: 12 Bytes =============================================================== 08:12:55.967 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.967 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 08:12:55.967 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 08:12:55.967 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 08:12:55.967 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 08:12:55.967 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 08:12:55.967 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 08:12:55.967 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 08:12:55.967 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:12:55.967 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204 08:12:55.968 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204 08:12:55.968 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ... 08:12:55.968 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0 08:12:55.968 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped. 08:12:55.968 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8204 08:12:55.968 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 08:12:55.969 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.969 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.969 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.969 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.970 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.970 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.970 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.970 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.970 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.970 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 08:12:55.970 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.971 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8206, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 08:12:55.971 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.971 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.971 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.972 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.972 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.972 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.972 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 08:12:55.972 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.972 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8207, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.972 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8207 08:12:55.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.973 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8207 for coap 08:12:55.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33] send request 08:12:55.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:12:55.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33] added with generated mid KeyMID[127.0.0.1:8206-9419], CON-POST MID= 9419, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:12:55.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33] added with generated token KeyToken[127.0.0.1:8206-B44F5746286ED69F], CON-POST MID= 9419, Token=B44F5746286ED69F, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:12:55.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8206-9419], KeyToken[127.0.0.1:8206-B44F5746286ED69F]] 08:12:55.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8206 08:12:55.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T71) 127.0.0.1:8,207 ==> :8,206 [CON-POST MID= 9419, Token=B44F5746286ED69F, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED] 08:12:55.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8206) received 41 bytes from 127.0.0.1:8207 08:12:55.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-9419] 08:12:55.976 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.976 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34] replace CON-POST MID= 9419, Token=B44F5746286ED69F, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 9419, Token=B44F5746286ED69F, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:12:55.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34] send response NON-2.05 MID= 9419, Token=null, OptionSet={}, "server responds hi" 08:12:55.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, complete]! 08:12:55.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, complete] completed NON-2.04 MID= 9419, Token=B44F5746286ED69F, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80! 08:12:55.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8207 08:12:55.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T74) 127.0.0.1:8,206 ==> :8,207 [NON-2.04 MID= 9419, Token=B44F5746286ED69F, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80] 08:12:55.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8207) received 42 bytes from 127.0.0.1:8206 08:12:55.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-9419] 08:12:55.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, complete]! 08:12:55.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, complete] for token KeyToken[127.0.0.1:8206-B44F5746286ED69F] 08:12:55.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, complete] for MID KeyMID[127.0.0.1:8206-9419] 08:12:55.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L33, complete] completed CON-POST MID= -1, Token=B44F5746286ED69F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 9419, Token=B44F5746286ED69F, OptionSet={"Object-Security":0x090002}, acked C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED! client received response 08:12:55.979 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.980 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 08:12:55.980 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 08:12:55.980 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 08:12:55.980 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 08:12:55.980 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 08:12:55.980 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 08:12:55.980 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:12:55.980 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:55.980 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 08:12:55.980 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8207 08:12:55.980 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8207 08:12:55.980 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] stopping ... 08:12:55.980 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /0.0.0.0 08:12:55.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] has stopped. 08:12:55.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8207 Start OSCoreAlgorithmsTest 08:12:55.982 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.982 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.982 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.982 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.982 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.983 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.983 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.983 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.983 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.983 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 08:12:55.983 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.983 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8208, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.983 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 08:12:55.984 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.984 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.984 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.984 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.984 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.984 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.984 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.985 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.985 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.985 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 08:12:55.985 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.985 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8209, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.985 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209 08:12:55.985 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8209 for coap 08:12:55.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35] send request 08:12:55.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:12:55.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35] added with generated mid KeyMID[127.0.0.1:8208-17527], CON-POST MID=17527, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:12:55.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35] added with generated token KeyToken[127.0.0.1:8208-4432B74FD7D2CC89], CON-POST MID=17527, Token=4432B74FD7D2CC89, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:12:55.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-17527], KeyToken[127.0.0.1:8208-4432B74FD7D2CC89]] 08:12:55.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8208 08:12:55.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T79) 127.0.0.1:8,209 ==> :8,208 [CON-POST MID=17527, Token=4432B74FD7D2CC89, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50] 08:12:55.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 49 bytes from 127.0.0.1:8209 08:12:55.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-17527] 08:12:55.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:55.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:55.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36] replace CON-POST MID=17527, Token=4432B74FD7D2CC89, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=17527, Token=4432B74FD7D2CC89, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:12:55.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36] send response NON-2.05 MID=17527, Token=null, OptionSet={}, "server responds hi" 08:12:55.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, complete]! 08:12:55.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, complete] completed NON-2.04 MID=17527, Token=4432B74FD7D2CC89, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes! 08:12:55.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8209 08:12:55.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T82) 127.0.0.1:8,208 ==> :8,209 [NON-2.04 MID=17527, Token=4432B74FD7D2CC89, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes] 08:12:55.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8209) received 50 bytes from 127.0.0.1:8208 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-17527] 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, complete]! 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, complete] for token KeyToken[127.0.0.1:8208-4432B74FD7D2CC89] 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, complete] for MID KeyMID[127.0.0.1:8208-17527] 08:12:55.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L35, complete] completed CON-POST MID= -1, Token=4432B74FD7D2CC89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=17527, Token=4432B74FD7D2CC89, OptionSet={"Object-Security":0x090002}, acked 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50! client received response 08:12:55.992 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:55.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 08:12:55.992 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 08:12:55.992 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 08:12:55.992 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 08:12:55.992 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 08:12:55.993 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 08:12:55.993 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:12:55.993 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:55.993 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 08:12:55.993 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209 08:12:55.993 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209 08:12:55.993 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ... 08:12:55.993 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0 08:12:55.993 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped. 08:12:55.993 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209 Start OSCoreAlgorithmsTest 08:12:55.994 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.994 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.994 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.995 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.995 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:55.995 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:55.995 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.995 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.995 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:55.995 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 08:12:55.996 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.996 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8210, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:55.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:55.996 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210 08:12:55.996 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:55.996 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:55.997 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:55.997 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:55.997 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:55.997 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:55.997 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:55.997 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:55.997 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:55.997 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 08:12:55.997 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:55.998 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8211, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:55.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:55.998 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:55.998 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211 08:12:55.998 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap 08:12:55.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37] send request 08:12:55.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:55.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:12:55.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37] added with generated mid KeyMID[127.0.0.1:8210-48586], CON-POST MID=48586, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:12:56.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37] added with generated token KeyToken[127.0.0.1:8210-14384EA63BF14D25], CON-POST MID=48586, Token=14384EA63BF14D25, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:12:56.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-48586], KeyToken[127.0.0.1:8210-14384EA63BF14D25]] 08:12:56.000 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8210 08:12:56.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T87) 127.0.0.1:8,211 ==> :8,210 [CON-POST MID=48586, Token=14384EA63BF14D25, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B] 08:12:56.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8210) received 41 bytes from 127.0.0.1:8211 08:12:56.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-48586] 08:12:56.001 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:56.001 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:56.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:56.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38] replace CON-POST MID=48586, Token=14384EA63BF14D25, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=48586, Token=14384EA63BF14D25, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:12:56.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38] send response NON-2.05 MID=48586, Token=null, OptionSet={}, "server responds hi" 08:12:56.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, complete]! 08:12:56.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, complete] completed NON-2.04 MID=48586, Token=14384EA63BF14D25, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49! 08:12:56.002 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211 08:12:56.003 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T90) 127.0.0.1:8,210 ==> :8,211 [NON-2.04 MID=48586, Token=14384EA63BF14D25, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49] 08:12:56.003 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 42 bytes from 127.0.0.1:8210 08:12:56.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-48586] 08:12:56.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:56.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:56.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:56.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:56.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, complete]! 08:12:56.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, complete] for token KeyToken[127.0.0.1:8210-14384EA63BF14D25] 08:12:56.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, complete] for MID KeyMID[127.0.0.1:8210-48586] 08:12:56.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L37, complete] completed CON-POST MID= -1, Token=14384EA63BF14D25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=48586, Token=14384EA63BF14D25, OptionSet={"Object-Security":0x090002}, acked F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B! client received response 08:12:56.004 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:56.004 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 08:12:56.004 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210 08:12:56.004 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ... 08:12:56.004 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1 08:12:56.005 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped. 08:12:56.005 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210 08:12:56.005 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:12:56.005 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:56.005 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 08:12:56.005 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211 08:12:56.005 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211 08:12:56.005 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ... 08:12:56.005 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0 08:12:56.005 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped. 08:12:56.005 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211 Start OSCoreAlgorithmsTest 08:12:56.006 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:56.006 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:56.006 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:56.006 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:56.006 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:56.007 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:56.007 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:56.007 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:56.007 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:56.007 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 08:12:56.007 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:56.007 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8212, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:56.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:56.007 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:56.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 08:12:56.008 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:56.008 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:56.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:56.008 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:56.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:56.009 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:56.009 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:56.009 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:56.009 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:56.009 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 08:12:56.009 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:56.009 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8213, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:56.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:56.009 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:56.009 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213 08:12:56.009 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8213 for coap 08:12:56.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:56.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39] send request 08:12:56.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:56.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:56.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:12:56.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39] added with generated mid KeyMID[127.0.0.1:8212-18114], CON-POST MID=18114, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:12:56.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39] added with generated token KeyToken[127.0.0.1:8212-603AE43D1120AFAA], CON-POST MID=18114, Token=603AE43D1120AFAA, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:12:56.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-18114], KeyToken[127.0.0.1:8212-603AE43D1120AFAA]] 08:12:56.011 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8212 08:12:56.012 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T95) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=18114, Token=603AE43D1120AFAA, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C] 08:12:56.012 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 49 bytes from 127.0.0.1:8213 08:12:56.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-18114] 08:12:56.012 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:56.012 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:56.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:56.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40] replace CON-POST MID=18114, Token=603AE43D1120AFAA, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=18114, Token=603AE43D1120AFAA, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:12:56.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40] send response NON-2.05 MID=18114, Token=null, OptionSet={}, "server responds hi" 08:12:56.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, complete]! 08:12:56.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, complete] completed NON-2.04 MID=18114, Token=603AE43D1120AFAA, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes! 08:12:56.014 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8213 08:12:56.014 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T98) 127.0.0.1:8,212 ==> :8,213 [NON-2.04 MID=18114, Token=603AE43D1120AFAA, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes] 08:12:56.014 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 50 bytes from 127.0.0.1:8212 08:12:56.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-18114] 08:12:56.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:56.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:56.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:56.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:56.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, complete]! 08:12:56.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, complete] for token KeyToken[127.0.0.1:8212-603AE43D1120AFAA] 08:12:56.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, complete] for MID KeyMID[127.0.0.1:8212-18114] 08:12:56.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, complete] completed CON-POST MID= -1, Token=603AE43D1120AFAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=18114, Token=603AE43D1120AFAA, OptionSet={"Object-Security":0x090002}, acked 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C! client received response 08:12:56.015 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:56.016 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 08:12:56.016 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 08:12:56.016 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 08:12:56.016 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 08:12:56.016 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 08:12:56.016 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 08:12:56.016 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:12:56.016 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:56.017 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 08:12:56.017 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213 08:12:56.017 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213 08:12:56.017 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ... 08:12:56.017 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0 08:12:56.017 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped. 08:12:56.017 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213 Start OSCoreAlgorithmsTest 08:12:56.018 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 08:12:56.018 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OscoreOptionTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 08:12:56.020 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 08:12:56.020 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 08:12:56.021 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 08:12:56.022 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 08:12:56.052 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 08:12:56.052 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 08:12:56.053 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 08:12:56.054 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 08:12:56.055 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.oscore.OSSerializerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:12:57.413 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.424 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 08:12:57.425 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 08:12:57.426 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 08:12:57.439 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 08:12:57.582 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 08:12:57.584 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed! 08:12:57.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length 08:12:57.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 08:12:57.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 08:12:57.596 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported! 08:12:57.597 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0. 08:12:57.597 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7. 08:12:57.649 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.655 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.656 [main] INFO org.eclipse.californium.ban - Started. 08:12:57.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.668 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.680 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:57.683 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:57.685 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.687 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.687 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:57.687 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 08:12:57.687 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.689 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:57.689 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:57.690 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 08:12:57.690 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.690 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.690 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.690 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.691 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:57.692 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:57.692 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.692 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.692 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:57.692 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 08:12:57.692 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.693 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:57.693 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:57.693 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 08:12:57.699 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.41.255 - eth0. 08:12:57.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 08:12:57.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8192]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:12:57.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:12:57.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:12:57.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:12:57.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-25995], CON-POST MID=25995, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:12:57.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated token KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=25995, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:12:57.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-25995], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.726 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8192 08:12:57.727 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=25995, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 08:12:57.728 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 107 bytes from 127.0.0.1:8193 08:12:57.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-25995] 08:12:57.731 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.731 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2] replace CON-POST MID=25995, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID=25995, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:12:57.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 08:12:57.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:12:57.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:12:57.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 08:12:57.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, complete]! 08:12:57.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, complete] completed ACK-2.04 MID=25995, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 08:12:57.739 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 08:12:57.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=25995, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 08:12:57.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 08:12:57.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 08:12:57.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=25995, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:12:57.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-25996], CON-POST MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:12:57.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-25995] 08:12:57.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:12:57.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-25996], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.746 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 08:12:57.746 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 08:12:57.746 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 08:12:57.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-25996] 08:12:57.747 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.747 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3] replace CON-POST MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 08:12:57.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8193] for CON-POST MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:12:57.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R3] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 08:12:57.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, complete]! 08:12:57.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, complete] completed ACK-2.04 MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 08:12:57.749 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 08:12:57.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 08:12:57.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 08:12:57.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 08:12:57.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=25996, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0901}, acked 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:12:57.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-25997], CON-POST MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:12:57.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-25996] 08:12:57.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:12:57.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-25997], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 08:12:57.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 08:12:57.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 08:12:57.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-25997] 08:12:57.755 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.755 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4] replace CON-POST MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 08:12:57.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8193] for CON-POST MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:12:57.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 08:12:57.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, complete]! 08:12:57.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, complete] completed ACK-2.04 MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 08:12:57.758 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 08:12:57.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 08:12:57.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 08:12:57.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 08:12:57.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=25997, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0902}, acked 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:12:57.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-25998], CON-POST MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:12:57.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-25997] 08:12:57.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:12:57.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-25998], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 08:12:57.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 08:12:57.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 08:12:57.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-25998] 08:12:57.763 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.763 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5] replace CON-POST MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 08:12:57.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8193] for CON-POST MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 08:12:57.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/resource, 127.0.0.1:8193]], block1 transfers still in progress: 0 08:12:57.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 08:12:57.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 08:12:57.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R5] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 08:12:57.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, complete]! 08:12:57.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, complete] completed ACK-2.04 MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes! 08:12:57.769 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8193 08:12:57.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes] 08:12:57.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 96 bytes from 127.0.0.1:8192 08:12:57.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 08:12:57.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 08:12:57.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/resource, 127.0.0.1:8192] inbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8192]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 08:12:57.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:12:57.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0903}, acked 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:12:57.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:12:57.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:12:57.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-25999], CON-POST MID=25999, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:12:57.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-25998] 08:12:57.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=25999, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:12:57.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-25999], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.774 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:12:57.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=25999, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B] 08:12:57.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:12:57.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-25999] 08:12:57.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6] replace CON-POST MID=25999, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID=25999, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:12:57.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 08:12:57.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, complete]! 08:12:57.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, complete] completed ACK-2.04 MID=25999, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes! 08:12:57.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:12:57.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=25999, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes] 08:12:57.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:12:57.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:12:57.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=25999, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0904}, acked 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:12:57.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:12:57.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:12:57.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-26000], CON-POST MID=26000, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:12:57.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-25999] 08:12:57.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=26000, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:12:57.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-26000], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:12:57.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E11,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=26000, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F] 08:12:57.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:12:57.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-26000] 08:12:57.784 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.784 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7] replace CON-POST MID=26000, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID=26000, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:12:57.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 08:12:57.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, complete]! 08:12:57.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, complete] completed ACK-2.04 MID=26000, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes! 08:12:57.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:12:57.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=26000, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes] 08:12:57.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:12:57.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:12:57.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=26000, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0905}, acked 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:12:57.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:12:57.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:12:57.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-26001], CON-POST MID=26001, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:12:57.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-26000] 08:12:57.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=26001, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:12:57.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-26001], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.790 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:12:57.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E13,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=26001, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2] 08:12:57.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:12:57.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-26001] 08:12:57.791 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.791 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8] replace CON-POST MID=26001, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID=26001, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:12:57.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 08:12:57.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, complete]! 08:12:57.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, complete] completed ACK-2.04 MID=26001, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes! 08:12:57.793 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:12:57.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=26001, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes] 08:12:57.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:12:57.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:12:57.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=26001, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0906}, acked EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:12:57.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:12:57.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:12:57.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-26002], CON-POST MID=26002, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:12:57.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-26001] 08:12:57.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=26002, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:12:57.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-26002], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.798 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:12:57.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E15,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=26002, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20] 08:12:57.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:12:57.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-26002] 08:12:57.798 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.799 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9] replace CON-POST MID=26002, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID=26002, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:12:57.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 08:12:57.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R9] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 08:12:57.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, complete]! 08:12:57.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R9, complete] completed ACK-2.04 MID=26002, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes! 08:12:57.801 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:12:57.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=26002, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes] 08:12:57.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:12:57.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:12:57.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=26002, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0907}, acked 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:12:57.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:12:57.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:12:57.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-26003], CON-POST MID=26003, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:12:57.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-26002] 08:12:57.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=26003, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:12:57.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-26003], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.805 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:12:57.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E17,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=26003, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82] 08:12:57.806 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:12:57.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-26003] 08:12:57.806 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.806 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10] replace CON-POST MID=26003, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID=26003, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:12:57.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 08:12:57.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, complete]! 08:12:57.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, complete] completed ACK-2.04 MID=26003, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes! 08:12:57.808 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:12:57.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=26003, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes] 08:12:57.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:12:57.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:12:57.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=26003, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0908}, acked D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:12:57.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:12:57.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:12:57.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-26004], CON-POST MID=26004, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:12:57.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-26003] 08:12:57.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=26004, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:12:57.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-26004], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.812 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:12:57.813 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E19,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=26004, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C] 08:12:57.813 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:12:57.813 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-26004] 08:12:57.813 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.813 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.813 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11] replace CON-POST MID=26004, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID=26004, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:12:57.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 08:12:57.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R11] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, complete]! 08:12:57.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R11, complete] completed ACK-2.04 MID=26004, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes! 08:12:57.815 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:12:57.815 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=26004, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes] 08:12:57.816 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:12:57.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:12:57.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=26004, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x0909}, acked B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:12:57.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:12:57.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:12:57.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:12:57.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-26005], CON-POST MID=26005, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:12:57.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-26004] 08:12:57.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-CCAB28A778282AE2], CON-POST MID=26005, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:12:57.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-26005], KeyToken[127.0.0.1:8192-CCAB28A778282AE2]] 08:12:57.819 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:12:57.820 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E21,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=26005, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42] 08:12:57.820 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:12:57.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-26005] 08:12:57.820 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.820 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12] replace CON-POST MID=26005, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID=26005, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:12:57.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 08:12:57.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, complete]! 08:12:57.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, complete] completed ACK-2.04 MID=26005, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes! 08:12:57.823 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:12:57.823 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=26005, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes] 08:12:57.823 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:12:57.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:12:57.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/resource, 127.0.0.1:8192]], block2 transfers still in progress: 0 08:12:57.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=25998, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 08:12:57.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=26005, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x090A}, acked 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 by CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, complete]! 08:12:57.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for token KeyToken[127.0.0.1:8192-CCAB28A778282AE2] 08:12:57.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for MID KeyMID[127.0.0.1:8192-26005] 08:12:57.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, complete] completed CON-POST MID= -1, Token=CCAB28A778282AE2, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 08:12:57.826 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:57.826 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:57.827 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 08:12:57.827 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 08:12:57.827 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 08:12:57.827 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 08:12:57.827 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 08:12:57.827 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 08:12:57.827 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:57.827 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 08:12:57.828 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 08:12:57.828 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 08:12:57.828 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 08:12:57.828 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 08:12:57.828 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 08:12:57.828 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 08:12:57.830 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 08:12:57.832 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.832 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.832 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.832 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.833 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:57.852 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:57.852 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.852 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.852 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:57.852 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 08:12:57.852 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.852 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:57.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:57.853 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 08:12:57.853 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.853 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.853 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.853 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.853 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:57.854 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:57.854 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.854 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.854 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:57.854 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 08:12:57.854 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:57.854 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:57.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 08:12:57.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:57.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:12:57.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:57.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:57.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:57.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8194-31345], CON-POST MID=31345, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:57.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated token KeyToken[127.0.0.1:8194-D8B7FF362E28BA53], CON-POST MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:57.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-31345], KeyToken[127.0.0.1:8194-D8B7FF362E28BA53]] 08:12:57.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8194 08:12:57.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:57.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 34 bytes from 127.0.0.1:8195 08:12:57.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-31345] 08:12:57.860 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.860 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14] replace CON-POST MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:57.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 08:12:57.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8195]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:12:57.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 08:12:57.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, complete]! 08:12:57.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, complete] completed ACK-2.04 MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes! 08:12:57.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8195 08:12:57.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T24) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes] 08:12:57.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 94 bytes from 127.0.0.1:8194 08:12:57.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/resource, 127.0.0.1:8194] inbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8194]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 08:12:57.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:12:57.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-POST MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:12:57.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:12:57.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:12:57.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:57.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:12:57.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8194-31346], CON-POST MID=31346, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:12:57.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13] for MID KeyMID[127.0.0.1:8194-31345] 08:12:57.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] keep for KeyToken[127.0.0.1:8194-D8B7FF362E28BA53], CON-POST MID=31346, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:12:57.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-31346], KeyToken[127.0.0.1:8194-D8B7FF362E28BA53]] 08:12:57.867 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 08:12:57.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=31346, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13] 08:12:57.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 08:12:57.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-31346] 08:12:57.867 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.867 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15] replace CON-POST MID=31346, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=31346, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:12:57.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8195]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 08:12:57.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R15] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, complete]! 08:12:57.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R15, complete] completed ACK-2.04 MID=31346, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes! 08:12:57.869 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 08:12:57.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T24) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=31346, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes] 08:12:57.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 08:12:57.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:12:57.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-POST MID=31346, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0901}, acked 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 by CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:12:57.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:12:57.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:12:57.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:57.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:12:57.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8194-31347], CON-POST MID=31347, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:12:57.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13] for MID KeyMID[127.0.0.1:8194-31346] 08:12:57.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] keep for KeyToken[127.0.0.1:8194-D8B7FF362E28BA53], CON-POST MID=31347, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:12:57.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-31347], KeyToken[127.0.0.1:8194-D8B7FF362E28BA53]] 08:12:57.873 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 08:12:57.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=31347, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2] 08:12:57.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 08:12:57.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-31347] 08:12:57.874 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.874 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16] replace CON-POST MID=31347, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=31347, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:12:57.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8195]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 08:12:57.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, complete]! 08:12:57.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, complete] completed ACK-2.04 MID=31347, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes! 08:12:57.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 08:12:57.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T24) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=31347, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes] 08:12:57.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 08:12:57.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:12:57.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-POST MID=31347, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0902}, acked 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 by CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:12:57.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:12:57.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:12:57.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:57.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:12:57.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8194-31348], CON-POST MID=31348, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:12:57.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13] for MID KeyMID[127.0.0.1:8194-31347] 08:12:57.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] keep for KeyToken[127.0.0.1:8194-D8B7FF362E28BA53], CON-POST MID=31348, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:12:57.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-31348], KeyToken[127.0.0.1:8194-D8B7FF362E28BA53]] 08:12:57.880 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 08:12:57.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=31348, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9] 08:12:57.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 08:12:57.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-31348] 08:12:57.881 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.881 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17] replace CON-POST MID=31348, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=31348, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:12:57.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8195]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 08:12:57.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R17] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, complete]! 08:12:57.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R17, complete] completed ACK-2.04 MID=31348, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes! 08:12:57.883 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 08:12:57.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T24) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=31348, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes] 08:12:57.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 08:12:57.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:12:57.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/resource, 127.0.0.1:8194]], block2 transfers still in progress: 0 08:12:57.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=31345, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 08:12:57.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-POST MID=31348, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x0903}, acked 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 by CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:57.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, complete]! 08:12:57.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, complete] for token KeyToken[127.0.0.1:8194-D8B7FF362E28BA53] 08:12:57.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, complete] for MID KeyMID[127.0.0.1:8194-31348] 08:12:57.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, complete] completed CON-GET MID= -1, Token=D8B7FF362E28BA53, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 08:12:57.885 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:57.886 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:57.886 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 08:12:57.886 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 08:12:57.886 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 08:12:57.886 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 08:12:57.886 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 08:12:57.886 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 08:12:57.886 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:57.886 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 08:12:57.887 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 08:12:57.887 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 08:12:57.887 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 08:12:57.887 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 08:12:57.887 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 08:12:57.887 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 08:12:57.888 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 08:12:57.889 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.889 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.889 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.889 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.889 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:57.890 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:57.890 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.890 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.890 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:57.890 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 08:12:57.890 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.890 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8196, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.890 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:57.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:57.890 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196 08:12:57.891 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.891 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.891 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.891 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.891 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:57.891 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:57.891 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.891 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.892 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:57.892 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 08:12:57.892 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.892 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8197, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:57.892 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:57.892 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8197 08:12:57.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 08:12:57.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8196]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:12:57.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:12:57.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] send request 08:12:57.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:12:57.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:12:57.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated mid KeyMID[127.0.0.1:8196-6807], CON-POST MID= 6807, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:12:57.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated token KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1], CON-POST MID= 6807, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:12:57.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-6807], KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1]] 08:12:57.897 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8196 08:12:57.897 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID= 6807, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 08:12:57.897 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 107 bytes from 127.0.0.1:8197 08:12:57.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-6807] 08:12:57.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19] replace CON-POST MID= 6807, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-PUT MID= 6807, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:12:57.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 08:12:57.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8197]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:12:57.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:12:57.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R19] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 08:12:57.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, complete]! 08:12:57.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R19, complete] completed ACK-2.04 MID= 6807, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 08:12:57.900 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 08:12:57.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T32) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID= 6807, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 08:12:57.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 08:12:57.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 08:12:57.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-POST MID= 6807, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0900}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] send request 08:12:57.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] prepare retransmission for CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:12:57.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated mid KeyMID[127.0.0.1:8196-6808], CON-POST MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:12:57.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18] for MID KeyMID[127.0.0.1:8196-6807] 08:12:57.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] keep for KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1], CON-POST MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:12:57.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-6808], KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1]] 08:12:57.904 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 08:12:57.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 08:12:57.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 08:12:57.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-6808] 08:12:57.905 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.905 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20] replace CON-POST MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-PUT MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 08:12:57.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8197] for CON-PUT MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:12:57.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:12:57.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 08:12:57.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, complete]! 08:12:57.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, complete] completed ACK-2.04 MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 08:12:57.907 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 08:12:57.908 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T32) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 08:12:57.908 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 08:12:57.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 08:12:57.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-POST MID= 6808, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0901}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] send request 08:12:57.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] prepare retransmission for CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:12:57.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated mid KeyMID[127.0.0.1:8196-6809], CON-POST MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:12:57.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18] for MID KeyMID[127.0.0.1:8196-6808] 08:12:57.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] keep for KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1], CON-POST MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:12:57.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-6809], KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1]] 08:12:57.911 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 08:12:57.912 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 08:12:57.912 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 08:12:57.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-6809] 08:12:57.912 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.912 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21] replace CON-POST MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-PUT MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 08:12:57.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8197] for CON-PUT MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:12:57.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:12:57.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R21] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 08:12:57.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, complete]! 08:12:57.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R21, complete] completed ACK-2.04 MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 08:12:57.914 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 08:12:57.915 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T32) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 08:12:57.915 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 08:12:57.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 08:12:57.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-POST MID= 6809, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0902}, acked 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] send request 08:12:57.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] prepare retransmission for CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:12:57.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:12:57.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated mid KeyMID[127.0.0.1:8196-6810], CON-POST MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:12:57.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18] for MID KeyMID[127.0.0.1:8196-6809] 08:12:57.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] keep for KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1], CON-POST MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:12:57.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-6810], KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1]] 08:12:57.919 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 08:12:57.919 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 08:12:57.919 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 08:12:57.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-6810] 08:12:57.919 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.919 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22] replace CON-POST MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-PUT MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 08:12:57.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8197] for CON-PUT MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:12:57.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 08:12:57.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/resource, 127.0.0.1:8197]], block1 transfers still in progress: 0 08:12:57.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 08:12:57.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, complete]! 08:12:57.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, complete] completed ACK-2.04 MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 08:12:57.922 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 08:12:57.923 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T32) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 08:12:57.923 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 08:12:57.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 08:12:57.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, complete]! 08:12:57.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, complete] for token KeyToken[127.0.0.1:8196-B0BA4B7253F16EA1] 08:12:57.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, complete] for MID KeyMID[127.0.0.1:8196-6810] 08:12:57.924 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L18, complete] completed CON-PUT MID= -1, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID= 6810, Token=B0BA4B7253F16EA1, OptionSet={"Object-Security":0x0903}, acked 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes! 08:12:57.924 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:57.924 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:57.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 08:12:57.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196 08:12:57.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ... 08:12:57.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1 08:12:57.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped. 08:12:57.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196 08:12:57.953 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:57.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8197 08:12:57.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8197 08:12:57.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] stopping ... 08:12:57.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /0.0.0.0 08:12:57.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] has stopped. 08:12:57.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8197 08:12:57.954 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 08:12:57.954 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 08:12:57.955 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.956 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.956 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:57.956 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:57.956 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.957 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.957 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:57.957 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 08:12:57.957 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.957 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8198, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:57.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:57.957 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198 08:12:57.957 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.957 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.958 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.958 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.958 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:57.958 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:57.958 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.958 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:57.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 08:12:57.959 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.959 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8199, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:57.959 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:57.959 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8199 08:12:57.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 08:12:57.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23] send request 08:12:57.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 08:12:57.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, complete]! 08:12:57.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L23, complete] request [MID=-1, null] 08:12:57.966 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:57.966 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:57.966 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 08:12:57.966 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198 08:12:57.966 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ... 08:12:57.966 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1 08:12:57.966 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped. 08:12:57.966 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198 08:12:57.966 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:57.967 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8199 08:12:57.967 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8199 08:12:57.967 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] stopping ... 08:12:57.967 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /0.0.0.0 08:12:57.967 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] has stopped. 08:12:57.967 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8199 08:12:57.969 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 08:12:57.970 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:12:57.970 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 08:12:57.972 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.972 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.972 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.972 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.973 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:57.973 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:57.973 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.973 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.973 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:57.973 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 08:12:57.974 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.974 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8200, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:57.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:57.974 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200 08:12:57.975 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.975 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.975 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.976 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:57.976 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:57.976 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.976 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.976 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:57.976 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 08:12:57.976 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.976 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8201, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:57.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:57.977 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8201 08:12:57.977 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8201 for coap client sent request 08:12:57.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:12:57.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L24] send request 08:12:57.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L24] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:12:57.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:12:57.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:12:57.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L24] added with generated mid KeyMID[127.0.0.1:8200-4961], CON-POST MID= 4961, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:12:57.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L24] added with generated token KeyToken[127.0.0.1:8200-A400885830415857], CON-POST MID= 4961, Token=A400885830415857, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:12:57.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-4961], KeyToken[127.0.0.1:8200-A400885830415857]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:12:57.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8200 08:12:57.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID= 4961, Token=A400885830415857, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 08:12:57.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 29 bytes from 127.0.0.1:8201 08:12:57.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-4961] 08:12:57.980 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.980 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25] replace CON-POST MID= 4961, Token=A400885830415857, OptionSet={"Object-Security":0x77665544}, by CON-GET MID= 4961, Token=A400885830415857, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:12:57.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R25] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:12:57.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, complete]! 08:12:57.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R25, complete] completed ACK-2.04 MID= 4961, Token=A400885830415857, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:12:57.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 08:12:57.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID= 4961, Token=A400885830415857, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 08:12:57.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 08:12:57.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24, complete]! 08:12:57.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L24, complete] for token KeyToken[127.0.0.1:8200-A400885830415857] 08:12:57.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L24, complete] for MID KeyMID[127.0.0.1:8200-4961] 08:12:57.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L24, complete] completed CON-GET MID= -1, Token=A400885830415857, OptionSet={"Object-Security":0x}, -/- CON-POST MID= 4961, Token=A400885830415857, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 08:12:57.983 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:57.984 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200 08:12:57.984 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200 08:12:57.984 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ... 08:12:57.984 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1 08:12:57.984 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped. 08:12:57.984 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200 08:12:57.984 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 08:12:57.985 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:57.985 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:57.985 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:57.985 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:57.985 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:57.986 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:57.986 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:57.986 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:57.986 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:57.986 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 08:12:57.986 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:57.986 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8202, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:57.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:57.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:57.986 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8202 client sent request Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext 08:12:57.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:12:57.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L26] send request 08:12:57.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L26] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:12:57.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:12:57.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:12:57.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L26] added with generated mid KeyMID[127.0.0.1:8202-18000], CON-POST MID=18000, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:12:57.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L26] added with generated token KeyToken[127.0.0.1:8202-70A6C8B531BD3EDD], CON-POST MID=18000, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:12:57.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-18000], KeyToken[127.0.0.1:8202-70A6C8B531BD3EDD]] 08:12:57.989 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8202 08:12:57.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E41,T53) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=18000, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 08:12:57.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 29 bytes from 127.0.0.1:8201 08:12:57.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-18000] 08:12:57.990 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.990 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27] replace CON-POST MID=18000, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=18000, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:12:57.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R27] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:12:57.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, complete]! 08:12:57.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R27, complete] completed ACK-2.04 MID=18000, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:12:57.991 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 08:12:57.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E42,T48) 127.0.0.1:8,202 ==> :8,201 [ACK-2.04 MID=18000, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 08:12:57.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8202 08:12:57.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26, complete]! 08:12:57.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L26, complete] for token KeyToken[127.0.0.1:8202-70A6C8B531BD3EDD] 08:12:57.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L26, complete] for MID KeyMID[127.0.0.1:8202-18000] 08:12:57.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L26, complete] completed CON-GET MID= -1, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, -/- CON-POST MID=18000, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response Client: Response source context type: class org.eclipse.californium.elements.MapBasedEndpointContext client sent second request 08:12:57.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, 08:12:57.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L28] send request 08:12:57.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L28] prepare retransmission for CON-GET MID= -1, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, 08:12:57.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, 08:12:57.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28] replace CON-GET MID= -1, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:12:57.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L28] added with generated mid KeyMID[127.0.0.1:8202-18001], CON-POST MID=18001, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:12:57.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L28] added with token KeyToken[127.0.0.1:8202-70A6C8B531BD3EDD], CON-POST MID=18001, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:12:57.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-18001], KeyToken[127.0.0.1:8202-70A6C8B531BD3EDD]] 08:12:57.995 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8202 08:12:57.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E43,T53) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=18001, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 08:12:57.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 29 bytes from 127.0.0.1:8201 08:12:57.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-18001] 08:12:57.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:57.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:57.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29] replace CON-POST MID=18001, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=18001, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:12:57.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R29] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:12:57.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, complete]! 08:12:57.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R29, complete] completed ACK-2.04 MID=18001, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:12:57.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 08:12:57.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E44,T48) 127.0.0.1:8,202 ==> :8,201 [ACK-2.04 MID=18001, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50] 08:12:57.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8202 08:12:57.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:57.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:57.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:57.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:57.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28, complete]! 08:12:57.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L28, complete] for token KeyToken[127.0.0.1:8202-70A6C8B531BD3EDD] 08:12:57.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L28, complete] for MID KeyMID[127.0.0.1:8202-18001] 08:12:57.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L28, complete] completed CON-GET MID= -1, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x}, -/- CON-POST MID=18001, Token=70A6C8B531BD3EDD, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 08:12:57.999 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.061 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8202 08:12:58.061 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8202 08:12:58.061 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] stopping ... 08:12:58.061 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /127.0.0.1 08:12:58.061 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] has stopped. 08:12:58.061 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8202 08:12:58.062 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 08:12:58.062 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:12:58.062 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8201 08:12:58.062 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8201 08:12:58.062 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] stopping ... 08:12:58.062 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /0.0.0.0 08:12:58.063 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] has stopped. 08:12:58.063 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8201 08:12:58.064 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest 08:12:58.065 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 08:12:58.066 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.066 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.066 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.067 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.067 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.067 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 08:12:58.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.068 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8203, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.068 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 08:12:58.069 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.070 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.070 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.070 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.071 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.071 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.071 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.071 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.071 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.071 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 08:12:58.071 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.072 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8204, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.072 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204 08:12:58.072 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.073 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.073 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.073 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.073 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.073 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.073 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.073 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.073 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.073 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 08:12:58.074 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.074 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8205, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8205 08:12:58.074 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8205 08:12:58.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8203/resource"}, 08:12:58.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30] send request 08:12:58.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8203/resource"}, 08:12:58.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8203/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30] added with generated mid KeyMID[127.0.0.1:8204-38147], NON-POST MID=38147, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30] added with generated token KeyToken[127.0.0.1:8204-E49B4422E607AD3B], NON-POST MID=38147, Token=E49B4422E607AD3B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-38147], KeyToken[127.0.0.1:8204-E49B4422E607AD3B]] 08:12:58.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8204 08:12:58.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E45,T63) 127.0.0.1:8,205 ==> :8,204 [NON-POST MID=38147, Token=E49B4422E607AD3B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:58.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 58 bytes from 127.0.0.1:8205 08:12:58.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38147] 08:12:58.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.078 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.078 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.078 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.078 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.079 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 08:12:58.079 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.079 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8206, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.079 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.079 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8206 08:12:58.079 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8206 08:12:58.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L32] send request 08:12:58.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L32] added with generated mid KeyMID[127.0.0.1:8203-25866], NON-POST MID=25866, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L32] added with generated token KeyToken[127.0.0.1:8203-6455C47A99E0BEE5], NON-POST MID=25866, Token=6455C47A99E0BEE5, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-25866], KeyToken[127.0.0.1:8203-6455C47A99E0BEE5]] 08:12:58.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8203 08:12:58.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E46,T58) 127.0.0.1:8,206 ==> :8,203 [NON-POST MID=25866, Token=6455C47A99E0BEE5, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:58.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 34 bytes from 127.0.0.1:8206 08:12:58.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-25866] 08:12:58.081 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.081 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33] replace NON-POST MID=25866, Token=6455C47A99E0BEE5, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=25866, Token=6455C47A99E0BEE5, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:58.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R33] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:12:58.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, complete]! 08:12:58.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R33, complete] completed NON-2.04 MID=33762, Token=6455C47A99E0BEE5, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:12:58.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8206 08:12:58.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E47,T69) 127.0.0.1:8,203 ==> :8,206 [NON-2.04 MID=33762, Token=6455C47A99E0BEE5, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:12:58.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8206) received 152 bytes from 127.0.0.1:8203 08:12:58.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8203-33762] 08:12:58.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L32, complete]! 08:12:58.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L32, complete] for token KeyToken[127.0.0.1:8203-6455C47A99E0BEE5] 08:12:58.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L32, complete] for MID KeyMID[127.0.0.1:8203-25866] 08:12:58.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L32, complete] completed NON-POST MID=25866, Token=6455C47A99E0BEE5, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:12:58.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [138/32] requires blockwise transfer 08:12:58.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8205]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1 08:12:58.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R31] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:12:58.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, complete]! 08:12:58.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R31, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes -/- NON-2.04 MID=40097, Token=E49B4422E607AD3B, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:12:58.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8205 08:12:58.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E48,T66) 127.0.0.1:8,204 ==> :8,205 [NON-2.04 MID=40097, Token=E49B4422E607AD3B, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:12:58.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8205) received 51 bytes from 127.0.0.1:8204 08:12:58.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-40097] 08:12:58.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requested resource body [138 bytes] exceeds max buffer size [64 bytes], aborting request 08:12:58.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, complete]! 08:12:58.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, complete] for token KeyToken[127.0.0.1:8204-E49B4422E607AD3B] 08:12:58.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, complete] for MID KeyMID[127.0.0.1:8204-38147] 08:12:58.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L30, complete] completed NON-GET MID= -1, Token=E49B4422E607AD3B, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8203/resource"}, -/- NON-POST MID=38147, Token=E49B4422E607AD3B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:12:58.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L30, complete] request [MID=38147, Token=E49B4422E607AD3B] 08:12:58.087 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.087 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.087 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 08:12:58.087 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 08:12:58.088 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 08:12:58.088 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 08:12:58.088 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 08:12:58.088 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 08:12:58.088 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.088 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.088 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.088 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204 08:12:58.088 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204 08:12:58.088 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ... 08:12:58.088 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1 08:12:58.088 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped. 08:12:58.088 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204 08:12:58.088 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.088 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.089 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8205 08:12:58.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8205 08:12:58.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8205] stopping ... 08:12:58.089 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /0.0.0.0 08:12:58.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8205] has stopped. 08:12:58.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8205 08:12:58.089 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.089 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8206 08:12:58.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8206 08:12:58.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8206] stopping ... 08:12:58.089 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /0.0.0.0 08:12:58.089 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8206] has stopped. 08:12:58.089 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8206 08:12:58.090 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 08:12:58.090 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 08:12:58.091 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.091 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.091 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.091 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.092 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.092 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 08:12:58.092 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.092 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8207, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.092 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207 08:12:58.092 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.092 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.093 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.093 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.093 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.093 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.093 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.093 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.093 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 08:12:58.093 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.093 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8208, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.094 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 08:12:58.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.094 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.094 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.094 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.152 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.152 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.152 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.152 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.152 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.153 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.153 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 08:12:58.153 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.153 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8209, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.153 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209 08:12:58.153 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8209 08:12:58.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L34] send request 08:12:58.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34] replace NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34] added with generated mid KeyMID[127.0.0.1:8208-23562], NON-POST MID=23562, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34] added with generated token KeyToken[127.0.0.1:8208-3C7185E0773D59A3], NON-POST MID=23562, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-23562], KeyToken[127.0.0.1:8208-3C7185E0773D59A3]] 08:12:58.156 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8208 08:12:58.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E49,T79) 127.0.0.1:8,209 ==> :8,208 [NON-POST MID=23562, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:12:58.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 189 bytes from 127.0.0.1:8209 08:12:58.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-23562] 08:12:58.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.157 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.157 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.157 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.157 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.158 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 08:12:58.158 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.158 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8210, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.158 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8210 08:12:58.158 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8210 08:12:58.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:12:58.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8207]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:12:58.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L36] send request 08:12:58.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L36] added with generated mid KeyMID[127.0.0.1:8207-49419], NON-POST MID=49419, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L36] added with generated token KeyToken[127.0.0.1:8207-64B5817DB74A9EDC], NON-POST MID=49419, Token=64B5817DB74A9EDC, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-49419], KeyToken[127.0.0.1:8207-64B5817DB74A9EDC]] 08:12:58.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8207 08:12:58.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E50,T74) 127.0.0.1:8,210 ==> :8,207 [NON-POST MID=49419, Token=64B5817DB74A9EDC, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:12:58.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 54 bytes from 127.0.0.1:8210 08:12:58.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-49419] 08:12:58.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R37] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:12:58.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, complete]! 08:12:58.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R37, complete] completed NON-4.13 MID= 8668, Token=64B5817DB74A9EDC, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:12:58.162 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8210 08:12:58.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E51,T85) 127.0.0.1:8,207 ==> :8,210 [NON-4.13 MID= 8668, Token=64B5817DB74A9EDC, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:12:58.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 45 bytes from 127.0.0.1:8207 08:12:58.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-8668] 08:12:58.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 8668, Token=64B5817DB74A9EDC, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:12:58.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8207]], block1 transfers still in progress: 0 08:12:58.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36, complete]! 08:12:58.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L36, complete] for token KeyToken[127.0.0.1:8207-64B5817DB74A9EDC] 08:12:58.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L36, complete] for MID KeyMID[127.0.0.1:8207-49419] 08:12:58.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L36, complete] completed NON-POST MID=49419, Token=64B5817DB74A9EDC, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- NON-POST MID=49419, Token=64B5817DB74A9EDC, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9! 08:12:58.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R35] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:12:58.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, complete]! 08:12:58.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R35, complete] completed NON-4.13 MID= 6413, Token=3C7185E0773D59A3, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:12:58.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8209 08:12:58.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E52,T82) 127.0.0.1:8,208 ==> :8,209 [NON-4.13 MID= 6413, Token=3C7185E0773D59A3, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:12:58.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8209) received 45 bytes from 127.0.0.1:8208 08:12:58.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-6413] 08:12:58.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:12:58.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 6413, Token=3C7185E0773D59A3, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:12:58.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8208]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 08:12:58.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34] replace NON-POST MID=23562, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT MID= -1, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8207/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 08:12:58.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L34] send request 08:12:58.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-PUT MID= -1, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34] replace NON-PUT MID= -1, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8207/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:12:58.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34] added with generated mid KeyMID[127.0.0.1:8208-23563], NON-POST MID=23563, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:12:58.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34] for MID KeyMID[127.0.0.1:8208-23562] 08:12:58.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34] keep for KeyToken[127.0.0.1:8208-3C7185E0773D59A3], NON-POST MID=23563, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:12:58.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-23563], KeyToken[127.0.0.1:8208-3C7185E0773D59A3]] 08:12:58.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8208 08:12:58.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E53,T79) 127.0.0.1:8,209 ==> :8,208 [NON-POST MID=23563, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes] 08:12:58.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 130 bytes from 127.0.0.1:8209 08:12:58.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-23563] 08:12:58.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.169 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.170 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.170 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.170 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.170 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 08:12:58.170 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.171 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8211, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.171 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211 08:12:58.171 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8211 08:12:58.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer 08:12:58.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8207]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 08:12:58.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:12:58.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39] send request 08:12:58.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39] added with generated mid KeyMID[127.0.0.1:8207-55787], NON-POST MID=55787, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:12:58.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39] added with generated token KeyToken[127.0.0.1:8207-B08BFC1A0BCA8F6E], NON-POST MID=55787, Token=B08BFC1A0BCA8F6E, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:12:58.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-55787], KeyToken[127.0.0.1:8207-B08BFC1A0BCA8F6E]] 08:12:58.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8207 08:12:58.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E54,T74) 127.0.0.1:8,211 ==> :8,207 [NON-POST MID=55787, Token=B08BFC1A0BCA8F6E, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B] 08:12:58.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 54 bytes from 127.0.0.1:8211 08:12:58.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-55787] 08:12:58.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:12:58.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, complete]! 08:12:58.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, complete] completed NON-4.13 MID=63939, Token=B08BFC1A0BCA8F6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:12:58.174 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8211 08:12:58.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E55,T88) 127.0.0.1:8,207 ==> :8,211 [NON-4.13 MID=63939, Token=B08BFC1A0BCA8F6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:12:58.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 45 bytes from 127.0.0.1:8207 08:12:58.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-63939] 08:12:58.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=63939, Token=B08BFC1A0BCA8F6E, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:12:58.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8207]], block1 transfers still in progress: 0 08:12:58.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, complete]! 08:12:58.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, complete] for token KeyToken[127.0.0.1:8207-B08BFC1A0BCA8F6E] 08:12:58.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, complete] for MID KeyMID[127.0.0.1:8207-55787] 08:12:58.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, complete] completed NON-POST MID=55787, Token=B08BFC1A0BCA8F6E, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes -/- NON-POST MID=55787, Token=B08BFC1A0BCA8F6E, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B! 08:12:58.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:12:58.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, complete]! 08:12:58.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, complete] completed NON-4.13 MID= 6414, Token=3C7185E0773D59A3, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:12:58.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8209 08:12:58.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E56,T82) 127.0.0.1:8,208 ==> :8,209 [NON-4.13 MID= 6414, Token=3C7185E0773D59A3, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:12:58.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8209) received 45 bytes from 127.0.0.1:8208 08:12:58.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-6414] 08:12:58.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:12:58.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 6414, Token=3C7185E0773D59A3, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:12:58.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8208]], block1 transfers still in progress: 0 08:12:58.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34, complete]! 08:12:58.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34, complete] for token KeyToken[127.0.0.1:8208-3C7185E0773D59A3] 08:12:58.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34, complete] for MID KeyMID[127.0.0.1:8208-23563] 08:12:58.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L34, complete] completed NON-PUT MID= -1, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID=23563, Token=3C7185E0773D59A3, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes! ==[ CoAP Response ]============================================ MID : -1 Token : 3C7185E0773D59A3 Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 24 ms Payload: 29 Bytes =============================================================== 08:12:58.179 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.179 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207 08:12:58.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207 08:12:58.180 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ... 08:12:58.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1 08:12:58.180 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped. 08:12:58.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207 08:12:58.180 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.180 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.180 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.181 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 08:12:58.181 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 08:12:58.181 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 08:12:58.181 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 08:12:58.181 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 08:12:58.181 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 08:12:58.181 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.181 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.181 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209 08:12:58.181 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209 08:12:58.181 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ... 08:12:58.181 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0 08:12:58.181 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped. 08:12:58.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209 08:12:58.182 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.182 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8210 08:12:58.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8210 08:12:58.182 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] stopping ... 08:12:58.182 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /0.0.0.0 08:12:58.182 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] has stopped. 08:12:58.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8210 08:12:58.182 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.182 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211 08:12:58.183 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211 08:12:58.183 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ... 08:12:58.183 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0 08:12:58.183 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped. 08:12:58.183 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211 08:12:58.183 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 08:12:58.184 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 08:12:58.184 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.184 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.185 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.185 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.185 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.185 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.185 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.186 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.186 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 08:12:58.186 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.186 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8212, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.186 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 08:12:58.186 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.186 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.186 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.186 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.187 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.187 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.187 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.187 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.187 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.187 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 08:12:58.187 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.187 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8213, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213 08:12:58.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.188 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.188 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.188 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.188 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.189 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.189 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.189 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.189 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.189 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214 08:12:58.189 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.189 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8214, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.189 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8214 08:12:58.189 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8214 08:12:58.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L41] send request 08:12:58.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L41] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L41] added with generated mid KeyMID[127.0.0.1:8213-54393], CON-POST MID=54393, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L41] added with generated token KeyToken[127.0.0.1:8213-28BEE1BB8F8410C3], CON-POST MID=54393, Token=28BEE1BB8F8410C3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-54393], KeyToken[127.0.0.1:8213-28BEE1BB8F8410C3]] 08:12:58.192 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8213 08:12:58.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E57,T98) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID=54393, Token=28BEE1BB8F8410C3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:12:58.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 189 bytes from 127.0.0.1:8214 08:12:58.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-54393] 08:12:58.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.193 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.193 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.193 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.193 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.194 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215 08:12:58.194 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.194 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8215, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.194 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.195 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8215 08:12:58.195 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8215 08:12:58.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:12:58.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8212]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:12:58.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:12:58.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-52289], CON-POST MID=52289, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated token KeyToken[127.0.0.1:8212-A05A0F13C730EF1F], CON-POST MID=52289, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-52289], KeyToken[127.0.0.1:8212-A05A0F13C730EF1F]] 08:12:58.197 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8212 08:12:58.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E58,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=52289, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:12:58.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 54 bytes from 127.0.0.1:8215 08:12:58.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-52289] 08:12:58.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 08:12:58.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8215]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:12:58.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:12:58.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R44] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 08:12:58.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R44, complete]! 08:12:58.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R44, complete] completed ACK-2.31 MID=52289, Token=A05A0F13C730EF1F, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 08:12:58.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8215 08:12:58.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E59,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.31 MID=52289, Token=A05A0F13C730EF1F, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 08:12:58.199 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 15 bytes from 127.0.0.1:8212 08:12:58.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 08:12:58.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID=52289, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:12:58.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-52290], CON-POST MID=52290, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43] for MID KeyMID[127.0.0.1:8212-52289] 08:12:58.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] keep for KeyToken[127.0.0.1:8212-A05A0F13C730EF1F], CON-POST MID=52290, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-52290], KeyToken[127.0.0.1:8212-A05A0F13C730EF1F]] 08:12:58.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8212 08:12:58.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E60,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=52290, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 08:12:58.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 51 bytes from 127.0.0.1:8215 08:12:58.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-52290] 08:12:58.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 08:12:58.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8215] for CON-POST MID=52290, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:12:58.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R45] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 08:12:58.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, complete]! 08:12:58.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R45, complete] completed ACK-2.31 MID=52290, Token=A05A0F13C730EF1F, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 08:12:58.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8215 08:12:58.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E61,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.31 MID=52290, Token=A05A0F13C730EF1F, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 08:12:58.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 15 bytes from 127.0.0.1:8212 08:12:58.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 08:12:58.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID=52290, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:12:58.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-52291], CON-POST MID=52291, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43] for MID KeyMID[127.0.0.1:8212-52290] 08:12:58.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] keep for KeyToken[127.0.0.1:8212-A05A0F13C730EF1F], CON-POST MID=52291, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-52291], KeyToken[127.0.0.1:8212-A05A0F13C730EF1F]] 08:12:58.258 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8212 08:12:58.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E62,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=52291, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 08:12:58.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 51 bytes from 127.0.0.1:8215 08:12:58.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-52291] 08:12:58.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 08:12:58.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8215] for CON-POST MID=52291, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:12:58.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R46] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 08:12:58.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R46, complete]! 08:12:58.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R46, complete] completed ACK-2.31 MID=52291, Token=A05A0F13C730EF1F, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 08:12:58.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8215 08:12:58.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E63,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.31 MID=52291, Token=A05A0F13C730EF1F, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 08:12:58.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 15 bytes from 127.0.0.1:8212 08:12:58.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 08:12:58.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID=52291, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:12:58.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-52292], CON-POST MID=52292, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43] for MID KeyMID[127.0.0.1:8212-52291] 08:12:58.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] keep for KeyToken[127.0.0.1:8212-A05A0F13C730EF1F], CON-POST MID=52292, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-52292], KeyToken[127.0.0.1:8212-A05A0F13C730EF1F]] 08:12:58.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8212 08:12:58.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E64,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=52292, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 08:12:58.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 51 bytes from 127.0.0.1:8215 08:12:58.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-52292] 08:12:58.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 08:12:58.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8215] for CON-POST MID=52292, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 08:12:58.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R47] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 08:12:58.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, complete]! 08:12:58.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R47, complete] completed ACK-2.31 MID=52292, Token=A05A0F13C730EF1F, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 08:12:58.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8215 08:12:58.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E65,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.31 MID=52292, Token=A05A0F13C730EF1F, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 08:12:58.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 15 bytes from 127.0.0.1:8212 08:12:58.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 08:12:58.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:12:58.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID=52292, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:12:58.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:12:58.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:12:58.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-52293], CON-POST MID=52293, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:12:58.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43] for MID KeyMID[127.0.0.1:8212-52292] 08:12:58.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] keep for KeyToken[127.0.0.1:8212-A05A0F13C730EF1F], CON-POST MID=52293, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:12:58.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-52293], KeyToken[127.0.0.1:8212-A05A0F13C730EF1F]] 08:12:58.268 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8212 08:12:58.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E66,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=52293, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38] 08:12:58.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 40 bytes from 127.0.0.1:8215 08:12:58.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-52293] 08:12:58.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 08:12:58.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8215] for CON-POST MID=52293, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:12:58.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 08:12:58.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8215]], block1 transfers still in progress: 0 08:12:58.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 08:12:58.269 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.269 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R48] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 08:12:58.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R48, complete]! 08:12:58.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R48, complete] completed ACK-2.04 MID=52293, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 08:12:58.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8215 08:12:58.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E67,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.04 MID=52293, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 08:12:58.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 26 bytes from 127.0.0.1:8212 08:12:58.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 08:12:58.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43, complete]! 08:12:58.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43, complete] for token KeyToken[127.0.0.1:8212-A05A0F13C730EF1F] 08:12:58.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43, complete] for MID KeyMID[127.0.0.1:8212-52293] 08:12:58.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L43, complete] completed CON-POST MID=52289, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=52293, Token=A05A0F13C730EF1F, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38! 08:12:58.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R42] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB 08:12:58.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R42, complete]! 08:12:58.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R42, complete] completed ACK-2.04 MID=54393, Token=28BEE1BB8F8410C3, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 08:12:58.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8214 08:12:58.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E68,T101) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID=54393, Token=28BEE1BB8F8410C3, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 08:12:58.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 26 bytes from 127.0.0.1:8213 08:12:58.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41, complete]! 08:12:58.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L41, complete] for token KeyToken[127.0.0.1:8213-28BEE1BB8F8410C3] 08:12:58.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L41, complete] for MID KeyMID[127.0.0.1:8213-54393] 08:12:58.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L41, complete] completed CON-PUT MID= -1, Token=28BEE1BB8F8410C3, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=54393, Token=28BEE1BB8F8410C3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 54393 Token : 28BEE1BB8F8410C3 Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 84 ms Payload: 0 Bytes =============================================================== 08:12:58.276 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.276 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.276 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 08:12:58.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 08:12:58.276 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 08:12:58.276 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 08:12:58.276 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 08:12:58.276 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 08:12:58.277 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.277 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.277 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.277 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213 08:12:58.277 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213 08:12:58.277 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ... 08:12:58.277 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1 08:12:58.277 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped. 08:12:58.277 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213 08:12:58.277 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.277 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.277 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8214 08:12:58.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8214 08:12:58.278 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] stopping ... 08:12:58.278 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /0.0.0.0 08:12:58.278 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] has stopped. 08:12:58.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8214 08:12:58.278 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.278 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8215 08:12:58.278 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8215 08:12:58.278 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8215] stopping ... 08:12:58.278 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /0.0.0.0 08:12:58.278 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8215] has stopped. 08:12:58.279 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8215 08:12:58.279 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 08:12:58.279 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 08:12:58.280 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.280 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.280 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.281 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.281 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.281 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216 08:12:58.281 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.282 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8216, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.282 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8216 08:12:58.282 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.282 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.282 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.282 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.282 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.283 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.283 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.283 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.283 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.283 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217 08:12:58.283 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.283 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8217, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.283 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8217 08:12:58.284 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.284 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.284 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.285 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.285 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.285 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.285 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.285 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218 08:12:58.285 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.285 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8218, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.285 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.285 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8218 08:12:58.285 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8218 08:12:58.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, 08:12:58.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L49] send request 08:12:58.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L49] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, 08:12:58.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, 08:12:58.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L49] added with generated mid KeyMID[127.0.0.1:8217-50982], CON-POST MID=50982, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L49] added with generated token KeyToken[127.0.0.1:8217-7484A0A0B41D4F44], CON-POST MID=50982, Token=7484A0A0B41D4F44, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-50982], KeyToken[127.0.0.1:8217-7484A0A0B41D4F44]] 08:12:58.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8217 08:12:58.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E69,T114) 127.0.0.1:8,218 ==> :8,217 [CON-POST MID=50982, Token=7484A0A0B41D4F44, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:58.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 58 bytes from 127.0.0.1:8218 08:12:58.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-50982] 08:12:58.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.289 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.289 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.289 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.289 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.289 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219 08:12:58.289 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.290 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8219, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.290 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.290 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8219 08:12:58.290 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8219 08:12:58.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L51] send request 08:12:58.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L51] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L51] added with generated mid KeyMID[127.0.0.1:8216-2289], CON-POST MID= 2289, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L51] added with generated token KeyToken[127.0.0.1:8216-785EF90FF91341FF], CON-POST MID= 2289, Token=785EF90FF91341FF, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-2289], KeyToken[127.0.0.1:8216-785EF90FF91341FF]] 08:12:58.291 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8216 08:12:58.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E70,T109) 127.0.0.1:8,219 ==> :8,216 [CON-POST MID= 2289, Token=785EF90FF91341FF, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:58.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 34 bytes from 127.0.0.1:8219 08:12:58.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8219-2289] 08:12:58.291 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.291 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52] replace CON-POST MID= 2289, Token=785EF90FF91341FF, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID= 2289, Token=785EF90FF91341FF, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:58.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R52] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:12:58.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52, complete]! 08:12:58.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R52, complete] completed ACK-2.04 MID= 2289, Token=785EF90FF91341FF, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:12:58.293 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8219 08:12:58.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E71,T120) 127.0.0.1:8,216 ==> :8,219 [ACK-2.04 MID= 2289, Token=785EF90FF91341FF, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:12:58.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8219) received 152 bytes from 127.0.0.1:8216 08:12:58.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L51, complete]! 08:12:58.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L51, complete] for token KeyToken[127.0.0.1:8216-785EF90FF91341FF] 08:12:58.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L51, complete] for MID KeyMID[127.0.0.1:8216-2289] 08:12:58.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L51, complete] completed CON-POST MID= 2289, Token=785EF90FF91341FF, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:12:58.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R50] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes 08:12:58.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R50, complete]! 08:12:58.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R50, complete] completed ACK-2.04 MID=50982, Token=7484A0A0B41D4F44, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:12:58.295 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8218 08:12:58.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E72,T117) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04 MID=50982, Token=7484A0A0B41D4F44, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:12:58.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 152 bytes from 127.0.0.1:8217 08:12:58.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49, complete]! 08:12:58.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L49, complete] for token KeyToken[127.0.0.1:8217-7484A0A0B41D4F44] 08:12:58.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L49, complete] for MID KeyMID[127.0.0.1:8217-50982] 08:12:58.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L49, complete] completed CON-GET MID= -1, Token=7484A0A0B41D4F44, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, -/- CON-POST MID=50982, Token=7484A0A0B41D4F44, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 50982 Token : 7484A0A0B41D4F44 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 9 ms Payload: 128 Bytes =============================================================== 08:12:58.296 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.296 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8216 08:12:58.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8216 08:12:58.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] stopping ... 08:12:58.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /127.0.0.1 08:12:58.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] has stopped. 08:12:58.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8216 08:12:58.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.353 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8217 08:12:58.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8217 08:12:58.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] stopping ... 08:12:58.353 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /127.0.0.1 08:12:58.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] has stopped. 08:12:58.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8217 08:12:58.353 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.353 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8218 08:12:58.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8218 08:12:58.354 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] stopping ... 08:12:58.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /0.0.0.0 08:12:58.354 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] has stopped. 08:12:58.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8218 08:12:58.354 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8219 08:12:58.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8219 08:12:58.354 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] stopping ... 08:12:58.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /0.0.0.0 08:12:58.355 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] has stopped. 08:12:58.355 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8219 08:12:58.355 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 08:12:58.355 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 08:12:58.356 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.356 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.357 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.357 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.357 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.357 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220 08:12:58.357 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.358 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8220, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8220 08:12:58.358 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.358 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.358 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.359 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.359 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.359 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.359 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.359 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.359 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221 08:12:58.360 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.360 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8221, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.360 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8221 08:12:58.360 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.361 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.361 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.361 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.361 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.361 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.362 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.362 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.362 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.362 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.362 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222 08:12:58.362 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.362 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8222, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.362 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8222 08:12:58.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.362 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8222 08:12:58.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, 08:12:58.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L53] send request 08:12:58.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L53] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, 08:12:58.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, 08:12:58.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L53] added with generated mid KeyMID[127.0.0.1:8221-12086], CON-POST MID=12086, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L53] added with generated token KeyToken[127.0.0.1:8221-E8630DD72AACA561], CON-POST MID=12086, Token=E8630DD72AACA561, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-12086], KeyToken[127.0.0.1:8221-E8630DD72AACA561]] 08:12:58.365 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8221 08:12:58.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E73,T130) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=12086, Token=E8630DD72AACA561, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:58.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 58 bytes from 127.0.0.1:8222 08:12:58.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-12086] 08:12:58.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.366 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.366 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.366 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.366 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.366 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223 08:12:58.366 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.367 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8223, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.367 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.367 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8223 08:12:58.367 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8223 08:12:58.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L55] send request 08:12:58.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L55] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L55] added with generated mid KeyMID[127.0.0.1:8220-41351], CON-POST MID=41351, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L55] added with generated token KeyToken[127.0.0.1:8220-102D87FA9FE9133C], CON-POST MID=41351, Token=102D87FA9FE9133C, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8220-41351], KeyToken[127.0.0.1:8220-102D87FA9FE9133C]] 08:12:58.368 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8220 08:12:58.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E74,T125) 127.0.0.1:8,223 ==> :8,220 [CON-POST MID=41351, Token=102D87FA9FE9133C, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:58.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8220) received 34 bytes from 127.0.0.1:8223 08:12:58.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8223-41351] 08:12:58.369 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.369 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56] replace CON-POST MID=41351, Token=102D87FA9FE9133C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=41351, Token=102D87FA9FE9133C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:58.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R56] send response null-2.05 MID= -1, Token=null, OptionSet={}, "test" 08:12:58.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56, complete]! 08:12:58.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R56, complete] completed ACK-2.04 MID=41351, Token=102D87FA9FE9133C, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7! 08:12:58.370 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8223 08:12:58.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E75,T136) 127.0.0.1:8,220 ==> :8,223 [ACK-2.04 MID=41351, Token=102D87FA9FE9133C, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7] 08:12:58.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8223) received 28 bytes from 127.0.0.1:8220 08:12:58.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L55, complete]! 08:12:58.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L55, complete] for token KeyToken[127.0.0.1:8220-102D87FA9FE9133C] 08:12:58.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L55, complete] for MID KeyMID[127.0.0.1:8220-41351] 08:12:58.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L55, complete] completed CON-POST MID=41351, Token=102D87FA9FE9133C, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:12:58.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R54] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7 08:12:58.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R54, complete]! 08:12:58.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R54, complete] completed ACK-2.04 MID=12086, Token=E8630DD72AACA561, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7! 08:12:58.372 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8222 08:12:58.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E76,T133) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=12086, Token=E8630DD72AACA561, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7] 08:12:58.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 28 bytes from 127.0.0.1:8221 08:12:58.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53, complete]! 08:12:58.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L53, complete] for token KeyToken[127.0.0.1:8221-E8630DD72AACA561] 08:12:58.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L53, complete] for MID KeyMID[127.0.0.1:8221-12086] 08:12:58.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L53, complete] completed CON-GET MID= -1, Token=E8630DD72AACA561, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, -/- CON-POST MID=12086, Token=E8630DD72AACA561, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 12086 Token : E8630DD72AACA561 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 10 ms Payload: 4 Bytes =============================================================== 08:12:58.374 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.374 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.374 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8220 08:12:58.374 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8220 08:12:58.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] stopping ... 08:12:58.375 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /127.0.0.1 08:12:58.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] has stopped. 08:12:58.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8220 08:12:58.375 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.375 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.375 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.375 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8221 08:12:58.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8221 08:12:58.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] stopping ... 08:12:58.375 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /127.0.0.1 08:12:58.375 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] has stopped. 08:12:58.376 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8221 08:12:58.376 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.376 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8222 08:12:58.376 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8222 08:12:58.376 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] stopping ... 08:12:58.376 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /0.0.0.0 08:12:58.376 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] has stopped. 08:12:58.376 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8222 08:12:58.376 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8223 08:12:58.376 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8223 08:12:58.376 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8223] stopping ... 08:12:58.377 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /0.0.0.0 08:12:58.377 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8223] has stopped. 08:12:58.377 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8223 08:12:58.377 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 08:12:58.377 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 08:12:58.378 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.378 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.379 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.379 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.379 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.379 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.379 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.380 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.380 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.380 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224 08:12:58.380 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.380 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8224, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.380 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8224 08:12:58.380 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.381 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.381 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.381 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.381 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.381 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.381 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.382 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.382 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225 08:12:58.382 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.382 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8225, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8225 08:12:58.383 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.383 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.383 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.384 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.384 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.384 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.384 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.384 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226 08:12:58.384 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.384 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8226, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.385 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8226 08:12:58.385 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8226 08:12:58.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37990], CON-POST MID=37990, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated token KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37990, Token=3C011349278B6419, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37990], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8225 08:12:58.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E77,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37990, Token=3C011349278B6419, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:12:58.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 189 bytes from 127.0.0.1:8226 08:12:58.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37990] 08:12:58.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.452 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.453 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.453 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.453 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.453 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227 08:12:58.453 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.454 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8227, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.454 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8227 08:12:58.454 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8227 08:12:58.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L59] send request 08:12:58.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L59] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L59] added with generated mid KeyMID[127.0.0.1:8224-34507], CON-POST MID=34507, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L59] added with generated token KeyToken[127.0.0.1:8224-A41C2BB2B55D3F58], CON-POST MID=34507, Token=A41C2BB2B55D3F58, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8224-34507], KeyToken[127.0.0.1:8224-A41C2BB2B55D3F58]] 08:12:58.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8224 08:12:58.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E78,T141) 127.0.0.1:8,227 ==> :8,224 [CON-POST MID=34507, Token=A41C2BB2B55D3F58, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:12:58.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8224) received 165 bytes from 127.0.0.1:8227 08:12:58.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-34507] 08:12:58.456 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.456 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60] replace CON-POST MID=34507, Token=A41C2BB2B55D3F58, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=34507, Token=A41C2BB2B55D3F58, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R60] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 256 bytes 08:12:58.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60, complete]! 08:12:58.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R60, complete] completed ACK-2.04 MID=34507, Token=A41C2BB2B55D3F58, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:12:58.458 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 280 bytes to 127.0.0.1:8227 08:12:58.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E79,T152) 127.0.0.1:8,224 ==> :8,227 [ACK-2.04 MID=34507, Token=A41C2BB2B55D3F58, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:12:58.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8227) received 280 bytes from 127.0.0.1:8224 08:12:58.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L59, complete]! 08:12:58.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L59, complete] for token KeyToken[127.0.0.1:8224-A41C2BB2B55D3F58] 08:12:58.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L59, complete] for MID KeyMID[127.0.0.1:8224-34507] 08:12:58.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L59, complete] completed CON-POST MID=34507, Token=A41C2BB2B55D3F58, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! 08:12:58.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [266/32] requires blockwise transfer 08:12:58.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=0, currentSzx=0, bufferSize=266, complete=false], transfers in progress: 1 08:12:58.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R58] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:12:58.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R58, complete]! 08:12:58.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R58, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes -/- ACK-2.04 MID=37990, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:12:58.460 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8226 08:12:58.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E80,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37990, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:12:58.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 52 bytes from 127.0.0.1:8225 08:12:58.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/, 127.0.0.1:8225] inbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8225]: currentNum=0, currentSzx=0, bufferSize=266, complete=false], transfers in progress: 1, ACK-2.04 MID=37990, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:12:58.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37990, Token=3C011349278B6419, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37991], CON-POST MID=37991, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-37990] 08:12:58.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37991, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37991], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:12:58.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E81,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37991, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:12:58.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:12:58.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37991] 08:12:58.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=1, currentSzx=1, bufferSize=266, complete=false] 08:12:58.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R61] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47 08:12:58.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, complete]! 08:12:58.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R61, complete] completed ACK-2.04 MID=37991, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47! 08:12:58.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:12:58.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E82,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37991, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47] 08:12:58.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:12:58.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37991, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37992], CON-POST MID=37992, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-37991] 08:12:58.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37992, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37992], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:12:58.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E83,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37992, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:12:58.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:12:58.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37992] 08:12:58.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=2, currentSzx=1, bufferSize=266, complete=false] 08:12:58.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R62] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD 08:12:58.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R62, complete]! 08:12:58.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R62, complete] completed ACK-2.04 MID=37992, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD! 08:12:58.468 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:12:58.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E84,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37992, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD] 08:12:58.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:12:58.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37992, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37993], CON-POST MID=37993, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-37992] 08:12:58.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37993, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37993], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:12:58.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E85,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37993, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:12:58.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:12:58.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37993] 08:12:58.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=3, currentSzx=1, bufferSize=266, complete=false] 08:12:58.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R63] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06 08:12:58.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, complete]! 08:12:58.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R63, complete] completed ACK-2.04 MID=37993, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06! 08:12:58.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:12:58.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E86,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37993, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06] 08:12:58.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:12:58.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37993, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37994], CON-POST MID=37994, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-37993] 08:12:58.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37994, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37994], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:12:58.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E87,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37994, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:12:58.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:12:58.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37994] 08:12:58.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=4, currentSzx=1, bufferSize=266, complete=false] 08:12:58.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R64] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6 08:12:58.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R64, complete]! 08:12:58.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R64, complete] completed ACK-2.04 MID=37994, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6! 08:12:58.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:12:58.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E88,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37994, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6] 08:12:58.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:12:58.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37994, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37995], CON-POST MID=37995, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-37994] 08:12:58.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37995, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37995], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:12:58.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E89,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37995, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:12:58.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:12:58.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37995] 08:12:58.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=5, currentSzx=1, bufferSize=266, complete=false] 08:12:58.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R65] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2 08:12:58.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, complete]! 08:12:58.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R65, complete] completed ACK-2.04 MID=37995, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2! 08:12:58.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:12:58.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E90,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37995, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2] 08:12:58.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:12:58.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37995, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37996], CON-POST MID=37996, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-37995] 08:12:58.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37996, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37996], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:12:58.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E91,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37996, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:12:58.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:12:58.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37996] 08:12:58.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=6, currentSzx=1, bufferSize=266, complete=false] 08:12:58.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R66] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82 08:12:58.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R66, complete]! 08:12:58.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R66, complete] completed ACK-2.04 MID=37996, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82! 08:12:58.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:12:58.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E92,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37996, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82] 08:12:58.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:12:58.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37996, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37997], CON-POST MID=37997, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-37996] 08:12:58.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37997, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37997], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.485 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:12:58.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E93,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37997, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:12:58.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:12:58.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37997] 08:12:58.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=7, currentSzx=1, bufferSize=266, complete=false] 08:12:58.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R67] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C 08:12:58.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, complete]! 08:12:58.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R67, complete] completed ACK-2.04 MID=37997, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C! 08:12:58.486 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:12:58.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E94,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37997, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C] 08:12:58.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:12:58.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37997, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:12:58.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-37998], CON-POST MID=37998, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-37997] 08:12:58.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-3C011349278B6419], CON-POST MID=37998, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:12:58.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-37998], KeyToken[127.0.0.1:8225-3C011349278B6419]] 08:12:58.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:12:58.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E95,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=37998, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:12:58.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:12:58.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-37998] 08:12:58.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=8, currentSzx=1, bufferSize=266, complete=true] 08:12:58.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R68] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45 08:12:58.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R68, complete]! 08:12:58.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R68, complete] completed ACK-2.04 MID=37998, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45! 08:12:58.490 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 27 bytes to 127.0.0.1:8226 08:12:58.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E96,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=37998, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45] 08:12:58.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 27 bytes from 127.0.0.1:8225 08:12:58.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:12:58.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/, 127.0.0.1:8225]], block2 transfers still in progress: 0 08:12:58.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=37990, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes 08:12:58.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=37998, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57, complete]! 08:12:58.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57, complete] for token KeyToken[127.0.0.1:8225-3C011349278B6419] 08:12:58.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57, complete] for MID KeyMID[127.0.0.1:8225-37998] 08:12:58.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L57, complete] completed CON-POST MID= -1, Token=3C011349278B6419, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes! 08:12:58.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 08:12:58.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 37990 Token : 3C011349278B6419 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 167 ms Payload: 256 Bytes =============================================================== 08:12:58.554 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.555 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.555 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8224 08:12:58.555 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8224 08:12:58.555 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8224] stopping ... 08:12:58.555 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /127.0.0.1 08:12:58.555 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8224] has stopped. 08:12:58.555 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8224 08:12:58.555 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.555 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.555 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.556 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8225 08:12:58.556 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8225 08:12:58.556 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] stopping ... 08:12:58.556 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /127.0.0.1 08:12:58.556 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] has stopped. 08:12:58.556 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8225 08:12:58.556 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.556 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.556 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8226 08:12:58.556 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8226 08:12:58.556 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] stopping ... 08:12:58.556 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /0.0.0.0 08:12:58.556 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] has stopped. 08:12:58.557 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8226 08:12:58.557 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.557 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8227 08:12:58.557 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8227 08:12:58.557 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8227] stopping ... 08:12:58.557 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /0.0.0.0 08:12:58.557 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8227] has stopped. 08:12:58.557 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8227 08:12:58.557 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 08:12:58.558 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseGetProxyClientBW 08:12:58.559 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.559 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.559 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.559 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.559 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.560 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.560 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.560 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.560 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.560 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228 08:12:58.560 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.560 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8228, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.560 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8228 08:12:58.561 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.561 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.561 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.561 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.561 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.562 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.562 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.562 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229 08:12:58.562 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.562 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8229, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8229 08:12:58.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.563 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.563 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.563 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.563 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.563 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.563 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.563 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.564 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.564 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.564 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230 08:12:58.564 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.564 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8230, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.564 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8230 08:12:58.564 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8230 08:12:58.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:12:58.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-19612], CON-POST MID=19612, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated token KeyToken[127.0.0.1:8229-941F7D3D29BA0423], CON-POST MID=19612, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-19612], KeyToken[127.0.0.1:8229-941F7D3D29BA0423]] 08:12:58.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8229 08:12:58.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E97,T162) 127.0.0.1:8,230 ==> :8,229 [CON-POST MID=19612, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:58.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 58 bytes from 127.0.0.1:8230 08:12:58.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-19612] 08:12:58.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.567 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.568 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.568 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.568 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.568 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231 08:12:58.569 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.569 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8231, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.569 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8231 08:12:58.569 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8231 08:12:58.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L71] send request 08:12:58.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L71] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L71] added with generated mid KeyMID[127.0.0.1:8228-47963], CON-POST MID=47963, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L71] added with generated token KeyToken[127.0.0.1:8228-DC8FD306E1C7ED3D], CON-POST MID=47963, Token=DC8FD306E1C7ED3D, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:12:58.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-47963], KeyToken[127.0.0.1:8228-DC8FD306E1C7ED3D]] 08:12:58.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8228 08:12:58.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E98,T157) 127.0.0.1:8,231 ==> :8,228 [CON-POST MID=47963, Token=DC8FD306E1C7ED3D, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:12:58.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8228) received 34 bytes from 127.0.0.1:8231 08:12:58.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8231-47963] 08:12:58.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72] replace CON-POST MID=47963, Token=DC8FD306E1C7ED3D, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=47963, Token=DC8FD306E1C7ED3D, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:12:58.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R72] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:12:58.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72, complete]! 08:12:58.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R72, complete] completed ACK-2.04 MID=47963, Token=DC8FD306E1C7ED3D, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:12:58.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8231 08:12:58.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E99,T168) 127.0.0.1:8,228 ==> :8,231 [ACK-2.04 MID=47963, Token=DC8FD306E1C7ED3D, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:12:58.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8231) received 152 bytes from 127.0.0.1:8228 08:12:58.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L71, complete]! 08:12:58.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L71, complete] for token KeyToken[127.0.0.1:8228-DC8FD306E1C7ED3D] 08:12:58.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L71, complete] for MID KeyMID[127.0.0.1:8228-47963] 08:12:58.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L71, complete] completed CON-POST MID=47963, Token=DC8FD306E1C7ED3D, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:12:58.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [138/32] requires blockwise transfer 08:12:58.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1 08:12:58.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R70] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:12:58.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R70, complete]! 08:12:58.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R70, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes -/- ACK-2.04 MID=19612, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:12:58.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8230 08:12:58.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E100,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID=19612, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:12:58.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 51 bytes from 127.0.0.1:8229 08:12:58.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/, 127.0.0.1:8229] inbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8229]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1, ACK-2.04 MID=19612, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:12:58.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-POST MID=19612, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:12:58.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-19613], CON-GET MID=19613, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69] for MID KeyMID[127.0.0.1:8229-19612] 08:12:58.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] keep for KeyToken[127.0.0.1:8229-941F7D3D29BA0423], CON-GET MID=19613, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-19613], KeyToken[127.0.0.1:8229-941F7D3D29BA0423]] 08:12:58.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8229 08:12:58.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E101,T162) 127.0.0.1:8,230 ==> :8,229 [CON-GET MID=19613, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ] 08:12:58.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 48 bytes from 127.0.0.1:8230 08:12:58.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-19613] 08:12:58.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=1, currentSzx=1, bufferSize=138, complete=false] 08:12:58.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R73] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47 08:12:58.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, complete]! 08:12:58.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R73, complete] completed ACK-2.04 MID=19613, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47! 08:12:58.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8230 08:12:58.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E102,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID=19613, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47] 08:12:58.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 49 bytes from 127.0.0.1:8229 08:12:58.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID=19613, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, acked by CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:12:58.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-19614], CON-GET MID=19614, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69] for MID KeyMID[127.0.0.1:8229-19613] 08:12:58.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] keep for KeyToken[127.0.0.1:8229-941F7D3D29BA0423], CON-GET MID=19614, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-19614], KeyToken[127.0.0.1:8229-941F7D3D29BA0423]] 08:12:58.581 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8229 08:12:58.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E103,T162) 127.0.0.1:8,230 ==> :8,229 [CON-GET MID=19614, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ] 08:12:58.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 48 bytes from 127.0.0.1:8230 08:12:58.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-19614] 08:12:58.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=2, currentSzx=1, bufferSize=138, complete=false] 08:12:58.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R74] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD 08:12:58.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R74, complete]! 08:12:58.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R74, complete] completed ACK-2.04 MID=19614, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD! 08:12:58.582 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8230 08:12:58.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E104,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID=19614, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD] 08:12:58.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 49 bytes from 127.0.0.1:8229 08:12:58.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID=19614, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, acked by CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:12:58.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-19615], CON-GET MID=19615, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69] for MID KeyMID[127.0.0.1:8229-19614] 08:12:58.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] keep for KeyToken[127.0.0.1:8229-941F7D3D29BA0423], CON-GET MID=19615, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-19615], KeyToken[127.0.0.1:8229-941F7D3D29BA0423]] 08:12:58.585 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8229 08:12:58.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E105,T162) 127.0.0.1:8,230 ==> :8,229 [CON-GET MID=19615, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ] 08:12:58.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 48 bytes from 127.0.0.1:8230 08:12:58.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-19615] 08:12:58.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=3, currentSzx=1, bufferSize=138, complete=false] 08:12:58.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R75] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06 08:12:58.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, complete]! 08:12:58.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R75, complete] completed ACK-2.04 MID=19615, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06! 08:12:58.586 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8230 08:12:58.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E106,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID=19615, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06] 08:12:58.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 49 bytes from 127.0.0.1:8229 08:12:58.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID=19615, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, acked by CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:12:58.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-19616], CON-GET MID=19616, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69] for MID KeyMID[127.0.0.1:8229-19615] 08:12:58.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] keep for KeyToken[127.0.0.1:8229-941F7D3D29BA0423], CON-GET MID=19616, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-19616], KeyToken[127.0.0.1:8229-941F7D3D29BA0423]] 08:12:58.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8229 08:12:58.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E107,T162) 127.0.0.1:8,230 ==> :8,229 [CON-GET MID=19616, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ] 08:12:58.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 48 bytes from 127.0.0.1:8230 08:12:58.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-19616] 08:12:58.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=4, currentSzx=1, bufferSize=138, complete=true] 08:12:58.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R76] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C 08:12:58.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R76, complete]! 08:12:58.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R76, complete] completed ACK-2.04 MID=19616, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C! 08:12:58.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 27 bytes to 127.0.0.1:8230 08:12:58.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E108,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID=19616, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C] 08:12:58.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 27 bytes from 127.0.0.1:8229 08:12:58.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:12:58.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/, 127.0.0.1:8229]], block2 transfers still in progress: 0 08:12:58.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=19612, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes 08:12:58.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID=19616, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, acked by CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:12:58.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69, complete]! 08:12:58.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69, complete] for token KeyToken[127.0.0.1:8229-941F7D3D29BA0423] 08:12:58.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69, complete] for MID KeyMID[127.0.0.1:8229-19616] 08:12:58.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L69, complete] completed CON-GET MID= -1, Token=941F7D3D29BA0423, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ! 08:12:58.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 08:12:58.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 19612 Token : 941F7D3D29BA0423 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 90 ms Payload: 128 Bytes =============================================================== 08:12:58.657 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.657 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8228 08:12:58.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8228 08:12:58.657 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8228] stopping ... 08:12:58.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /127.0.0.1 08:12:58.657 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8228] has stopped. 08:12:58.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8228 08:12:58.657 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.657 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.657 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.658 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8229 08:12:58.658 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8229 08:12:58.658 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] stopping ... 08:12:58.658 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /127.0.0.1 08:12:58.658 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] has stopped. 08:12:58.658 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8229 08:12:58.658 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.658 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.658 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8230 08:12:58.658 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8230 08:12:58.658 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] stopping ... 08:12:58.658 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /0.0.0.0 08:12:58.658 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] has stopped. 08:12:58.659 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8230 08:12:58.659 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.659 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8231 08:12:58.659 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8231 08:12:58.659 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8231] stopping ... 08:12:58.659 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /0.0.0.0 08:12:58.659 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8231] has stopped. 08:12:58.659 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8231 08:12:58.659 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseGetProxyClientBW 08:12:58.660 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 08:12:58.661 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.661 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.661 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.661 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.661 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.661 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.662 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.662 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.662 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.662 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232 08:12:58.662 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.662 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8232, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.662 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.662 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8232 08:12:58.662 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.662 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.663 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.663 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.663 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.663 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.663 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.663 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.664 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.664 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233 08:12:58.664 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.664 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8233, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.664 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8233 08:12:58.665 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.665 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.665 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.666 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.666 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.666 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.666 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.666 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234 08:12:58.666 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.666 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8234, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.666 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8234 08:12:58.666 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8234 08:12:58.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L77] send request 08:12:58.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L77] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes 08:12:58.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L77] added with generated mid KeyMID[127.0.0.1:8233-63354], CON-POST MID=63354, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L77] added with generated token KeyToken[127.0.0.1:8233-90F0621E013022A9], CON-POST MID=63354, Token=90F0621E013022A9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:12:58.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-63354], KeyToken[127.0.0.1:8233-90F0621E013022A9]] 08:12:58.669 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8233 08:12:58.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E109,T178) 127.0.0.1:8,234 ==> :8,233 [CON-POST MID=63354, Token=90F0621E013022A9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:12:58.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8233) received 189 bytes from 127.0.0.1:8234 08:12:58.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-63354] 08:12:58.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:12:58.670 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.670 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.670 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.670 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.670 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235 08:12:58.671 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.671 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8235, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.671 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8235 08:12:58.671 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8235 08:12:58.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:12:58.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8232]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:12:58.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:12:58.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-54340], CON-POST MID=54340, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated token KeyToken[127.0.0.1:8232-100A33C7E64871F8], CON-POST MID=54340, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:12:58.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-54340], KeyToken[127.0.0.1:8232-100A33C7E64871F8]] 08:12:58.672 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8232 08:12:58.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E110,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=54340, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:12:58.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 54 bytes from 127.0.0.1:8235 08:12:58.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-54340] 08:12:58.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 08:12:58.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8235]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:12:58.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:12:58.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R80] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 08:12:58.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R80, complete]! 08:12:58.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R80, complete] completed ACK-2.31 MID=54340, Token=100A33C7E64871F8, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 08:12:58.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8235 08:12:58.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E111,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.31 MID=54340, Token=100A33C7E64871F8, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 08:12:58.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 15 bytes from 127.0.0.1:8232 08:12:58.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 08:12:58.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID=54340, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:12:58.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-54341], CON-POST MID=54341, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79] for MID KeyMID[127.0.0.1:8232-54340] 08:12:58.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] keep for KeyToken[127.0.0.1:8232-100A33C7E64871F8], CON-POST MID=54341, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-54341], KeyToken[127.0.0.1:8232-100A33C7E64871F8]] 08:12:58.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8232 08:12:58.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E112,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=54341, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 08:12:58.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 51 bytes from 127.0.0.1:8235 08:12:58.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-54341] 08:12:58.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 08:12:58.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8235] for CON-POST MID=54341, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:12:58.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:12:58.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R81] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 08:12:58.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, complete]! 08:12:58.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R81, complete] completed ACK-2.31 MID=54341, Token=100A33C7E64871F8, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 08:12:58.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8235 08:12:58.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E113,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.31 MID=54341, Token=100A33C7E64871F8, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 08:12:58.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 15 bytes from 127.0.0.1:8232 08:12:58.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 08:12:58.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID=54341, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:12:58.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-54342], CON-POST MID=54342, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79] for MID KeyMID[127.0.0.1:8232-54341] 08:12:58.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] keep for KeyToken[127.0.0.1:8232-100A33C7E64871F8], CON-POST MID=54342, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-54342], KeyToken[127.0.0.1:8232-100A33C7E64871F8]] 08:12:58.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8232 08:12:58.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E114,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=54342, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 08:12:58.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 51 bytes from 127.0.0.1:8235 08:12:58.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-54342] 08:12:58.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 08:12:58.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8235] for CON-POST MID=54342, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:12:58.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:12:58.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R82] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 08:12:58.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R82, complete]! 08:12:58.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R82, complete] completed ACK-2.31 MID=54342, Token=100A33C7E64871F8, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 08:12:58.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8235 08:12:58.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E115,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.31 MID=54342, Token=100A33C7E64871F8, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 08:12:58.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 15 bytes from 127.0.0.1:8232 08:12:58.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 08:12:58.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID=54342, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:12:58.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-54343], CON-POST MID=54343, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79] for MID KeyMID[127.0.0.1:8232-54342] 08:12:58.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] keep for KeyToken[127.0.0.1:8232-100A33C7E64871F8], CON-POST MID=54343, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-54343], KeyToken[127.0.0.1:8232-100A33C7E64871F8]] 08:12:58.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8232 08:12:58.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E116,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=54343, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 08:12:58.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 51 bytes from 127.0.0.1:8235 08:12:58.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-54343] 08:12:58.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 08:12:58.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8235] for CON-POST MID=54343, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:12:58.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 08:12:58.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R83] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 08:12:58.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, complete]! 08:12:58.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R83, complete] completed ACK-2.31 MID=54343, Token=100A33C7E64871F8, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 08:12:58.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8235 08:12:58.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E117,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.31 MID=54343, Token=100A33C7E64871F8, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 08:12:58.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 15 bytes from 127.0.0.1:8232 08:12:58.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 08:12:58.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:12:58.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID=54343, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:12:58.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:12:58.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:12:58.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-54344], CON-POST MID=54344, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:12:58.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79] for MID KeyMID[127.0.0.1:8232-54343] 08:12:58.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] keep for KeyToken[127.0.0.1:8232-100A33C7E64871F8], CON-POST MID=54344, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:12:58.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-54344], KeyToken[127.0.0.1:8232-100A33C7E64871F8]] 08:12:58.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8232 08:12:58.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E118,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=54344, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00] 08:12:58.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 40 bytes from 127.0.0.1:8235 08:12:58.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-54344] 08:12:58.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 08:12:58.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8235] for CON-POST MID=54344, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:12:58.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 08:12:58.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8235]], block1 transfers still in progress: 0 08:12:58.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 08:12:58.684 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.684 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R84] send response null-2.05 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes 08:12:58.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R84, complete]! 08:12:58.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R84, complete] completed ACK-2.04 MID=54344, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:12:58.686 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 283 bytes to 127.0.0.1:8235 08:12:58.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E119,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.04 MID=54344, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:12:58.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 283 bytes from 127.0.0.1:8232 08:12:58.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 08:12:58.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79, complete]! 08:12:58.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79, complete] for token KeyToken[127.0.0.1:8232-100A33C7E64871F8] 08:12:58.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79, complete] for MID KeyMID[127.0.0.1:8232-54344] 08:12:58.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L79, complete] completed CON-POST MID=54340, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=54344, Token=100A33C7E64871F8, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00! 08:12:58.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:12:58.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R78] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes 08:12:58.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R78, complete]! 08:12:58.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R78, complete] completed ACK-2.04 MID=63354, Token=90F0621E013022A9, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:12:58.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 283 bytes to 127.0.0.1:8234 08:12:58.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E120,T181) 127.0.0.1:8,233 ==> :8,234 [ACK-2.04 MID=63354, Token=90F0621E013022A9, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:12:58.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8234) received 283 bytes from 127.0.0.1:8233 08:12:58.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77, complete]! 08:12:58.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L77, complete] for token KeyToken[127.0.0.1:8233-90F0621E013022A9] 08:12:58.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L77, complete] for MID KeyMID[127.0.0.1:8233-63354] 08:12:58.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L77, complete] completed CON-POST MID= -1, Token=90F0621E013022A9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=63354, Token=90F0621E013022A9, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 63354 Token : 90F0621E013022A9 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 21 ms Payload: 256 Bytes =============================================================== 08:12:58.689 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.689 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.689 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8232 08:12:58.689 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8232 08:12:58.689 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8232] stopping ... 08:12:58.689 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /127.0.0.1 08:12:58.689 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8232] has stopped. 08:12:58.689 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8232 08:12:58.689 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.689 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.689 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.752 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8233 08:12:58.752 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8233 08:12:58.752 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] stopping ... 08:12:58.752 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /127.0.0.1 08:12:58.752 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] has stopped. 08:12:58.752 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8233 08:12:58.752 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:12:58.752 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.752 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8234 08:12:58.752 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8234 08:12:58.752 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] stopping ... 08:12:58.752 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /0.0.0.0 08:12:58.752 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] has stopped. 08:12:58.753 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8234 08:12:58.753 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:12:58.753 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8235 08:12:58.753 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8235 08:12:58.753 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8235] stopping ... 08:12:58.753 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /0.0.0.0 08:12:58.753 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8235] has stopped. 08:12:58.753 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8235 08:12:58.754 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 08:12:58.754 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:12:58.754 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.689 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest Start OSCoreServerClientTest 08:12:58.755 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.755 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.755 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.755 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.756 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.756 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.756 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.756 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.757 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.757 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236 08:12:58.757 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.757 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8236, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.757 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8236 08:12:58.758 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.758 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.758 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.758 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.758 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:12:58.758 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:12:58.758 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.758 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.758 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:12:58.758 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237 08:12:58.758 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.758 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8237, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.759 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:12:58.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:12:58.759 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8237 08:12:58.759 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8237 for coap 08:12:58.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L85] send request 08:12:58.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L85] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:12:58.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L85] added with generated mid KeyMID[127.0.0.1:8236-28798], CON-POST MID=28798, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:12:58.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L85] added with generated token KeyToken[127.0.0.1:8236-E8B4E21BC787C986], CON-POST MID=28798, Token=E8B4E21BC787C986, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:12:58.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28798], KeyToken[127.0.0.1:8236-E8B4E21BC787C986]] 08:12:58.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:12:58.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E121,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28798, Token=E8B4E21BC787C986, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:12:58.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:12:58.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28798] 08:12:58.762 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.762 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86] replace CON-POST MID=28798, Token=E8B4E21BC787C986, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28798, Token=E8B4E21BC787C986, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R86] send response NON-2.05 MID=28798, Token=null, OptionSet={}, "server responds hi" 08:12:58.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86, complete]! 08:12:58.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R86, complete] completed NON-2.04 MID=28798, Token=E8B4E21BC787C986, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:12:58.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E122,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28798, Token=E8B4E21BC787C986, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:12:58.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28798] 08:12:58.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85, complete]! 08:12:58.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L85, complete] for token KeyToken[127.0.0.1:8236-E8B4E21BC787C986] 08:12:58.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L85, complete] for MID KeyMID[127.0.0.1:8236-28798] 08:12:58.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L85, complete] completed CON-POST MID= -1, Token=E8B4E21BC787C986, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28798, Token=E8B4E21BC787C986, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:12:58.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L87] send request 08:12:58.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L87] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:12:58.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L87] added with generated mid KeyMID[127.0.0.1:8236-28799], CON-POST MID=28799, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:12:58.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L87] added with generated token KeyToken[127.0.0.1:8236-64797C7E6D0B694B], CON-POST MID=28799, Token=64797C7E6D0B694B, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:12:58.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28799], KeyToken[127.0.0.1:8236-64797C7E6D0B694B]] 08:12:58.766 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:12:58.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E123,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28799, Token=64797C7E6D0B694B, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 08:12:58.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:12:58.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28799] 08:12:58.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88] replace CON-POST MID=28799, Token=64797C7E6D0B694B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28799, Token=64797C7E6D0B694B, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R88] send response NON-2.05 MID=28799, Token=null, OptionSet={}, "server responds hi" 08:12:58.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88, complete]! 08:12:58.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R88, complete] completed NON-2.04 MID=28799, Token=64797C7E6D0B694B, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 08:12:58.767 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E124,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28799, Token=64797C7E6D0B694B, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 08:12:58.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28799] 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87, complete]! 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L87, complete] for token KeyToken[127.0.0.1:8236-64797C7E6D0B694B] 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L87, complete] for MID KeyMID[127.0.0.1:8236-28799] 08:12:58.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L87, complete] completed CON-POST MID= -1, Token=64797C7E6D0B694B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28799, Token=64797C7E6D0B694B, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 08:12:58.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L89] send request 08:12:58.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L89] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:12:58.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L89] added with generated mid KeyMID[127.0.0.1:8236-28800], CON-POST MID=28800, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:12:58.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L89] added with generated token KeyToken[127.0.0.1:8236-F0887DC0ADB01ECA], CON-POST MID=28800, Token=F0887DC0ADB01ECA, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:12:58.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28800], KeyToken[127.0.0.1:8236-F0887DC0ADB01ECA]] 08:12:58.770 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:12:58.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E125,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28800, Token=F0887DC0ADB01ECA, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 08:12:58.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:12:58.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28800] 08:12:58.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90] replace CON-POST MID=28800, Token=F0887DC0ADB01ECA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28800, Token=F0887DC0ADB01ECA, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R90] send response NON-2.05 MID=28800, Token=null, OptionSet={}, "server responds hi" 08:12:58.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90, complete]! 08:12:58.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R90, complete] completed NON-2.04 MID=28800, Token=F0887DC0ADB01ECA, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 08:12:58.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E126,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28800, Token=F0887DC0ADB01ECA, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 08:12:58.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28800] 08:12:58.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89, complete]! 08:12:58.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L89, complete] for token KeyToken[127.0.0.1:8236-F0887DC0ADB01ECA] 08:12:58.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L89, complete] for MID KeyMID[127.0.0.1:8236-28800] 08:12:58.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L89, complete] completed CON-POST MID= -1, Token=F0887DC0ADB01ECA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28800, Token=F0887DC0ADB01ECA, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 08:12:58.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L91] send request 08:12:58.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L91] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:12:58.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L91] added with generated mid KeyMID[127.0.0.1:8236-28801], CON-POST MID=28801, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:12:58.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L91] added with generated token KeyToken[127.0.0.1:8236-8085576E6E432ADD], CON-POST MID=28801, Token=8085576E6E432ADD, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:12:58.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28801], KeyToken[127.0.0.1:8236-8085576E6E432ADD]] 08:12:58.775 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:12:58.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E127,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28801, Token=8085576E6E432ADD, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 08:12:58.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:12:58.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28801] 08:12:58.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92] replace CON-POST MID=28801, Token=8085576E6E432ADD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28801, Token=8085576E6E432ADD, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R92] send response NON-2.05 MID=28801, Token=null, OptionSet={}, "server responds hi" 08:12:58.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92, complete]! 08:12:58.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R92, complete] completed NON-2.04 MID=28801, Token=8085576E6E432ADD, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 08:12:58.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E128,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28801, Token=8085576E6E432ADD, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 08:12:58.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28801] 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91, complete]! 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L91, complete] for token KeyToken[127.0.0.1:8236-8085576E6E432ADD] 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L91, complete] for MID KeyMID[127.0.0.1:8236-28801] 08:12:58.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L91, complete] completed CON-POST MID= -1, Token=8085576E6E432ADD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28801, Token=8085576E6E432ADD, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 08:12:58.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L93] send request 08:12:58.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L93] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:12:58.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L93] added with generated mid KeyMID[127.0.0.1:8236-28802], CON-POST MID=28802, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:12:58.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L93] added with generated token KeyToken[127.0.0.1:8236-2467E23FD23D93D4], CON-POST MID=28802, Token=2467E23FD23D93D4, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:12:58.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28802], KeyToken[127.0.0.1:8236-2467E23FD23D93D4]] 08:12:58.779 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:12:58.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E129,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28802, Token=2467E23FD23D93D4, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 08:12:58.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:12:58.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28802] 08:12:58.780 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.780 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94] replace CON-POST MID=28802, Token=2467E23FD23D93D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28802, Token=2467E23FD23D93D4, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R94] send response NON-2.05 MID=28802, Token=null, OptionSet={}, "server responds hi" 08:12:58.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94, complete]! 08:12:58.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R94, complete] completed NON-2.04 MID=28802, Token=2467E23FD23D93D4, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 08:12:58.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E130,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28802, Token=2467E23FD23D93D4, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 08:12:58.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28802] 08:12:58.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93, complete]! 08:12:58.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L93, complete] for token KeyToken[127.0.0.1:8236-2467E23FD23D93D4] 08:12:58.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L93, complete] for MID KeyMID[127.0.0.1:8236-28802] 08:12:58.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L93, complete] completed CON-POST MID= -1, Token=2467E23FD23D93D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28802, Token=2467E23FD23D93D4, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 08:12:58.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L95] send request 08:12:58.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L95] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:12:58.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L95] added with generated mid KeyMID[127.0.0.1:8236-28803], CON-POST MID=28803, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:12:58.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L95] added with generated token KeyToken[127.0.0.1:8236-E4AB3C2C3ABD9AAE], CON-POST MID=28803, Token=E4AB3C2C3ABD9AAE, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:12:58.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28803], KeyToken[127.0.0.1:8236-E4AB3C2C3ABD9AAE]] 08:12:58.784 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:12:58.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E131,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28803, Token=E4AB3C2C3ABD9AAE, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 08:12:58.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:12:58.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28803] 08:12:58.784 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.784 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96] replace CON-POST MID=28803, Token=E4AB3C2C3ABD9AAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28803, Token=E4AB3C2C3ABD9AAE, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R96] send response NON-2.05 MID=28803, Token=null, OptionSet={}, "server responds hi" 08:12:58.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96, complete]! 08:12:58.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R96, complete] completed NON-2.04 MID=28803, Token=E4AB3C2C3ABD9AAE, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 08:12:58.785 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E132,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28803, Token=E4AB3C2C3ABD9AAE, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 08:12:58.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28803] 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95, complete]! 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L95, complete] for token KeyToken[127.0.0.1:8236-E4AB3C2C3ABD9AAE] 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L95, complete] for MID KeyMID[127.0.0.1:8236-28803] 08:12:58.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L95, complete] completed CON-POST MID= -1, Token=E4AB3C2C3ABD9AAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28803, Token=E4AB3C2C3ABD9AAE, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 08:12:58.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L97] send request 08:12:58.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L97] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:12:58.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L97] added with generated mid KeyMID[127.0.0.1:8236-28804], CON-POST MID=28804, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:12:58.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L97] added with generated token KeyToken[127.0.0.1:8236-FC526FC1176AA650], CON-POST MID=28804, Token=FC526FC1176AA650, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:12:58.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28804], KeyToken[127.0.0.1:8236-FC526FC1176AA650]] 08:12:58.788 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:12:58.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E133,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28804, Token=FC526FC1176AA650, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 08:12:58.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:12:58.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28804] 08:12:58.788 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98] replace CON-POST MID=28804, Token=FC526FC1176AA650, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28804, Token=FC526FC1176AA650, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R98] send response NON-2.05 MID=28804, Token=null, OptionSet={}, "server responds hi" 08:12:58.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98, complete]! 08:12:58.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R98, complete] completed NON-2.04 MID=28804, Token=FC526FC1176AA650, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 08:12:58.790 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E134,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28804, Token=FC526FC1176AA650, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 08:12:58.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28804] 08:12:58.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97, complete]! 08:12:58.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L97, complete] for token KeyToken[127.0.0.1:8236-FC526FC1176AA650] 08:12:58.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L97, complete] for MID KeyMID[127.0.0.1:8236-28804] 08:12:58.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L97, complete] completed CON-POST MID= -1, Token=FC526FC1176AA650, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28804, Token=FC526FC1176AA650, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 08:12:58.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L99] send request 08:12:58.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L99] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:12:58.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L99] added with generated mid KeyMID[127.0.0.1:8236-28805], CON-POST MID=28805, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:12:58.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L99] added with generated token KeyToken[127.0.0.1:8236-F0F77A9D4C85A82A], CON-POST MID=28805, Token=F0F77A9D4C85A82A, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:12:58.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28805], KeyToken[127.0.0.1:8236-F0F77A9D4C85A82A]] 08:12:58.793 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:12:58.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E135,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28805, Token=F0F77A9D4C85A82A, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 08:12:58.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:12:58.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28805] 08:12:58.793 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.793 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100] replace CON-POST MID=28805, Token=F0F77A9D4C85A82A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28805, Token=F0F77A9D4C85A82A, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R100] send response NON-2.05 MID=28805, Token=null, OptionSet={}, "server responds hi" 08:12:58.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100, complete]! 08:12:58.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R100, complete] completed NON-2.04 MID=28805, Token=F0F77A9D4C85A82A, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 08:12:58.794 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E136,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28805, Token=F0F77A9D4C85A82A, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 08:12:58.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28805] 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99, complete]! 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L99, complete] for token KeyToken[127.0.0.1:8236-F0F77A9D4C85A82A] 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L99, complete] for MID KeyMID[127.0.0.1:8236-28805] 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L99, complete] completed CON-POST MID= -1, Token=F0F77A9D4C85A82A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28805, Token=F0F77A9D4C85A82A, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L101] send request 08:12:58.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L101] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:12:58.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L101] added with generated mid KeyMID[127.0.0.1:8236-28806], CON-POST MID=28806, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:12:58.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L101] added with generated token KeyToken[127.0.0.1:8236-00316C3F99370991], CON-POST MID=28806, Token=00316C3F99370991, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:12:58.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28806], KeyToken[127.0.0.1:8236-00316C3F99370991]] 08:12:58.797 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:12:58.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E137,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28806, Token=00316C3F99370991, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 08:12:58.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:12:58.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28806] 08:12:58.797 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.797 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102] replace CON-POST MID=28806, Token=00316C3F99370991, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28806, Token=00316C3F99370991, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R102] send response NON-2.05 MID=28806, Token=null, OptionSet={}, "server responds hi" 08:12:58.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102, complete]! 08:12:58.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R102, complete] completed NON-2.04 MID=28806, Token=00316C3F99370991, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 08:12:58.798 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E138,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28806, Token=00316C3F99370991, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 08:12:58.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28806] 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101, complete]! 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L101, complete] for token KeyToken[127.0.0.1:8236-00316C3F99370991] 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L101, complete] for MID KeyMID[127.0.0.1:8236-28806] 08:12:58.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L101, complete] completed CON-POST MID= -1, Token=00316C3F99370991, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28806, Token=00316C3F99370991, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 08:12:58.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L103] send request 08:12:58.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L103] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:12:58.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L103] added with generated mid KeyMID[127.0.0.1:8236-28807], CON-POST MID=28807, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:12:58.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L103] added with generated token KeyToken[127.0.0.1:8236-346AF98B9EC81D36], CON-POST MID=28807, Token=346AF98B9EC81D36, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:12:58.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28807], KeyToken[127.0.0.1:8236-346AF98B9EC81D36]] 08:12:58.801 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:12:58.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E139,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28807, Token=346AF98B9EC81D36, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1] 08:12:58.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:12:58.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28807] 08:12:58.801 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.801 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104] replace CON-POST MID=28807, Token=346AF98B9EC81D36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28807, Token=346AF98B9EC81D36, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R104] send response NON-2.05 MID=28807, Token=null, OptionSet={}, "server responds hi" 08:12:58.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104, complete]! 08:12:58.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R104, complete] completed NON-2.04 MID=28807, Token=346AF98B9EC81D36, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A! 08:12:58.802 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E140,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28807, Token=346AF98B9EC81D36, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A] 08:12:58.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28807] 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103, complete]! 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L103, complete] for token KeyToken[127.0.0.1:8236-346AF98B9EC81D36] 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L103, complete] for MID KeyMID[127.0.0.1:8236-28807] 08:12:58.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L103, complete] completed CON-POST MID= -1, Token=346AF98B9EC81D36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28807, Token=346AF98B9EC81D36, OptionSet={"Object-Security":0x0A0200}, acked AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1! 08:12:58.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L105] send request 08:12:58.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L105] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:12:58.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L105] added with generated mid KeyMID[127.0.0.1:8236-28808], CON-POST MID=28808, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:12:58.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L105] added with generated token KeyToken[127.0.0.1:8236-B433F4B6D1178854], CON-POST MID=28808, Token=B433F4B6D1178854, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:12:58.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28808], KeyToken[127.0.0.1:8236-B433F4B6D1178854]] 08:12:58.805 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:12:58.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E141,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28808, Token=B433F4B6D1178854, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE] 08:12:58.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:12:58.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28808] 08:12:58.805 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.805 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106] replace CON-POST MID=28808, Token=B433F4B6D1178854, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28808, Token=B433F4B6D1178854, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R106] send response NON-2.05 MID=28808, Token=null, OptionSet={}, "server responds hi" 08:12:58.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106, complete]! 08:12:58.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R106, complete] completed NON-2.04 MID=28808, Token=B433F4B6D1178854, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F! 08:12:58.807 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.807 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E142,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28808, Token=B433F4B6D1178854, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F] 08:12:58.807 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28808] 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105, complete]! 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L105, complete] for token KeyToken[127.0.0.1:8236-B433F4B6D1178854] 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L105, complete] for MID KeyMID[127.0.0.1:8236-28808] 08:12:58.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L105, complete] completed CON-POST MID= -1, Token=B433F4B6D1178854, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28808, Token=B433F4B6D1178854, OptionSet={"Object-Security":0x0A0400}, acked D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE! 08:12:58.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L107] send request 08:12:58.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L107] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:12:58.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L107] added with generated mid KeyMID[127.0.0.1:8236-28809], CON-POST MID=28809, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:12:58.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L107] added with generated token KeyToken[127.0.0.1:8236-E80A223DE5CFA907], CON-POST MID=28809, Token=E80A223DE5CFA907, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:12:58.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28809], KeyToken[127.0.0.1:8236-E80A223DE5CFA907]] 08:12:58.809 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:12:58.809 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E143,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28809, Token=E80A223DE5CFA907, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7] 08:12:58.809 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:12:58.809 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28809] 08:12:58.810 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.810 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108] replace CON-POST MID=28809, Token=E80A223DE5CFA907, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28809, Token=E80A223DE5CFA907, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R108] send response NON-2.05 MID=28809, Token=null, OptionSet={}, "server responds hi" 08:12:58.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108, complete]! 08:12:58.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R108, complete] completed NON-2.04 MID=28809, Token=E80A223DE5CFA907, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96! 08:12:58.811 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.811 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E144,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28809, Token=E80A223DE5CFA907, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96] 08:12:58.811 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28809] 08:12:58.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107, complete]! 08:12:58.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L107, complete] for token KeyToken[127.0.0.1:8236-E80A223DE5CFA907] 08:12:58.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L107, complete] for MID KeyMID[127.0.0.1:8236-28809] 08:12:58.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L107, complete] completed CON-POST MID= -1, Token=E80A223DE5CFA907, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28809, Token=E80A223DE5CFA907, OptionSet={"Object-Security":0x0A0800}, acked 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7! 08:12:58.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L109] send request 08:12:58.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L109] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:12:58.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L109] added with generated mid KeyMID[127.0.0.1:8236-28810], CON-POST MID=28810, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:12:58.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L109] added with generated token KeyToken[127.0.0.1:8236-50AF87F5AAAE587B], CON-POST MID=28810, Token=50AF87F5AAAE587B, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:12:58.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28810], KeyToken[127.0.0.1:8236-50AF87F5AAAE587B]] 08:12:58.813 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:12:58.814 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E145,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28810, Token=50AF87F5AAAE587B, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70] 08:12:58.814 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:12:58.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28810] 08:12:58.814 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.814 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110] replace CON-POST MID=28810, Token=50AF87F5AAAE587B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28810, Token=50AF87F5AAAE587B, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R110] send response NON-2.05 MID=28810, Token=null, OptionSet={}, "server responds hi" 08:12:58.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110, complete]! 08:12:58.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R110, complete] completed NON-2.04 MID=28810, Token=50AF87F5AAAE587B, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9! 08:12:58.815 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.815 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E146,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28810, Token=50AF87F5AAAE587B, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9] 08:12:58.815 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28810] 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109, complete]! 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L109, complete] for token KeyToken[127.0.0.1:8236-50AF87F5AAAE587B] 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L109, complete] for MID KeyMID[127.0.0.1:8236-28810] 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L109, complete] completed CON-POST MID= -1, Token=50AF87F5AAAE587B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28810, Token=50AF87F5AAAE587B, OptionSet={"Object-Security":0x0A1000}, acked F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70! 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L111] send request 08:12:58.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L111] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:12:58.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L111] added with generated mid KeyMID[127.0.0.1:8236-28811], CON-POST MID=28811, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:12:58.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L111] added with generated token KeyToken[127.0.0.1:8236-64CE59B8810E5D2E], CON-POST MID=28811, Token=64CE59B8810E5D2E, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:12:58.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28811], KeyToken[127.0.0.1:8236-64CE59B8810E5D2E]] 08:12:58.852 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:12:58.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E147,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28811, Token=64CE59B8810E5D2E, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55] 08:12:58.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:12:58.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28811] 08:12:58.853 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.853 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112] replace CON-POST MID=28811, Token=64CE59B8810E5D2E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28811, Token=64CE59B8810E5D2E, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R112] send response NON-2.05 MID=28811, Token=null, OptionSet={}, "server responds hi" 08:12:58.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112, complete]! 08:12:58.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R112, complete] completed NON-2.04 MID=28811, Token=64CE59B8810E5D2E, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E! 08:12:58.854 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E148,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28811, Token=64CE59B8810E5D2E, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E] 08:12:58.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28811] 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111, complete]! 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L111, complete] for token KeyToken[127.0.0.1:8236-64CE59B8810E5D2E] 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L111, complete] for MID KeyMID[127.0.0.1:8236-28811] 08:12:58.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L111, complete] completed CON-POST MID= -1, Token=64CE59B8810E5D2E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28811, Token=64CE59B8810E5D2E, OptionSet={"Object-Security":0x0A2000}, acked 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55! 08:12:58.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L113] send request 08:12:58.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L113] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:12:58.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L113] added with generated mid KeyMID[127.0.0.1:8236-28812], CON-POST MID=28812, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:12:58.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L113] added with generated token KeyToken[127.0.0.1:8236-280D40755E89556A], CON-POST MID=28812, Token=280D40755E89556A, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:12:58.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28812], KeyToken[127.0.0.1:8236-280D40755E89556A]] 08:12:58.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:12:58.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E149,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28812, Token=280D40755E89556A, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA] 08:12:58.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:12:58.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28812] 08:12:58.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114] replace CON-POST MID=28812, Token=280D40755E89556A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28812, Token=280D40755E89556A, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R114] send response NON-2.05 MID=28812, Token=null, OptionSet={}, "server responds hi" 08:12:58.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114, complete]! 08:12:58.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R114, complete] completed NON-2.04 MID=28812, Token=280D40755E89556A, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50! 08:12:58.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E150,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28812, Token=280D40755E89556A, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50] 08:12:58.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28812] 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113, complete]! 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L113, complete] for token KeyToken[127.0.0.1:8236-280D40755E89556A] 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L113, complete] for MID KeyMID[127.0.0.1:8236-28812] 08:12:58.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L113, complete] completed CON-POST MID= -1, Token=280D40755E89556A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28812, Token=280D40755E89556A, OptionSet={"Object-Security":0x0A4000}, acked 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA! 08:12:58.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L115] send request 08:12:58.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L115] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:12:58.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L115] added with generated mid KeyMID[127.0.0.1:8236-28813], CON-POST MID=28813, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:12:58.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L115] added with generated token KeyToken[127.0.0.1:8236-6447F15F6540E1E4], CON-POST MID=28813, Token=6447F15F6540E1E4, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:12:58.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28813], KeyToken[127.0.0.1:8236-6447F15F6540E1E4]] 08:12:58.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:12:58.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E151,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28813, Token=6447F15F6540E1E4, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6] 08:12:58.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:12:58.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28813] 08:12:58.862 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.862 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116] replace CON-POST MID=28813, Token=6447F15F6540E1E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28813, Token=6447F15F6540E1E4, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R116] send response NON-2.05 MID=28813, Token=null, OptionSet={}, "server responds hi" 08:12:58.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116, complete]! 08:12:58.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R116, complete] completed NON-2.04 MID=28813, Token=6447F15F6540E1E4, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32! 08:12:58.863 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E152,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28813, Token=6447F15F6540E1E4, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32] 08:12:58.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28813] 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115, complete]! 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L115, complete] for token KeyToken[127.0.0.1:8236-6447F15F6540E1E4] 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L115, complete] for MID KeyMID[127.0.0.1:8236-28813] 08:12:58.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L115, complete] completed CON-POST MID= -1, Token=6447F15F6540E1E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28813, Token=6447F15F6540E1E4, OptionSet={"Object-Security":0x0A8000}, acked D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6! 08:12:58.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L117] send request 08:12:58.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L117] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:12:58.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L117] added with generated mid KeyMID[127.0.0.1:8236-28814], CON-POST MID=28814, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:12:58.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L117] added with generated token KeyToken[127.0.0.1:8236-64A475533F9EC227], CON-POST MID=28814, Token=64A475533F9EC227, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:12:58.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28814], KeyToken[127.0.0.1:8236-64A475533F9EC227]] 08:12:58.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:12:58.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E153,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28814, Token=64A475533F9EC227, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8] 08:12:58.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:12:58.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28814] 08:12:58.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118] replace CON-POST MID=28814, Token=64A475533F9EC227, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28814, Token=64A475533F9EC227, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R118] send response NON-2.05 MID=28814, Token=null, OptionSet={}, "server responds hi" 08:12:58.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118, complete]! 08:12:58.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R118, complete] completed NON-2.04 MID=28814, Token=64A475533F9EC227, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F! 08:12:58.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E154,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28814, Token=64A475533F9EC227, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F] 08:12:58.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28814] 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117, complete]! 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L117, complete] for token KeyToken[127.0.0.1:8236-64A475533F9EC227] 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L117, complete] for MID KeyMID[127.0.0.1:8236-28814] 08:12:58.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L117, complete] completed CON-POST MID= -1, Token=64A475533F9EC227, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28814, Token=64A475533F9EC227, OptionSet={"Object-Security":0x0B010000}, acked 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8! 08:12:58.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L119] send request 08:12:58.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L119] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:12:58.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L119] added with generated mid KeyMID[127.0.0.1:8236-28815], CON-POST MID=28815, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:12:58.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L119] added with generated token KeyToken[127.0.0.1:8236-4014FF822805175D], CON-POST MID=28815, Token=4014FF822805175D, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:12:58.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28815], KeyToken[127.0.0.1:8236-4014FF822805175D]] 08:12:58.870 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:12:58.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E155,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28815, Token=4014FF822805175D, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06] 08:12:58.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:12:58.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28815] 08:12:58.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120] replace CON-POST MID=28815, Token=4014FF822805175D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28815, Token=4014FF822805175D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R120] send response NON-2.05 MID=28815, Token=null, OptionSet={}, "server responds hi" 08:12:58.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120, complete]! 08:12:58.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R120, complete] completed NON-2.04 MID=28815, Token=4014FF822805175D, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2! 08:12:58.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E156,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28815, Token=4014FF822805175D, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2] 08:12:58.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28815] 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119, complete]! 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L119, complete] for token KeyToken[127.0.0.1:8236-4014FF822805175D] 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L119, complete] for MID KeyMID[127.0.0.1:8236-28815] 08:12:58.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L119, complete] completed CON-POST MID= -1, Token=4014FF822805175D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28815, Token=4014FF822805175D, OptionSet={"Object-Security":0x0B020000}, acked A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06! 08:12:58.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L121] send request 08:12:58.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L121] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:12:58.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L121] added with generated mid KeyMID[127.0.0.1:8236-28816], CON-POST MID=28816, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:12:58.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L121] added with generated token KeyToken[127.0.0.1:8236-F4A3E5A440B61C34], CON-POST MID=28816, Token=F4A3E5A440B61C34, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:12:58.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28816], KeyToken[127.0.0.1:8236-F4A3E5A440B61C34]] 08:12:58.875 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:12:58.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E157,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28816, Token=F4A3E5A440B61C34, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43] 08:12:58.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:12:58.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28816] 08:12:58.875 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.875 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122] replace CON-POST MID=28816, Token=F4A3E5A440B61C34, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28816, Token=F4A3E5A440B61C34, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R122] send response NON-2.05 MID=28816, Token=null, OptionSet={}, "server responds hi" 08:12:58.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122, complete]! 08:12:58.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R122, complete] completed NON-2.04 MID=28816, Token=F4A3E5A440B61C34, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8! 08:12:58.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E158,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28816, Token=F4A3E5A440B61C34, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8] 08:12:58.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28816] 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121, complete]! 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L121, complete] for token KeyToken[127.0.0.1:8236-F4A3E5A440B61C34] 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L121, complete] for MID KeyMID[127.0.0.1:8236-28816] 08:12:58.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L121, complete] completed CON-POST MID= -1, Token=F4A3E5A440B61C34, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28816, Token=F4A3E5A440B61C34, OptionSet={"Object-Security":0x0B040000}, acked B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43! 08:12:58.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L123] send request 08:12:58.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L123] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:12:58.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L123] added with generated mid KeyMID[127.0.0.1:8236-28817], CON-POST MID=28817, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:12:58.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L123] added with generated token KeyToken[127.0.0.1:8236-843A5BF73CCA57E0], CON-POST MID=28817, Token=843A5BF73CCA57E0, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:12:58.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28817], KeyToken[127.0.0.1:8236-843A5BF73CCA57E0]] 08:12:58.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:12:58.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E159,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28817, Token=843A5BF73CCA57E0, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92] 08:12:58.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:12:58.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28817] 08:12:58.879 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.879 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124] replace CON-POST MID=28817, Token=843A5BF73CCA57E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28817, Token=843A5BF73CCA57E0, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R124] send response NON-2.05 MID=28817, Token=null, OptionSet={}, "server responds hi" 08:12:58.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124, complete]! 08:12:58.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R124, complete] completed NON-2.04 MID=28817, Token=843A5BF73CCA57E0, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41! 08:12:58.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E160,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28817, Token=843A5BF73CCA57E0, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41] 08:12:58.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28817] 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123, complete]! 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L123, complete] for token KeyToken[127.0.0.1:8236-843A5BF73CCA57E0] 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L123, complete] for MID KeyMID[127.0.0.1:8236-28817] 08:12:58.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L123, complete] completed CON-POST MID= -1, Token=843A5BF73CCA57E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28817, Token=843A5BF73CCA57E0, OptionSet={"Object-Security":0x0B080000}, acked 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92! 08:12:58.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L125] send request 08:12:58.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L125] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:12:58.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L125] added with generated mid KeyMID[127.0.0.1:8236-28818], CON-POST MID=28818, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:12:58.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L125] added with generated token KeyToken[127.0.0.1:8236-FCE9982108F50A66], CON-POST MID=28818, Token=FCE9982108F50A66, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:12:58.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28818], KeyToken[127.0.0.1:8236-FCE9982108F50A66]] 08:12:58.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:12:58.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E161,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28818, Token=FCE9982108F50A66, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9] 08:12:58.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:12:58.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28818] 08:12:58.883 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.883 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126] replace CON-POST MID=28818, Token=FCE9982108F50A66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28818, Token=FCE9982108F50A66, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R126] send response NON-2.05 MID=28818, Token=null, OptionSet={}, "server responds hi" 08:12:58.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126, complete]! 08:12:58.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R126, complete] completed NON-2.04 MID=28818, Token=FCE9982108F50A66, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F! 08:12:58.884 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E162,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28818, Token=FCE9982108F50A66, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F] 08:12:58.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28818] 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125, complete]! 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L125, complete] for token KeyToken[127.0.0.1:8236-FCE9982108F50A66] 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L125, complete] for MID KeyMID[127.0.0.1:8236-28818] 08:12:58.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L125, complete] completed CON-POST MID= -1, Token=FCE9982108F50A66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28818, Token=FCE9982108F50A66, OptionSet={"Object-Security":0x0B100000}, acked 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9! 08:12:58.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L127] send request 08:12:58.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L127] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:12:58.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L127] added with generated mid KeyMID[127.0.0.1:8236-28819], CON-POST MID=28819, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:12:58.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L127] added with generated token KeyToken[127.0.0.1:8236-BCC78900C53FFF49], CON-POST MID=28819, Token=BCC78900C53FFF49, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:12:58.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28819], KeyToken[127.0.0.1:8236-BCC78900C53FFF49]] 08:12:58.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:12:58.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E163,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28819, Token=BCC78900C53FFF49, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E] 08:12:58.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:12:58.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28819] 08:12:58.888 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.888 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128] replace CON-POST MID=28819, Token=BCC78900C53FFF49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28819, Token=BCC78900C53FFF49, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R128] send response NON-2.05 MID=28819, Token=null, OptionSet={}, "server responds hi" 08:12:58.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128, complete]! 08:12:58.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R128, complete] completed NON-2.04 MID=28819, Token=BCC78900C53FFF49, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C! 08:12:58.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E164,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28819, Token=BCC78900C53FFF49, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C] 08:12:58.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28819] 08:12:58.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127, complete]! 08:12:58.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L127, complete] for token KeyToken[127.0.0.1:8236-BCC78900C53FFF49] 08:12:58.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L127, complete] for MID KeyMID[127.0.0.1:8236-28819] 08:12:58.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L127, complete] completed CON-POST MID= -1, Token=BCC78900C53FFF49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28819, Token=BCC78900C53FFF49, OptionSet={"Object-Security":0x0B200000}, acked 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E! 08:12:58.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L129] send request 08:12:58.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L129] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:12:58.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L129] added with generated mid KeyMID[127.0.0.1:8236-28820], CON-POST MID=28820, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:12:58.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L129] added with generated token KeyToken[127.0.0.1:8236-D4EC320A7641714F], CON-POST MID=28820, Token=D4EC320A7641714F, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:12:58.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28820], KeyToken[127.0.0.1:8236-D4EC320A7641714F]] 08:12:58.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:12:58.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E165,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28820, Token=D4EC320A7641714F, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20] 08:12:58.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:12:58.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28820] 08:12:58.891 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.891 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130] replace CON-POST MID=28820, Token=D4EC320A7641714F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28820, Token=D4EC320A7641714F, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R130] send response NON-2.05 MID=28820, Token=null, OptionSet={}, "server responds hi" 08:12:58.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130, complete]! 08:12:58.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R130, complete] completed NON-2.04 MID=28820, Token=D4EC320A7641714F, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC! 08:12:58.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E166,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28820, Token=D4EC320A7641714F, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC] 08:12:58.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28820] 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129, complete]! 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L129, complete] for token KeyToken[127.0.0.1:8236-D4EC320A7641714F] 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L129, complete] for MID KeyMID[127.0.0.1:8236-28820] 08:12:58.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L129, complete] completed CON-POST MID= -1, Token=D4EC320A7641714F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28820, Token=D4EC320A7641714F, OptionSet={"Object-Security":0x0B400000}, acked A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20! 08:12:58.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L131] send request 08:12:58.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L131] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:12:58.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L131] added with generated mid KeyMID[127.0.0.1:8236-28821], CON-POST MID=28821, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:12:58.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L131] added with generated token KeyToken[127.0.0.1:8236-EC16ED0D67A13C1D], CON-POST MID=28821, Token=EC16ED0D67A13C1D, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:12:58.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28821], KeyToken[127.0.0.1:8236-EC16ED0D67A13C1D]] 08:12:58.895 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:12:58.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E167,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28821, Token=EC16ED0D67A13C1D, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5] 08:12:58.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:12:58.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28821] 08:12:58.895 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.895 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132] replace CON-POST MID=28821, Token=EC16ED0D67A13C1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28821, Token=EC16ED0D67A13C1D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R132] send response NON-2.05 MID=28821, Token=null, OptionSet={}, "server responds hi" 08:12:58.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132, complete]! 08:12:58.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R132, complete] completed NON-2.04 MID=28821, Token=EC16ED0D67A13C1D, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6! 08:12:58.896 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E168,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28821, Token=EC16ED0D67A13C1D, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6] 08:12:58.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28821] 08:12:58.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131, complete]! 08:12:58.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L131, complete] for token KeyToken[127.0.0.1:8236-EC16ED0D67A13C1D] 08:12:58.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L131, complete] for MID KeyMID[127.0.0.1:8236-28821] 08:12:58.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L131, complete] completed CON-POST MID= -1, Token=EC16ED0D67A13C1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28821, Token=EC16ED0D67A13C1D, OptionSet={"Object-Security":0x0B800000}, acked 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5! 08:12:58.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L133] send request 08:12:58.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L133] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:12:58.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L133] added with generated mid KeyMID[127.0.0.1:8236-28822], CON-POST MID=28822, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:12:58.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L133] added with generated token KeyToken[127.0.0.1:8236-D8695C115450EFF4], CON-POST MID=28822, Token=D8695C115450EFF4, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:12:58.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28822], KeyToken[127.0.0.1:8236-D8695C115450EFF4]] 08:12:58.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:12:58.899 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E169,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28822, Token=D8695C115450EFF4, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A] 08:12:58.899 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:12:58.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28822] 08:12:58.899 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.899 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134] replace CON-POST MID=28822, Token=D8695C115450EFF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28822, Token=D8695C115450EFF4, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R134] send response NON-2.05 MID=28822, Token=null, OptionSet={}, "server responds hi" 08:12:58.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134, complete]! 08:12:58.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R134, complete] completed NON-2.04 MID=28822, Token=D8695C115450EFF4, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5! 08:12:58.900 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E170,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28822, Token=D8695C115450EFF4, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5] 08:12:58.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28822] 08:12:58.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133, complete]! 08:12:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L133, complete] for token KeyToken[127.0.0.1:8236-D8695C115450EFF4] 08:12:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L133, complete] for MID KeyMID[127.0.0.1:8236-28822] 08:12:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L133, complete] completed CON-POST MID= -1, Token=D8695C115450EFF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28822, Token=D8695C115450EFF4, OptionSet={"Object-Security":0x0C01000000}, acked 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A! 08:12:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L135] send request 08:12:58.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L135] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:12:58.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L135] added with generated mid KeyMID[127.0.0.1:8236-28823], CON-POST MID=28823, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:12:58.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L135] added with generated token KeyToken[127.0.0.1:8236-B819E5B4BC6422A6], CON-POST MID=28823, Token=B819E5B4BC6422A6, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:12:58.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28823], KeyToken[127.0.0.1:8236-B819E5B4BC6422A6]] 08:12:58.902 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:12:58.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E171,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28823, Token=B819E5B4BC6422A6, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24] 08:12:58.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:12:58.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28823] 08:12:58.903 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.903 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136] replace CON-POST MID=28823, Token=B819E5B4BC6422A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28823, Token=B819E5B4BC6422A6, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R136] send response NON-2.05 MID=28823, Token=null, OptionSet={}, "server responds hi" 08:12:58.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136, complete]! 08:12:58.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R136, complete] completed NON-2.04 MID=28823, Token=B819E5B4BC6422A6, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29! 08:12:58.904 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E172,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28823, Token=B819E5B4BC6422A6, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29] 08:12:58.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28823] 08:12:58.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135, complete]! 08:12:58.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L135, complete] for token KeyToken[127.0.0.1:8236-B819E5B4BC6422A6] 08:12:58.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L135, complete] for MID KeyMID[127.0.0.1:8236-28823] 08:12:58.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L135, complete] completed CON-POST MID= -1, Token=B819E5B4BC6422A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28823, Token=B819E5B4BC6422A6, OptionSet={"Object-Security":0x0C02000000}, acked CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24! 08:12:58.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L137] send request 08:12:58.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L137] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:12:58.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L137] added with generated mid KeyMID[127.0.0.1:8236-28824], CON-POST MID=28824, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:12:58.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L137] added with generated token KeyToken[127.0.0.1:8236-082F38318BDD397E], CON-POST MID=28824, Token=082F38318BDD397E, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:12:58.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28824], KeyToken[127.0.0.1:8236-082F38318BDD397E]] 08:12:58.906 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:12:58.906 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E173,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28824, Token=082F38318BDD397E, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34] 08:12:58.906 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:12:58.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28824] 08:12:58.907 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.907 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138] replace CON-POST MID=28824, Token=082F38318BDD397E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28824, Token=082F38318BDD397E, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R138] send response NON-2.05 MID=28824, Token=null, OptionSet={}, "server responds hi" 08:12:58.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138, complete]! 08:12:58.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R138, complete] completed NON-2.04 MID=28824, Token=082F38318BDD397E, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24! 08:12:58.907 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.908 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E174,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28824, Token=082F38318BDD397E, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24] 08:12:58.908 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28824] 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137, complete]! 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L137, complete] for token KeyToken[127.0.0.1:8236-082F38318BDD397E] 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L137, complete] for MID KeyMID[127.0.0.1:8236-28824] 08:12:58.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L137, complete] completed CON-POST MID= -1, Token=082F38318BDD397E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28824, Token=082F38318BDD397E, OptionSet={"Object-Security":0x0C04000000}, acked 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34! 08:12:58.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L139] send request 08:12:58.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L139] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:12:58.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L139] added with generated mid KeyMID[127.0.0.1:8236-28825], CON-POST MID=28825, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:12:58.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L139] added with generated token KeyToken[127.0.0.1:8236-A44AAEB8FE779AA6], CON-POST MID=28825, Token=A44AAEB8FE779AA6, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:12:58.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28825], KeyToken[127.0.0.1:8236-A44AAEB8FE779AA6]] 08:12:58.910 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:12:58.910 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E175,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28825, Token=A44AAEB8FE779AA6, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25] 08:12:58.910 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:12:58.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28825] 08:12:58.910 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.910 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140] replace CON-POST MID=28825, Token=A44AAEB8FE779AA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28825, Token=A44AAEB8FE779AA6, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R140] send response NON-2.05 MID=28825, Token=null, OptionSet={}, "server responds hi" 08:12:58.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140, complete]! 08:12:58.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R140, complete] completed NON-2.04 MID=28825, Token=A44AAEB8FE779AA6, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5! 08:12:58.911 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.911 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E176,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28825, Token=A44AAEB8FE779AA6, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5] 08:12:58.911 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28825] 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139, complete]! 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L139, complete] for token KeyToken[127.0.0.1:8236-A44AAEB8FE779AA6] 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L139, complete] for MID KeyMID[127.0.0.1:8236-28825] 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L139, complete] completed CON-POST MID= -1, Token=A44AAEB8FE779AA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28825, Token=A44AAEB8FE779AA6, OptionSet={"Object-Security":0x0C08000000}, acked EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25! 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L141] send request 08:12:58.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L141] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:12:58.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L141] added with generated mid KeyMID[127.0.0.1:8236-28826], CON-POST MID=28826, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:12:58.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L141] added with generated token KeyToken[127.0.0.1:8236-8832DB6F2B1B73E9], CON-POST MID=28826, Token=8832DB6F2B1B73E9, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:12:58.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28826], KeyToken[127.0.0.1:8236-8832DB6F2B1B73E9]] 08:12:58.913 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:12:58.913 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E177,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28826, Token=8832DB6F2B1B73E9, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA] 08:12:58.914 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:12:58.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28826] 08:12:58.914 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.914 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142] replace CON-POST MID=28826, Token=8832DB6F2B1B73E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28826, Token=8832DB6F2B1B73E9, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R142] send response NON-2.05 MID=28826, Token=null, OptionSet={}, "server responds hi" 08:12:58.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142, complete]! 08:12:58.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R142, complete] completed NON-2.04 MID=28826, Token=8832DB6F2B1B73E9, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA! 08:12:58.915 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.915 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E178,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28826, Token=8832DB6F2B1B73E9, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA] 08:12:58.915 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28826] 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141, complete]! 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L141, complete] for token KeyToken[127.0.0.1:8236-8832DB6F2B1B73E9] 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L141, complete] for MID KeyMID[127.0.0.1:8236-28826] 08:12:58.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L141, complete] completed CON-POST MID= -1, Token=8832DB6F2B1B73E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28826, Token=8832DB6F2B1B73E9, OptionSet={"Object-Security":0x0C10000000}, acked AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA! 08:12:58.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L143] send request 08:12:58.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L143] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:12:58.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L143] added with generated mid KeyMID[127.0.0.1:8236-28827], CON-POST MID=28827, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:12:58.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L143] added with generated token KeyToken[127.0.0.1:8236-FC7C757E1E9CC1F6], CON-POST MID=28827, Token=FC7C757E1E9CC1F6, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:12:58.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-28827], KeyToken[127.0.0.1:8236-FC7C757E1E9CC1F6]] 08:12:58.917 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:12:58.917 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E179,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID=28827, Token=FC7C757E1E9CC1F6, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6] 08:12:58.917 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:12:58.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28827] 08:12:58.917 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.917 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144] replace CON-POST MID=28827, Token=FC7C757E1E9CC1F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28827, Token=FC7C757E1E9CC1F6, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R144] send response NON-2.05 MID=28827, Token=null, OptionSet={}, "server responds hi" 08:12:58.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144, complete]! 08:12:58.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R144, complete] completed NON-2.04 MID=28827, Token=FC7C757E1E9CC1F6, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7! 08:12:58.918 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.918 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E180,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID=28827, Token=FC7C757E1E9CC1F6, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7] 08:12:58.918 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:12:58.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-28827] 08:12:58.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143, complete]! 08:12:58.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L143, complete] for token KeyToken[127.0.0.1:8236-FC7C757E1E9CC1F6] 08:12:58.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L143, complete] for MID KeyMID[127.0.0.1:8236-28827] 08:12:58.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L143, complete] completed CON-POST MID= -1, Token=FC7C757E1E9CC1F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28827, Token=FC7C757E1E9CC1F6, OptionSet={"Object-Security":0x0C20000000}, acked 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6! 08:12:58.919 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8236 08:12:58.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8236 08:12:58.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8236] stopping ... 08:12:58.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /127.0.0.1 08:12:58.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8236] has stopped. 08:12:58.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8236 08:12:58.952 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:12:58.953 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.953 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.953 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.953 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.954 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.954 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.954 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.954 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.954 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238 08:12:58.954 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.954 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8238, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8238 08:12:58.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L145] send request 08:12:58.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L145] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:12:58.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L145] added with generated mid KeyMID[127.0.0.1:8238-56993], CON-POST MID=56993, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:12:58.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L145] added with generated token KeyToken[127.0.0.1:8238-20571405978880F1], CON-POST MID=56993, Token=20571405978880F1, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:12:58.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8238-56993], KeyToken[127.0.0.1:8238-20571405978880F1]] 08:12:58.957 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8238 08:12:58.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E181,T197) 127.0.0.1:8,237 ==> :8,238 [CON-POST MID=56993, Token=20571405978880F1, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65] 08:12:58.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8238) received 41 bytes from 127.0.0.1:8237 08:12:58.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-56993] 08:12:58.957 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.957 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146] replace CON-POST MID=56993, Token=20571405978880F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=56993, Token=20571405978880F1, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R146] send response NON-2.05 MID=56993, Token=null, OptionSet={}, "server responds hi" 08:12:58.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146, complete]! 08:12:58.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R146, complete] completed NON-2.04 MID=56993, Token=20571405978880F1, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE! 08:12:58.958 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E182,T192) 127.0.0.1:8,238 ==> :8,237 [NON-2.04 MID=56993, Token=20571405978880F1, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE] 08:12:58.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8238 08:12:58.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-56993] 08:12:58.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145, complete]! 08:12:58.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L145, complete] for token KeyToken[127.0.0.1:8238-20571405978880F1] 08:12:58.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L145, complete] for MID KeyMID[127.0.0.1:8238-56993] 08:12:58.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L145, complete] completed CON-POST MID= -1, Token=20571405978880F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=56993, Token=20571405978880F1, OptionSet={"Object-Security":0x0A03E8}, acked 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65! 08:12:58.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L147] send request 08:12:58.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L147] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:12:58.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L147] added with generated mid KeyMID[127.0.0.1:8238-56994], CON-POST MID=56994, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:12:58.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L147] added with generated token KeyToken[127.0.0.1:8238-DC1252F29B50CFAD], CON-POST MID=56994, Token=DC1252F29B50CFAD, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:12:58.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8238-56994], KeyToken[127.0.0.1:8238-DC1252F29B50CFAD]] 08:12:58.961 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8238 08:12:58.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E183,T197) 127.0.0.1:8,237 ==> :8,238 [CON-POST MID=56994, Token=DC1252F29B50CFAD, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50] 08:12:58.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8238) received 41 bytes from 127.0.0.1:8237 08:12:58.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-56994] 08:12:58.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.962 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 08:12:58.962 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:12:58.962 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 08:12:58.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R148, complete]! 08:12:58.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R148, complete] completed ACK-4.01 MID=56994, Token=DC1252F29B50CFAD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 08:12:58.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8237 08:12:58.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E184,T192) 127.0.0.1:8,238 ==> :8,237 [ACK-4.01 MID=56994, Token=DC1252F29B50CFAD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 08:12:58.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 30 bytes from 127.0.0.1:8238 08:12:58.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:12:58.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=56994, Token=DC1252F29B50CFAD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 08:12:58.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147, complete]! 08:12:58.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L147, complete] for token KeyToken[127.0.0.1:8238-DC1252F29B50CFAD] 08:12:58.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L147, complete] for MID KeyMID[127.0.0.1:8238-56994] 08:12:58.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L147, complete] completed CON-POST MID= -1, Token=DC1252F29B50CFAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=56994, Token=DC1252F29B50CFAD, OptionSet={"Object-Security":0x0A0388}, acked 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50! 08:12:58.964 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.964 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8238 08:12:58.964 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8238 08:12:58.964 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8238] stopping ... 08:12:58.964 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /127.0.0.1 08:12:58.964 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8238] has stopped. 08:12:58.964 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8238 08:12:58.965 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:12:58.965 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.965 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.965 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.965 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.966 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.966 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.966 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.966 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.966 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.966 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239 08:12:58.966 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.966 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8239, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.967 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8239 08:12:58.967 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L149] send request 08:12:58.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L149] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:12:58.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L149] added with generated mid KeyMID[127.0.0.1:8239-59902], CON-POST MID=59902, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:12:58.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L149] added with generated token KeyToken[127.0.0.1:8239-A4DFA5C9D55B050E], CON-POST MID=59902, Token=A4DFA5C9D55B050E, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:12:58.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-59902], KeyToken[127.0.0.1:8239-A4DFA5C9D55B050E]] 08:12:58.968 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8239 08:12:58.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E185,T202) 127.0.0.1:8,237 ==> :8,239 [CON-POST MID=59902, Token=A4DFA5C9D55B050E, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 08:12:58.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8239) received 40 bytes from 127.0.0.1:8237 08:12:58.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59902] 08:12:58.969 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.969 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150] replace CON-POST MID=59902, Token=A4DFA5C9D55B050E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59902, Token=A4DFA5C9D55B050E, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R150] send response NON-2.05 MID=59902, Token=null, OptionSet={}, "server responds hi" 08:12:58.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150, complete]! 08:12:58.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R150, complete] completed NON-2.04 MID=59902, Token=A4DFA5C9D55B050E, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 08:12:58.970 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E186,T192) 127.0.0.1:8,239 ==> :8,237 [NON-2.04 MID=59902, Token=A4DFA5C9D55B050E, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 08:12:58.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8239 08:12:58.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8239-59902] 08:12:58.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149, complete]! 08:12:58.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L149, complete] for token KeyToken[127.0.0.1:8239-A4DFA5C9D55B050E] 08:12:58.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L149, complete] for MID KeyMID[127.0.0.1:8239-59902] 08:12:58.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L149, complete] completed CON-POST MID= -1, Token=A4DFA5C9D55B050E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59902, Token=A4DFA5C9D55B050E, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 08:12:58.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L151] send request 08:12:58.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L151] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:12:58.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L151] added with generated mid KeyMID[127.0.0.1:8239-59903], CON-POST MID=59903, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:12:58.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L151] added with generated token KeyToken[127.0.0.1:8239-9CBA62D5E0271875], CON-POST MID=59903, Token=9CBA62D5E0271875, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:12:58.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-59903], KeyToken[127.0.0.1:8239-9CBA62D5E0271875]] 08:12:58.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8239 08:12:58.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E187,T202) 127.0.0.1:8,237 ==> :8,239 [CON-POST MID=59903, Token=9CBA62D5E0271875, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 08:12:58.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8239) received 40 bytes from 127.0.0.1:8237 08:12:58.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59903] 08:12:58.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152] replace CON-POST MID=59903, Token=9CBA62D5E0271875, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59903, Token=9CBA62D5E0271875, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R152] send response NON-2.05 MID=59903, Token=null, OptionSet={}, "server responds hi" 08:12:58.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152, complete]! 08:12:58.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R152, complete] completed NON-2.04 MID=59903, Token=9CBA62D5E0271875, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 08:12:58.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E188,T192) 127.0.0.1:8,239 ==> :8,237 [NON-2.04 MID=59903, Token=9CBA62D5E0271875, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 08:12:58.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8239 08:12:58.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8239-59903] 08:12:58.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151, complete]! 08:12:58.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L151, complete] for token KeyToken[127.0.0.1:8239-9CBA62D5E0271875] 08:12:58.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L151, complete] for MID KeyMID[127.0.0.1:8239-59903] 08:12:58.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L151, complete] completed CON-POST MID= -1, Token=9CBA62D5E0271875, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59903, Token=9CBA62D5E0271875, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 08:12:58.975 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:12:58.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8239 08:12:58.975 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8239 08:12:58.975 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] stopping ... 08:12:58.975 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /127.0.0.1 08:12:58.975 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] has stopped. 08:12:58.976 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8239 08:12:58.976 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:12:58.976 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:12:58.976 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:12:58.976 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:12:58.977 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:12:58.977 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:12:58.977 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:12:58.977 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:12:58.977 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:12:58.977 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:12:58.977 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240 08:12:58.977 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:12:58.978 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8240, recv buf = 0, send buf = 0, recv packet size = 2048 08:12:58.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:12:58.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:12:58.978 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8240 08:12:58.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L153] send request 08:12:58.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L153] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:12:58.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L153] added with generated mid KeyMID[127.0.0.1:8240-59656], CON-POST MID=59656, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:12:58.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L153] added with generated token KeyToken[127.0.0.1:8240-84AF634E30607179], CON-POST MID=59656, Token=84AF634E30607179, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:12:58.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59656], KeyToken[127.0.0.1:8240-84AF634E30607179]] 08:12:58.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:58.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E189,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59656, Token=84AF634E30607179, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:12:58.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:58.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59656] 08:12:58.980 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.980 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154] replace CON-POST MID=59656, Token=84AF634E30607179, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59656, Token=84AF634E30607179, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R154] send response NON-2.05 MID=59656, Token=null, OptionSet={}, "server responds hi" 08:12:58.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154, complete]! 08:12:58.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R154, complete] completed NON-2.04 MID=59656, Token=84AF634E30607179, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:12:58.981 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E190,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59656, Token=84AF634E30607179, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:12:58.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59656] 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153, complete]! 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L153, complete] for token KeyToken[127.0.0.1:8240-84AF634E30607179] 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L153, complete] for MID KeyMID[127.0.0.1:8240-59656] 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L153, complete] completed CON-POST MID= -1, Token=84AF634E30607179, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59656, Token=84AF634E30607179, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L155] send request 08:12:58.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L155] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:12:58.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L155] added with generated mid KeyMID[127.0.0.1:8240-59657], CON-POST MID=59657, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:12:58.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L155] added with generated token KeyToken[127.0.0.1:8240-00ED927543C00B7F], CON-POST MID=59657, Token=00ED927543C00B7F, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:12:58.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59657], KeyToken[127.0.0.1:8240-00ED927543C00B7F]] 08:12:58.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:58.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E191,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59657, Token=00ED927543C00B7F, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:12:58.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:58.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59657] 08:12:58.984 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.984 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156] replace CON-POST MID=59657, Token=00ED927543C00B7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59657, Token=00ED927543C00B7F, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R156] send response NON-2.05 MID=59657, Token=null, OptionSet={}, "server responds hi" 08:12:58.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156, complete]! 08:12:58.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R156, complete] completed NON-2.04 MID=59657, Token=00ED927543C00B7F, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:12:58.985 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E192,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59657, Token=00ED927543C00B7F, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:12:58.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:58.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59657] 08:12:58.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155, complete]! 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L155, complete] for token KeyToken[127.0.0.1:8240-00ED927543C00B7F] 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L155, complete] for MID KeyMID[127.0.0.1:8240-59657] 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L155, complete] completed CON-POST MID= -1, Token=00ED927543C00B7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59657, Token=00ED927543C00B7F, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L157] send request 08:12:58.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L157] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:12:58.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L157] added with generated mid KeyMID[127.0.0.1:8240-59658], CON-POST MID=59658, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:12:58.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L157] added with generated token KeyToken[127.0.0.1:8240-A0E882BEFC13D5AC], CON-POST MID=59658, Token=A0E882BEFC13D5AC, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:12:58.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59658], KeyToken[127.0.0.1:8240-A0E882BEFC13D5AC]] 08:12:58.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:58.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E193,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59658, Token=A0E882BEFC13D5AC, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 08:12:58.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:58.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59658] 08:12:58.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158] replace CON-POST MID=59658, Token=A0E882BEFC13D5AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59658, Token=A0E882BEFC13D5AC, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R158] send response NON-2.05 MID=59658, Token=null, OptionSet={}, "server responds hi" 08:12:58.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158, complete]! 08:12:58.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R158, complete] completed NON-2.04 MID=59658, Token=A0E882BEFC13D5AC, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 08:12:58.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E194,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59658, Token=A0E882BEFC13D5AC, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 08:12:58.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:58.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59658] 08:12:58.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157, complete]! 08:12:58.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L157, complete] for token KeyToken[127.0.0.1:8240-A0E882BEFC13D5AC] 08:12:58.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L157, complete] for MID KeyMID[127.0.0.1:8240-59658] 08:12:58.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L157, complete] completed CON-POST MID= -1, Token=A0E882BEFC13D5AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59658, Token=A0E882BEFC13D5AC, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 08:12:58.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L159] send request 08:12:58.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L159] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:12:58.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L159] added with generated mid KeyMID[127.0.0.1:8240-59659], CON-POST MID=59659, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:12:58.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L159] added with generated token KeyToken[127.0.0.1:8240-5CA5952DE331A582], CON-POST MID=59659, Token=5CA5952DE331A582, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:12:58.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59659], KeyToken[127.0.0.1:8240-5CA5952DE331A582]] 08:12:58.991 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:58.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E195,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59659, Token=5CA5952DE331A582, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4] 08:12:58.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:58.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59659] 08:12:58.992 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.992 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160] replace CON-POST MID=59659, Token=5CA5952DE331A582, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59659, Token=5CA5952DE331A582, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R160] send response NON-2.05 MID=59659, Token=null, OptionSet={}, "server responds hi" 08:12:58.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160, complete]! 08:12:58.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R160, complete] completed NON-2.04 MID=59659, Token=5CA5952DE331A582, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB! 08:12:58.992 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E196,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59659, Token=5CA5952DE331A582, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB] 08:12:58.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59659] 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159, complete]! 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L159, complete] for token KeyToken[127.0.0.1:8240-5CA5952DE331A582] 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L159, complete] for MID KeyMID[127.0.0.1:8240-59659] 08:12:58.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L159, complete] completed CON-POST MID= -1, Token=5CA5952DE331A582, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59659, Token=5CA5952DE331A582, OptionSet={"Object-Security":0x0903}, acked C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4! 08:12:58.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L161] send request 08:12:58.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L161] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:12:58.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L161] added with generated mid KeyMID[127.0.0.1:8240-59660], CON-POST MID=59660, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:12:58.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L161] added with generated token KeyToken[127.0.0.1:8240-A48A551EA8F32495], CON-POST MID=59660, Token=A48A551EA8F32495, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:12:58.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59660], KeyToken[127.0.0.1:8240-A48A551EA8F32495]] 08:12:58.995 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:58.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E197,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59660, Token=A48A551EA8F32495, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 08:12:58.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:58.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59660] 08:12:58.995 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:58.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:58.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162] replace CON-POST MID=59660, Token=A48A551EA8F32495, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59660, Token=A48A551EA8F32495, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R162] send response NON-2.05 MID=59660, Token=null, OptionSet={}, "server responds hi" 08:12:58.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162, complete]! 08:12:58.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R162, complete] completed NON-2.04 MID=59660, Token=A48A551EA8F32495, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 08:12:58.997 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:58.997 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E198,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59660, Token=A48A551EA8F32495, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 08:12:58.997 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59660] 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161, complete]! 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L161, complete] for token KeyToken[127.0.0.1:8240-A48A551EA8F32495] 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L161, complete] for MID KeyMID[127.0.0.1:8240-59660] 08:12:58.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L161, complete] completed CON-POST MID= -1, Token=A48A551EA8F32495, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59660, Token=A48A551EA8F32495, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 08:12:58.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L163] send request 08:12:58.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L163] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:58.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:12:58.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L163] added with generated mid KeyMID[127.0.0.1:8240-59661], CON-POST MID=59661, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:12:58.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L163] added with generated token KeyToken[127.0.0.1:8240-309226D9CFFB6B0C], CON-POST MID=59661, Token=309226D9CFFB6B0C, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:12:58.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59661], KeyToken[127.0.0.1:8240-309226D9CFFB6B0C]] 08:12:58.999 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:58.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E199,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59661, Token=309226D9CFFB6B0C, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 08:12:58.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:58.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59661] 08:12:58.999 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.000 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164] replace CON-POST MID=59661, Token=309226D9CFFB6B0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59661, Token=309226D9CFFB6B0C, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R164] send response NON-2.05 MID=59661, Token=null, OptionSet={}, "server responds hi" 08:12:59.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164, complete]! 08:12:59.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R164, complete] completed NON-2.04 MID=59661, Token=309226D9CFFB6B0C, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 08:12:59.000 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E200,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59661, Token=309226D9CFFB6B0C, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 08:12:59.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59661] 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163, complete]! 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L163, complete] for token KeyToken[127.0.0.1:8240-309226D9CFFB6B0C] 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L163, complete] for MID KeyMID[127.0.0.1:8240-59661] 08:12:59.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L163, complete] completed CON-POST MID= -1, Token=309226D9CFFB6B0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59661, Token=309226D9CFFB6B0C, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 08:12:59.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L165] send request 08:12:59.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L165] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:12:59.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L165] added with generated mid KeyMID[127.0.0.1:8240-59662], CON-POST MID=59662, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:12:59.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L165] added with generated token KeyToken[127.0.0.1:8240-4C5BA2B51C83ECA1], CON-POST MID=59662, Token=4C5BA2B51C83ECA1, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:12:59.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59662], KeyToken[127.0.0.1:8240-4C5BA2B51C83ECA1]] 08:12:59.003 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.003 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E201,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59662, Token=4C5BA2B51C83ECA1, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD] 08:12:59.003 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59662] 08:12:59.003 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.003 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166] replace CON-POST MID=59662, Token=4C5BA2B51C83ECA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59662, Token=4C5BA2B51C83ECA1, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R166] send response NON-2.05 MID=59662, Token=null, OptionSet={}, "server responds hi" 08:12:59.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166, complete]! 08:12:59.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R166, complete] completed NON-2.04 MID=59662, Token=4C5BA2B51C83ECA1, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6! 08:12:59.004 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E202,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59662, Token=4C5BA2B51C83ECA1, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6] 08:12:59.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59662] 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165, complete]! 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L165, complete] for token KeyToken[127.0.0.1:8240-4C5BA2B51C83ECA1] 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L165, complete] for MID KeyMID[127.0.0.1:8240-59662] 08:12:59.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L165, complete] completed CON-POST MID= -1, Token=4C5BA2B51C83ECA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59662, Token=4C5BA2B51C83ECA1, OptionSet={"Object-Security":0x0906}, acked 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD! 08:12:59.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L167] send request 08:12:59.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L167] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:12:59.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L167] added with generated mid KeyMID[127.0.0.1:8240-59663], CON-POST MID=59663, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:12:59.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L167] added with generated token KeyToken[127.0.0.1:8240-084087C1CD03B8F4], CON-POST MID=59663, Token=084087C1CD03B8F4, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:12:59.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59663], KeyToken[127.0.0.1:8240-084087C1CD03B8F4]] 08:12:59.007 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E203,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59663, Token=084087C1CD03B8F4, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0] 08:12:59.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59663] 08:12:59.008 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.008 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168] replace CON-POST MID=59663, Token=084087C1CD03B8F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59663, Token=084087C1CD03B8F4, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R168] send response NON-2.05 MID=59663, Token=null, OptionSet={}, "server responds hi" 08:12:59.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168, complete]! 08:12:59.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R168, complete] completed NON-2.04 MID=59663, Token=084087C1CD03B8F4, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6! 08:12:59.009 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E204,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59663, Token=084087C1CD03B8F4, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6] 08:12:59.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59663] 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167, complete]! 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L167, complete] for token KeyToken[127.0.0.1:8240-084087C1CD03B8F4] 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L167, complete] for MID KeyMID[127.0.0.1:8240-59663] 08:12:59.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L167, complete] completed CON-POST MID= -1, Token=084087C1CD03B8F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59663, Token=084087C1CD03B8F4, OptionSet={"Object-Security":0x0907}, acked F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0! 08:12:59.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L169] send request 08:12:59.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L169] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:12:59.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L169] added with generated mid KeyMID[127.0.0.1:8240-59664], CON-POST MID=59664, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:12:59.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L169] added with generated token KeyToken[127.0.0.1:8240-F08ADA969F6FB8DA], CON-POST MID=59664, Token=F08ADA969F6FB8DA, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:12:59.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59664], KeyToken[127.0.0.1:8240-F08ADA969F6FB8DA]] 08:12:59.014 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.014 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E205,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59664, Token=F08ADA969F6FB8DA, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 08:12:59.014 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59664] 08:12:59.014 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.014 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170] replace CON-POST MID=59664, Token=F08ADA969F6FB8DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59664, Token=F08ADA969F6FB8DA, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R170] send response NON-2.05 MID=59664, Token=null, OptionSet={}, "server responds hi" 08:12:59.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170, complete]! 08:12:59.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R170, complete] completed NON-2.04 MID=59664, Token=F08ADA969F6FB8DA, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 08:12:59.015 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.015 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E206,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59664, Token=F08ADA969F6FB8DA, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 08:12:59.015 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59664] 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169, complete]! 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L169, complete] for token KeyToken[127.0.0.1:8240-F08ADA969F6FB8DA] 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L169, complete] for MID KeyMID[127.0.0.1:8240-59664] 08:12:59.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L169, complete] completed CON-POST MID= -1, Token=F08ADA969F6FB8DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59664, Token=F08ADA969F6FB8DA, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 08:12:59.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L171] send request 08:12:59.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L171] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:12:59.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L171] added with generated mid KeyMID[127.0.0.1:8240-59665], CON-POST MID=59665, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:12:59.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L171] added with generated token KeyToken[127.0.0.1:8240-E0B90D8B8D1EE140], CON-POST MID=59665, Token=E0B90D8B8D1EE140, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:12:59.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59665], KeyToken[127.0.0.1:8240-E0B90D8B8D1EE140]] 08:12:59.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E207,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59665, Token=E0B90D8B8D1EE140, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE] 08:12:59.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59665] 08:12:59.054 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.054 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172] replace CON-POST MID=59665, Token=E0B90D8B8D1EE140, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59665, Token=E0B90D8B8D1EE140, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R172] send response NON-2.05 MID=59665, Token=null, OptionSet={}, "server responds hi" 08:12:59.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172, complete]! 08:12:59.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R172, complete] completed NON-2.04 MID=59665, Token=E0B90D8B8D1EE140, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C! 08:12:59.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E208,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59665, Token=E0B90D8B8D1EE140, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C] 08:12:59.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59665] 08:12:59.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171, complete]! 08:12:59.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L171, complete] for token KeyToken[127.0.0.1:8240-E0B90D8B8D1EE140] 08:12:59.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L171, complete] for MID KeyMID[127.0.0.1:8240-59665] 08:12:59.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L171, complete] completed CON-POST MID= -1, Token=E0B90D8B8D1EE140, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59665, Token=E0B90D8B8D1EE140, OptionSet={"Object-Security":0x0909}, acked A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE! 08:12:59.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L173] send request 08:12:59.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L173] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:12:59.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L173] added with generated mid KeyMID[127.0.0.1:8240-59666], CON-POST MID=59666, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:12:59.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L173] added with generated token KeyToken[127.0.0.1:8240-3083196F2930854F], CON-POST MID=59666, Token=3083196F2930854F, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:12:59.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59666], KeyToken[127.0.0.1:8240-3083196F2930854F]] 08:12:59.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E209,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59666, Token=3083196F2930854F, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 08:12:59.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59666] 08:12:59.058 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.058 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174] replace CON-POST MID=59666, Token=3083196F2930854F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59666, Token=3083196F2930854F, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R174] send response NON-2.05 MID=59666, Token=null, OptionSet={}, "server responds hi" 08:12:59.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174, complete]! 08:12:59.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R174, complete] completed NON-2.04 MID=59666, Token=3083196F2930854F, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 08:12:59.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E210,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59666, Token=3083196F2930854F, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 08:12:59.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59666] 08:12:59.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173, complete]! 08:12:59.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L173, complete] for token KeyToken[127.0.0.1:8240-3083196F2930854F] 08:12:59.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L173, complete] for MID KeyMID[127.0.0.1:8240-59666] 08:12:59.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L173, complete] completed CON-POST MID= -1, Token=3083196F2930854F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59666, Token=3083196F2930854F, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 08:12:59.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L175] send request 08:12:59.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L175] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:12:59.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L175] added with generated mid KeyMID[127.0.0.1:8240-59667], CON-POST MID=59667, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:12:59.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L175] added with generated token KeyToken[127.0.0.1:8240-28B623434EC0378A], CON-POST MID=59667, Token=28B623434EC0378A, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:12:59.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59667], KeyToken[127.0.0.1:8240-28B623434EC0378A]] 08:12:59.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E211,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59667, Token=28B623434EC0378A, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9] 08:12:59.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59667] 08:12:59.062 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.062 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176] replace CON-POST MID=59667, Token=28B623434EC0378A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59667, Token=28B623434EC0378A, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R176] send response NON-2.05 MID=59667, Token=null, OptionSet={}, "server responds hi" 08:12:59.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176, complete]! 08:12:59.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R176, complete] completed NON-2.04 MID=59667, Token=28B623434EC0378A, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E! 08:12:59.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E212,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59667, Token=28B623434EC0378A, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E] 08:12:59.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59667] 08:12:59.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175, complete]! 08:12:59.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L175, complete] for token KeyToken[127.0.0.1:8240-28B623434EC0378A] 08:12:59.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L175, complete] for MID KeyMID[127.0.0.1:8240-59667] 08:12:59.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L175, complete] completed CON-POST MID= -1, Token=28B623434EC0378A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59667, Token=28B623434EC0378A, OptionSet={"Object-Security":0x090B}, acked 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9! 08:12:59.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L177] send request 08:12:59.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L177] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:12:59.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L177] added with generated mid KeyMID[127.0.0.1:8240-59668], CON-POST MID=59668, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:12:59.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L177] added with generated token KeyToken[127.0.0.1:8240-FC216636D5BAEE4E], CON-POST MID=59668, Token=FC216636D5BAEE4E, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:12:59.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59668], KeyToken[127.0.0.1:8240-FC216636D5BAEE4E]] 08:12:59.065 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E213,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59668, Token=FC216636D5BAEE4E, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93] 08:12:59.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59668] 08:12:59.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178] replace CON-POST MID=59668, Token=FC216636D5BAEE4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59668, Token=FC216636D5BAEE4E, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R178] send response NON-2.05 MID=59668, Token=null, OptionSet={}, "server responds hi" 08:12:59.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178, complete]! 08:12:59.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R178, complete] completed NON-2.04 MID=59668, Token=FC216636D5BAEE4E, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B! 08:12:59.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E214,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59668, Token=FC216636D5BAEE4E, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B] 08:12:59.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59668] 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177, complete]! 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L177, complete] for token KeyToken[127.0.0.1:8240-FC216636D5BAEE4E] 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L177, complete] for MID KeyMID[127.0.0.1:8240-59668] 08:12:59.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L177, complete] completed CON-POST MID= -1, Token=FC216636D5BAEE4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59668, Token=FC216636D5BAEE4E, OptionSet={"Object-Security":0x090C}, acked A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93! 08:12:59.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L179] send request 08:12:59.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L179] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:12:59.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L179] added with generated mid KeyMID[127.0.0.1:8240-59669], CON-POST MID=59669, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:12:59.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L179] added with generated token KeyToken[127.0.0.1:8240-48DB3FD410620BCA], CON-POST MID=59669, Token=48DB3FD410620BCA, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:12:59.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59669], KeyToken[127.0.0.1:8240-48DB3FD410620BCA]] 08:12:59.069 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E215,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59669, Token=48DB3FD410620BCA, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07] 08:12:59.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59669] 08:12:59.069 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.069 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180] replace CON-POST MID=59669, Token=48DB3FD410620BCA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59669, Token=48DB3FD410620BCA, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R180] send response NON-2.05 MID=59669, Token=null, OptionSet={}, "server responds hi" 08:12:59.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180, complete]! 08:12:59.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R180, complete] completed NON-2.04 MID=59669, Token=48DB3FD410620BCA, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2! 08:12:59.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E216,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59669, Token=48DB3FD410620BCA, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2] 08:12:59.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59669] 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179, complete]! 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L179, complete] for token KeyToken[127.0.0.1:8240-48DB3FD410620BCA] 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L179, complete] for MID KeyMID[127.0.0.1:8240-59669] 08:12:59.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L179, complete] completed CON-POST MID= -1, Token=48DB3FD410620BCA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59669, Token=48DB3FD410620BCA, OptionSet={"Object-Security":0x090D}, acked 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07! 08:12:59.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L181] send request 08:12:59.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L181] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:12:59.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L181] added with generated mid KeyMID[127.0.0.1:8240-59670], CON-POST MID=59670, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:12:59.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L181] added with generated token KeyToken[127.0.0.1:8240-181582B4DF516BC6], CON-POST MID=59670, Token=181582B4DF516BC6, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:12:59.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59670], KeyToken[127.0.0.1:8240-181582B4DF516BC6]] 08:12:59.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E217,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59670, Token=181582B4DF516BC6, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34] 08:12:59.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59670] 08:12:59.073 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.073 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182] replace CON-POST MID=59670, Token=181582B4DF516BC6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59670, Token=181582B4DF516BC6, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R182] send response NON-2.05 MID=59670, Token=null, OptionSet={}, "server responds hi" 08:12:59.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182, complete]! 08:12:59.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R182, complete] completed NON-2.04 MID=59670, Token=181582B4DF516BC6, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13! 08:12:59.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E218,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59670, Token=181582B4DF516BC6, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13] 08:12:59.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59670] 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181, complete]! 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L181, complete] for token KeyToken[127.0.0.1:8240-181582B4DF516BC6] 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L181, complete] for MID KeyMID[127.0.0.1:8240-59670] 08:12:59.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L181, complete] completed CON-POST MID= -1, Token=181582B4DF516BC6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59670, Token=181582B4DF516BC6, OptionSet={"Object-Security":0x090E}, acked 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34! 08:12:59.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L183] send request 08:12:59.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L183] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:12:59.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L183] added with generated mid KeyMID[127.0.0.1:8240-59671], CON-POST MID=59671, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:12:59.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L183] added with generated token KeyToken[127.0.0.1:8240-80CB72AE4D0BC082], CON-POST MID=59671, Token=80CB72AE4D0BC082, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:12:59.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59671], KeyToken[127.0.0.1:8240-80CB72AE4D0BC082]] 08:12:59.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E219,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59671, Token=80CB72AE4D0BC082, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14] 08:12:59.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59671] 08:12:59.077 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.077 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184] replace CON-POST MID=59671, Token=80CB72AE4D0BC082, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59671, Token=80CB72AE4D0BC082, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R184] send response NON-2.05 MID=59671, Token=null, OptionSet={}, "server responds hi" 08:12:59.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184, complete]! 08:12:59.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R184, complete] completed NON-2.04 MID=59671, Token=80CB72AE4D0BC082, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB! 08:12:59.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E220,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59671, Token=80CB72AE4D0BC082, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB] 08:12:59.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59671] 08:12:59.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183, complete]! 08:12:59.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L183, complete] for token KeyToken[127.0.0.1:8240-80CB72AE4D0BC082] 08:12:59.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L183, complete] for MID KeyMID[127.0.0.1:8240-59671] 08:12:59.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L183, complete] completed CON-POST MID= -1, Token=80CB72AE4D0BC082, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59671, Token=80CB72AE4D0BC082, OptionSet={"Object-Security":0x090F}, acked 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14! 08:12:59.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L185] send request 08:12:59.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L185] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:12:59.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L185] added with generated mid KeyMID[127.0.0.1:8240-59672], CON-POST MID=59672, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:12:59.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L185] added with generated token KeyToken[127.0.0.1:8240-48A435A227145B7C], CON-POST MID=59672, Token=48A435A227145B7C, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:12:59.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59672], KeyToken[127.0.0.1:8240-48A435A227145B7C]] 08:12:59.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E221,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59672, Token=48A435A227145B7C, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 08:12:59.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59672] 08:12:59.081 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.081 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186] replace CON-POST MID=59672, Token=48A435A227145B7C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59672, Token=48A435A227145B7C, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R186] send response NON-2.05 MID=59672, Token=null, OptionSet={}, "server responds hi" 08:12:59.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186, complete]! 08:12:59.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R186, complete] completed NON-2.04 MID=59672, Token=48A435A227145B7C, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 08:12:59.082 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E222,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59672, Token=48A435A227145B7C, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 08:12:59.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59672] 08:12:59.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185, complete]! 08:12:59.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L185, complete] for token KeyToken[127.0.0.1:8240-48A435A227145B7C] 08:12:59.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L185, complete] for MID KeyMID[127.0.0.1:8240-59672] 08:12:59.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L185, complete] completed CON-POST MID= -1, Token=48A435A227145B7C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59672, Token=48A435A227145B7C, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 08:12:59.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L187] send request 08:12:59.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L187] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:12:59.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L187] added with generated mid KeyMID[127.0.0.1:8240-59673], CON-POST MID=59673, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:12:59.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L187] added with generated token KeyToken[127.0.0.1:8240-D0E7A373707D051D], CON-POST MID=59673, Token=D0E7A373707D051D, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:12:59.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59673], KeyToken[127.0.0.1:8240-D0E7A373707D051D]] 08:12:59.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E223,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59673, Token=D0E7A373707D051D, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64] 08:12:59.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59673] 08:12:59.084 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.084 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188] replace CON-POST MID=59673, Token=D0E7A373707D051D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59673, Token=D0E7A373707D051D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R188] send response NON-2.05 MID=59673, Token=null, OptionSet={}, "server responds hi" 08:12:59.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188, complete]! 08:12:59.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R188, complete] completed NON-2.04 MID=59673, Token=D0E7A373707D051D, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43! 08:12:59.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E224,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59673, Token=D0E7A373707D051D, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43] 08:12:59.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59673] 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187, complete]! 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L187, complete] for token KeyToken[127.0.0.1:8240-D0E7A373707D051D] 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L187, complete] for MID KeyMID[127.0.0.1:8240-59673] 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L187, complete] completed CON-POST MID= -1, Token=D0E7A373707D051D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59673, Token=D0E7A373707D051D, OptionSet={"Object-Security":0x0911}, acked E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64! 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L189] send request 08:12:59.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L189] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:12:59.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L189] added with generated mid KeyMID[127.0.0.1:8240-59674], CON-POST MID=59674, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:12:59.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L189] added with generated token KeyToken[127.0.0.1:8240-08FCA13A2B880FED], CON-POST MID=59674, Token=08FCA13A2B880FED, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:12:59.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59674], KeyToken[127.0.0.1:8240-08FCA13A2B880FED]] 08:12:59.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E225,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59674, Token=08FCA13A2B880FED, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5] 08:12:59.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59674] 08:12:59.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190] replace CON-POST MID=59674, Token=08FCA13A2B880FED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59674, Token=08FCA13A2B880FED, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R190] send response NON-2.05 MID=59674, Token=null, OptionSet={}, "server responds hi" 08:12:59.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190, complete]! 08:12:59.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R190, complete] completed NON-2.04 MID=59674, Token=08FCA13A2B880FED, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A! 08:12:59.089 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E226,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59674, Token=08FCA13A2B880FED, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A] 08:12:59.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59674] 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189, complete]! 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L189, complete] for token KeyToken[127.0.0.1:8240-08FCA13A2B880FED] 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L189, complete] for MID KeyMID[127.0.0.1:8240-59674] 08:12:59.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L189, complete] completed CON-POST MID= -1, Token=08FCA13A2B880FED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59674, Token=08FCA13A2B880FED, OptionSet={"Object-Security":0x0912}, acked 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5! 08:12:59.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L191] send request 08:12:59.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L191] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:12:59.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L191] added with generated mid KeyMID[127.0.0.1:8240-59675], CON-POST MID=59675, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:12:59.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L191] added with generated token KeyToken[127.0.0.1:8240-948ACFF063E40D7A], CON-POST MID=59675, Token=948ACFF063E40D7A, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:12:59.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59675], KeyToken[127.0.0.1:8240-948ACFF063E40D7A]] 08:12:59.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E227,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59675, Token=948ACFF063E40D7A, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80] 08:12:59.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59675] 08:12:59.091 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.091 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192] replace CON-POST MID=59675, Token=948ACFF063E40D7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59675, Token=948ACFF063E40D7A, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R192] send response NON-2.05 MID=59675, Token=null, OptionSet={}, "server responds hi" 08:12:59.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192, complete]! 08:12:59.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R192, complete] completed NON-2.04 MID=59675, Token=948ACFF063E40D7A, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38! 08:12:59.092 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E228,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59675, Token=948ACFF063E40D7A, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38] 08:12:59.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59675] 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191, complete]! 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L191, complete] for token KeyToken[127.0.0.1:8240-948ACFF063E40D7A] 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L191, complete] for MID KeyMID[127.0.0.1:8240-59675] 08:12:59.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L191, complete] completed CON-POST MID= -1, Token=948ACFF063E40D7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59675, Token=948ACFF063E40D7A, OptionSet={"Object-Security":0x0913}, acked 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80! 08:12:59.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L193] send request 08:12:59.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L193] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:12:59.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L193] added with generated mid KeyMID[127.0.0.1:8240-59676], CON-POST MID=59676, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:12:59.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L193] added with generated token KeyToken[127.0.0.1:8240-2C0941AE56F96CF9], CON-POST MID=59676, Token=2C0941AE56F96CF9, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:12:59.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59676], KeyToken[127.0.0.1:8240-2C0941AE56F96CF9]] 08:12:59.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E229,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59676, Token=2C0941AE56F96CF9, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB] 08:12:59.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59676] 08:12:59.095 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.095 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194] replace CON-POST MID=59676, Token=2C0941AE56F96CF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59676, Token=2C0941AE56F96CF9, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R194] send response NON-2.05 MID=59676, Token=null, OptionSet={}, "server responds hi" 08:12:59.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194, complete]! 08:12:59.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R194, complete] completed NON-2.04 MID=59676, Token=2C0941AE56F96CF9, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5! 08:12:59.096 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E230,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59676, Token=2C0941AE56F96CF9, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5] 08:12:59.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59676] 08:12:59.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193, complete]! 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L193, complete] for token KeyToken[127.0.0.1:8240-2C0941AE56F96CF9] 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L193, complete] for MID KeyMID[127.0.0.1:8240-59676] 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L193, complete] completed CON-POST MID= -1, Token=2C0941AE56F96CF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59676, Token=2C0941AE56F96CF9, OptionSet={"Object-Security":0x0914}, acked C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB! 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L195] send request 08:12:59.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L195] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:12:59.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L195] added with generated mid KeyMID[127.0.0.1:8240-59677], CON-POST MID=59677, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:12:59.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L195] added with generated token KeyToken[127.0.0.1:8240-A4B92FEDC2DB1429], CON-POST MID=59677, Token=A4B92FEDC2DB1429, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:12:59.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59677], KeyToken[127.0.0.1:8240-A4B92FEDC2DB1429]] 08:12:59.098 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E231,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59677, Token=A4B92FEDC2DB1429, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC] 08:12:59.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59677] 08:12:59.099 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.099 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196] replace CON-POST MID=59677, Token=A4B92FEDC2DB1429, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59677, Token=A4B92FEDC2DB1429, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R196] send response NON-2.05 MID=59677, Token=null, OptionSet={}, "server responds hi" 08:12:59.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196, complete]! 08:12:59.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R196, complete] completed NON-2.04 MID=59677, Token=A4B92FEDC2DB1429, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05! 08:12:59.100 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E232,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59677, Token=A4B92FEDC2DB1429, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05] 08:12:59.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59677] 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195, complete]! 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L195, complete] for token KeyToken[127.0.0.1:8240-A4B92FEDC2DB1429] 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L195, complete] for MID KeyMID[127.0.0.1:8240-59677] 08:12:59.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L195, complete] completed CON-POST MID= -1, Token=A4B92FEDC2DB1429, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59677, Token=A4B92FEDC2DB1429, OptionSet={"Object-Security":0x0915}, acked 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC! 08:12:59.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L197] send request 08:12:59.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L197] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:12:59.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L197] added with generated mid KeyMID[127.0.0.1:8240-59678], CON-POST MID=59678, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:12:59.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L197] added with generated token KeyToken[127.0.0.1:8240-B4D4FD7241F59B95], CON-POST MID=59678, Token=B4D4FD7241F59B95, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:12:59.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59678], KeyToken[127.0.0.1:8240-B4D4FD7241F59B95]] 08:12:59.102 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E233,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59678, Token=B4D4FD7241F59B95, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79] 08:12:59.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59678] 08:12:59.102 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.102 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198] replace CON-POST MID=59678, Token=B4D4FD7241F59B95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59678, Token=B4D4FD7241F59B95, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R198] send response NON-2.05 MID=59678, Token=null, OptionSet={}, "server responds hi" 08:12:59.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198, complete]! 08:12:59.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R198, complete] completed NON-2.04 MID=59678, Token=B4D4FD7241F59B95, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE! 08:12:59.103 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E234,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59678, Token=B4D4FD7241F59B95, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE] 08:12:59.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59678] 08:12:59.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197, complete]! 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L197, complete] for token KeyToken[127.0.0.1:8240-B4D4FD7241F59B95] 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L197, complete] for MID KeyMID[127.0.0.1:8240-59678] 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L197, complete] completed CON-POST MID= -1, Token=B4D4FD7241F59B95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59678, Token=B4D4FD7241F59B95, OptionSet={"Object-Security":0x0916}, acked 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79! 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L199] send request 08:12:59.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L199] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:12:59.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L199] added with generated mid KeyMID[127.0.0.1:8240-59679], CON-POST MID=59679, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:12:59.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L199] added with generated token KeyToken[127.0.0.1:8240-C400FF643C7E4F15], CON-POST MID=59679, Token=C400FF643C7E4F15, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:12:59.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59679], KeyToken[127.0.0.1:8240-C400FF643C7E4F15]] 08:12:59.105 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.105 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E235,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59679, Token=C400FF643C7E4F15, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02] 08:12:59.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59679] 08:12:59.106 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.106 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200] replace CON-POST MID=59679, Token=C400FF643C7E4F15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59679, Token=C400FF643C7E4F15, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R200] send response NON-2.05 MID=59679, Token=null, OptionSet={}, "server responds hi" 08:12:59.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200, complete]! 08:12:59.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R200, complete] completed NON-2.04 MID=59679, Token=C400FF643C7E4F15, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78! 08:12:59.107 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E236,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59679, Token=C400FF643C7E4F15, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78] 08:12:59.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59679] 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199, complete]! 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L199, complete] for token KeyToken[127.0.0.1:8240-C400FF643C7E4F15] 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L199, complete] for MID KeyMID[127.0.0.1:8240-59679] 08:12:59.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L199, complete] completed CON-POST MID= -1, Token=C400FF643C7E4F15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59679, Token=C400FF643C7E4F15, OptionSet={"Object-Security":0x0917}, acked 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02! 08:12:59.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L201] send request 08:12:59.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:12:59.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L201] added with generated mid KeyMID[127.0.0.1:8240-59680], CON-POST MID=59680, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:12:59.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L201] added with generated token KeyToken[127.0.0.1:8240-605DB478C6024A36], CON-POST MID=59680, Token=605DB478C6024A36, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:12:59.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59680], KeyToken[127.0.0.1:8240-605DB478C6024A36]] 08:12:59.109 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.109 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E237,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59680, Token=605DB478C6024A36, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93] 08:12:59.109 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59680] 08:12:59.109 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.109 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202] replace CON-POST MID=59680, Token=605DB478C6024A36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59680, Token=605DB478C6024A36, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R202] send response NON-2.05 MID=59680, Token=null, OptionSet={}, "server responds hi" 08:12:59.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202, complete]! 08:12:59.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R202, complete] completed NON-2.04 MID=59680, Token=605DB478C6024A36, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E! 08:12:59.110 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.110 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E238,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59680, Token=605DB478C6024A36, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E] 08:12:59.110 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59680] 08:12:59.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201, complete]! 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L201, complete] for token KeyToken[127.0.0.1:8240-605DB478C6024A36] 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L201, complete] for MID KeyMID[127.0.0.1:8240-59680] 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L201, complete] completed CON-POST MID= -1, Token=605DB478C6024A36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59680, Token=605DB478C6024A36, OptionSet={"Object-Security":0x0918}, acked 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93! 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L203] send request 08:12:59.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:12:59.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L203] added with generated mid KeyMID[127.0.0.1:8240-59681], CON-POST MID=59681, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:12:59.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L203] added with generated token KeyToken[127.0.0.1:8240-A4ED727BEF731213], CON-POST MID=59681, Token=A4ED727BEF731213, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:12:59.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59681], KeyToken[127.0.0.1:8240-A4ED727BEF731213]] 08:12:59.112 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.113 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E239,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59681, Token=A4ED727BEF731213, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42] 08:12:59.113 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.113 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59681] 08:12:59.113 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.113 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.113 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.113 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204] replace CON-POST MID=59681, Token=A4ED727BEF731213, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59681, Token=A4ED727BEF731213, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.113 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R204] send response NON-2.05 MID=59681, Token=null, OptionSet={}, "server responds hi" 08:12:59.113 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204, complete]! 08:12:59.113 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R204, complete] completed NON-2.04 MID=59681, Token=A4ED727BEF731213, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E! 08:12:59.114 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.114 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E240,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59681, Token=A4ED727BEF731213, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E] 08:12:59.114 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59681] 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203, complete]! 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L203, complete] for token KeyToken[127.0.0.1:8240-A4ED727BEF731213] 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L203, complete] for MID KeyMID[127.0.0.1:8240-59681] 08:12:59.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L203, complete] completed CON-POST MID= -1, Token=A4ED727BEF731213, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59681, Token=A4ED727BEF731213, OptionSet={"Object-Security":0x0919}, acked 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42! 08:12:59.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L205] send request 08:12:59.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:12:59.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L205] added with generated mid KeyMID[127.0.0.1:8240-59682], CON-POST MID=59682, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:12:59.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L205] added with generated token KeyToken[127.0.0.1:8240-FC5BC7998D1BD12C], CON-POST MID=59682, Token=FC5BC7998D1BD12C, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:12:59.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59682], KeyToken[127.0.0.1:8240-FC5BC7998D1BD12C]] 08:12:59.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E241,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59682, Token=FC5BC7998D1BD12C, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6] 08:12:59.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59682] 08:12:59.153 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.153 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206] replace CON-POST MID=59682, Token=FC5BC7998D1BD12C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59682, Token=FC5BC7998D1BD12C, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R206] send response NON-2.05 MID=59682, Token=null, OptionSet={}, "server responds hi" 08:12:59.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206, complete]! 08:12:59.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R206, complete] completed NON-2.04 MID=59682, Token=FC5BC7998D1BD12C, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB! 08:12:59.154 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E242,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59682, Token=FC5BC7998D1BD12C, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB] 08:12:59.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59682] 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205, complete]! 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L205, complete] for token KeyToken[127.0.0.1:8240-FC5BC7998D1BD12C] 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L205, complete] for MID KeyMID[127.0.0.1:8240-59682] 08:12:59.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L205, complete] completed CON-POST MID= -1, Token=FC5BC7998D1BD12C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59682, Token=FC5BC7998D1BD12C, OptionSet={"Object-Security":0x091A}, acked 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6! 08:12:59.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L207] send request 08:12:59.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L207] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:12:59.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L207] added with generated mid KeyMID[127.0.0.1:8240-59683], CON-POST MID=59683, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:12:59.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L207] added with generated token KeyToken[127.0.0.1:8240-34A1EE33750C1BCC], CON-POST MID=59683, Token=34A1EE33750C1BCC, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:12:59.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59683], KeyToken[127.0.0.1:8240-34A1EE33750C1BCC]] 08:12:59.157 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E243,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59683, Token=34A1EE33750C1BCC, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5] 08:12:59.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59683] 08:12:59.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208] replace CON-POST MID=59683, Token=34A1EE33750C1BCC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59683, Token=34A1EE33750C1BCC, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R208] send response NON-2.05 MID=59683, Token=null, OptionSet={}, "server responds hi" 08:12:59.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208, complete]! 08:12:59.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R208, complete] completed NON-2.04 MID=59683, Token=34A1EE33750C1BCC, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8! 08:12:59.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E244,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59683, Token=34A1EE33750C1BCC, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8] 08:12:59.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59683] 08:12:59.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207, complete]! 08:12:59.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L207, complete] for token KeyToken[127.0.0.1:8240-34A1EE33750C1BCC] 08:12:59.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L207, complete] for MID KeyMID[127.0.0.1:8240-59683] 08:12:59.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L207, complete] completed CON-POST MID= -1, Token=34A1EE33750C1BCC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59683, Token=34A1EE33750C1BCC, OptionSet={"Object-Security":0x091B}, acked 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5! 08:12:59.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L209] send request 08:12:59.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:12:59.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L209] added with generated mid KeyMID[127.0.0.1:8240-59684], CON-POST MID=59684, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:12:59.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L209] added with generated token KeyToken[127.0.0.1:8240-100A64BD085D29F7], CON-POST MID=59684, Token=100A64BD085D29F7, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:12:59.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59684], KeyToken[127.0.0.1:8240-100A64BD085D29F7]] 08:12:59.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E245,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59684, Token=100A64BD085D29F7, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1] 08:12:59.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59684] 08:12:59.162 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.162 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210] replace CON-POST MID=59684, Token=100A64BD085D29F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59684, Token=100A64BD085D29F7, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R210] send response NON-2.05 MID=59684, Token=null, OptionSet={}, "server responds hi" 08:12:59.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210, complete]! 08:12:59.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R210, complete] completed NON-2.04 MID=59684, Token=100A64BD085D29F7, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4! 08:12:59.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E246,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59684, Token=100A64BD085D29F7, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4] 08:12:59.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59684] 08:12:59.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209, complete]! 08:12:59.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L209, complete] for token KeyToken[127.0.0.1:8240-100A64BD085D29F7] 08:12:59.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L209, complete] for MID KeyMID[127.0.0.1:8240-59684] 08:12:59.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L209, complete] completed CON-POST MID= -1, Token=100A64BD085D29F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59684, Token=100A64BD085D29F7, OptionSet={"Object-Security":0x091C}, acked 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1! 08:12:59.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L211] send request 08:12:59.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L211] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:12:59.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L211] added with generated mid KeyMID[127.0.0.1:8240-59685], CON-POST MID=59685, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:12:59.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L211] added with generated token KeyToken[127.0.0.1:8240-503CCAA905B2F462], CON-POST MID=59685, Token=503CCAA905B2F462, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:12:59.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59685], KeyToken[127.0.0.1:8240-503CCAA905B2F462]] 08:12:59.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E247,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59685, Token=503CCAA905B2F462, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5] 08:12:59.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59685] 08:12:59.166 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.166 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212] replace CON-POST MID=59685, Token=503CCAA905B2F462, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59685, Token=503CCAA905B2F462, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R212] send response NON-2.05 MID=59685, Token=null, OptionSet={}, "server responds hi" 08:12:59.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212, complete]! 08:12:59.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R212, complete] completed NON-2.04 MID=59685, Token=503CCAA905B2F462, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18! 08:12:59.167 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E248,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59685, Token=503CCAA905B2F462, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18] 08:12:59.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59685] 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211, complete]! 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L211, complete] for token KeyToken[127.0.0.1:8240-503CCAA905B2F462] 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L211, complete] for MID KeyMID[127.0.0.1:8240-59685] 08:12:59.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L211, complete] completed CON-POST MID= -1, Token=503CCAA905B2F462, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59685, Token=503CCAA905B2F462, OptionSet={"Object-Security":0x091D}, acked D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5! 08:12:59.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L213] send request 08:12:59.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:12:59.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L213] added with generated mid KeyMID[127.0.0.1:8240-59686], CON-POST MID=59686, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:12:59.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L213] added with generated token KeyToken[127.0.0.1:8240-089C4B9EE1AC418E], CON-POST MID=59686, Token=089C4B9EE1AC418E, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:12:59.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59686], KeyToken[127.0.0.1:8240-089C4B9EE1AC418E]] 08:12:59.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E249,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59686, Token=089C4B9EE1AC418E, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46] 08:12:59.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59686] 08:12:59.169 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.169 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214] replace CON-POST MID=59686, Token=089C4B9EE1AC418E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59686, Token=089C4B9EE1AC418E, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R214] send response NON-2.05 MID=59686, Token=null, OptionSet={}, "server responds hi" 08:12:59.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214, complete]! 08:12:59.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R214, complete] completed NON-2.04 MID=59686, Token=089C4B9EE1AC418E, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6! 08:12:59.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E250,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59686, Token=089C4B9EE1AC418E, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6] 08:12:59.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59686] 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213, complete]! 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L213, complete] for token KeyToken[127.0.0.1:8240-089C4B9EE1AC418E] 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L213, complete] for MID KeyMID[127.0.0.1:8240-59686] 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L213, complete] completed CON-POST MID= -1, Token=089C4B9EE1AC418E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59686, Token=089C4B9EE1AC418E, OptionSet={"Object-Security":0x091E}, acked 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46! 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L215] send request 08:12:59.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L215] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:12:59.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L215] added with generated mid KeyMID[127.0.0.1:8240-59687], CON-POST MID=59687, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:12:59.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L215] added with generated token KeyToken[127.0.0.1:8240-48EC9AB3720E7170], CON-POST MID=59687, Token=48EC9AB3720E7170, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:12:59.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59687], KeyToken[127.0.0.1:8240-48EC9AB3720E7170]] 08:12:59.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E251,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59687, Token=48EC9AB3720E7170, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55] 08:12:59.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59687] 08:12:59.173 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.173 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216] replace CON-POST MID=59687, Token=48EC9AB3720E7170, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59687, Token=48EC9AB3720E7170, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R216] send response NON-2.05 MID=59687, Token=null, OptionSet={}, "server responds hi" 08:12:59.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216, complete]! 08:12:59.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R216, complete] completed NON-2.04 MID=59687, Token=48EC9AB3720E7170, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80! 08:12:59.174 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E252,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59687, Token=48EC9AB3720E7170, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80] 08:12:59.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59687] 08:12:59.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215, complete]! 08:12:59.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L215, complete] for token KeyToken[127.0.0.1:8240-48EC9AB3720E7170] 08:12:59.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L215, complete] for MID KeyMID[127.0.0.1:8240-59687] 08:12:59.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L215, complete] completed CON-POST MID= -1, Token=48EC9AB3720E7170, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59687, Token=48EC9AB3720E7170, OptionSet={"Object-Security":0x091F}, acked 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55! 08:12:59.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L217] send request 08:12:59.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L217] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:12:59.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L217] added with generated mid KeyMID[127.0.0.1:8240-59688], CON-POST MID=59688, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:12:59.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L217] added with generated token KeyToken[127.0.0.1:8240-944B635DE15435F3], CON-POST MID=59688, Token=944B635DE15435F3, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:12:59.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59688], KeyToken[127.0.0.1:8240-944B635DE15435F3]] 08:12:59.176 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E253,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59688, Token=944B635DE15435F3, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 08:12:59.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59688] 08:12:59.177 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.177 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218] replace CON-POST MID=59688, Token=944B635DE15435F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59688, Token=944B635DE15435F3, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R218] send response NON-2.05 MID=59688, Token=null, OptionSet={}, "server responds hi" 08:12:59.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218, complete]! 08:12:59.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R218, complete] completed NON-2.04 MID=59688, Token=944B635DE15435F3, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 08:12:59.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E254,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59688, Token=944B635DE15435F3, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 08:12:59.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59688] 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217, complete]! 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L217, complete] for token KeyToken[127.0.0.1:8240-944B635DE15435F3] 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L217, complete] for MID KeyMID[127.0.0.1:8240-59688] 08:12:59.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L217, complete] completed CON-POST MID= -1, Token=944B635DE15435F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59688, Token=944B635DE15435F3, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 08:12:59.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L219] send request 08:12:59.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L219] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:12:59.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L219] added with generated mid KeyMID[127.0.0.1:8240-59689], CON-POST MID=59689, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:12:59.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L219] added with generated token KeyToken[127.0.0.1:8240-60E040BEB8CF8B13], CON-POST MID=59689, Token=60E040BEB8CF8B13, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:12:59.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59689], KeyToken[127.0.0.1:8240-60E040BEB8CF8B13]] 08:12:59.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E255,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59689, Token=60E040BEB8CF8B13, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35] 08:12:59.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59689] 08:12:59.180 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.180 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220] replace CON-POST MID=59689, Token=60E040BEB8CF8B13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59689, Token=60E040BEB8CF8B13, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R220] send response NON-2.05 MID=59689, Token=null, OptionSet={}, "server responds hi" 08:12:59.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220, complete]! 08:12:59.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R220, complete] completed NON-2.04 MID=59689, Token=60E040BEB8CF8B13, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C! 08:12:59.181 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E256,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59689, Token=60E040BEB8CF8B13, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C] 08:12:59.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59689] 08:12:59.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219, complete]! 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L219, complete] for token KeyToken[127.0.0.1:8240-60E040BEB8CF8B13] 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L219, complete] for MID KeyMID[127.0.0.1:8240-59689] 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L219, complete] completed CON-POST MID= -1, Token=60E040BEB8CF8B13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59689, Token=60E040BEB8CF8B13, OptionSet={"Object-Security":0x0921}, acked 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35! 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L221] send request 08:12:59.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:12:59.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L221] added with generated mid KeyMID[127.0.0.1:8240-59690], CON-POST MID=59690, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:12:59.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L221] added with generated token KeyToken[127.0.0.1:8240-DCB4FB51ABE92957], CON-POST MID=59690, Token=DCB4FB51ABE92957, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:12:59.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59690], KeyToken[127.0.0.1:8240-DCB4FB51ABE92957]] 08:12:59.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E257,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59690, Token=DCB4FB51ABE92957, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC] 08:12:59.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59690] 08:12:59.183 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.183 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222] replace CON-POST MID=59690, Token=DCB4FB51ABE92957, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59690, Token=DCB4FB51ABE92957, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R222] send response NON-2.05 MID=59690, Token=null, OptionSet={}, "server responds hi" 08:12:59.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222, complete]! 08:12:59.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R222, complete] completed NON-2.04 MID=59690, Token=DCB4FB51ABE92957, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C! 08:12:59.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E258,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59690, Token=DCB4FB51ABE92957, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C] 08:12:59.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59690] 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221, complete]! 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L221, complete] for token KeyToken[127.0.0.1:8240-DCB4FB51ABE92957] 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L221, complete] for MID KeyMID[127.0.0.1:8240-59690] 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L221, complete] completed CON-POST MID= -1, Token=DCB4FB51ABE92957, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59690, Token=DCB4FB51ABE92957, OptionSet={"Object-Security":0x0922}, acked FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC! 08:12:59.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L223] send request 08:12:59.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L223] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:12:59.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L223] added with generated mid KeyMID[127.0.0.1:8240-59691], CON-POST MID=59691, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:12:59.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L223] added with generated token KeyToken[127.0.0.1:8240-40CC696EECD4F9CB], CON-POST MID=59691, Token=40CC696EECD4F9CB, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:12:59.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59691], KeyToken[127.0.0.1:8240-40CC696EECD4F9CB]] 08:12:59.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E259,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59691, Token=40CC696EECD4F9CB, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E] 08:12:59.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59691] 08:12:59.187 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.187 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224] replace CON-POST MID=59691, Token=40CC696EECD4F9CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59691, Token=40CC696EECD4F9CB, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R224] send response NON-2.05 MID=59691, Token=null, OptionSet={}, "server responds hi" 08:12:59.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224, complete]! 08:12:59.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R224, complete] completed NON-2.04 MID=59691, Token=40CC696EECD4F9CB, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74! 08:12:59.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E260,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59691, Token=40CC696EECD4F9CB, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74] 08:12:59.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59691] 08:12:59.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223, complete]! 08:12:59.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L223, complete] for token KeyToken[127.0.0.1:8240-40CC696EECD4F9CB] 08:12:59.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L223, complete] for MID KeyMID[127.0.0.1:8240-59691] 08:12:59.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L223, complete] completed CON-POST MID= -1, Token=40CC696EECD4F9CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59691, Token=40CC696EECD4F9CB, OptionSet={"Object-Security":0x0923}, acked 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E! 08:12:59.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L225] send request 08:12:59.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L225] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:12:59.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L225] added with generated mid KeyMID[127.0.0.1:8240-59692], CON-POST MID=59692, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:12:59.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L225] added with generated token KeyToken[127.0.0.1:8240-5084F5B26FD6A8EB], CON-POST MID=59692, Token=5084F5B26FD6A8EB, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:12:59.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59692], KeyToken[127.0.0.1:8240-5084F5B26FD6A8EB]] 08:12:59.190 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E261,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59692, Token=5084F5B26FD6A8EB, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC] 08:12:59.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59692] 08:12:59.190 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.190 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226] replace CON-POST MID=59692, Token=5084F5B26FD6A8EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59692, Token=5084F5B26FD6A8EB, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R226] send response NON-2.05 MID=59692, Token=null, OptionSet={}, "server responds hi" 08:12:59.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226, complete]! 08:12:59.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R226, complete] completed NON-2.04 MID=59692, Token=5084F5B26FD6A8EB, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8! 08:12:59.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E262,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59692, Token=5084F5B26FD6A8EB, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8] 08:12:59.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59692] 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225, complete]! 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L225, complete] for token KeyToken[127.0.0.1:8240-5084F5B26FD6A8EB] 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L225, complete] for MID KeyMID[127.0.0.1:8240-59692] 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L225, complete] completed CON-POST MID= -1, Token=5084F5B26FD6A8EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59692, Token=5084F5B26FD6A8EB, OptionSet={"Object-Security":0x0924}, acked 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC! 08:12:59.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L227] send request 08:12:59.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L227] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:12:59.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L227] added with generated mid KeyMID[127.0.0.1:8240-59693], CON-POST MID=59693, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:12:59.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L227] added with generated token KeyToken[127.0.0.1:8240-44F0E139152ABE77], CON-POST MID=59693, Token=44F0E139152ABE77, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:12:59.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59693], KeyToken[127.0.0.1:8240-44F0E139152ABE77]] 08:12:59.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E263,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59693, Token=44F0E139152ABE77, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9] 08:12:59.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59693] 08:12:59.194 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.194 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228] replace CON-POST MID=59693, Token=44F0E139152ABE77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59693, Token=44F0E139152ABE77, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R228] send response NON-2.05 MID=59693, Token=null, OptionSet={}, "server responds hi" 08:12:59.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228, complete]! 08:12:59.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R228, complete] completed NON-2.04 MID=59693, Token=44F0E139152ABE77, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82! 08:12:59.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E264,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59693, Token=44F0E139152ABE77, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82] 08:12:59.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59693] 08:12:59.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227, complete]! 08:12:59.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L227, complete] for token KeyToken[127.0.0.1:8240-44F0E139152ABE77] 08:12:59.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L227, complete] for MID KeyMID[127.0.0.1:8240-59693] 08:12:59.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L227, complete] completed CON-POST MID= -1, Token=44F0E139152ABE77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59693, Token=44F0E139152ABE77, OptionSet={"Object-Security":0x0925}, acked 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9! 08:12:59.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L229] send request 08:12:59.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L229] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:12:59.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L229] added with generated mid KeyMID[127.0.0.1:8240-59694], CON-POST MID=59694, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:12:59.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L229] added with generated token KeyToken[127.0.0.1:8240-CCF775B05F85363F], CON-POST MID=59694, Token=CCF775B05F85363F, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:12:59.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59694], KeyToken[127.0.0.1:8240-CCF775B05F85363F]] 08:12:59.197 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E265,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59694, Token=CCF775B05F85363F, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2] 08:12:59.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59694] 08:12:59.198 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.198 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230] replace CON-POST MID=59694, Token=CCF775B05F85363F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59694, Token=CCF775B05F85363F, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R230] send response NON-2.05 MID=59694, Token=null, OptionSet={}, "server responds hi" 08:12:59.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230, complete]! 08:12:59.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R230, complete] completed NON-2.04 MID=59694, Token=CCF775B05F85363F, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3! 08:12:59.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.199 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E266,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59694, Token=CCF775B05F85363F, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3] 08:12:59.199 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59694] 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229, complete]! 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L229, complete] for token KeyToken[127.0.0.1:8240-CCF775B05F85363F] 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L229, complete] for MID KeyMID[127.0.0.1:8240-59694] 08:12:59.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L229, complete] completed CON-POST MID= -1, Token=CCF775B05F85363F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59694, Token=CCF775B05F85363F, OptionSet={"Object-Security":0x0926}, acked 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2! 08:12:59.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L231] send request 08:12:59.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L231] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:12:59.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L231] added with generated mid KeyMID[127.0.0.1:8240-59695], CON-POST MID=59695, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:12:59.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L231] added with generated token KeyToken[127.0.0.1:8240-A8F39C80D282337E], CON-POST MID=59695, Token=A8F39C80D282337E, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:12:59.201 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59695], KeyToken[127.0.0.1:8240-A8F39C80D282337E]] 08:12:59.201 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E267,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59695, Token=A8F39C80D282337E, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47] 08:12:59.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59695] 08:12:59.201 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.201 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232] replace CON-POST MID=59695, Token=A8F39C80D282337E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59695, Token=A8F39C80D282337E, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R232] send response NON-2.05 MID=59695, Token=null, OptionSet={}, "server responds hi" 08:12:59.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232, complete]! 08:12:59.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R232, complete] completed NON-2.04 MID=59695, Token=A8F39C80D282337E, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73! 08:12:59.202 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E268,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59695, Token=A8F39C80D282337E, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73] 08:12:59.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59695] 08:12:59.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231, complete]! 08:12:59.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L231, complete] for token KeyToken[127.0.0.1:8240-A8F39C80D282337E] 08:12:59.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L231, complete] for MID KeyMID[127.0.0.1:8240-59695] 08:12:59.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L231, complete] completed CON-POST MID= -1, Token=A8F39C80D282337E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59695, Token=A8F39C80D282337E, OptionSet={"Object-Security":0x0927}, acked 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47! 08:12:59.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L233] send request 08:12:59.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L233] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:12:59.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L233] added with generated mid KeyMID[127.0.0.1:8240-59696], CON-POST MID=59696, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:12:59.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L233] added with generated token KeyToken[127.0.0.1:8240-344173D2A10DB0A9], CON-POST MID=59696, Token=344173D2A10DB0A9, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:12:59.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59696], KeyToken[127.0.0.1:8240-344173D2A10DB0A9]] 08:12:59.204 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.204 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E269,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59696, Token=344173D2A10DB0A9, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6] 08:12:59.204 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59696] 08:12:59.204 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.204 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234] replace CON-POST MID=59696, Token=344173D2A10DB0A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59696, Token=344173D2A10DB0A9, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R234] send response NON-2.05 MID=59696, Token=null, OptionSet={}, "server responds hi" 08:12:59.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234, complete]! 08:12:59.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R234, complete] completed NON-2.04 MID=59696, Token=344173D2A10DB0A9, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A! 08:12:59.205 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.205 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E270,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59696, Token=344173D2A10DB0A9, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A] 08:12:59.206 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59696] 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233, complete]! 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L233, complete] for token KeyToken[127.0.0.1:8240-344173D2A10DB0A9] 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L233, complete] for MID KeyMID[127.0.0.1:8240-59696] 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L233, complete] completed CON-POST MID= -1, Token=344173D2A10DB0A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59696, Token=344173D2A10DB0A9, OptionSet={"Object-Security":0x0928}, acked A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6! 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L235] send request 08:12:59.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L235] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:12:59.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L235] added with generated mid KeyMID[127.0.0.1:8240-59697], CON-POST MID=59697, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:12:59.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L235] added with generated token KeyToken[127.0.0.1:8240-E8D6E19990E8166F], CON-POST MID=59697, Token=E8D6E19990E8166F, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:12:59.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59697], KeyToken[127.0.0.1:8240-E8D6E19990E8166F]] 08:12:59.207 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.207 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E271,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59697, Token=E8D6E19990E8166F, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A] 08:12:59.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59697] 08:12:59.208 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.208 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236] replace CON-POST MID=59697, Token=E8D6E19990E8166F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59697, Token=E8D6E19990E8166F, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R236] send response NON-2.05 MID=59697, Token=null, OptionSet={}, "server responds hi" 08:12:59.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236, complete]! 08:12:59.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R236, complete] completed NON-2.04 MID=59697, Token=E8D6E19990E8166F, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7! 08:12:59.209 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.209 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E272,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59697, Token=E8D6E19990E8166F, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7] 08:12:59.209 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59697] 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235, complete]! 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L235, complete] for token KeyToken[127.0.0.1:8240-E8D6E19990E8166F] 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L235, complete] for MID KeyMID[127.0.0.1:8240-59697] 08:12:59.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L235, complete] completed CON-POST MID= -1, Token=E8D6E19990E8166F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59697, Token=E8D6E19990E8166F, OptionSet={"Object-Security":0x0929}, acked CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A! 08:12:59.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L237] send request 08:12:59.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:12:59.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L237] added with generated mid KeyMID[127.0.0.1:8240-59698], CON-POST MID=59698, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:12:59.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L237] added with generated token KeyToken[127.0.0.1:8240-904C211E2BFCBEF7], CON-POST MID=59698, Token=904C211E2BFCBEF7, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:12:59.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59698], KeyToken[127.0.0.1:8240-904C211E2BFCBEF7]] 08:12:59.211 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.211 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E273,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59698, Token=904C211E2BFCBEF7, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3] 08:12:59.211 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59698] 08:12:59.211 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.211 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238] replace CON-POST MID=59698, Token=904C211E2BFCBEF7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59698, Token=904C211E2BFCBEF7, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R238] send response NON-2.05 MID=59698, Token=null, OptionSet={}, "server responds hi" 08:12:59.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238, complete]! 08:12:59.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R238, complete] completed NON-2.04 MID=59698, Token=904C211E2BFCBEF7, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75! 08:12:59.212 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.212 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E274,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59698, Token=904C211E2BFCBEF7, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75] 08:12:59.212 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59698] 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237, complete]! 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L237, complete] for token KeyToken[127.0.0.1:8240-904C211E2BFCBEF7] 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L237, complete] for MID KeyMID[127.0.0.1:8240-59698] 08:12:59.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L237, complete] completed CON-POST MID= -1, Token=904C211E2BFCBEF7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59698, Token=904C211E2BFCBEF7, OptionSet={"Object-Security":0x092A}, acked 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3! 08:12:59.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L239] send request 08:12:59.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L239] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:12:59.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L239] added with generated mid KeyMID[127.0.0.1:8240-59699], CON-POST MID=59699, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:12:59.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L239] added with generated token KeyToken[127.0.0.1:8240-74703A2A30E98FCD], CON-POST MID=59699, Token=74703A2A30E98FCD, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:12:59.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59699], KeyToken[127.0.0.1:8240-74703A2A30E98FCD]] 08:12:59.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E275,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59699, Token=74703A2A30E98FCD, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54] 08:12:59.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59699] 08:12:59.255 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.255 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240] replace CON-POST MID=59699, Token=74703A2A30E98FCD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59699, Token=74703A2A30E98FCD, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R240] send response NON-2.05 MID=59699, Token=null, OptionSet={}, "server responds hi" 08:12:59.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240, complete]! 08:12:59.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R240, complete] completed NON-2.04 MID=59699, Token=74703A2A30E98FCD, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26! 08:12:59.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E276,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59699, Token=74703A2A30E98FCD, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26] 08:12:59.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59699] 08:12:59.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239, complete]! 08:12:59.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L239, complete] for token KeyToken[127.0.0.1:8240-74703A2A30E98FCD] 08:12:59.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L239, complete] for MID KeyMID[127.0.0.1:8240-59699] 08:12:59.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L239, complete] completed CON-POST MID= -1, Token=74703A2A30E98FCD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59699, Token=74703A2A30E98FCD, OptionSet={"Object-Security":0x092B}, acked 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54! 08:12:59.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L241] send request 08:12:59.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L241] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:12:59.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L241] added with generated mid KeyMID[127.0.0.1:8240-59700], CON-POST MID=59700, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:12:59.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L241] added with generated token KeyToken[127.0.0.1:8240-CC891BC160C107ED], CON-POST MID=59700, Token=CC891BC160C107ED, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:12:59.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59700], KeyToken[127.0.0.1:8240-CC891BC160C107ED]] 08:12:59.258 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E277,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59700, Token=CC891BC160C107ED, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A] 08:12:59.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59700] 08:12:59.259 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.259 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242] replace CON-POST MID=59700, Token=CC891BC160C107ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59700, Token=CC891BC160C107ED, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R242] send response NON-2.05 MID=59700, Token=null, OptionSet={}, "server responds hi" 08:12:59.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242, complete]! 08:12:59.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R242, complete] completed NON-2.04 MID=59700, Token=CC891BC160C107ED, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8! 08:12:59.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E278,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59700, Token=CC891BC160C107ED, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8] 08:12:59.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59700] 08:12:59.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241, complete]! 08:12:59.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L241, complete] for token KeyToken[127.0.0.1:8240-CC891BC160C107ED] 08:12:59.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L241, complete] for MID KeyMID[127.0.0.1:8240-59700] 08:12:59.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L241, complete] completed CON-POST MID= -1, Token=CC891BC160C107ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59700, Token=CC891BC160C107ED, OptionSet={"Object-Security":0x092C}, acked F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A! 08:12:59.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L243] send request 08:12:59.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L243] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:12:59.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L243] added with generated mid KeyMID[127.0.0.1:8240-59701], CON-POST MID=59701, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:12:59.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L243] added with generated token KeyToken[127.0.0.1:8240-94C318FFFFFDAA6D], CON-POST MID=59701, Token=94C318FFFFFDAA6D, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:12:59.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59701], KeyToken[127.0.0.1:8240-94C318FFFFFDAA6D]] 08:12:59.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E279,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59701, Token=94C318FFFFFDAA6D, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90] 08:12:59.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59701] 08:12:59.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244] replace CON-POST MID=59701, Token=94C318FFFFFDAA6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59701, Token=94C318FFFFFDAA6D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R244] send response NON-2.05 MID=59701, Token=null, OptionSet={}, "server responds hi" 08:12:59.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244, complete]! 08:12:59.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R244, complete] completed NON-2.04 MID=59701, Token=94C318FFFFFDAA6D, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08! 08:12:59.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E280,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59701, Token=94C318FFFFFDAA6D, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08] 08:12:59.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59701] 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243, complete]! 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L243, complete] for token KeyToken[127.0.0.1:8240-94C318FFFFFDAA6D] 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L243, complete] for MID KeyMID[127.0.0.1:8240-59701] 08:12:59.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L243, complete] completed CON-POST MID= -1, Token=94C318FFFFFDAA6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59701, Token=94C318FFFFFDAA6D, OptionSet={"Object-Security":0x092D}, acked 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90! 08:12:59.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L245] send request 08:12:59.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L245] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:12:59.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L245] added with generated mid KeyMID[127.0.0.1:8240-59702], CON-POST MID=59702, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:12:59.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L245] added with generated token KeyToken[127.0.0.1:8240-8817EC834510A9C5], CON-POST MID=59702, Token=8817EC834510A9C5, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:12:59.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59702], KeyToken[127.0.0.1:8240-8817EC834510A9C5]] 08:12:59.266 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E281,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59702, Token=8817EC834510A9C5, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F] 08:12:59.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59702] 08:12:59.266 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.266 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246] replace CON-POST MID=59702, Token=8817EC834510A9C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59702, Token=8817EC834510A9C5, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R246] send response NON-2.05 MID=59702, Token=null, OptionSet={}, "server responds hi" 08:12:59.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246, complete]! 08:12:59.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R246, complete] completed NON-2.04 MID=59702, Token=8817EC834510A9C5, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13! 08:12:59.267 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E282,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59702, Token=8817EC834510A9C5, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13] 08:12:59.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59702] 08:12:59.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245, complete]! 08:12:59.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L245, complete] for token KeyToken[127.0.0.1:8240-8817EC834510A9C5] 08:12:59.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L245, complete] for MID KeyMID[127.0.0.1:8240-59702] 08:12:59.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L245, complete] completed CON-POST MID= -1, Token=8817EC834510A9C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59702, Token=8817EC834510A9C5, OptionSet={"Object-Security":0x092E}, acked 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F! 08:12:59.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L247] send request 08:12:59.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L247] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:12:59.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L247] added with generated mid KeyMID[127.0.0.1:8240-59703], CON-POST MID=59703, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:12:59.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L247] added with generated token KeyToken[127.0.0.1:8240-A8B60CC73789E2F9], CON-POST MID=59703, Token=A8B60CC73789E2F9, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:12:59.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59703], KeyToken[127.0.0.1:8240-A8B60CC73789E2F9]] 08:12:59.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E283,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59703, Token=A8B60CC73789E2F9, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7] 08:12:59.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59703] 08:12:59.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248] replace CON-POST MID=59703, Token=A8B60CC73789E2F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59703, Token=A8B60CC73789E2F9, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R248] send response NON-2.05 MID=59703, Token=null, OptionSet={}, "server responds hi" 08:12:59.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248, complete]! 08:12:59.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R248, complete] completed NON-2.04 MID=59703, Token=A8B60CC73789E2F9, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1! 08:12:59.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E284,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59703, Token=A8B60CC73789E2F9, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1] 08:12:59.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59703] 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247, complete]! 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L247, complete] for token KeyToken[127.0.0.1:8240-A8B60CC73789E2F9] 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L247, complete] for MID KeyMID[127.0.0.1:8240-59703] 08:12:59.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L247, complete] completed CON-POST MID= -1, Token=A8B60CC73789E2F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59703, Token=A8B60CC73789E2F9, OptionSet={"Object-Security":0x092F}, acked 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7! 08:12:59.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L249] send request 08:12:59.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L249] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:12:59.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L249] added with generated mid KeyMID[127.0.0.1:8240-59704], CON-POST MID=59704, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:12:59.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L249] added with generated token KeyToken[127.0.0.1:8240-08085B87180724D6], CON-POST MID=59704, Token=08085B87180724D6, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:12:59.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59704], KeyToken[127.0.0.1:8240-08085B87180724D6]] 08:12:59.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E285,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59704, Token=08085B87180724D6, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48] 08:12:59.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59704] 08:12:59.273 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.273 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250] replace CON-POST MID=59704, Token=08085B87180724D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59704, Token=08085B87180724D6, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R250] send response NON-2.05 MID=59704, Token=null, OptionSet={}, "server responds hi" 08:12:59.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250, complete]! 08:12:59.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R250, complete] completed NON-2.04 MID=59704, Token=08085B87180724D6, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83! 08:12:59.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E286,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59704, Token=08085B87180724D6, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83] 08:12:59.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59704] 08:12:59.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249, complete]! 08:12:59.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L249, complete] for token KeyToken[127.0.0.1:8240-08085B87180724D6] 08:12:59.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L249, complete] for MID KeyMID[127.0.0.1:8240-59704] 08:12:59.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L249, complete] completed CON-POST MID= -1, Token=08085B87180724D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59704, Token=08085B87180724D6, OptionSet={"Object-Security":0x0930}, acked 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48! 08:12:59.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L251] send request 08:12:59.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:12:59.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L251] added with generated mid KeyMID[127.0.0.1:8240-59705], CON-POST MID=59705, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:12:59.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L251] added with generated token KeyToken[127.0.0.1:8240-04D24EBCF6D9A69E], CON-POST MID=59705, Token=04D24EBCF6D9A69E, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:12:59.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59705], KeyToken[127.0.0.1:8240-04D24EBCF6D9A69E]] 08:12:59.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E287,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59705, Token=04D24EBCF6D9A69E, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1] 08:12:59.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59705] 08:12:59.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252] replace CON-POST MID=59705, Token=04D24EBCF6D9A69E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59705, Token=04D24EBCF6D9A69E, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R252] send response NON-2.05 MID=59705, Token=null, OptionSet={}, "server responds hi" 08:12:59.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252, complete]! 08:12:59.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R252, complete] completed NON-2.04 MID=59705, Token=04D24EBCF6D9A69E, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C! 08:12:59.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E288,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59705, Token=04D24EBCF6D9A69E, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C] 08:12:59.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59705] 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251, complete]! 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L251, complete] for token KeyToken[127.0.0.1:8240-04D24EBCF6D9A69E] 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L251, complete] for MID KeyMID[127.0.0.1:8240-59705] 08:12:59.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L251, complete] completed CON-POST MID= -1, Token=04D24EBCF6D9A69E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59705, Token=04D24EBCF6D9A69E, OptionSet={"Object-Security":0x0931}, acked 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1! 08:12:59.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L253] send request 08:12:59.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:12:59.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L253] added with generated mid KeyMID[127.0.0.1:8240-59706], CON-POST MID=59706, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:12:59.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L253] added with generated token KeyToken[127.0.0.1:8240-980D2DA936A9B263], CON-POST MID=59706, Token=980D2DA936A9B263, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:12:59.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59706], KeyToken[127.0.0.1:8240-980D2DA936A9B263]] 08:12:59.280 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E289,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59706, Token=980D2DA936A9B263, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB] 08:12:59.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59706] 08:12:59.280 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.280 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254] replace CON-POST MID=59706, Token=980D2DA936A9B263, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59706, Token=980D2DA936A9B263, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R254] send response NON-2.05 MID=59706, Token=null, OptionSet={}, "server responds hi" 08:12:59.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254, complete]! 08:12:59.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R254, complete] completed NON-2.04 MID=59706, Token=980D2DA936A9B263, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0! 08:12:59.281 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E290,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59706, Token=980D2DA936A9B263, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0] 08:12:59.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59706] 08:12:59.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253, complete]! 08:12:59.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L253, complete] for token KeyToken[127.0.0.1:8240-980D2DA936A9B263] 08:12:59.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L253, complete] for MID KeyMID[127.0.0.1:8240-59706] 08:12:59.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L253, complete] completed CON-POST MID= -1, Token=980D2DA936A9B263, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59706, Token=980D2DA936A9B263, OptionSet={"Object-Security":0x0932}, acked 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB! 08:12:59.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L255] send request 08:12:59.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L255] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:12:59.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L255] added with generated mid KeyMID[127.0.0.1:8240-59707], CON-POST MID=59707, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:12:59.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L255] added with generated token KeyToken[127.0.0.1:8240-001702267920F611], CON-POST MID=59707, Token=001702267920F611, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:12:59.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59707], KeyToken[127.0.0.1:8240-001702267920F611]] 08:12:59.283 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E291,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59707, Token=001702267920F611, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23] 08:12:59.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59707] 08:12:59.283 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256] replace CON-POST MID=59707, Token=001702267920F611, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59707, Token=001702267920F611, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R256] send response NON-2.05 MID=59707, Token=null, OptionSet={}, "server responds hi" 08:12:59.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256, complete]! 08:12:59.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R256, complete] completed NON-2.04 MID=59707, Token=001702267920F611, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4! 08:12:59.284 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.284 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E292,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59707, Token=001702267920F611, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4] 08:12:59.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59707] 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255, complete]! 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L255, complete] for token KeyToken[127.0.0.1:8240-001702267920F611] 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L255, complete] for MID KeyMID[127.0.0.1:8240-59707] 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L255, complete] completed CON-POST MID= -1, Token=001702267920F611, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59707, Token=001702267920F611, OptionSet={"Object-Security":0x0933}, acked 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23! 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L257] send request 08:12:59.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L257] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:12:59.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L257] added with generated mid KeyMID[127.0.0.1:8240-59708], CON-POST MID=59708, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:12:59.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L257] added with generated token KeyToken[127.0.0.1:8240-9873F63B7A982285], CON-POST MID=59708, Token=9873F63B7A982285, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:12:59.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59708], KeyToken[127.0.0.1:8240-9873F63B7A982285]] 08:12:59.287 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E293,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59708, Token=9873F63B7A982285, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A] 08:12:59.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59708] 08:12:59.287 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.287 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258] replace CON-POST MID=59708, Token=9873F63B7A982285, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59708, Token=9873F63B7A982285, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R258] send response NON-2.05 MID=59708, Token=null, OptionSet={}, "server responds hi" 08:12:59.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258, complete]! 08:12:59.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R258, complete] completed NON-2.04 MID=59708, Token=9873F63B7A982285, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81! 08:12:59.288 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E294,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59708, Token=9873F63B7A982285, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81] 08:12:59.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59708] 08:12:59.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257, complete]! 08:12:59.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L257, complete] for token KeyToken[127.0.0.1:8240-9873F63B7A982285] 08:12:59.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L257, complete] for MID KeyMID[127.0.0.1:8240-59708] 08:12:59.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L257, complete] completed CON-POST MID= -1, Token=9873F63B7A982285, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59708, Token=9873F63B7A982285, OptionSet={"Object-Security":0x0934}, acked B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A! 08:12:59.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L259] send request 08:12:59.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L259] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:12:59.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L259] added with generated mid KeyMID[127.0.0.1:8240-59709], CON-POST MID=59709, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:12:59.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L259] added with generated token KeyToken[127.0.0.1:8240-10B936497F4562B2], CON-POST MID=59709, Token=10B936497F4562B2, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:12:59.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59709], KeyToken[127.0.0.1:8240-10B936497F4562B2]] 08:12:59.290 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E295,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59709, Token=10B936497F4562B2, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36] 08:12:59.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59709] 08:12:59.290 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.290 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260] replace CON-POST MID=59709, Token=10B936497F4562B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59709, Token=10B936497F4562B2, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R260] send response NON-2.05 MID=59709, Token=null, OptionSet={}, "server responds hi" 08:12:59.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260, complete]! 08:12:59.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R260, complete] completed NON-2.04 MID=59709, Token=10B936497F4562B2, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D! 08:12:59.291 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E296,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59709, Token=10B936497F4562B2, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D] 08:12:59.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59709] 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259, complete]! 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L259, complete] for token KeyToken[127.0.0.1:8240-10B936497F4562B2] 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L259, complete] for MID KeyMID[127.0.0.1:8240-59709] 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L259, complete] completed CON-POST MID= -1, Token=10B936497F4562B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59709, Token=10B936497F4562B2, OptionSet={"Object-Security":0x0935}, acked 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36! 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L261] send request 08:12:59.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L261] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:12:59.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L261] added with generated mid KeyMID[127.0.0.1:8240-59710], CON-POST MID=59710, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:12:59.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L261] added with generated token KeyToken[127.0.0.1:8240-04CF82281889B6C4], CON-POST MID=59710, Token=04CF82281889B6C4, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:12:59.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59710], KeyToken[127.0.0.1:8240-04CF82281889B6C4]] 08:12:59.293 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E297,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59710, Token=04CF82281889B6C4, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA] 08:12:59.294 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59710] 08:12:59.294 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.294 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262] replace CON-POST MID=59710, Token=04CF82281889B6C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59710, Token=04CF82281889B6C4, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R262] send response NON-2.05 MID=59710, Token=null, OptionSet={}, "server responds hi" 08:12:59.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262, complete]! 08:12:59.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R262, complete] completed NON-2.04 MID=59710, Token=04CF82281889B6C4, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75! 08:12:59.295 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E298,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59710, Token=04CF82281889B6C4, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75] 08:12:59.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59710] 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261, complete]! 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L261, complete] for token KeyToken[127.0.0.1:8240-04CF82281889B6C4] 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L261, complete] for MID KeyMID[127.0.0.1:8240-59710] 08:12:59.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L261, complete] completed CON-POST MID= -1, Token=04CF82281889B6C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59710, Token=04CF82281889B6C4, OptionSet={"Object-Security":0x0936}, acked 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA! 08:12:59.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L263] send request 08:12:59.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L263] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:12:59.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L263] added with generated mid KeyMID[127.0.0.1:8240-59711], CON-POST MID=59711, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:12:59.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L263] added with generated token KeyToken[127.0.0.1:8240-FCECDB4D19804D16], CON-POST MID=59711, Token=FCECDB4D19804D16, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:12:59.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59711], KeyToken[127.0.0.1:8240-FCECDB4D19804D16]] 08:12:59.297 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E299,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59711, Token=FCECDB4D19804D16, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33] 08:12:59.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59711] 08:12:59.297 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.297 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264] replace CON-POST MID=59711, Token=FCECDB4D19804D16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59711, Token=FCECDB4D19804D16, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R264] send response NON-2.05 MID=59711, Token=null, OptionSet={}, "server responds hi" 08:12:59.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264, complete]! 08:12:59.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R264, complete] completed NON-2.04 MID=59711, Token=FCECDB4D19804D16, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01! 08:12:59.298 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E300,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59711, Token=FCECDB4D19804D16, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01] 08:12:59.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59711] 08:12:59.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263, complete]! 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L263, complete] for token KeyToken[127.0.0.1:8240-FCECDB4D19804D16] 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L263, complete] for MID KeyMID[127.0.0.1:8240-59711] 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L263, complete] completed CON-POST MID= -1, Token=FCECDB4D19804D16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59711, Token=FCECDB4D19804D16, OptionSet={"Object-Security":0x0937}, acked 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33! 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L265] send request 08:12:59.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:12:59.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L265] added with generated mid KeyMID[127.0.0.1:8240-59712], CON-POST MID=59712, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:12:59.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L265] added with generated token KeyToken[127.0.0.1:8240-F86DC51555684F83], CON-POST MID=59712, Token=F86DC51555684F83, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:12:59.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59712], KeyToken[127.0.0.1:8240-F86DC51555684F83]] 08:12:59.300 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.300 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E301,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59712, Token=F86DC51555684F83, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B] 08:12:59.300 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59712] 08:12:59.301 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.301 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266] replace CON-POST MID=59712, Token=F86DC51555684F83, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59712, Token=F86DC51555684F83, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R266] send response NON-2.05 MID=59712, Token=null, OptionSet={}, "server responds hi" 08:12:59.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266, complete]! 08:12:59.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R266, complete] completed NON-2.04 MID=59712, Token=F86DC51555684F83, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0! 08:12:59.301 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E302,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59712, Token=F86DC51555684F83, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0] 08:12:59.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59712] 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265, complete]! 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L265, complete] for token KeyToken[127.0.0.1:8240-F86DC51555684F83] 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L265, complete] for MID KeyMID[127.0.0.1:8240-59712] 08:12:59.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L265, complete] completed CON-POST MID= -1, Token=F86DC51555684F83, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59712, Token=F86DC51555684F83, OptionSet={"Object-Security":0x0938}, acked A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B! 08:12:59.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L267] send request 08:12:59.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L267] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:12:59.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L267] added with generated mid KeyMID[127.0.0.1:8240-59713], CON-POST MID=59713, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:12:59.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L267] added with generated token KeyToken[127.0.0.1:8240-D43EE7A7CBAC837D], CON-POST MID=59713, Token=D43EE7A7CBAC837D, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:12:59.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59713], KeyToken[127.0.0.1:8240-D43EE7A7CBAC837D]] 08:12:59.304 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.304 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E303,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59713, Token=D43EE7A7CBAC837D, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7] 08:12:59.304 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59713] 08:12:59.304 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.304 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268] replace CON-POST MID=59713, Token=D43EE7A7CBAC837D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59713, Token=D43EE7A7CBAC837D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R268] send response NON-2.05 MID=59713, Token=null, OptionSet={}, "server responds hi" 08:12:59.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268, complete]! 08:12:59.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R268, complete] completed NON-2.04 MID=59713, Token=D43EE7A7CBAC837D, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8! 08:12:59.305 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.305 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E304,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59713, Token=D43EE7A7CBAC837D, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8] 08:12:59.305 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59713] 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267, complete]! 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L267, complete] for token KeyToken[127.0.0.1:8240-D43EE7A7CBAC837D] 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L267, complete] for MID KeyMID[127.0.0.1:8240-59713] 08:12:59.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L267, complete] completed CON-POST MID= -1, Token=D43EE7A7CBAC837D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59713, Token=D43EE7A7CBAC837D, OptionSet={"Object-Security":0x0939}, acked D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7! 08:12:59.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L269] send request 08:12:59.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L269] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:12:59.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L269] added with generated mid KeyMID[127.0.0.1:8240-59714], CON-POST MID=59714, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:12:59.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L269] added with generated token KeyToken[127.0.0.1:8240-444DEFD91EA7C4E5], CON-POST MID=59714, Token=444DEFD91EA7C4E5, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:12:59.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59714], KeyToken[127.0.0.1:8240-444DEFD91EA7C4E5]] 08:12:59.307 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.307 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E305,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59714, Token=444DEFD91EA7C4E5, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6] 08:12:59.307 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59714] 08:12:59.307 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.307 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270] replace CON-POST MID=59714, Token=444DEFD91EA7C4E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59714, Token=444DEFD91EA7C4E5, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R270] send response NON-2.05 MID=59714, Token=null, OptionSet={}, "server responds hi" 08:12:59.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270, complete]! 08:12:59.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R270, complete] completed NON-2.04 MID=59714, Token=444DEFD91EA7C4E5, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B! 08:12:59.308 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.308 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E306,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59714, Token=444DEFD91EA7C4E5, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B] 08:12:59.308 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59714] 08:12:59.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269, complete]! 08:12:59.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L269, complete] for token KeyToken[127.0.0.1:8240-444DEFD91EA7C4E5] 08:12:59.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L269, complete] for MID KeyMID[127.0.0.1:8240-59714] 08:12:59.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L269, complete] completed CON-POST MID= -1, Token=444DEFD91EA7C4E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59714, Token=444DEFD91EA7C4E5, OptionSet={"Object-Security":0x093A}, acked 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6! 08:12:59.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L271] send request 08:12:59.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L271] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:12:59.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L271] added with generated mid KeyMID[127.0.0.1:8240-59715], CON-POST MID=59715, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:12:59.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L271] added with generated token KeyToken[127.0.0.1:8240-ACB966CAE401D351], CON-POST MID=59715, Token=ACB966CAE401D351, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:12:59.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59715], KeyToken[127.0.0.1:8240-ACB966CAE401D351]] 08:12:59.310 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.310 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E307,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59715, Token=ACB966CAE401D351, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98] 08:12:59.310 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59715] 08:12:59.310 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.310 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272] replace CON-POST MID=59715, Token=ACB966CAE401D351, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59715, Token=ACB966CAE401D351, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R272] send response NON-2.05 MID=59715, Token=null, OptionSet={}, "server responds hi" 08:12:59.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272, complete]! 08:12:59.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R272, complete] completed NON-2.04 MID=59715, Token=ACB966CAE401D351, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B! 08:12:59.311 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.312 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E308,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59715, Token=ACB966CAE401D351, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B] 08:12:59.312 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59715] 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271, complete]! 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L271, complete] for token KeyToken[127.0.0.1:8240-ACB966CAE401D351] 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L271, complete] for MID KeyMID[127.0.0.1:8240-59715] 08:12:59.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L271, complete] completed CON-POST MID= -1, Token=ACB966CAE401D351, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59715, Token=ACB966CAE401D351, OptionSet={"Object-Security":0x093B}, acked 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98! 08:12:59.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L273] send request 08:12:59.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L273] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:12:59.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L273] added with generated mid KeyMID[127.0.0.1:8240-59716], CON-POST MID=59716, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:12:59.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L273] added with generated token KeyToken[127.0.0.1:8240-8814CBACE82F986A], CON-POST MID=59716, Token=8814CBACE82F986A, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:12:59.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59716], KeyToken[127.0.0.1:8240-8814CBACE82F986A]] 08:12:59.353 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E309,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59716, Token=8814CBACE82F986A, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76] 08:12:59.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59716] 08:12:59.353 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.353 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274] replace CON-POST MID=59716, Token=8814CBACE82F986A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59716, Token=8814CBACE82F986A, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R274] send response NON-2.05 MID=59716, Token=null, OptionSet={}, "server responds hi" 08:12:59.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274, complete]! 08:12:59.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R274, complete] completed NON-2.04 MID=59716, Token=8814CBACE82F986A, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE! 08:12:59.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E310,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59716, Token=8814CBACE82F986A, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE] 08:12:59.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59716] 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273, complete]! 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L273, complete] for token KeyToken[127.0.0.1:8240-8814CBACE82F986A] 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L273, complete] for MID KeyMID[127.0.0.1:8240-59716] 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L273, complete] completed CON-POST MID= -1, Token=8814CBACE82F986A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59716, Token=8814CBACE82F986A, OptionSet={"Object-Security":0x093C}, acked 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76! 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L275] send request 08:12:59.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L275] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:12:59.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L275] added with generated mid KeyMID[127.0.0.1:8240-59717], CON-POST MID=59717, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:12:59.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L275] added with generated token KeyToken[127.0.0.1:8240-C456EF0D2EE1E188], CON-POST MID=59717, Token=C456EF0D2EE1E188, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:12:59.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59717], KeyToken[127.0.0.1:8240-C456EF0D2EE1E188]] 08:12:59.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E311,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59717, Token=C456EF0D2EE1E188, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE] 08:12:59.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59717] 08:12:59.357 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.357 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276] replace CON-POST MID=59717, Token=C456EF0D2EE1E188, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59717, Token=C456EF0D2EE1E188, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R276] send response NON-2.05 MID=59717, Token=null, OptionSet={}, "server responds hi" 08:12:59.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276, complete]! 08:12:59.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R276, complete] completed NON-2.04 MID=59717, Token=C456EF0D2EE1E188, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25! 08:12:59.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E312,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59717, Token=C456EF0D2EE1E188, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25] 08:12:59.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59717] 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275, complete]! 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L275, complete] for token KeyToken[127.0.0.1:8240-C456EF0D2EE1E188] 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L275, complete] for MID KeyMID[127.0.0.1:8240-59717] 08:12:59.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L275, complete] completed CON-POST MID= -1, Token=C456EF0D2EE1E188, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59717, Token=C456EF0D2EE1E188, OptionSet={"Object-Security":0x093D}, acked 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE! 08:12:59.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L277] send request 08:12:59.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L277] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:12:59.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L277] added with generated mid KeyMID[127.0.0.1:8240-59718], CON-POST MID=59718, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:12:59.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L277] added with generated token KeyToken[127.0.0.1:8240-2C78021F721DA69F], CON-POST MID=59718, Token=2C78021F721DA69F, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:12:59.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59718], KeyToken[127.0.0.1:8240-2C78021F721DA69F]] 08:12:59.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E313,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59718, Token=2C78021F721DA69F, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D] 08:12:59.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59718] 08:12:59.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278] replace CON-POST MID=59718, Token=2C78021F721DA69F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59718, Token=2C78021F721DA69F, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R278] send response NON-2.05 MID=59718, Token=null, OptionSet={}, "server responds hi" 08:12:59.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278, complete]! 08:12:59.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R278, complete] completed NON-2.04 MID=59718, Token=2C78021F721DA69F, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E! 08:12:59.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E314,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59718, Token=2C78021F721DA69F, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E] 08:12:59.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59718] 08:12:59.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277, complete]! 08:12:59.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L277, complete] for token KeyToken[127.0.0.1:8240-2C78021F721DA69F] 08:12:59.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L277, complete] for MID KeyMID[127.0.0.1:8240-59718] 08:12:59.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L277, complete] completed CON-POST MID= -1, Token=2C78021F721DA69F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59718, Token=2C78021F721DA69F, OptionSet={"Object-Security":0x093E}, acked F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D! 08:12:59.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L279] send request 08:12:59.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:12:59.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L279] added with generated mid KeyMID[127.0.0.1:8240-59719], CON-POST MID=59719, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:12:59.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L279] added with generated token KeyToken[127.0.0.1:8240-A86940D0EFF685CF], CON-POST MID=59719, Token=A86940D0EFF685CF, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:12:59.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59719], KeyToken[127.0.0.1:8240-A86940D0EFF685CF]] 08:12:59.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E315,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59719, Token=A86940D0EFF685CF, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A] 08:12:59.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59719] 08:12:59.364 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.364 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280] replace CON-POST MID=59719, Token=A86940D0EFF685CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59719, Token=A86940D0EFF685CF, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R280] send response NON-2.05 MID=59719, Token=null, OptionSet={}, "server responds hi" 08:12:59.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280, complete]! 08:12:59.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R280, complete] completed NON-2.04 MID=59719, Token=A86940D0EFF685CF, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02! 08:12:59.364 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E316,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59719, Token=A86940D0EFF685CF, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02] 08:12:59.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59719] 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279, complete]! 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L279, complete] for token KeyToken[127.0.0.1:8240-A86940D0EFF685CF] 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L279, complete] for MID KeyMID[127.0.0.1:8240-59719] 08:12:59.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L279, complete] completed CON-POST MID= -1, Token=A86940D0EFF685CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59719, Token=A86940D0EFF685CF, OptionSet={"Object-Security":0x093F}, acked E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A! 08:12:59.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L281] send request 08:12:59.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:12:59.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L281] added with generated mid KeyMID[127.0.0.1:8240-59720], CON-POST MID=59720, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:12:59.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L281] added with generated token KeyToken[127.0.0.1:8240-6C8AFB0FBF176649], CON-POST MID=59720, Token=6C8AFB0FBF176649, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:12:59.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59720], KeyToken[127.0.0.1:8240-6C8AFB0FBF176649]] 08:12:59.367 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E317,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59720, Token=6C8AFB0FBF176649, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 08:12:59.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59720] 08:12:59.367 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.367 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282] replace CON-POST MID=59720, Token=6C8AFB0FBF176649, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59720, Token=6C8AFB0FBF176649, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R282] send response NON-2.05 MID=59720, Token=null, OptionSet={}, "server responds hi" 08:12:59.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282, complete]! 08:12:59.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R282, complete] completed NON-2.04 MID=59720, Token=6C8AFB0FBF176649, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 08:12:59.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E318,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59720, Token=6C8AFB0FBF176649, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 08:12:59.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59720] 08:12:59.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281, complete]! 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L281, complete] for token KeyToken[127.0.0.1:8240-6C8AFB0FBF176649] 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L281, complete] for MID KeyMID[127.0.0.1:8240-59720] 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L281, complete] completed CON-POST MID= -1, Token=6C8AFB0FBF176649, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59720, Token=6C8AFB0FBF176649, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L283] send request 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:12:59.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L283] added with generated mid KeyMID[127.0.0.1:8240-59721], CON-POST MID=59721, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:12:59.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L283] added with generated token KeyToken[127.0.0.1:8240-78F9C073C8D15FBE], CON-POST MID=59721, Token=78F9C073C8D15FBE, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:12:59.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59721], KeyToken[127.0.0.1:8240-78F9C073C8D15FBE]] 08:12:59.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E319,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59721, Token=78F9C073C8D15FBE, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6] 08:12:59.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59721] 08:12:59.370 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.370 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284] replace CON-POST MID=59721, Token=78F9C073C8D15FBE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59721, Token=78F9C073C8D15FBE, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R284] send response NON-2.05 MID=59721, Token=null, OptionSet={}, "server responds hi" 08:12:59.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284, complete]! 08:12:59.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R284, complete] completed NON-2.04 MID=59721, Token=78F9C073C8D15FBE, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C! 08:12:59.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E320,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59721, Token=78F9C073C8D15FBE, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C] 08:12:59.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59721] 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283, complete]! 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L283, complete] for token KeyToken[127.0.0.1:8240-78F9C073C8D15FBE] 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L283, complete] for MID KeyMID[127.0.0.1:8240-59721] 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L283, complete] completed CON-POST MID= -1, Token=78F9C073C8D15FBE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59721, Token=78F9C073C8D15FBE, OptionSet={"Object-Security":0x0941}, acked 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6! 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L285] send request 08:12:59.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L285] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:12:59.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L285] added with generated mid KeyMID[127.0.0.1:8240-59722], CON-POST MID=59722, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:12:59.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L285] added with generated token KeyToken[127.0.0.1:8240-047C39A3A686E97D], CON-POST MID=59722, Token=047C39A3A686E97D, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:12:59.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59722], KeyToken[127.0.0.1:8240-047C39A3A686E97D]] 08:12:59.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E321,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59722, Token=047C39A3A686E97D, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77] 08:12:59.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59722] 08:12:59.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286] replace CON-POST MID=59722, Token=047C39A3A686E97D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59722, Token=047C39A3A686E97D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R286] send response NON-2.05 MID=59722, Token=null, OptionSet={}, "server responds hi" 08:12:59.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286, complete]! 08:12:59.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R286, complete] completed NON-2.04 MID=59722, Token=047C39A3A686E97D, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA! 08:12:59.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E322,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59722, Token=047C39A3A686E97D, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA] 08:12:59.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59722] 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285, complete]! 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L285, complete] for token KeyToken[127.0.0.1:8240-047C39A3A686E97D] 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L285, complete] for MID KeyMID[127.0.0.1:8240-59722] 08:12:59.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L285, complete] completed CON-POST MID= -1, Token=047C39A3A686E97D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59722, Token=047C39A3A686E97D, OptionSet={"Object-Security":0x0942}, acked FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77! 08:12:59.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L287] send request 08:12:59.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L287] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:12:59.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L287] added with generated mid KeyMID[127.0.0.1:8240-59723], CON-POST MID=59723, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:12:59.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L287] added with generated token KeyToken[127.0.0.1:8240-ECA4D161FA2FC112], CON-POST MID=59723, Token=ECA4D161FA2FC112, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:12:59.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59723], KeyToken[127.0.0.1:8240-ECA4D161FA2FC112]] 08:12:59.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E323,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59723, Token=ECA4D161FA2FC112, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1] 08:12:59.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59723] 08:12:59.377 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.377 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288] replace CON-POST MID=59723, Token=ECA4D161FA2FC112, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59723, Token=ECA4D161FA2FC112, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R288] send response NON-2.05 MID=59723, Token=null, OptionSet={}, "server responds hi" 08:12:59.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288, complete]! 08:12:59.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R288, complete] completed NON-2.04 MID=59723, Token=ECA4D161FA2FC112, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2! 08:12:59.378 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E324,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59723, Token=ECA4D161FA2FC112, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2] 08:12:59.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59723] 08:12:59.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287, complete]! 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L287, complete] for token KeyToken[127.0.0.1:8240-ECA4D161FA2FC112] 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L287, complete] for MID KeyMID[127.0.0.1:8240-59723] 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L287, complete] completed CON-POST MID= -1, Token=ECA4D161FA2FC112, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59723, Token=ECA4D161FA2FC112, OptionSet={"Object-Security":0x0943}, acked 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1! 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L289] send request 08:12:59.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L289] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:12:59.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L289] added with generated mid KeyMID[127.0.0.1:8240-59724], CON-POST MID=59724, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:12:59.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L289] added with generated token KeyToken[127.0.0.1:8240-50EA29964D390080], CON-POST MID=59724, Token=50EA29964D390080, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:12:59.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59724], KeyToken[127.0.0.1:8240-50EA29964D390080]] 08:12:59.380 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E325,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59724, Token=50EA29964D390080, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B] 08:12:59.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59724] 08:12:59.381 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.381 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290] replace CON-POST MID=59724, Token=50EA29964D390080, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59724, Token=50EA29964D390080, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R290] send response NON-2.05 MID=59724, Token=null, OptionSet={}, "server responds hi" 08:12:59.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290, complete]! 08:12:59.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R290, complete] completed NON-2.04 MID=59724, Token=50EA29964D390080, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7! 08:12:59.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E326,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59724, Token=50EA29964D390080, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7] 08:12:59.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59724] 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289, complete]! 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L289, complete] for token KeyToken[127.0.0.1:8240-50EA29964D390080] 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L289, complete] for MID KeyMID[127.0.0.1:8240-59724] 08:12:59.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L289, complete] completed CON-POST MID= -1, Token=50EA29964D390080, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59724, Token=50EA29964D390080, OptionSet={"Object-Security":0x0944}, acked F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B! 08:12:59.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L291] send request 08:12:59.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L291] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:12:59.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L291] added with generated mid KeyMID[127.0.0.1:8240-59725], CON-POST MID=59725, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:12:59.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L291] added with generated token KeyToken[127.0.0.1:8240-F80581E1698110D5], CON-POST MID=59725, Token=F80581E1698110D5, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:12:59.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59725], KeyToken[127.0.0.1:8240-F80581E1698110D5]] 08:12:59.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E327,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59725, Token=F80581E1698110D5, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB] 08:12:59.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59725] 08:12:59.384 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.384 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292] replace CON-POST MID=59725, Token=F80581E1698110D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59725, Token=F80581E1698110D5, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R292] send response NON-2.05 MID=59725, Token=null, OptionSet={}, "server responds hi" 08:12:59.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292, complete]! 08:12:59.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R292, complete] completed NON-2.04 MID=59725, Token=F80581E1698110D5, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C! 08:12:59.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E328,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59725, Token=F80581E1698110D5, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C] 08:12:59.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59725] 08:12:59.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291, complete]! 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L291, complete] for token KeyToken[127.0.0.1:8240-F80581E1698110D5] 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L291, complete] for MID KeyMID[127.0.0.1:8240-59725] 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L291, complete] completed CON-POST MID= -1, Token=F80581E1698110D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59725, Token=F80581E1698110D5, OptionSet={"Object-Security":0x0945}, acked F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB! 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L293] send request 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L293] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:12:59.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L293] added with generated mid KeyMID[127.0.0.1:8240-59726], CON-POST MID=59726, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:12:59.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L293] added with generated token KeyToken[127.0.0.1:8240-48E6BC97DF32647D], CON-POST MID=59726, Token=48E6BC97DF32647D, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:12:59.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59726], KeyToken[127.0.0.1:8240-48E6BC97DF32647D]] 08:12:59.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E329,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59726, Token=48E6BC97DF32647D, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E] 08:12:59.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59726] 08:12:59.387 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.387 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294] replace CON-POST MID=59726, Token=48E6BC97DF32647D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59726, Token=48E6BC97DF32647D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R294] send response NON-2.05 MID=59726, Token=null, OptionSet={}, "server responds hi" 08:12:59.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294, complete]! 08:12:59.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R294, complete] completed NON-2.04 MID=59726, Token=48E6BC97DF32647D, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66! 08:12:59.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E330,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59726, Token=48E6BC97DF32647D, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66] 08:12:59.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59726] 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293, complete]! 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L293, complete] for token KeyToken[127.0.0.1:8240-48E6BC97DF32647D] 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L293, complete] for MID KeyMID[127.0.0.1:8240-59726] 08:12:59.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L293, complete] completed CON-POST MID= -1, Token=48E6BC97DF32647D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59726, Token=48E6BC97DF32647D, OptionSet={"Object-Security":0x0946}, acked 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E! 08:12:59.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L295] send request 08:12:59.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L295] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:12:59.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L295] added with generated mid KeyMID[127.0.0.1:8240-59727], CON-POST MID=59727, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:12:59.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L295] added with generated token KeyToken[127.0.0.1:8240-800433C08BC73B79], CON-POST MID=59727, Token=800433C08BC73B79, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:12:59.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59727], KeyToken[127.0.0.1:8240-800433C08BC73B79]] 08:12:59.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E331,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59727, Token=800433C08BC73B79, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41] 08:12:59.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59727] 08:12:59.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296] replace CON-POST MID=59727, Token=800433C08BC73B79, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59727, Token=800433C08BC73B79, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R296] send response NON-2.05 MID=59727, Token=null, OptionSet={}, "server responds hi" 08:12:59.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296, complete]! 08:12:59.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R296, complete] completed NON-2.04 MID=59727, Token=800433C08BC73B79, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51! 08:12:59.454 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E332,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59727, Token=800433C08BC73B79, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51] 08:12:59.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59727] 08:12:59.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295, complete]! 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L295, complete] for token KeyToken[127.0.0.1:8240-800433C08BC73B79] 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L295, complete] for MID KeyMID[127.0.0.1:8240-59727] 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L295, complete] completed CON-POST MID= -1, Token=800433C08BC73B79, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59727, Token=800433C08BC73B79, OptionSet={"Object-Security":0x0947}, acked 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41! 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L297] send request 08:12:59.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L297] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:12:59.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L297] added with generated mid KeyMID[127.0.0.1:8240-59728], CON-POST MID=59728, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:12:59.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L297] added with generated token KeyToken[127.0.0.1:8240-587CD540CF3ADB68], CON-POST MID=59728, Token=587CD540CF3ADB68, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:12:59.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59728], KeyToken[127.0.0.1:8240-587CD540CF3ADB68]] 08:12:59.456 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E333,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59728, Token=587CD540CF3ADB68, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95] 08:12:59.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59728] 08:12:59.457 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.457 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298] replace CON-POST MID=59728, Token=587CD540CF3ADB68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59728, Token=587CD540CF3ADB68, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R298] send response NON-2.05 MID=59728, Token=null, OptionSet={}, "server responds hi" 08:12:59.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298, complete]! 08:12:59.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R298, complete] completed NON-2.04 MID=59728, Token=587CD540CF3ADB68, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2! 08:12:59.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E334,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59728, Token=587CD540CF3ADB68, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2] 08:12:59.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59728] 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297, complete]! 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L297, complete] for token KeyToken[127.0.0.1:8240-587CD540CF3ADB68] 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L297, complete] for MID KeyMID[127.0.0.1:8240-59728] 08:12:59.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L297, complete] completed CON-POST MID= -1, Token=587CD540CF3ADB68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59728, Token=587CD540CF3ADB68, OptionSet={"Object-Security":0x0948}, acked 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95! 08:12:59.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L299] send request 08:12:59.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L299] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:12:59.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L299] added with generated mid KeyMID[127.0.0.1:8240-59729], CON-POST MID=59729, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:12:59.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L299] added with generated token KeyToken[127.0.0.1:8240-FC80F572EC8D869B], CON-POST MID=59729, Token=FC80F572EC8D869B, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:12:59.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59729], KeyToken[127.0.0.1:8240-FC80F572EC8D869B]] 08:12:59.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E335,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59729, Token=FC80F572EC8D869B, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95] 08:12:59.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59729] 08:12:59.460 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.460 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300] replace CON-POST MID=59729, Token=FC80F572EC8D869B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59729, Token=FC80F572EC8D869B, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R300] send response NON-2.05 MID=59729, Token=null, OptionSet={}, "server responds hi" 08:12:59.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300, complete]! 08:12:59.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R300, complete] completed NON-2.04 MID=59729, Token=FC80F572EC8D869B, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7! 08:12:59.461 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E336,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59729, Token=FC80F572EC8D869B, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7] 08:12:59.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59729] 08:12:59.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299, complete]! 08:12:59.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L299, complete] for token KeyToken[127.0.0.1:8240-FC80F572EC8D869B] 08:12:59.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L299, complete] for MID KeyMID[127.0.0.1:8240-59729] 08:12:59.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L299, complete] completed CON-POST MID= -1, Token=FC80F572EC8D869B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59729, Token=FC80F572EC8D869B, OptionSet={"Object-Security":0x0949}, acked DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95! 08:12:59.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L301] send request 08:12:59.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L301] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:12:59.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L301] added with generated mid KeyMID[127.0.0.1:8240-59730], CON-POST MID=59730, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:12:59.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L301] added with generated token KeyToken[127.0.0.1:8240-4CFF9566720EEB5B], CON-POST MID=59730, Token=4CFF9566720EEB5B, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:12:59.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59730], KeyToken[127.0.0.1:8240-4CFF9566720EEB5B]] 08:12:59.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E337,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59730, Token=4CFF9566720EEB5B, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB] 08:12:59.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59730] 08:12:59.463 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.463 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302] replace CON-POST MID=59730, Token=4CFF9566720EEB5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59730, Token=4CFF9566720EEB5B, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R302] send response NON-2.05 MID=59730, Token=null, OptionSet={}, "server responds hi" 08:12:59.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302, complete]! 08:12:59.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R302, complete] completed NON-2.04 MID=59730, Token=4CFF9566720EEB5B, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27! 08:12:59.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E338,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59730, Token=4CFF9566720EEB5B, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27] 08:12:59.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59730] 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301, complete]! 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L301, complete] for token KeyToken[127.0.0.1:8240-4CFF9566720EEB5B] 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L301, complete] for MID KeyMID[127.0.0.1:8240-59730] 08:12:59.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L301, complete] completed CON-POST MID= -1, Token=4CFF9566720EEB5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59730, Token=4CFF9566720EEB5B, OptionSet={"Object-Security":0x094A}, acked 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB! 08:12:59.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L303] send request 08:12:59.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L303] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:12:59.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L303] added with generated mid KeyMID[127.0.0.1:8240-59731], CON-POST MID=59731, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:12:59.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L303] added with generated token KeyToken[127.0.0.1:8240-306FE7BA0EF90A08], CON-POST MID=59731, Token=306FE7BA0EF90A08, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:12:59.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59731], KeyToken[127.0.0.1:8240-306FE7BA0EF90A08]] 08:12:59.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E339,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59731, Token=306FE7BA0EF90A08, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A] 08:12:59.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59731] 08:12:59.467 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.467 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304] replace CON-POST MID=59731, Token=306FE7BA0EF90A08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59731, Token=306FE7BA0EF90A08, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R304] send response NON-2.05 MID=59731, Token=null, OptionSet={}, "server responds hi" 08:12:59.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304, complete]! 08:12:59.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R304, complete] completed NON-2.04 MID=59731, Token=306FE7BA0EF90A08, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68! 08:12:59.468 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E340,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59731, Token=306FE7BA0EF90A08, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68] 08:12:59.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59731] 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303, complete]! 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L303, complete] for token KeyToken[127.0.0.1:8240-306FE7BA0EF90A08] 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L303, complete] for MID KeyMID[127.0.0.1:8240-59731] 08:12:59.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L303, complete] completed CON-POST MID= -1, Token=306FE7BA0EF90A08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59731, Token=306FE7BA0EF90A08, OptionSet={"Object-Security":0x094B}, acked 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A! 08:12:59.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L305] send request 08:12:59.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L305] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:12:59.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L305] added with generated mid KeyMID[127.0.0.1:8240-59732], CON-POST MID=59732, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:12:59.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L305] added with generated token KeyToken[127.0.0.1:8240-688773B1A171843D], CON-POST MID=59732, Token=688773B1A171843D, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:12:59.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59732], KeyToken[127.0.0.1:8240-688773B1A171843D]] 08:12:59.470 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E341,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59732, Token=688773B1A171843D, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A] 08:12:59.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59732] 08:12:59.470 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.470 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306] replace CON-POST MID=59732, Token=688773B1A171843D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59732, Token=688773B1A171843D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R306] send response NON-2.05 MID=59732, Token=null, OptionSet={}, "server responds hi" 08:12:59.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306, complete]! 08:12:59.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R306, complete] completed NON-2.04 MID=59732, Token=688773B1A171843D, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1! 08:12:59.471 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E342,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59732, Token=688773B1A171843D, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1] 08:12:59.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59732] 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305, complete]! 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L305, complete] for token KeyToken[127.0.0.1:8240-688773B1A171843D] 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L305, complete] for MID KeyMID[127.0.0.1:8240-59732] 08:12:59.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L305, complete] completed CON-POST MID= -1, Token=688773B1A171843D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59732, Token=688773B1A171843D, OptionSet={"Object-Security":0x094C}, acked 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A! 08:12:59.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L307] send request 08:12:59.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L307] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:12:59.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L307] added with generated mid KeyMID[127.0.0.1:8240-59733], CON-POST MID=59733, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:12:59.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L307] added with generated token KeyToken[127.0.0.1:8240-5011C7713D2ABE99], CON-POST MID=59733, Token=5011C7713D2ABE99, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:12:59.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59733], KeyToken[127.0.0.1:8240-5011C7713D2ABE99]] 08:12:59.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E343,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59733, Token=5011C7713D2ABE99, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10] 08:12:59.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59733] 08:12:59.473 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.473 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308] replace CON-POST MID=59733, Token=5011C7713D2ABE99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59733, Token=5011C7713D2ABE99, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R308] send response NON-2.05 MID=59733, Token=null, OptionSet={}, "server responds hi" 08:12:59.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308, complete]! 08:12:59.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R308, complete] completed NON-2.04 MID=59733, Token=5011C7713D2ABE99, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2! 08:12:59.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E344,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59733, Token=5011C7713D2ABE99, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2] 08:12:59.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59733] 08:12:59.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307, complete]! 08:12:59.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L307, complete] for token KeyToken[127.0.0.1:8240-5011C7713D2ABE99] 08:12:59.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L307, complete] for MID KeyMID[127.0.0.1:8240-59733] 08:12:59.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L307, complete] completed CON-POST MID= -1, Token=5011C7713D2ABE99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59733, Token=5011C7713D2ABE99, OptionSet={"Object-Security":0x094D}, acked 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10! 08:12:59.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L309] send request 08:12:59.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L309] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:12:59.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L309] added with generated mid KeyMID[127.0.0.1:8240-59734], CON-POST MID=59734, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:12:59.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L309] added with generated token KeyToken[127.0.0.1:8240-C009D1A8AD2D853F], CON-POST MID=59734, Token=C009D1A8AD2D853F, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:12:59.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59734], KeyToken[127.0.0.1:8240-C009D1A8AD2D853F]] 08:12:59.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E345,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59734, Token=C009D1A8AD2D853F, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B] 08:12:59.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59734] 08:12:59.476 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.476 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310] replace CON-POST MID=59734, Token=C009D1A8AD2D853F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59734, Token=C009D1A8AD2D853F, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R310] send response NON-2.05 MID=59734, Token=null, OptionSet={}, "server responds hi" 08:12:59.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310, complete]! 08:12:59.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R310, complete] completed NON-2.04 MID=59734, Token=C009D1A8AD2D853F, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C! 08:12:59.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E346,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59734, Token=C009D1A8AD2D853F, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C] 08:12:59.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59734] 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309, complete]! 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L309, complete] for token KeyToken[127.0.0.1:8240-C009D1A8AD2D853F] 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L309, complete] for MID KeyMID[127.0.0.1:8240-59734] 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L309, complete] completed CON-POST MID= -1, Token=C009D1A8AD2D853F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59734, Token=C009D1A8AD2D853F, OptionSet={"Object-Security":0x094E}, acked 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B! 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L311] send request 08:12:59.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L311] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:12:59.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L311] added with generated mid KeyMID[127.0.0.1:8240-59735], CON-POST MID=59735, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:12:59.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L311] added with generated token KeyToken[127.0.0.1:8240-28B182F46F48AF82], CON-POST MID=59735, Token=28B182F46F48AF82, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:12:59.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59735], KeyToken[127.0.0.1:8240-28B182F46F48AF82]] 08:12:59.479 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E347,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59735, Token=28B182F46F48AF82, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D] 08:12:59.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59735] 08:12:59.480 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.480 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312] replace CON-POST MID=59735, Token=28B182F46F48AF82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59735, Token=28B182F46F48AF82, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R312] send response NON-2.05 MID=59735, Token=null, OptionSet={}, "server responds hi" 08:12:59.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312, complete]! 08:12:59.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R312, complete] completed NON-2.04 MID=59735, Token=28B182F46F48AF82, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A! 08:12:59.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E348,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59735, Token=28B182F46F48AF82, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A] 08:12:59.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59735] 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311, complete]! 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L311, complete] for token KeyToken[127.0.0.1:8240-28B182F46F48AF82] 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L311, complete] for MID KeyMID[127.0.0.1:8240-59735] 08:12:59.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L311, complete] completed CON-POST MID= -1, Token=28B182F46F48AF82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59735, Token=28B182F46F48AF82, OptionSet={"Object-Security":0x094F}, acked F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D! 08:12:59.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L313] send request 08:12:59.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L313] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:12:59.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L313] added with generated mid KeyMID[127.0.0.1:8240-59736], CON-POST MID=59736, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:12:59.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L313] added with generated token KeyToken[127.0.0.1:8240-344E70B3C56A3DBA], CON-POST MID=59736, Token=344E70B3C56A3DBA, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:12:59.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59736], KeyToken[127.0.0.1:8240-344E70B3C56A3DBA]] 08:12:59.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E349,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59736, Token=344E70B3C56A3DBA, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C] 08:12:59.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59736] 08:12:59.483 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.483 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314] replace CON-POST MID=59736, Token=344E70B3C56A3DBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59736, Token=344E70B3C56A3DBA, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R314] send response NON-2.05 MID=59736, Token=null, OptionSet={}, "server responds hi" 08:12:59.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314, complete]! 08:12:59.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R314, complete] completed NON-2.04 MID=59736, Token=344E70B3C56A3DBA, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC! 08:12:59.484 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E350,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59736, Token=344E70B3C56A3DBA, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC] 08:12:59.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59736] 08:12:59.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313, complete]! 08:12:59.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L313, complete] for token KeyToken[127.0.0.1:8240-344E70B3C56A3DBA] 08:12:59.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L313, complete] for MID KeyMID[127.0.0.1:8240-59736] 08:12:59.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L313, complete] completed CON-POST MID= -1, Token=344E70B3C56A3DBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59736, Token=344E70B3C56A3DBA, OptionSet={"Object-Security":0x0950}, acked F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C! 08:12:59.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L315] send request 08:12:59.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L315] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:12:59.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L315] added with generated mid KeyMID[127.0.0.1:8240-59737], CON-POST MID=59737, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:12:59.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L315] added with generated token KeyToken[127.0.0.1:8240-88CA77E10C781A19], CON-POST MID=59737, Token=88CA77E10C781A19, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:12:59.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59737], KeyToken[127.0.0.1:8240-88CA77E10C781A19]] 08:12:59.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E351,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59737, Token=88CA77E10C781A19, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08] 08:12:59.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59737] 08:12:59.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316] replace CON-POST MID=59737, Token=88CA77E10C781A19, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59737, Token=88CA77E10C781A19, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R316] send response NON-2.05 MID=59737, Token=null, OptionSet={}, "server responds hi" 08:12:59.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316, complete]! 08:12:59.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R316, complete] completed NON-2.04 MID=59737, Token=88CA77E10C781A19, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1! 08:12:59.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E352,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59737, Token=88CA77E10C781A19, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1] 08:12:59.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59737] 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315, complete]! 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L315, complete] for token KeyToken[127.0.0.1:8240-88CA77E10C781A19] 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L315, complete] for MID KeyMID[127.0.0.1:8240-59737] 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L315, complete] completed CON-POST MID= -1, Token=88CA77E10C781A19, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59737, Token=88CA77E10C781A19, OptionSet={"Object-Security":0x0951}, acked F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08! 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L317] send request 08:12:59.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L317] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:12:59.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L317] added with generated mid KeyMID[127.0.0.1:8240-59738], CON-POST MID=59738, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:12:59.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L317] added with generated token KeyToken[127.0.0.1:8240-B08DF77E6027ABD3], CON-POST MID=59738, Token=B08DF77E6027ABD3, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:12:59.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59738], KeyToken[127.0.0.1:8240-B08DF77E6027ABD3]] 08:12:59.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E353,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59738, Token=B08DF77E6027ABD3, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB] 08:12:59.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59738] 08:12:59.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318] replace CON-POST MID=59738, Token=B08DF77E6027ABD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59738, Token=B08DF77E6027ABD3, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R318] send response NON-2.05 MID=59738, Token=null, OptionSet={}, "server responds hi" 08:12:59.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318, complete]! 08:12:59.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R318, complete] completed NON-2.04 MID=59738, Token=B08DF77E6027ABD3, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C! 08:12:59.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E354,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59738, Token=B08DF77E6027ABD3, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C] 08:12:59.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59738] 08:12:59.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317, complete]! 08:12:59.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L317, complete] for token KeyToken[127.0.0.1:8240-B08DF77E6027ABD3] 08:12:59.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L317, complete] for MID KeyMID[127.0.0.1:8240-59738] 08:12:59.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L317, complete] completed CON-POST MID= -1, Token=B08DF77E6027ABD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59738, Token=B08DF77E6027ABD3, OptionSet={"Object-Security":0x0952}, acked E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB! 08:12:59.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L319] send request 08:12:59.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L319] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:12:59.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L319] added with generated mid KeyMID[127.0.0.1:8240-59739], CON-POST MID=59739, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:12:59.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L319] added with generated token KeyToken[127.0.0.1:8240-E0C388122DFA2C69], CON-POST MID=59739, Token=E0C388122DFA2C69, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:12:59.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59739], KeyToken[127.0.0.1:8240-E0C388122DFA2C69]] 08:12:59.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E355,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59739, Token=E0C388122DFA2C69, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C] 08:12:59.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59739] 08:12:59.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320] replace CON-POST MID=59739, Token=E0C388122DFA2C69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59739, Token=E0C388122DFA2C69, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R320] send response NON-2.05 MID=59739, Token=null, OptionSet={}, "server responds hi" 08:12:59.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320, complete]! 08:12:59.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R320, complete] completed NON-2.04 MID=59739, Token=E0C388122DFA2C69, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D! 08:12:59.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E356,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59739, Token=E0C388122DFA2C69, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D] 08:12:59.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59739] 08:12:59.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319, complete]! 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L319, complete] for token KeyToken[127.0.0.1:8240-E0C388122DFA2C69] 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L319, complete] for MID KeyMID[127.0.0.1:8240-59739] 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L319, complete] completed CON-POST MID= -1, Token=E0C388122DFA2C69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59739, Token=E0C388122DFA2C69, OptionSet={"Object-Security":0x0953}, acked 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C! 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L321] send request 08:12:59.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L321] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:12:59.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L321] added with generated mid KeyMID[127.0.0.1:8240-59740], CON-POST MID=59740, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:12:59.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L321] added with generated token KeyToken[127.0.0.1:8240-84351BBF4388B76E], CON-POST MID=59740, Token=84351BBF4388B76E, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:12:59.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59740], KeyToken[127.0.0.1:8240-84351BBF4388B76E]] 08:12:59.559 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E357,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59740, Token=84351BBF4388B76E, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A] 08:12:59.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59740] 08:12:59.560 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.560 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322] replace CON-POST MID=59740, Token=84351BBF4388B76E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59740, Token=84351BBF4388B76E, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R322] send response NON-2.05 MID=59740, Token=null, OptionSet={}, "server responds hi" 08:12:59.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322, complete]! 08:12:59.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R322, complete] completed NON-2.04 MID=59740, Token=84351BBF4388B76E, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD! 08:12:59.561 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E358,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59740, Token=84351BBF4388B76E, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD] 08:12:59.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59740] 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321, complete]! 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L321, complete] for token KeyToken[127.0.0.1:8240-84351BBF4388B76E] 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L321, complete] for MID KeyMID[127.0.0.1:8240-59740] 08:12:59.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L321, complete] completed CON-POST MID= -1, Token=84351BBF4388B76E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59740, Token=84351BBF4388B76E, OptionSet={"Object-Security":0x0954}, acked 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A! 08:12:59.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L323] send request 08:12:59.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L323] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:12:59.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L323] added with generated mid KeyMID[127.0.0.1:8240-59741], CON-POST MID=59741, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:12:59.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L323] added with generated token KeyToken[127.0.0.1:8240-B0FFBB7A9BE7AB1D], CON-POST MID=59741, Token=B0FFBB7A9BE7AB1D, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:12:59.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59741], KeyToken[127.0.0.1:8240-B0FFBB7A9BE7AB1D]] 08:12:59.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E359,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59741, Token=B0FFBB7A9BE7AB1D, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4] 08:12:59.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59741] 08:12:59.563 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.563 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324] replace CON-POST MID=59741, Token=B0FFBB7A9BE7AB1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59741, Token=B0FFBB7A9BE7AB1D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R324] send response NON-2.05 MID=59741, Token=null, OptionSet={}, "server responds hi" 08:12:59.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324, complete]! 08:12:59.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R324, complete] completed NON-2.04 MID=59741, Token=B0FFBB7A9BE7AB1D, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A! 08:12:59.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E360,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59741, Token=B0FFBB7A9BE7AB1D, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A] 08:12:59.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59741] 08:12:59.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323, complete]! 08:12:59.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L323, complete] for token KeyToken[127.0.0.1:8240-B0FFBB7A9BE7AB1D] 08:12:59.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L323, complete] for MID KeyMID[127.0.0.1:8240-59741] 08:12:59.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L323, complete] completed CON-POST MID= -1, Token=B0FFBB7A9BE7AB1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59741, Token=B0FFBB7A9BE7AB1D, OptionSet={"Object-Security":0x0955}, acked 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4! 08:12:59.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L325] send request 08:12:59.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L325] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:12:59.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L325] added with generated mid KeyMID[127.0.0.1:8240-59742], CON-POST MID=59742, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:12:59.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L325] added with generated token KeyToken[127.0.0.1:8240-F04A234206565CD3], CON-POST MID=59742, Token=F04A234206565CD3, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:12:59.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59742], KeyToken[127.0.0.1:8240-F04A234206565CD3]] 08:12:59.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E361,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59742, Token=F04A234206565CD3, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B] 08:12:59.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59742] 08:12:59.567 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.567 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326] replace CON-POST MID=59742, Token=F04A234206565CD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59742, Token=F04A234206565CD3, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R326] send response NON-2.05 MID=59742, Token=null, OptionSet={}, "server responds hi" 08:12:59.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326, complete]! 08:12:59.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R326, complete] completed NON-2.04 MID=59742, Token=F04A234206565CD3, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90! 08:12:59.568 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E362,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59742, Token=F04A234206565CD3, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90] 08:12:59.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59742] 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325, complete]! 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L325, complete] for token KeyToken[127.0.0.1:8240-F04A234206565CD3] 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L325, complete] for MID KeyMID[127.0.0.1:8240-59742] 08:12:59.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L325, complete] completed CON-POST MID= -1, Token=F04A234206565CD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59742, Token=F04A234206565CD3, OptionSet={"Object-Security":0x0956}, acked 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B! 08:12:59.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L327] send request 08:12:59.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L327] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:12:59.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L327] added with generated mid KeyMID[127.0.0.1:8240-59743], CON-POST MID=59743, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:12:59.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L327] added with generated token KeyToken[127.0.0.1:8240-A0AE9607B2BA930D], CON-POST MID=59743, Token=A0AE9607B2BA930D, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:12:59.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59743], KeyToken[127.0.0.1:8240-A0AE9607B2BA930D]] 08:12:59.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E363,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59743, Token=A0AE9607B2BA930D, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25] 08:12:59.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59743] 08:12:59.570 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.570 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328] replace CON-POST MID=59743, Token=A0AE9607B2BA930D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59743, Token=A0AE9607B2BA930D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R328] send response NON-2.05 MID=59743, Token=null, OptionSet={}, "server responds hi" 08:12:59.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328, complete]! 08:12:59.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R328, complete] completed NON-2.04 MID=59743, Token=A0AE9607B2BA930D, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5! 08:12:59.571 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E364,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59743, Token=A0AE9607B2BA930D, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5] 08:12:59.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59743] 08:12:59.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327, complete]! 08:12:59.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L327, complete] for token KeyToken[127.0.0.1:8240-A0AE9607B2BA930D] 08:12:59.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L327, complete] for MID KeyMID[127.0.0.1:8240-59743] 08:12:59.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L327, complete] completed CON-POST MID= -1, Token=A0AE9607B2BA930D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59743, Token=A0AE9607B2BA930D, OptionSet={"Object-Security":0x0957}, acked 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25! 08:12:59.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L329] send request 08:12:59.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L329] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:12:59.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L329] added with generated mid KeyMID[127.0.0.1:8240-59744], CON-POST MID=59744, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:12:59.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L329] added with generated token KeyToken[127.0.0.1:8240-0C269EB113C2F1C2], CON-POST MID=59744, Token=0C269EB113C2F1C2, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:12:59.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59744], KeyToken[127.0.0.1:8240-0C269EB113C2F1C2]] 08:12:59.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E365,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59744, Token=0C269EB113C2F1C2, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60] 08:12:59.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59744] 08:12:59.573 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.573 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330] replace CON-POST MID=59744, Token=0C269EB113C2F1C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59744, Token=0C269EB113C2F1C2, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R330] send response NON-2.05 MID=59744, Token=null, OptionSet={}, "server responds hi" 08:12:59.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330, complete]! 08:12:59.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R330, complete] completed NON-2.04 MID=59744, Token=0C269EB113C2F1C2, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B! 08:12:59.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E366,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59744, Token=0C269EB113C2F1C2, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B] 08:12:59.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59744] 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329, complete]! 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L329, complete] for token KeyToken[127.0.0.1:8240-0C269EB113C2F1C2] 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L329, complete] for MID KeyMID[127.0.0.1:8240-59744] 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L329, complete] completed CON-POST MID= -1, Token=0C269EB113C2F1C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59744, Token=0C269EB113C2F1C2, OptionSet={"Object-Security":0x0958}, acked 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60! 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L331] send request 08:12:59.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L331] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:12:59.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L331] added with generated mid KeyMID[127.0.0.1:8240-59745], CON-POST MID=59745, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:12:59.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L331] added with generated token KeyToken[127.0.0.1:8240-34C8CA737484D156], CON-POST MID=59745, Token=34C8CA737484D156, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:12:59.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59745], KeyToken[127.0.0.1:8240-34C8CA737484D156]] 08:12:59.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E367,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59745, Token=34C8CA737484D156, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60] 08:12:59.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59745] 08:12:59.577 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.577 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332] replace CON-POST MID=59745, Token=34C8CA737484D156, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59745, Token=34C8CA737484D156, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R332] send response NON-2.05 MID=59745, Token=null, OptionSet={}, "server responds hi" 08:12:59.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332, complete]! 08:12:59.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R332, complete] completed NON-2.04 MID=59745, Token=34C8CA737484D156, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A! 08:12:59.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E368,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59745, Token=34C8CA737484D156, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A] 08:12:59.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59745] 08:12:59.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331, complete]! 08:12:59.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L331, complete] for token KeyToken[127.0.0.1:8240-34C8CA737484D156] 08:12:59.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L331, complete] for MID KeyMID[127.0.0.1:8240-59745] 08:12:59.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L331, complete] completed CON-POST MID= -1, Token=34C8CA737484D156, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59745, Token=34C8CA737484D156, OptionSet={"Object-Security":0x0959}, acked C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60! 08:12:59.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L333] send request 08:12:59.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L333] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:12:59.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L333] added with generated mid KeyMID[127.0.0.1:8240-59746], CON-POST MID=59746, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:12:59.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L333] added with generated token KeyToken[127.0.0.1:8240-A8CC8306B76D4096], CON-POST MID=59746, Token=A8CC8306B76D4096, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:12:59.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59746], KeyToken[127.0.0.1:8240-A8CC8306B76D4096]] 08:12:59.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E369,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59746, Token=A8CC8306B76D4096, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D] 08:12:59.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59746] 08:12:59.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.581 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334] replace CON-POST MID=59746, Token=A8CC8306B76D4096, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59746, Token=A8CC8306B76D4096, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R334] send response NON-2.05 MID=59746, Token=null, OptionSet={}, "server responds hi" 08:12:59.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334, complete]! 08:12:59.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R334, complete] completed NON-2.04 MID=59746, Token=A8CC8306B76D4096, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA! 08:12:59.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E370,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59746, Token=A8CC8306B76D4096, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA] 08:12:59.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59746] 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333, complete]! 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L333, complete] for token KeyToken[127.0.0.1:8240-A8CC8306B76D4096] 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L333, complete] for MID KeyMID[127.0.0.1:8240-59746] 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L333, complete] completed CON-POST MID= -1, Token=A8CC8306B76D4096, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59746, Token=A8CC8306B76D4096, OptionSet={"Object-Security":0x095A}, acked 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D! 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L335] send request 08:12:59.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L335] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:12:59.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L335] added with generated mid KeyMID[127.0.0.1:8240-59747], CON-POST MID=59747, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:12:59.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L335] added with generated token KeyToken[127.0.0.1:8240-C46F5FE6E11BB5C9], CON-POST MID=59747, Token=C46F5FE6E11BB5C9, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:12:59.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59747], KeyToken[127.0.0.1:8240-C46F5FE6E11BB5C9]] 08:12:59.583 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E371,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59747, Token=C46F5FE6E11BB5C9, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82] 08:12:59.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59747] 08:12:59.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336] replace CON-POST MID=59747, Token=C46F5FE6E11BB5C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59747, Token=C46F5FE6E11BB5C9, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R336] send response NON-2.05 MID=59747, Token=null, OptionSet={}, "server responds hi" 08:12:59.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336, complete]! 08:12:59.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R336, complete] completed NON-2.04 MID=59747, Token=C46F5FE6E11BB5C9, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24! 08:12:59.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E372,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59747, Token=C46F5FE6E11BB5C9, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24] 08:12:59.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59747] 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335, complete]! 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L335, complete] for token KeyToken[127.0.0.1:8240-C46F5FE6E11BB5C9] 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L335, complete] for MID KeyMID[127.0.0.1:8240-59747] 08:12:59.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L335, complete] completed CON-POST MID= -1, Token=C46F5FE6E11BB5C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59747, Token=C46F5FE6E11BB5C9, OptionSet={"Object-Security":0x095B}, acked 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82! 08:12:59.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L337] send request 08:12:59.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L337] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:12:59.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L337] added with generated mid KeyMID[127.0.0.1:8240-59748], CON-POST MID=59748, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:12:59.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L337] added with generated token KeyToken[127.0.0.1:8240-A47E9A3A14E55CFF], CON-POST MID=59748, Token=A47E9A3A14E55CFF, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:12:59.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59748], KeyToken[127.0.0.1:8240-A47E9A3A14E55CFF]] 08:12:59.587 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E373,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59748, Token=A47E9A3A14E55CFF, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C] 08:12:59.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59748] 08:12:59.587 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.587 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338] replace CON-POST MID=59748, Token=A47E9A3A14E55CFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59748, Token=A47E9A3A14E55CFF, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R338] send response NON-2.05 MID=59748, Token=null, OptionSet={}, "server responds hi" 08:12:59.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338, complete]! 08:12:59.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R338, complete] completed NON-2.04 MID=59748, Token=A47E9A3A14E55CFF, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59! 08:12:59.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E374,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59748, Token=A47E9A3A14E55CFF, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59] 08:12:59.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59748] 08:12:59.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337, complete]! 08:12:59.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L337, complete] for token KeyToken[127.0.0.1:8240-A47E9A3A14E55CFF] 08:12:59.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L337, complete] for MID KeyMID[127.0.0.1:8240-59748] 08:12:59.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L337, complete] completed CON-POST MID= -1, Token=A47E9A3A14E55CFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59748, Token=A47E9A3A14E55CFF, OptionSet={"Object-Security":0x095C}, acked AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C! 08:12:59.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L339] send request 08:12:59.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L339] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:12:59.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L339] added with generated mid KeyMID[127.0.0.1:8240-59749], CON-POST MID=59749, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:12:59.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L339] added with generated token KeyToken[127.0.0.1:8240-A482FC43E38BF6AA], CON-POST MID=59749, Token=A482FC43E38BF6AA, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:12:59.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59749], KeyToken[127.0.0.1:8240-A482FC43E38BF6AA]] 08:12:59.590 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E375,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59749, Token=A482FC43E38BF6AA, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22] 08:12:59.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59749] 08:12:59.590 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.590 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340] replace CON-POST MID=59749, Token=A482FC43E38BF6AA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59749, Token=A482FC43E38BF6AA, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R340] send response NON-2.05 MID=59749, Token=null, OptionSet={}, "server responds hi" 08:12:59.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340, complete]! 08:12:59.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R340, complete] completed NON-2.04 MID=59749, Token=A482FC43E38BF6AA, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A! 08:12:59.591 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E376,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59749, Token=A482FC43E38BF6AA, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A] 08:12:59.591 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59749] 08:12:59.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339, complete]! 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L339, complete] for token KeyToken[127.0.0.1:8240-A482FC43E38BF6AA] 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L339, complete] for MID KeyMID[127.0.0.1:8240-59749] 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L339, complete] completed CON-POST MID= -1, Token=A482FC43E38BF6AA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59749, Token=A482FC43E38BF6AA, OptionSet={"Object-Security":0x095D}, acked C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22! 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L341] send request 08:12:59.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L341] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:12:59.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L341] added with generated mid KeyMID[127.0.0.1:8240-59750], CON-POST MID=59750, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:12:59.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L341] added with generated token KeyToken[127.0.0.1:8240-18949BBCE38AED86], CON-POST MID=59750, Token=18949BBCE38AED86, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:12:59.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59750], KeyToken[127.0.0.1:8240-18949BBCE38AED86]] 08:12:59.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E377,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59750, Token=18949BBCE38AED86, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46] 08:12:59.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59750] 08:12:59.593 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.593 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342] replace CON-POST MID=59750, Token=18949BBCE38AED86, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59750, Token=18949BBCE38AED86, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R342] send response NON-2.05 MID=59750, Token=null, OptionSet={}, "server responds hi" 08:12:59.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342, complete]! 08:12:59.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R342, complete] completed NON-2.04 MID=59750, Token=18949BBCE38AED86, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6! 08:12:59.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E378,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59750, Token=18949BBCE38AED86, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6] 08:12:59.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59750] 08:12:59.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341, complete]! 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L341, complete] for token KeyToken[127.0.0.1:8240-18949BBCE38AED86] 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L341, complete] for MID KeyMID[127.0.0.1:8240-59750] 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L341, complete] completed CON-POST MID= -1, Token=18949BBCE38AED86, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59750, Token=18949BBCE38AED86, OptionSet={"Object-Security":0x095E}, acked 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46! 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L343] send request 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L343] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:12:59.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L343] added with generated mid KeyMID[127.0.0.1:8240-59751], CON-POST MID=59751, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:12:59.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L343] added with generated token KeyToken[127.0.0.1:8240-B47BBE182B42A8E1], CON-POST MID=59751, Token=B47BBE182B42A8E1, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:12:59.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59751], KeyToken[127.0.0.1:8240-B47BBE182B42A8E1]] 08:12:59.596 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E379,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59751, Token=B47BBE182B42A8E1, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82] 08:12:59.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59751] 08:12:59.652 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.652 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344] replace CON-POST MID=59751, Token=B47BBE182B42A8E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59751, Token=B47BBE182B42A8E1, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R344] send response NON-2.05 MID=59751, Token=null, OptionSet={}, "server responds hi" 08:12:59.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344, complete]! 08:12:59.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R344, complete] completed NON-2.04 MID=59751, Token=B47BBE182B42A8E1, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52! 08:12:59.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E380,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59751, Token=B47BBE182B42A8E1, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52] 08:12:59.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59751] 08:12:59.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343, complete]! 08:12:59.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L343, complete] for token KeyToken[127.0.0.1:8240-B47BBE182B42A8E1] 08:12:59.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L343, complete] for MID KeyMID[127.0.0.1:8240-59751] 08:12:59.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L343, complete] completed CON-POST MID= -1, Token=B47BBE182B42A8E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59751, Token=B47BBE182B42A8E1, OptionSet={"Object-Security":0x095F}, acked 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82! 08:12:59.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L345] send request 08:12:59.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L345] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:12:59.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L345] added with generated mid KeyMID[127.0.0.1:8240-59752], CON-POST MID=59752, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:12:59.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L345] added with generated token KeyToken[127.0.0.1:8240-D01A4D54DB4721C4], CON-POST MID=59752, Token=D01A4D54DB4721C4, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:12:59.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59752], KeyToken[127.0.0.1:8240-D01A4D54DB4721C4]] 08:12:59.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E381,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59752, Token=D01A4D54DB4721C4, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83] 08:12:59.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59752] 08:12:59.656 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.656 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346] replace CON-POST MID=59752, Token=D01A4D54DB4721C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59752, Token=D01A4D54DB4721C4, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R346] send response NON-2.05 MID=59752, Token=null, OptionSet={}, "server responds hi" 08:12:59.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346, complete]! 08:12:59.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R346, complete] completed NON-2.04 MID=59752, Token=D01A4D54DB4721C4, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4! 08:12:59.656 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E382,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59752, Token=D01A4D54DB4721C4, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4] 08:12:59.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59752] 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345, complete]! 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L345, complete] for token KeyToken[127.0.0.1:8240-D01A4D54DB4721C4] 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L345, complete] for MID KeyMID[127.0.0.1:8240-59752] 08:12:59.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L345, complete] completed CON-POST MID= -1, Token=D01A4D54DB4721C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59752, Token=D01A4D54DB4721C4, OptionSet={"Object-Security":0x0960}, acked F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83! 08:12:59.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L347] send request 08:12:59.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L347] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:12:59.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L347] added with generated mid KeyMID[127.0.0.1:8240-59753], CON-POST MID=59753, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:12:59.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L347] added with generated token KeyToken[127.0.0.1:8240-BC458900819034D8], CON-POST MID=59753, Token=BC458900819034D8, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:12:59.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59753], KeyToken[127.0.0.1:8240-BC458900819034D8]] 08:12:59.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E383,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59753, Token=BC458900819034D8, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C] 08:12:59.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59753] 08:12:59.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348] replace CON-POST MID=59753, Token=BC458900819034D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59753, Token=BC458900819034D8, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R348] send response NON-2.05 MID=59753, Token=null, OptionSet={}, "server responds hi" 08:12:59.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348, complete]! 08:12:59.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R348, complete] completed NON-2.04 MID=59753, Token=BC458900819034D8, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33! 08:12:59.660 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E384,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59753, Token=BC458900819034D8, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33] 08:12:59.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59753] 08:12:59.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347, complete]! 08:12:59.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L347, complete] for token KeyToken[127.0.0.1:8240-BC458900819034D8] 08:12:59.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L347, complete] for MID KeyMID[127.0.0.1:8240-59753] 08:12:59.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L347, complete] completed CON-POST MID= -1, Token=BC458900819034D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59753, Token=BC458900819034D8, OptionSet={"Object-Security":0x0961}, acked E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C! 08:12:59.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L349] send request 08:12:59.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L349] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:12:59.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L349] added with generated mid KeyMID[127.0.0.1:8240-59754], CON-POST MID=59754, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:12:59.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L349] added with generated token KeyToken[127.0.0.1:8240-4CBA211197C2BC02], CON-POST MID=59754, Token=4CBA211197C2BC02, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:12:59.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59754], KeyToken[127.0.0.1:8240-4CBA211197C2BC02]] 08:12:59.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E385,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59754, Token=4CBA211197C2BC02, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43] 08:12:59.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59754] 08:12:59.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350] replace CON-POST MID=59754, Token=4CBA211197C2BC02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59754, Token=4CBA211197C2BC02, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R350] send response NON-2.05 MID=59754, Token=null, OptionSet={}, "server responds hi" 08:12:59.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350, complete]! 08:12:59.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R350, complete] completed NON-2.04 MID=59754, Token=4CBA211197C2BC02, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED! 08:12:59.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E386,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59754, Token=4CBA211197C2BC02, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED] 08:12:59.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59754] 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349, complete]! 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L349, complete] for token KeyToken[127.0.0.1:8240-4CBA211197C2BC02] 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L349, complete] for MID KeyMID[127.0.0.1:8240-59754] 08:12:59.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L349, complete] completed CON-POST MID= -1, Token=4CBA211197C2BC02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59754, Token=4CBA211197C2BC02, OptionSet={"Object-Security":0x0962}, acked 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43! 08:12:59.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L351] send request 08:12:59.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L351] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:12:59.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L351] added with generated mid KeyMID[127.0.0.1:8240-59755], CON-POST MID=59755, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:12:59.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L351] added with generated token KeyToken[127.0.0.1:8240-A8B18468DC729C7F], CON-POST MID=59755, Token=A8B18468DC729C7F, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:12:59.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59755], KeyToken[127.0.0.1:8240-A8B18468DC729C7F]] 08:12:59.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E387,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59755, Token=A8B18468DC729C7F, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F] 08:12:59.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59755] 08:12:59.666 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.666 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352] replace CON-POST MID=59755, Token=A8B18468DC729C7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59755, Token=A8B18468DC729C7F, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R352] send response NON-2.05 MID=59755, Token=null, OptionSet={}, "server responds hi" 08:12:59.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352, complete]! 08:12:59.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R352, complete] completed NON-2.04 MID=59755, Token=A8B18468DC729C7F, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B! 08:12:59.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E388,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59755, Token=A8B18468DC729C7F, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B] 08:12:59.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59755] 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351, complete]! 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L351, complete] for token KeyToken[127.0.0.1:8240-A8B18468DC729C7F] 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L351, complete] for MID KeyMID[127.0.0.1:8240-59755] 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L351, complete] completed CON-POST MID= -1, Token=A8B18468DC729C7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59755, Token=A8B18468DC729C7F, OptionSet={"Object-Security":0x0963}, acked 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F! 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L353] send request 08:12:59.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L353] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:12:59.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L353] added with generated mid KeyMID[127.0.0.1:8240-59756], CON-POST MID=59756, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:12:59.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L353] added with generated token KeyToken[127.0.0.1:8240-50D18AE7644071AC], CON-POST MID=59756, Token=50D18AE7644071AC, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:12:59.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59756], KeyToken[127.0.0.1:8240-50D18AE7644071AC]] 08:12:59.669 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E389,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59756, Token=50D18AE7644071AC, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70] 08:12:59.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59756] 08:12:59.670 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.670 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354] replace CON-POST MID=59756, Token=50D18AE7644071AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59756, Token=50D18AE7644071AC, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R354] send response NON-2.05 MID=59756, Token=null, OptionSet={}, "server responds hi" 08:12:59.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354, complete]! 08:12:59.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R354, complete] completed NON-2.04 MID=59756, Token=50D18AE7644071AC, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE! 08:12:59.670 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E390,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59756, Token=50D18AE7644071AC, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE] 08:12:59.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59756] 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353, complete]! 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L353, complete] for token KeyToken[127.0.0.1:8240-50D18AE7644071AC] 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L353, complete] for MID KeyMID[127.0.0.1:8240-59756] 08:12:59.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L353, complete] completed CON-POST MID= -1, Token=50D18AE7644071AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59756, Token=50D18AE7644071AC, OptionSet={"Object-Security":0x0964}, acked 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70! 08:12:59.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L355] send request 08:12:59.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L355] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:12:59.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L355] added with generated mid KeyMID[127.0.0.1:8240-59757], CON-POST MID=59757, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:12:59.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L355] added with generated token KeyToken[127.0.0.1:8240-D05927BD01EC9B83], CON-POST MID=59757, Token=D05927BD01EC9B83, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:12:59.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59757], KeyToken[127.0.0.1:8240-D05927BD01EC9B83]] 08:12:59.672 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E391,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59757, Token=D05927BD01EC9B83, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55] 08:12:59.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59757] 08:12:59.673 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.673 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356] replace CON-POST MID=59757, Token=D05927BD01EC9B83, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59757, Token=D05927BD01EC9B83, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R356] send response NON-2.05 MID=59757, Token=null, OptionSet={}, "server responds hi" 08:12:59.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356, complete]! 08:12:59.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R356, complete] completed NON-2.04 MID=59757, Token=D05927BD01EC9B83, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5! 08:12:59.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E392,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59757, Token=D05927BD01EC9B83, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5] 08:12:59.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59757] 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355, complete]! 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L355, complete] for token KeyToken[127.0.0.1:8240-D05927BD01EC9B83] 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L355, complete] for MID KeyMID[127.0.0.1:8240-59757] 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L355, complete] completed CON-POST MID= -1, Token=D05927BD01EC9B83, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59757, Token=D05927BD01EC9B83, OptionSet={"Object-Security":0x0965}, acked CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55! 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L357] send request 08:12:59.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L357] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:12:59.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L357] added with generated mid KeyMID[127.0.0.1:8240-59758], CON-POST MID=59758, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:12:59.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L357] added with generated token KeyToken[127.0.0.1:8240-7C4A62F3774D72D2], CON-POST MID=59758, Token=7C4A62F3774D72D2, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:12:59.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59758], KeyToken[127.0.0.1:8240-7C4A62F3774D72D2]] 08:12:59.676 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E393,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59758, Token=7C4A62F3774D72D2, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60] 08:12:59.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59758] 08:12:59.677 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.677 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358] replace CON-POST MID=59758, Token=7C4A62F3774D72D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59758, Token=7C4A62F3774D72D2, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R358] send response NON-2.05 MID=59758, Token=null, OptionSet={}, "server responds hi" 08:12:59.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358, complete]! 08:12:59.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R358, complete] completed NON-2.04 MID=59758, Token=7C4A62F3774D72D2, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07! 08:12:59.678 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E394,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59758, Token=7C4A62F3774D72D2, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07] 08:12:59.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59758] 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357, complete]! 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L357, complete] for token KeyToken[127.0.0.1:8240-7C4A62F3774D72D2] 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L357, complete] for MID KeyMID[127.0.0.1:8240-59758] 08:12:59.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L357, complete] completed CON-POST MID= -1, Token=7C4A62F3774D72D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59758, Token=7C4A62F3774D72D2, OptionSet={"Object-Security":0x0966}, acked 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60! 08:12:59.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L359] send request 08:12:59.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L359] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:12:59.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L359] added with generated mid KeyMID[127.0.0.1:8240-59759], CON-POST MID=59759, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:12:59.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L359] added with generated token KeyToken[127.0.0.1:8240-1C6D886AEDC76EEF], CON-POST MID=59759, Token=1C6D886AEDC76EEF, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:12:59.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59759], KeyToken[127.0.0.1:8240-1C6D886AEDC76EEF]] 08:12:59.680 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E395,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59759, Token=1C6D886AEDC76EEF, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7] 08:12:59.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59759] 08:12:59.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360] replace CON-POST MID=59759, Token=1C6D886AEDC76EEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59759, Token=1C6D886AEDC76EEF, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R360] send response NON-2.05 MID=59759, Token=null, OptionSet={}, "server responds hi" 08:12:59.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360, complete]! 08:12:59.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R360, complete] completed NON-2.04 MID=59759, Token=1C6D886AEDC76EEF, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A! 08:12:59.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E396,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59759, Token=1C6D886AEDC76EEF, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A] 08:12:59.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59759] 08:12:59.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359, complete]! 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L359, complete] for token KeyToken[127.0.0.1:8240-1C6D886AEDC76EEF] 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L359, complete] for MID KeyMID[127.0.0.1:8240-59759] 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L359, complete] completed CON-POST MID= -1, Token=1C6D886AEDC76EEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59759, Token=1C6D886AEDC76EEF, OptionSet={"Object-Security":0x0967}, acked 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7! 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L361] send request 08:12:59.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L361] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:12:59.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L361] added with generated mid KeyMID[127.0.0.1:8240-59760], CON-POST MID=59760, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:12:59.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L361] added with generated token KeyToken[127.0.0.1:8240-A8F6F7688281DA06], CON-POST MID=59760, Token=A8F6F7688281DA06, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:12:59.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59760], KeyToken[127.0.0.1:8240-A8F6F7688281DA06]] 08:12:59.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E397,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59760, Token=A8F6F7688281DA06, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22] 08:12:59.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59760] 08:12:59.684 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.684 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362] replace CON-POST MID=59760, Token=A8F6F7688281DA06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59760, Token=A8F6F7688281DA06, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R362] send response NON-2.05 MID=59760, Token=null, OptionSet={}, "server responds hi" 08:12:59.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362, complete]! 08:12:59.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R362, complete] completed NON-2.04 MID=59760, Token=A8F6F7688281DA06, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD! 08:12:59.685 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E398,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59760, Token=A8F6F7688281DA06, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD] 08:12:59.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59760] 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361, complete]! 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L361, complete] for token KeyToken[127.0.0.1:8240-A8F6F7688281DA06] 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L361, complete] for MID KeyMID[127.0.0.1:8240-59760] 08:12:59.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L361, complete] completed CON-POST MID= -1, Token=A8F6F7688281DA06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59760, Token=A8F6F7688281DA06, OptionSet={"Object-Security":0x0968}, acked 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22! 08:12:59.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L363] send request 08:12:59.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L363] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:12:59.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L363] added with generated mid KeyMID[127.0.0.1:8240-59761], CON-POST MID=59761, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:12:59.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L363] added with generated token KeyToken[127.0.0.1:8240-38D648DF84B5D18D], CON-POST MID=59761, Token=38D648DF84B5D18D, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:12:59.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59761], KeyToken[127.0.0.1:8240-38D648DF84B5D18D]] 08:12:59.687 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E399,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59761, Token=38D648DF84B5D18D, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88] 08:12:59.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59761] 08:12:59.687 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.687 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364] replace CON-POST MID=59761, Token=38D648DF84B5D18D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59761, Token=38D648DF84B5D18D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R364] send response NON-2.05 MID=59761, Token=null, OptionSet={}, "server responds hi" 08:12:59.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364, complete]! 08:12:59.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R364, complete] completed NON-2.04 MID=59761, Token=38D648DF84B5D18D, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E! 08:12:59.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E400,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59761, Token=38D648DF84B5D18D, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E] 08:12:59.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59761] 08:12:59.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363, complete]! 08:12:59.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L363, complete] for token KeyToken[127.0.0.1:8240-38D648DF84B5D18D] 08:12:59.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L363, complete] for MID KeyMID[127.0.0.1:8240-59761] 08:12:59.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L363, complete] completed CON-POST MID= -1, Token=38D648DF84B5D18D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59761, Token=38D648DF84B5D18D, OptionSet={"Object-Security":0x0969}, acked FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88! 08:12:59.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L365] send request 08:12:59.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L365] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:12:59.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L365] added with generated mid KeyMID[127.0.0.1:8240-59762], CON-POST MID=59762, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:12:59.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L365] added with generated token KeyToken[127.0.0.1:8240-5C848241EECADB75], CON-POST MID=59762, Token=5C848241EECADB75, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:12:59.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59762], KeyToken[127.0.0.1:8240-5C848241EECADB75]] 08:12:59.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E401,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59762, Token=5C848241EECADB75, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F] 08:12:59.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59762] 08:12:59.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366] replace CON-POST MID=59762, Token=5C848241EECADB75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59762, Token=5C848241EECADB75, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R366] send response NON-2.05 MID=59762, Token=null, OptionSet={}, "server responds hi" 08:12:59.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366, complete]! 08:12:59.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R366, complete] completed NON-2.04 MID=59762, Token=5C848241EECADB75, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74! 08:12:59.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E402,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59762, Token=5C848241EECADB75, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74] 08:12:59.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59762] 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365, complete]! 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L365, complete] for token KeyToken[127.0.0.1:8240-5C848241EECADB75] 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L365, complete] for MID KeyMID[127.0.0.1:8240-59762] 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L365, complete] completed CON-POST MID= -1, Token=5C848241EECADB75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59762, Token=5C848241EECADB75, OptionSet={"Object-Security":0x096A}, acked 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F! 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L367] send request 08:12:59.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L367] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:12:59.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L367] added with generated mid KeyMID[127.0.0.1:8240-59763], CON-POST MID=59763, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:12:59.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L367] added with generated token KeyToken[127.0.0.1:8240-D836D70A8B3D5FFF], CON-POST MID=59763, Token=D836D70A8B3D5FFF, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:12:59.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59763], KeyToken[127.0.0.1:8240-D836D70A8B3D5FFF]] 08:12:59.693 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E403,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59763, Token=D836D70A8B3D5FFF, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE] 08:12:59.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59763] 08:12:59.694 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.694 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368] replace CON-POST MID=59763, Token=D836D70A8B3D5FFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59763, Token=D836D70A8B3D5FFF, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R368] send response NON-2.05 MID=59763, Token=null, OptionSet={}, "server responds hi" 08:12:59.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368, complete]! 08:12:59.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R368, complete] completed NON-2.04 MID=59763, Token=D836D70A8B3D5FFF, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D! 08:12:59.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E404,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59763, Token=D836D70A8B3D5FFF, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D] 08:12:59.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59763] 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367, complete]! 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L367, complete] for token KeyToken[127.0.0.1:8240-D836D70A8B3D5FFF] 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L367, complete] for MID KeyMID[127.0.0.1:8240-59763] 08:12:59.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L367, complete] completed CON-POST MID= -1, Token=D836D70A8B3D5FFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59763, Token=D836D70A8B3D5FFF, OptionSet={"Object-Security":0x096B}, acked F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE! 08:12:59.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L369] send request 08:12:59.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L369] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:12:59.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L369] added with generated mid KeyMID[127.0.0.1:8240-59764], CON-POST MID=59764, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:12:59.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L369] added with generated token KeyToken[127.0.0.1:8240-940464F7BE6F1C6D], CON-POST MID=59764, Token=940464F7BE6F1C6D, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:12:59.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59764], KeyToken[127.0.0.1:8240-940464F7BE6F1C6D]] 08:12:59.696 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E405,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59764, Token=940464F7BE6F1C6D, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E] 08:12:59.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59764] 08:12:59.697 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.697 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370] replace CON-POST MID=59764, Token=940464F7BE6F1C6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59764, Token=940464F7BE6F1C6D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R370] send response NON-2.05 MID=59764, Token=null, OptionSet={}, "server responds hi" 08:12:59.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370, complete]! 08:12:59.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R370, complete] completed NON-2.04 MID=59764, Token=940464F7BE6F1C6D, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5! 08:12:59.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E406,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59764, Token=940464F7BE6F1C6D, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5] 08:12:59.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59764] 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369, complete]! 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L369, complete] for token KeyToken[127.0.0.1:8240-940464F7BE6F1C6D] 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L369, complete] for MID KeyMID[127.0.0.1:8240-59764] 08:12:59.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L369, complete] completed CON-POST MID= -1, Token=940464F7BE6F1C6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59764, Token=940464F7BE6F1C6D, OptionSet={"Object-Security":0x096C}, acked BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E! 08:12:59.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L371] send request 08:12:59.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L371] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:12:59.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L371] added with generated mid KeyMID[127.0.0.1:8240-59765], CON-POST MID=59765, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:12:59.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L371] added with generated token KeyToken[127.0.0.1:8240-ACAED8280FA10A01], CON-POST MID=59765, Token=ACAED8280FA10A01, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:12:59.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59765], KeyToken[127.0.0.1:8240-ACAED8280FA10A01]] 08:12:59.752 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E407,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59765, Token=ACAED8280FA10A01, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27] 08:12:59.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59765] 08:12:59.752 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.752 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372] replace CON-POST MID=59765, Token=ACAED8280FA10A01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59765, Token=ACAED8280FA10A01, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R372] send response NON-2.05 MID=59765, Token=null, OptionSet={}, "server responds hi" 08:12:59.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372, complete]! 08:12:59.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R372, complete] completed NON-2.04 MID=59765, Token=ACAED8280FA10A01, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A! 08:12:59.753 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E408,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59765, Token=ACAED8280FA10A01, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A] 08:12:59.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59765] 08:12:59.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371, complete]! 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L371, complete] for token KeyToken[127.0.0.1:8240-ACAED8280FA10A01] 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L371, complete] for MID KeyMID[127.0.0.1:8240-59765] 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L371, complete] completed CON-POST MID= -1, Token=ACAED8280FA10A01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59765, Token=ACAED8280FA10A01, OptionSet={"Object-Security":0x096D}, acked 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27! 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L373] send request 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L373] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:12:59.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L373] added with generated mid KeyMID[127.0.0.1:8240-59766], CON-POST MID=59766, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:12:59.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L373] added with generated token KeyToken[127.0.0.1:8240-C0E025C08EAC3773], CON-POST MID=59766, Token=C0E025C08EAC3773, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:12:59.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59766], KeyToken[127.0.0.1:8240-C0E025C08EAC3773]] 08:12:59.755 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E409,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59766, Token=C0E025C08EAC3773, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D] 08:12:59.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59766] 08:12:59.755 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.755 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374] replace CON-POST MID=59766, Token=C0E025C08EAC3773, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59766, Token=C0E025C08EAC3773, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R374] send response NON-2.05 MID=59766, Token=null, OptionSet={}, "server responds hi" 08:12:59.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374, complete]! 08:12:59.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R374, complete] completed NON-2.04 MID=59766, Token=C0E025C08EAC3773, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50! 08:12:59.756 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E410,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59766, Token=C0E025C08EAC3773, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50] 08:12:59.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59766] 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373, complete]! 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L373, complete] for token KeyToken[127.0.0.1:8240-C0E025C08EAC3773] 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L373, complete] for MID KeyMID[127.0.0.1:8240-59766] 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L373, complete] completed CON-POST MID= -1, Token=C0E025C08EAC3773, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59766, Token=C0E025C08EAC3773, OptionSet={"Object-Security":0x096E}, acked D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D! 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L375] send request 08:12:59.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L375] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:12:59.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L375] added with generated mid KeyMID[127.0.0.1:8240-59767], CON-POST MID=59767, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:12:59.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L375] added with generated token KeyToken[127.0.0.1:8240-082EB72D2C9F0168], CON-POST MID=59767, Token=082EB72D2C9F0168, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:12:59.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59767], KeyToken[127.0.0.1:8240-082EB72D2C9F0168]] 08:12:59.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E411,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59767, Token=082EB72D2C9F0168, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C] 08:12:59.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59767] 08:12:59.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376] replace CON-POST MID=59767, Token=082EB72D2C9F0168, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59767, Token=082EB72D2C9F0168, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R376] send response NON-2.05 MID=59767, Token=null, OptionSet={}, "server responds hi" 08:12:59.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376, complete]! 08:12:59.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R376, complete] completed NON-2.04 MID=59767, Token=082EB72D2C9F0168, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D! 08:12:59.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E412,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59767, Token=082EB72D2C9F0168, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D] 08:12:59.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59767] 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375, complete]! 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L375, complete] for token KeyToken[127.0.0.1:8240-082EB72D2C9F0168] 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L375, complete] for MID KeyMID[127.0.0.1:8240-59767] 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L375, complete] completed CON-POST MID= -1, Token=082EB72D2C9F0168, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59767, Token=082EB72D2C9F0168, OptionSet={"Object-Security":0x096F}, acked 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C! 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L377] send request 08:12:59.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L377] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:12:59.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L377] added with generated mid KeyMID[127.0.0.1:8240-59768], CON-POST MID=59768, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:12:59.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L377] added with generated token KeyToken[127.0.0.1:8240-80E850434DABDD75], CON-POST MID=59768, Token=80E850434DABDD75, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:12:59.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59768], KeyToken[127.0.0.1:8240-80E850434DABDD75]] 08:12:59.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E413,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59768, Token=80E850434DABDD75, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB] 08:12:59.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59768] 08:12:59.762 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.762 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378] replace CON-POST MID=59768, Token=80E850434DABDD75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59768, Token=80E850434DABDD75, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R378] send response NON-2.05 MID=59768, Token=null, OptionSet={}, "server responds hi" 08:12:59.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378, complete]! 08:12:59.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R378, complete] completed NON-2.04 MID=59768, Token=80E850434DABDD75, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92! 08:12:59.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E414,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59768, Token=80E850434DABDD75, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92] 08:12:59.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59768] 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377, complete]! 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L377, complete] for token KeyToken[127.0.0.1:8240-80E850434DABDD75] 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L377, complete] for MID KeyMID[127.0.0.1:8240-59768] 08:12:59.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L377, complete] completed CON-POST MID= -1, Token=80E850434DABDD75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59768, Token=80E850434DABDD75, OptionSet={"Object-Security":0x0970}, acked 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB! 08:12:59.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L379] send request 08:12:59.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L379] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:12:59.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L379] added with generated mid KeyMID[127.0.0.1:8240-59769], CON-POST MID=59769, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:12:59.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L379] added with generated token KeyToken[127.0.0.1:8240-9013F22E33E1979D], CON-POST MID=59769, Token=9013F22E33E1979D, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:12:59.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59769], KeyToken[127.0.0.1:8240-9013F22E33E1979D]] 08:12:59.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E415,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59769, Token=9013F22E33E1979D, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD] 08:12:59.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59769] 08:12:59.765 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.765 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380] replace CON-POST MID=59769, Token=9013F22E33E1979D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59769, Token=9013F22E33E1979D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R380] send response NON-2.05 MID=59769, Token=null, OptionSet={}, "server responds hi" 08:12:59.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380, complete]! 08:12:59.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R380, complete] completed NON-2.04 MID=59769, Token=9013F22E33E1979D, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09! 08:12:59.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E416,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59769, Token=9013F22E33E1979D, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09] 08:12:59.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59769] 08:12:59.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379, complete]! 08:12:59.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L379, complete] for token KeyToken[127.0.0.1:8240-9013F22E33E1979D] 08:12:59.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L379, complete] for MID KeyMID[127.0.0.1:8240-59769] 08:12:59.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L379, complete] completed CON-POST MID= -1, Token=9013F22E33E1979D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59769, Token=9013F22E33E1979D, OptionSet={"Object-Security":0x0971}, acked 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD! 08:12:59.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L381] send request 08:12:59.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L381] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:12:59.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L381] added with generated mid KeyMID[127.0.0.1:8240-59770], CON-POST MID=59770, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:12:59.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L381] added with generated token KeyToken[127.0.0.1:8240-3852A41B8E610F08], CON-POST MID=59770, Token=3852A41B8E610F08, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:12:59.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59770], KeyToken[127.0.0.1:8240-3852A41B8E610F08]] 08:12:59.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E417,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59770, Token=3852A41B8E610F08, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67] 08:12:59.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59770] 08:12:59.768 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.768 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382] replace CON-POST MID=59770, Token=3852A41B8E610F08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59770, Token=3852A41B8E610F08, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R382] send response NON-2.05 MID=59770, Token=null, OptionSet={}, "server responds hi" 08:12:59.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382, complete]! 08:12:59.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R382, complete] completed NON-2.04 MID=59770, Token=3852A41B8E610F08, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F! 08:12:59.769 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E418,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59770, Token=3852A41B8E610F08, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F] 08:12:59.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59770] 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381, complete]! 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L381, complete] for token KeyToken[127.0.0.1:8240-3852A41B8E610F08] 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L381, complete] for MID KeyMID[127.0.0.1:8240-59770] 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L381, complete] completed CON-POST MID= -1, Token=3852A41B8E610F08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59770, Token=3852A41B8E610F08, OptionSet={"Object-Security":0x0972}, acked A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67! 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L383] send request 08:12:59.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L383] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:12:59.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L383] added with generated mid KeyMID[127.0.0.1:8240-59771], CON-POST MID=59771, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:12:59.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L383] added with generated token KeyToken[127.0.0.1:8240-28C4C2BCEAF23BE6], CON-POST MID=59771, Token=28C4C2BCEAF23BE6, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:12:59.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59771], KeyToken[127.0.0.1:8240-28C4C2BCEAF23BE6]] 08:12:59.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E419,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59771, Token=28C4C2BCEAF23BE6, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D] 08:12:59.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59771] 08:12:59.772 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.772 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384] replace CON-POST MID=59771, Token=28C4C2BCEAF23BE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59771, Token=28C4C2BCEAF23BE6, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R384] send response NON-2.05 MID=59771, Token=null, OptionSet={}, "server responds hi" 08:12:59.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384, complete]! 08:12:59.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R384, complete] completed NON-2.04 MID=59771, Token=28C4C2BCEAF23BE6, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6! 08:12:59.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E420,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59771, Token=28C4C2BCEAF23BE6, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6] 08:12:59.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59771] 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383, complete]! 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L383, complete] for token KeyToken[127.0.0.1:8240-28C4C2BCEAF23BE6] 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L383, complete] for MID KeyMID[127.0.0.1:8240-59771] 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L383, complete] completed CON-POST MID= -1, Token=28C4C2BCEAF23BE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59771, Token=28C4C2BCEAF23BE6, OptionSet={"Object-Security":0x0973}, acked 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D! 08:12:59.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L385] send request 08:12:59.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L385] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:12:59.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L385] added with generated mid KeyMID[127.0.0.1:8240-59772], CON-POST MID=59772, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:12:59.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L385] added with generated token KeyToken[127.0.0.1:8240-783DD8642623A294], CON-POST MID=59772, Token=783DD8642623A294, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:12:59.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59772], KeyToken[127.0.0.1:8240-783DD8642623A294]] 08:12:59.775 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E421,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59772, Token=783DD8642623A294, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D] 08:12:59.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59772] 08:12:59.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386] replace CON-POST MID=59772, Token=783DD8642623A294, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59772, Token=783DD8642623A294, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R386] send response NON-2.05 MID=59772, Token=null, OptionSet={}, "server responds hi" 08:12:59.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386, complete]! 08:12:59.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R386, complete] completed NON-2.04 MID=59772, Token=783DD8642623A294, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB! 08:12:59.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E422,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59772, Token=783DD8642623A294, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB] 08:12:59.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59772] 08:12:59.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385, complete]! 08:12:59.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L385, complete] for token KeyToken[127.0.0.1:8240-783DD8642623A294] 08:12:59.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L385, complete] for MID KeyMID[127.0.0.1:8240-59772] 08:12:59.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L385, complete] completed CON-POST MID= -1, Token=783DD8642623A294, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59772, Token=783DD8642623A294, OptionSet={"Object-Security":0x0974}, acked 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D! 08:12:59.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L387] send request 08:12:59.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L387] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:12:59.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L387] added with generated mid KeyMID[127.0.0.1:8240-59773], CON-POST MID=59773, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:12:59.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L387] added with generated token KeyToken[127.0.0.1:8240-B8DF58A4DCB7ADC0], CON-POST MID=59773, Token=B8DF58A4DCB7ADC0, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:12:59.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59773], KeyToken[127.0.0.1:8240-B8DF58A4DCB7ADC0]] 08:12:59.778 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E423,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59773, Token=B8DF58A4DCB7ADC0, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE] 08:12:59.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59773] 08:12:59.779 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.779 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388] replace CON-POST MID=59773, Token=B8DF58A4DCB7ADC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59773, Token=B8DF58A4DCB7ADC0, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R388] send response NON-2.05 MID=59773, Token=null, OptionSet={}, "server responds hi" 08:12:59.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388, complete]! 08:12:59.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R388, complete] completed NON-2.04 MID=59773, Token=B8DF58A4DCB7ADC0, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA! 08:12:59.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E424,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59773, Token=B8DF58A4DCB7ADC0, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA] 08:12:59.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59773] 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387, complete]! 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L387, complete] for token KeyToken[127.0.0.1:8240-B8DF58A4DCB7ADC0] 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L387, complete] for MID KeyMID[127.0.0.1:8240-59773] 08:12:59.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L387, complete] completed CON-POST MID= -1, Token=B8DF58A4DCB7ADC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59773, Token=B8DF58A4DCB7ADC0, OptionSet={"Object-Security":0x0975}, acked 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE! 08:12:59.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L389] send request 08:12:59.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L389] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:12:59.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L389] added with generated mid KeyMID[127.0.0.1:8240-59774], CON-POST MID=59774, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:12:59.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L389] added with generated token KeyToken[127.0.0.1:8240-D8A69C928E82C564], CON-POST MID=59774, Token=D8A69C928E82C564, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:12:59.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59774], KeyToken[127.0.0.1:8240-D8A69C928E82C564]] 08:12:59.782 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E425,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59774, Token=D8A69C928E82C564, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85] 08:12:59.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59774] 08:12:59.782 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.782 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390] replace CON-POST MID=59774, Token=D8A69C928E82C564, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59774, Token=D8A69C928E82C564, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R390] send response NON-2.05 MID=59774, Token=null, OptionSet={}, "server responds hi" 08:12:59.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390, complete]! 08:12:59.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R390, complete] completed NON-2.04 MID=59774, Token=D8A69C928E82C564, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E! 08:12:59.783 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E426,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59774, Token=D8A69C928E82C564, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E] 08:12:59.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59774] 08:12:59.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389, complete]! 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L389, complete] for token KeyToken[127.0.0.1:8240-D8A69C928E82C564] 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L389, complete] for MID KeyMID[127.0.0.1:8240-59774] 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L389, complete] completed CON-POST MID= -1, Token=D8A69C928E82C564, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59774, Token=D8A69C928E82C564, OptionSet={"Object-Security":0x0976}, acked BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85! 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L391] send request 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L391] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:12:59.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L391] added with generated mid KeyMID[127.0.0.1:8240-59775], CON-POST MID=59775, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:12:59.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L391] added with generated token KeyToken[127.0.0.1:8240-A0D7407738374883], CON-POST MID=59775, Token=A0D7407738374883, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:12:59.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59775], KeyToken[127.0.0.1:8240-A0D7407738374883]] 08:12:59.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E427,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59775, Token=A0D7407738374883, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20] 08:12:59.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59775] 08:12:59.785 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.785 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392] replace CON-POST MID=59775, Token=A0D7407738374883, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59775, Token=A0D7407738374883, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R392] send response NON-2.05 MID=59775, Token=null, OptionSet={}, "server responds hi" 08:12:59.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392, complete]! 08:12:59.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R392, complete] completed NON-2.04 MID=59775, Token=A0D7407738374883, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B! 08:12:59.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E428,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59775, Token=A0D7407738374883, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B] 08:12:59.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59775] 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391, complete]! 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L391, complete] for token KeyToken[127.0.0.1:8240-A0D7407738374883] 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L391, complete] for MID KeyMID[127.0.0.1:8240-59775] 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L391, complete] completed CON-POST MID= -1, Token=A0D7407738374883, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59775, Token=A0D7407738374883, OptionSet={"Object-Security":0x0977}, acked D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20! 08:12:59.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L393] send request 08:12:59.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L393] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:12:59.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L393] added with generated mid KeyMID[127.0.0.1:8240-59776], CON-POST MID=59776, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:12:59.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L393] added with generated token KeyToken[127.0.0.1:8240-84FAE36DB8EBEAC9], CON-POST MID=59776, Token=84FAE36DB8EBEAC9, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:12:59.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59776], KeyToken[127.0.0.1:8240-84FAE36DB8EBEAC9]] 08:12:59.788 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E429,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59776, Token=84FAE36DB8EBEAC9, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21] 08:12:59.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59776] 08:12:59.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394] replace CON-POST MID=59776, Token=84FAE36DB8EBEAC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59776, Token=84FAE36DB8EBEAC9, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R394] send response NON-2.05 MID=59776, Token=null, OptionSet={}, "server responds hi" 08:12:59.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394, complete]! 08:12:59.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R394, complete] completed NON-2.04 MID=59776, Token=84FAE36DB8EBEAC9, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B! 08:12:59.790 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E430,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59776, Token=84FAE36DB8EBEAC9, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B] 08:12:59.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59776] 08:12:59.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393, complete]! 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L393, complete] for token KeyToken[127.0.0.1:8240-84FAE36DB8EBEAC9] 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L393, complete] for MID KeyMID[127.0.0.1:8240-59776] 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L393, complete] completed CON-POST MID= -1, Token=84FAE36DB8EBEAC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59776, Token=84FAE36DB8EBEAC9, OptionSet={"Object-Security":0x0978}, acked 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21! 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L395] send request 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L395] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:12:59.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L395] added with generated mid KeyMID[127.0.0.1:8240-59777], CON-POST MID=59777, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:12:59.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L395] added with generated token KeyToken[127.0.0.1:8240-E47C779571D7A007], CON-POST MID=59777, Token=E47C779571D7A007, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:12:59.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59777], KeyToken[127.0.0.1:8240-E47C779571D7A007]] 08:12:59.792 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E431,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59777, Token=E47C779571D7A007, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD] 08:12:59.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59777] 08:12:59.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396] replace CON-POST MID=59777, Token=E47C779571D7A007, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59777, Token=E47C779571D7A007, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R396] send response NON-2.05 MID=59777, Token=null, OptionSet={}, "server responds hi" 08:12:59.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396, complete]! 08:12:59.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R396, complete] completed NON-2.04 MID=59777, Token=E47C779571D7A007, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0! 08:12:59.793 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E432,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59777, Token=E47C779571D7A007, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0] 08:12:59.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59777] 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395, complete]! 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L395, complete] for token KeyToken[127.0.0.1:8240-E47C779571D7A007] 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L395, complete] for MID KeyMID[127.0.0.1:8240-59777] 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L395, complete] completed CON-POST MID= -1, Token=E47C779571D7A007, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59777, Token=E47C779571D7A007, OptionSet={"Object-Security":0x0979}, acked 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD! 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L397] send request 08:12:59.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L397] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:12:59.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L397] added with generated mid KeyMID[127.0.0.1:8240-59778], CON-POST MID=59778, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:12:59.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L397] added with generated token KeyToken[127.0.0.1:8240-748F6AD21CBAC8D4], CON-POST MID=59778, Token=748F6AD21CBAC8D4, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:12:59.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59778], KeyToken[127.0.0.1:8240-748F6AD21CBAC8D4]] 08:12:59.795 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E433,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59778, Token=748F6AD21CBAC8D4, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1] 08:12:59.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59778] 08:12:59.796 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.796 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398] replace CON-POST MID=59778, Token=748F6AD21CBAC8D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59778, Token=748F6AD21CBAC8D4, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R398] send response NON-2.05 MID=59778, Token=null, OptionSet={}, "server responds hi" 08:12:59.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398, complete]! 08:12:59.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R398, complete] completed NON-2.04 MID=59778, Token=748F6AD21CBAC8D4, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18! 08:12:59.797 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E434,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59778, Token=748F6AD21CBAC8D4, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18] 08:12:59.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59778] 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397, complete]! 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L397, complete] for token KeyToken[127.0.0.1:8240-748F6AD21CBAC8D4] 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L397, complete] for MID KeyMID[127.0.0.1:8240-59778] 08:12:59.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L397, complete] completed CON-POST MID= -1, Token=748F6AD21CBAC8D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59778, Token=748F6AD21CBAC8D4, OptionSet={"Object-Security":0x097A}, acked 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1! 08:12:59.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L399] send request 08:12:59.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L399] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:12:59.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L399] added with generated mid KeyMID[127.0.0.1:8240-59779], CON-POST MID=59779, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:12:59.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L399] added with generated token KeyToken[127.0.0.1:8240-EC777A8CD95C205A], CON-POST MID=59779, Token=EC777A8CD95C205A, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:12:59.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59779], KeyToken[127.0.0.1:8240-EC777A8CD95C205A]] 08:12:59.799 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E435,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59779, Token=EC777A8CD95C205A, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17] 08:12:59.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59779] 08:12:59.799 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.799 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400] replace CON-POST MID=59779, Token=EC777A8CD95C205A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59779, Token=EC777A8CD95C205A, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R400] send response NON-2.05 MID=59779, Token=null, OptionSet={}, "server responds hi" 08:12:59.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400, complete]! 08:12:59.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R400, complete] completed NON-2.04 MID=59779, Token=EC777A8CD95C205A, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71! 08:12:59.800 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E436,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59779, Token=EC777A8CD95C205A, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71] 08:12:59.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59779] 08:12:59.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399, complete]! 08:12:59.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L399, complete] for token KeyToken[127.0.0.1:8240-EC777A8CD95C205A] 08:12:59.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L399, complete] for MID KeyMID[127.0.0.1:8240-59779] 08:12:59.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L399, complete] completed CON-POST MID= -1, Token=EC777A8CD95C205A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59779, Token=EC777A8CD95C205A, OptionSet={"Object-Security":0x097B}, acked 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17! 08:12:59.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L401] send request 08:12:59.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L401] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:12:59.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L401] added with generated mid KeyMID[127.0.0.1:8240-59780], CON-POST MID=59780, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:12:59.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L401] added with generated token KeyToken[127.0.0.1:8240-540B4F8FEF429974], CON-POST MID=59780, Token=540B4F8FEF429974, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:12:59.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59780], KeyToken[127.0.0.1:8240-540B4F8FEF429974]] 08:12:59.802 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E437,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59780, Token=540B4F8FEF429974, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52] 08:12:59.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59780] 08:12:59.802 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.803 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402] replace CON-POST MID=59780, Token=540B4F8FEF429974, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59780, Token=540B4F8FEF429974, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R402] send response NON-2.05 MID=59780, Token=null, OptionSet={}, "server responds hi" 08:12:59.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402, complete]! 08:12:59.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R402, complete] completed NON-2.04 MID=59780, Token=540B4F8FEF429974, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B! 08:12:59.852 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E438,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59780, Token=540B4F8FEF429974, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B] 08:12:59.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59780] 08:12:59.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401, complete]! 08:12:59.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L401, complete] for token KeyToken[127.0.0.1:8240-540B4F8FEF429974] 08:12:59.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L401, complete] for MID KeyMID[127.0.0.1:8240-59780] 08:12:59.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L401, complete] completed CON-POST MID= -1, Token=540B4F8FEF429974, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59780, Token=540B4F8FEF429974, OptionSet={"Object-Security":0x097C}, acked 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52! 08:12:59.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L403] send request 08:12:59.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L403] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:12:59.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L403] added with generated mid KeyMID[127.0.0.1:8240-59781], CON-POST MID=59781, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:12:59.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L403] added with generated token KeyToken[127.0.0.1:8240-4CC5EB50D9FB80C1], CON-POST MID=59781, Token=4CC5EB50D9FB80C1, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:12:59.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59781], KeyToken[127.0.0.1:8240-4CC5EB50D9FB80C1]] 08:12:59.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E439,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59781, Token=4CC5EB50D9FB80C1, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02] 08:12:59.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59781] 08:12:59.855 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.855 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404] replace CON-POST MID=59781, Token=4CC5EB50D9FB80C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59781, Token=4CC5EB50D9FB80C1, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R404] send response NON-2.05 MID=59781, Token=null, OptionSet={}, "server responds hi" 08:12:59.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404, complete]! 08:12:59.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R404, complete] completed NON-2.04 MID=59781, Token=4CC5EB50D9FB80C1, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12! 08:12:59.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E440,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59781, Token=4CC5EB50D9FB80C1, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12] 08:12:59.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59781] 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403, complete]! 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L403, complete] for token KeyToken[127.0.0.1:8240-4CC5EB50D9FB80C1] 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L403, complete] for MID KeyMID[127.0.0.1:8240-59781] 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L403, complete] completed CON-POST MID= -1, Token=4CC5EB50D9FB80C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59781, Token=4CC5EB50D9FB80C1, OptionSet={"Object-Security":0x097D}, acked 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02! 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L405] send request 08:12:59.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L405] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:12:59.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L405] added with generated mid KeyMID[127.0.0.1:8240-59782], CON-POST MID=59782, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:12:59.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L405] added with generated token KeyToken[127.0.0.1:8240-685B51EAEF175AC5], CON-POST MID=59782, Token=685B51EAEF175AC5, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:12:59.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59782], KeyToken[127.0.0.1:8240-685B51EAEF175AC5]] 08:12:59.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E441,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59782, Token=685B51EAEF175AC5, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40] 08:12:59.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59782] 08:12:59.859 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.859 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406] replace CON-POST MID=59782, Token=685B51EAEF175AC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59782, Token=685B51EAEF175AC5, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R406] send response NON-2.05 MID=59782, Token=null, OptionSet={}, "server responds hi" 08:12:59.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406, complete]! 08:12:59.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R406, complete] completed NON-2.04 MID=59782, Token=685B51EAEF175AC5, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69! 08:12:59.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E442,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59782, Token=685B51EAEF175AC5, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69] 08:12:59.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59782] 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405, complete]! 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L405, complete] for token KeyToken[127.0.0.1:8240-685B51EAEF175AC5] 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L405, complete] for MID KeyMID[127.0.0.1:8240-59782] 08:12:59.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L405, complete] completed CON-POST MID= -1, Token=685B51EAEF175AC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59782, Token=685B51EAEF175AC5, OptionSet={"Object-Security":0x097E}, acked FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40! 08:12:59.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L407] send request 08:12:59.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L407] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:12:59.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L407] added with generated mid KeyMID[127.0.0.1:8240-59783], CON-POST MID=59783, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:12:59.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L407] added with generated token KeyToken[127.0.0.1:8240-F0FA0BA550EFA22D], CON-POST MID=59783, Token=F0FA0BA550EFA22D, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:12:59.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59783], KeyToken[127.0.0.1:8240-F0FA0BA550EFA22D]] 08:12:59.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E443,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59783, Token=F0FA0BA550EFA22D, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3] 08:12:59.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59783] 08:12:59.862 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.862 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408] replace CON-POST MID=59783, Token=F0FA0BA550EFA22D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59783, Token=F0FA0BA550EFA22D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R408] send response NON-2.05 MID=59783, Token=null, OptionSet={}, "server responds hi" 08:12:59.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408, complete]! 08:12:59.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R408, complete] completed NON-2.04 MID=59783, Token=F0FA0BA550EFA22D, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD! 08:12:59.863 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E444,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59783, Token=F0FA0BA550EFA22D, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD] 08:12:59.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59783] 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407, complete]! 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L407, complete] for token KeyToken[127.0.0.1:8240-F0FA0BA550EFA22D] 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L407, complete] for MID KeyMID[127.0.0.1:8240-59783] 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L407, complete] completed CON-POST MID= -1, Token=F0FA0BA550EFA22D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59783, Token=F0FA0BA550EFA22D, OptionSet={"Object-Security":0x097F}, acked B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3! 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L409] send request 08:12:59.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L409] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:12:59.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L409] added with generated mid KeyMID[127.0.0.1:8240-59784], CON-POST MID=59784, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:12:59.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L409] added with generated token KeyToken[127.0.0.1:8240-74F17497019A065B], CON-POST MID=59784, Token=74F17497019A065B, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:12:59.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59784], KeyToken[127.0.0.1:8240-74F17497019A065B]] 08:12:59.865 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E445,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59784, Token=74F17497019A065B, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 08:12:59.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59784] 08:12:59.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410] replace CON-POST MID=59784, Token=74F17497019A065B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59784, Token=74F17497019A065B, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R410] send response NON-2.05 MID=59784, Token=null, OptionSet={}, "server responds hi" 08:12:59.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410, complete]! 08:12:59.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R410, complete] completed NON-2.04 MID=59784, Token=74F17497019A065B, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 08:12:59.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E446,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59784, Token=74F17497019A065B, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 08:12:59.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59784] 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409, complete]! 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L409, complete] for token KeyToken[127.0.0.1:8240-74F17497019A065B] 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L409, complete] for MID KeyMID[127.0.0.1:8240-59784] 08:12:59.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L409, complete] completed CON-POST MID= -1, Token=74F17497019A065B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59784, Token=74F17497019A065B, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 08:12:59.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L411] send request 08:12:59.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L411] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:12:59.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L411] added with generated mid KeyMID[127.0.0.1:8240-59785], CON-POST MID=59785, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:12:59.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L411] added with generated token KeyToken[127.0.0.1:8240-806CE0EED720A82A], CON-POST MID=59785, Token=806CE0EED720A82A, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:12:59.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59785], KeyToken[127.0.0.1:8240-806CE0EED720A82A]] 08:12:59.869 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E447,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59785, Token=806CE0EED720A82A, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA] 08:12:59.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59785] 08:12:59.869 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.869 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412] replace CON-POST MID=59785, Token=806CE0EED720A82A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59785, Token=806CE0EED720A82A, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R412] send response NON-2.05 MID=59785, Token=null, OptionSet={}, "server responds hi" 08:12:59.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412, complete]! 08:12:59.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R412, complete] completed NON-2.04 MID=59785, Token=806CE0EED720A82A, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F! 08:12:59.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E448,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59785, Token=806CE0EED720A82A, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F] 08:12:59.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59785] 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411, complete]! 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L411, complete] for token KeyToken[127.0.0.1:8240-806CE0EED720A82A] 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L411, complete] for MID KeyMID[127.0.0.1:8240-59785] 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L411, complete] completed CON-POST MID= -1, Token=806CE0EED720A82A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59785, Token=806CE0EED720A82A, OptionSet={"Object-Security":0x0981}, acked 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA! 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L413] send request 08:12:59.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L413] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:12:59.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L413] added with generated mid KeyMID[127.0.0.1:8240-59786], CON-POST MID=59786, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:12:59.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L413] added with generated token KeyToken[127.0.0.1:8240-D843133D06E164F7], CON-POST MID=59786, Token=D843133D06E164F7, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:12:59.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59786], KeyToken[127.0.0.1:8240-D843133D06E164F7]] 08:12:59.872 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E449,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59786, Token=D843133D06E164F7, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2] 08:12:59.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59786] 08:12:59.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414] replace CON-POST MID=59786, Token=D843133D06E164F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59786, Token=D843133D06E164F7, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R414] send response NON-2.05 MID=59786, Token=null, OptionSet={}, "server responds hi" 08:12:59.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414, complete]! 08:12:59.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R414, complete] completed NON-2.04 MID=59786, Token=D843133D06E164F7, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0! 08:12:59.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E450,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59786, Token=D843133D06E164F7, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0] 08:12:59.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59786] 08:12:59.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413, complete]! 08:12:59.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L413, complete] for token KeyToken[127.0.0.1:8240-D843133D06E164F7] 08:12:59.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L413, complete] for MID KeyMID[127.0.0.1:8240-59786] 08:12:59.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L413, complete] completed CON-POST MID= -1, Token=D843133D06E164F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59786, Token=D843133D06E164F7, OptionSet={"Object-Security":0x0982}, acked 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2! 08:12:59.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L415] send request 08:12:59.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L415] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:12:59.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L415] added with generated mid KeyMID[127.0.0.1:8240-59787], CON-POST MID=59787, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:12:59.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L415] added with generated token KeyToken[127.0.0.1:8240-A4C94EDC1F86976D], CON-POST MID=59787, Token=A4C94EDC1F86976D, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:12:59.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59787], KeyToken[127.0.0.1:8240-A4C94EDC1F86976D]] 08:12:59.876 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E451,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59787, Token=A4C94EDC1F86976D, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99] 08:12:59.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59787] 08:12:59.876 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.876 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416] replace CON-POST MID=59787, Token=A4C94EDC1F86976D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59787, Token=A4C94EDC1F86976D, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R416] send response NON-2.05 MID=59787, Token=null, OptionSet={}, "server responds hi" 08:12:59.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416, complete]! 08:12:59.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R416, complete] completed NON-2.04 MID=59787, Token=A4C94EDC1F86976D, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C! 08:12:59.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E452,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59787, Token=A4C94EDC1F86976D, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C] 08:12:59.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59787] 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415, complete]! 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L415, complete] for token KeyToken[127.0.0.1:8240-A4C94EDC1F86976D] 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L415, complete] for MID KeyMID[127.0.0.1:8240-59787] 08:12:59.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L415, complete] completed CON-POST MID= -1, Token=A4C94EDC1F86976D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59787, Token=A4C94EDC1F86976D, OptionSet={"Object-Security":0x0983}, acked 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99! 08:12:59.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L417] send request 08:12:59.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L417] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:12:59.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L417] added with generated mid KeyMID[127.0.0.1:8240-59788], CON-POST MID=59788, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:12:59.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L417] added with generated token KeyToken[127.0.0.1:8240-BCA8541E94767304], CON-POST MID=59788, Token=BCA8541E94767304, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:12:59.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59788], KeyToken[127.0.0.1:8240-BCA8541E94767304]] 08:12:59.880 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E453,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59788, Token=BCA8541E94767304, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF] 08:12:59.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59788] 08:12:59.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418] replace CON-POST MID=59788, Token=BCA8541E94767304, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59788, Token=BCA8541E94767304, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R418] send response NON-2.05 MID=59788, Token=null, OptionSet={}, "server responds hi" 08:12:59.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418, complete]! 08:12:59.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R418, complete] completed NON-2.04 MID=59788, Token=BCA8541E94767304, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC! 08:12:59.881 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E454,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59788, Token=BCA8541E94767304, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC] 08:12:59.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59788] 08:12:59.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417, complete]! 08:12:59.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L417, complete] for token KeyToken[127.0.0.1:8240-BCA8541E94767304] 08:12:59.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L417, complete] for MID KeyMID[127.0.0.1:8240-59788] 08:12:59.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L417, complete] completed CON-POST MID= -1, Token=BCA8541E94767304, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59788, Token=BCA8541E94767304, OptionSet={"Object-Security":0x0984}, acked 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF! 08:12:59.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L419] send request 08:12:59.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L419] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:12:59.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L419] added with generated mid KeyMID[127.0.0.1:8240-59789], CON-POST MID=59789, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:12:59.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L419] added with generated token KeyToken[127.0.0.1:8240-D86A110756A52540], CON-POST MID=59789, Token=D86A110756A52540, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:12:59.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59789], KeyToken[127.0.0.1:8240-D86A110756A52540]] 08:12:59.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E455,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59789, Token=D86A110756A52540, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1] 08:12:59.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59789] 08:12:59.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420] replace CON-POST MID=59789, Token=D86A110756A52540, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59789, Token=D86A110756A52540, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R420] send response NON-2.05 MID=59789, Token=null, OptionSet={}, "server responds hi" 08:12:59.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420, complete]! 08:12:59.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R420, complete] completed NON-2.04 MID=59789, Token=D86A110756A52540, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96! 08:12:59.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E456,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59789, Token=D86A110756A52540, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96] 08:12:59.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59789] 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419, complete]! 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L419, complete] for token KeyToken[127.0.0.1:8240-D86A110756A52540] 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L419, complete] for MID KeyMID[127.0.0.1:8240-59789] 08:12:59.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L419, complete] completed CON-POST MID= -1, Token=D86A110756A52540, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59789, Token=D86A110756A52540, OptionSet={"Object-Security":0x0985}, acked 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1! 08:12:59.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L421] send request 08:12:59.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L421] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:12:59.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L421] added with generated mid KeyMID[127.0.0.1:8240-59790], CON-POST MID=59790, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:12:59.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L421] added with generated token KeyToken[127.0.0.1:8240-B40CFA9C78E4D4A6], CON-POST MID=59790, Token=B40CFA9C78E4D4A6, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:12:59.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59790], KeyToken[127.0.0.1:8240-B40CFA9C78E4D4A6]] 08:12:59.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E457,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59790, Token=B40CFA9C78E4D4A6, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17] 08:12:59.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59790] 08:12:59.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422] replace CON-POST MID=59790, Token=B40CFA9C78E4D4A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59790, Token=B40CFA9C78E4D4A6, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R422] send response NON-2.05 MID=59790, Token=null, OptionSet={}, "server responds hi" 08:12:59.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422, complete]! 08:12:59.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R422, complete] completed NON-2.04 MID=59790, Token=B40CFA9C78E4D4A6, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51! 08:12:59.888 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E458,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59790, Token=B40CFA9C78E4D4A6, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51] 08:12:59.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59790] 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421, complete]! 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L421, complete] for token KeyToken[127.0.0.1:8240-B40CFA9C78E4D4A6] 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L421, complete] for MID KeyMID[127.0.0.1:8240-59790] 08:12:59.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L421, complete] completed CON-POST MID= -1, Token=B40CFA9C78E4D4A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59790, Token=B40CFA9C78E4D4A6, OptionSet={"Object-Security":0x0986}, acked FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17! 08:12:59.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L423] send request 08:12:59.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L423] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:12:59.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L423] added with generated mid KeyMID[127.0.0.1:8240-59791], CON-POST MID=59791, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:12:59.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L423] added with generated token KeyToken[127.0.0.1:8240-D01712E40210CC75], CON-POST MID=59791, Token=D01712E40210CC75, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:12:59.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59791], KeyToken[127.0.0.1:8240-D01712E40210CC75]] 08:12:59.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E459,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59791, Token=D01712E40210CC75, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22] 08:12:59.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59791] 08:12:59.891 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.891 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424] replace CON-POST MID=59791, Token=D01712E40210CC75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59791, Token=D01712E40210CC75, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R424] send response NON-2.05 MID=59791, Token=null, OptionSet={}, "server responds hi" 08:12:59.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424, complete]! 08:12:59.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R424, complete] completed NON-2.04 MID=59791, Token=D01712E40210CC75, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7! 08:12:59.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E460,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59791, Token=D01712E40210CC75, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7] 08:12:59.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59791] 08:12:59.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423, complete]! 08:12:59.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L423, complete] for token KeyToken[127.0.0.1:8240-D01712E40210CC75] 08:12:59.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L423, complete] for MID KeyMID[127.0.0.1:8240-59791] 08:12:59.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L423, complete] completed CON-POST MID= -1, Token=D01712E40210CC75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59791, Token=D01712E40210CC75, OptionSet={"Object-Security":0x0987}, acked B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22! 08:12:59.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L425] send request 08:12:59.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L425] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:12:59.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L425] added with generated mid KeyMID[127.0.0.1:8240-59792], CON-POST MID=59792, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:12:59.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L425] added with generated token KeyToken[127.0.0.1:8240-B8A81DB31600A5CB], CON-POST MID=59792, Token=B8A81DB31600A5CB, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:12:59.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59792], KeyToken[127.0.0.1:8240-B8A81DB31600A5CB]] 08:12:59.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E461,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59792, Token=B8A81DB31600A5CB, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C] 08:12:59.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59792] 08:12:59.895 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.895 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426] replace CON-POST MID=59792, Token=B8A81DB31600A5CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59792, Token=B8A81DB31600A5CB, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R426] send response NON-2.05 MID=59792, Token=null, OptionSet={}, "server responds hi" 08:12:59.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426, complete]! 08:12:59.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R426, complete] completed NON-2.04 MID=59792, Token=B8A81DB31600A5CB, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D! 08:12:59.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E462,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59792, Token=B8A81DB31600A5CB, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D] 08:12:59.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59792] 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425, complete]! 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L425, complete] for token KeyToken[127.0.0.1:8240-B8A81DB31600A5CB] 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L425, complete] for MID KeyMID[127.0.0.1:8240-59792] 08:12:59.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L425, complete] completed CON-POST MID= -1, Token=B8A81DB31600A5CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59792, Token=B8A81DB31600A5CB, OptionSet={"Object-Security":0x0988}, acked 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C! 08:12:59.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L427] send request 08:12:59.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L427] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:12:59.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L427] added with generated mid KeyMID[127.0.0.1:8240-59793], CON-POST MID=59793, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:12:59.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L427] added with generated token KeyToken[127.0.0.1:8240-4844BBB61B527918], CON-POST MID=59793, Token=4844BBB61B527918, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:12:59.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59793], KeyToken[127.0.0.1:8240-4844BBB61B527918]] 08:12:59.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E463,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59793, Token=4844BBB61B527918, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31] 08:12:59.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59793] 08:12:59.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428] replace CON-POST MID=59793, Token=4844BBB61B527918, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59793, Token=4844BBB61B527918, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R428] send response NON-2.05 MID=59793, Token=null, OptionSet={}, "server responds hi" 08:12:59.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428, complete]! 08:12:59.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R428, complete] completed NON-2.04 MID=59793, Token=4844BBB61B527918, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE! 08:12:59.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E464,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59793, Token=4844BBB61B527918, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE] 08:12:59.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59793] 08:12:59.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427, complete]! 08:12:59.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L427, complete] for token KeyToken[127.0.0.1:8240-4844BBB61B527918] 08:12:59.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L427, complete] for MID KeyMID[127.0.0.1:8240-59793] 08:12:59.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L427, complete] completed CON-POST MID= -1, Token=4844BBB61B527918, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59793, Token=4844BBB61B527918, OptionSet={"Object-Security":0x0989}, acked C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31! 08:12:59.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L429] send request 08:12:59.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L429] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:12:59.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L429] added with generated mid KeyMID[127.0.0.1:8240-59794], CON-POST MID=59794, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:12:59.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L429] added with generated token KeyToken[127.0.0.1:8240-00DAB2DFD8FCDA65], CON-POST MID=59794, Token=00DAB2DFD8FCDA65, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:12:59.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59794], KeyToken[127.0.0.1:8240-00DAB2DFD8FCDA65]] 08:12:59.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E465,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59794, Token=00DAB2DFD8FCDA65, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2] 08:12:59.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59794] 08:12:59.955 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.955 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430] replace CON-POST MID=59794, Token=00DAB2DFD8FCDA65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59794, Token=00DAB2DFD8FCDA65, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R430] send response NON-2.05 MID=59794, Token=null, OptionSet={}, "server responds hi" 08:12:59.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430, complete]! 08:12:59.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R430, complete] completed NON-2.04 MID=59794, Token=00DAB2DFD8FCDA65, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6! 08:12:59.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E466,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59794, Token=00DAB2DFD8FCDA65, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6] 08:12:59.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59794] 08:12:59.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429, complete]! 08:12:59.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L429, complete] for token KeyToken[127.0.0.1:8240-00DAB2DFD8FCDA65] 08:12:59.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L429, complete] for MID KeyMID[127.0.0.1:8240-59794] 08:12:59.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L429, complete] completed CON-POST MID= -1, Token=00DAB2DFD8FCDA65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59794, Token=00DAB2DFD8FCDA65, OptionSet={"Object-Security":0x098A}, acked 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2! 08:12:59.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L431] send request 08:12:59.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L431] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:12:59.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L431] added with generated mid KeyMID[127.0.0.1:8240-59795], CON-POST MID=59795, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:12:59.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L431] added with generated token KeyToken[127.0.0.1:8240-700C534FF5939380], CON-POST MID=59795, Token=700C534FF5939380, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:12:59.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59795], KeyToken[127.0.0.1:8240-700C534FF5939380]] 08:12:59.960 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E467,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59795, Token=700C534FF5939380, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC] 08:12:59.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59795] 08:12:59.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432] replace CON-POST MID=59795, Token=700C534FF5939380, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59795, Token=700C534FF5939380, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R432] send response NON-2.05 MID=59795, Token=null, OptionSet={}, "server responds hi" 08:12:59.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432, complete]! 08:12:59.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R432, complete] completed NON-2.04 MID=59795, Token=700C534FF5939380, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A! 08:12:59.961 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E468,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59795, Token=700C534FF5939380, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A] 08:12:59.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59795] 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431, complete]! 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L431, complete] for token KeyToken[127.0.0.1:8240-700C534FF5939380] 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L431, complete] for MID KeyMID[127.0.0.1:8240-59795] 08:12:59.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L431, complete] completed CON-POST MID= -1, Token=700C534FF5939380, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59795, Token=700C534FF5939380, OptionSet={"Object-Security":0x098B}, acked A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC! 08:12:59.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L433] send request 08:12:59.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L433] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:12:59.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L433] added with generated mid KeyMID[127.0.0.1:8240-59796], CON-POST MID=59796, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:12:59.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L433] added with generated token KeyToken[127.0.0.1:8240-D4C493A039A58C4C], CON-POST MID=59796, Token=D4C493A039A58C4C, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:12:59.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59796], KeyToken[127.0.0.1:8240-D4C493A039A58C4C]] 08:12:59.963 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E469,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59796, Token=D4C493A039A58C4C, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D] 08:12:59.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59796] 08:12:59.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434] replace CON-POST MID=59796, Token=D4C493A039A58C4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59796, Token=D4C493A039A58C4C, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R434] send response NON-2.05 MID=59796, Token=null, OptionSet={}, "server responds hi" 08:12:59.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434, complete]! 08:12:59.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R434, complete] completed NON-2.04 MID=59796, Token=D4C493A039A58C4C, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A! 08:12:59.964 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E470,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59796, Token=D4C493A039A58C4C, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A] 08:12:59.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59796] 08:12:59.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433, complete]! 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L433, complete] for token KeyToken[127.0.0.1:8240-D4C493A039A58C4C] 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L433, complete] for MID KeyMID[127.0.0.1:8240-59796] 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L433, complete] completed CON-POST MID= -1, Token=D4C493A039A58C4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59796, Token=D4C493A039A58C4C, OptionSet={"Object-Security":0x098C}, acked 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D! 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L435] send request 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L435] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:12:59.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L435] added with generated mid KeyMID[127.0.0.1:8240-59797], CON-POST MID=59797, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:12:59.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L435] added with generated token KeyToken[127.0.0.1:8240-5C0D7F03A1EBA491], CON-POST MID=59797, Token=5C0D7F03A1EBA491, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:12:59.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59797], KeyToken[127.0.0.1:8240-5C0D7F03A1EBA491]] 08:12:59.966 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E471,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59797, Token=5C0D7F03A1EBA491, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C] 08:12:59.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59797] 08:12:59.966 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.966 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436] replace CON-POST MID=59797, Token=5C0D7F03A1EBA491, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59797, Token=5C0D7F03A1EBA491, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R436] send response NON-2.05 MID=59797, Token=null, OptionSet={}, "server responds hi" 08:12:59.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436, complete]! 08:12:59.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R436, complete] completed NON-2.04 MID=59797, Token=5C0D7F03A1EBA491, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64! 08:12:59.967 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E472,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59797, Token=5C0D7F03A1EBA491, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64] 08:12:59.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59797] 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435, complete]! 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L435, complete] for token KeyToken[127.0.0.1:8240-5C0D7F03A1EBA491] 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L435, complete] for MID KeyMID[127.0.0.1:8240-59797] 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L435, complete] completed CON-POST MID= -1, Token=5C0D7F03A1EBA491, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59797, Token=5C0D7F03A1EBA491, OptionSet={"Object-Security":0x098D}, acked 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C! 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L437] send request 08:12:59.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L437] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:12:59.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L437] added with generated mid KeyMID[127.0.0.1:8240-59798], CON-POST MID=59798, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:12:59.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L437] added with generated token KeyToken[127.0.0.1:8240-C88C31834A514672], CON-POST MID=59798, Token=C88C31834A514672, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:12:59.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59798], KeyToken[127.0.0.1:8240-C88C31834A514672]] 08:12:59.969 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E473,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59798, Token=C88C31834A514672, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE] 08:12:59.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59798] 08:12:59.970 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.970 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438] replace CON-POST MID=59798, Token=C88C31834A514672, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59798, Token=C88C31834A514672, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R438] send response NON-2.05 MID=59798, Token=null, OptionSet={}, "server responds hi" 08:12:59.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438, complete]! 08:12:59.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R438, complete] completed NON-2.04 MID=59798, Token=C88C31834A514672, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A! 08:12:59.970 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E474,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59798, Token=C88C31834A514672, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A] 08:12:59.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59798] 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437, complete]! 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L437, complete] for token KeyToken[127.0.0.1:8240-C88C31834A514672] 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L437, complete] for MID KeyMID[127.0.0.1:8240-59798] 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L437, complete] completed CON-POST MID= -1, Token=C88C31834A514672, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59798, Token=C88C31834A514672, OptionSet={"Object-Security":0x098E}, acked 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE! 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L439] send request 08:12:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L439] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:12:59.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L439] added with generated mid KeyMID[127.0.0.1:8240-59799], CON-POST MID=59799, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:12:59.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L439] added with generated token KeyToken[127.0.0.1:8240-20BF28D910F826CF], CON-POST MID=59799, Token=20BF28D910F826CF, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:12:59.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59799], KeyToken[127.0.0.1:8240-20BF28D910F826CF]] 08:12:59.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E475,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59799, Token=20BF28D910F826CF, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74] 08:12:59.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59799] 08:12:59.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440] replace CON-POST MID=59799, Token=20BF28D910F826CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59799, Token=20BF28D910F826CF, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R440] send response NON-2.05 MID=59799, Token=null, OptionSet={}, "server responds hi" 08:12:59.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440, complete]! 08:12:59.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R440, complete] completed NON-2.04 MID=59799, Token=20BF28D910F826CF, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC! 08:12:59.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E476,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59799, Token=20BF28D910F826CF, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC] 08:12:59.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59799] 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439, complete]! 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L439, complete] for token KeyToken[127.0.0.1:8240-20BF28D910F826CF] 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L439, complete] for MID KeyMID[127.0.0.1:8240-59799] 08:12:59.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L439, complete] completed CON-POST MID= -1, Token=20BF28D910F826CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59799, Token=20BF28D910F826CF, OptionSet={"Object-Security":0x098F}, acked 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74! 08:12:59.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L441] send request 08:12:59.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L441] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:12:59.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L441] added with generated mid KeyMID[127.0.0.1:8240-59800], CON-POST MID=59800, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:12:59.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L441] added with generated token KeyToken[127.0.0.1:8240-48B55A18BA9AE8CC], CON-POST MID=59800, Token=48B55A18BA9AE8CC, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:12:59.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59800], KeyToken[127.0.0.1:8240-48B55A18BA9AE8CC]] 08:12:59.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E477,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59800, Token=48B55A18BA9AE8CC, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13] 08:12:59.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59800] 08:12:59.976 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.976 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442] replace CON-POST MID=59800, Token=48B55A18BA9AE8CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59800, Token=48B55A18BA9AE8CC, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R442] send response NON-2.05 MID=59800, Token=null, OptionSet={}, "server responds hi" 08:12:59.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442, complete]! 08:12:59.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R442, complete] completed NON-2.04 MID=59800, Token=48B55A18BA9AE8CC, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC! 08:12:59.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E478,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59800, Token=48B55A18BA9AE8CC, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC] 08:12:59.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59800] 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441, complete]! 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L441, complete] for token KeyToken[127.0.0.1:8240-48B55A18BA9AE8CC] 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L441, complete] for MID KeyMID[127.0.0.1:8240-59800] 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L441, complete] completed CON-POST MID= -1, Token=48B55A18BA9AE8CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59800, Token=48B55A18BA9AE8CC, OptionSet={"Object-Security":0x0990}, acked 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13! 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L443] send request 08:12:59.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L443] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:12:59.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L443] added with generated mid KeyMID[127.0.0.1:8240-59801], CON-POST MID=59801, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:12:59.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L443] added with generated token KeyToken[127.0.0.1:8240-20B75484EB98D5FF], CON-POST MID=59801, Token=20B75484EB98D5FF, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:12:59.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59801], KeyToken[127.0.0.1:8240-20B75484EB98D5FF]] 08:12:59.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E479,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59801, Token=20B75484EB98D5FF, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1] 08:12:59.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59801] 08:12:59.980 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.980 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444] replace CON-POST MID=59801, Token=20B75484EB98D5FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59801, Token=20B75484EB98D5FF, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R444] send response NON-2.05 MID=59801, Token=null, OptionSet={}, "server responds hi" 08:12:59.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444, complete]! 08:12:59.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R444, complete] completed NON-2.04 MID=59801, Token=20B75484EB98D5FF, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01! 08:12:59.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E480,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59801, Token=20B75484EB98D5FF, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01] 08:12:59.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59801] 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443, complete]! 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L443, complete] for token KeyToken[127.0.0.1:8240-20B75484EB98D5FF] 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L443, complete] for MID KeyMID[127.0.0.1:8240-59801] 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L443, complete] completed CON-POST MID= -1, Token=20B75484EB98D5FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59801, Token=20B75484EB98D5FF, OptionSet={"Object-Security":0x0991}, acked 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1! 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L445] send request 08:12:59.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L445] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:12:59.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L445] added with generated mid KeyMID[127.0.0.1:8240-59802], CON-POST MID=59802, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:12:59.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L445] added with generated token KeyToken[127.0.0.1:8240-1495213C34C731E3], CON-POST MID=59802, Token=1495213C34C731E3, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:12:59.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59802], KeyToken[127.0.0.1:8240-1495213C34C731E3]] 08:12:59.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E481,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59802, Token=1495213C34C731E3, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01] 08:12:59.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59802] 08:12:59.983 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.983 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446] replace CON-POST MID=59802, Token=1495213C34C731E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59802, Token=1495213C34C731E3, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R446] send response NON-2.05 MID=59802, Token=null, OptionSet={}, "server responds hi" 08:12:59.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446, complete]! 08:12:59.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R446, complete] completed NON-2.04 MID=59802, Token=1495213C34C731E3, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A! 08:12:59.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E482,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59802, Token=1495213C34C731E3, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A] 08:12:59.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59802] 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445, complete]! 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L445, complete] for token KeyToken[127.0.0.1:8240-1495213C34C731E3] 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L445, complete] for MID KeyMID[127.0.0.1:8240-59802] 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L445, complete] completed CON-POST MID= -1, Token=1495213C34C731E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59802, Token=1495213C34C731E3, OptionSet={"Object-Security":0x0992}, acked BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01! 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L447] send request 08:12:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L447] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:12:59.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L447] added with generated mid KeyMID[127.0.0.1:8240-59803], CON-POST MID=59803, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:12:59.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L447] added with generated token KeyToken[127.0.0.1:8240-0014E94D11D46283], CON-POST MID=59803, Token=0014E94D11D46283, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:12:59.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59803], KeyToken[127.0.0.1:8240-0014E94D11D46283]] 08:12:59.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E483,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59803, Token=0014E94D11D46283, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB] 08:12:59.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59803] 08:12:59.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448] replace CON-POST MID=59803, Token=0014E94D11D46283, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59803, Token=0014E94D11D46283, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R448] send response NON-2.05 MID=59803, Token=null, OptionSet={}, "server responds hi" 08:12:59.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448, complete]! 08:12:59.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R448, complete] completed NON-2.04 MID=59803, Token=0014E94D11D46283, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD! 08:12:59.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E484,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59803, Token=0014E94D11D46283, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD] 08:12:59.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59803] 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447, complete]! 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L447, complete] for token KeyToken[127.0.0.1:8240-0014E94D11D46283] 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L447, complete] for MID KeyMID[127.0.0.1:8240-59803] 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L447, complete] completed CON-POST MID= -1, Token=0014E94D11D46283, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59803, Token=0014E94D11D46283, OptionSet={"Object-Security":0x0993}, acked 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB! 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L449] send request 08:12:59.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L449] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:12:59.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L449] added with generated mid KeyMID[127.0.0.1:8240-59804], CON-POST MID=59804, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:12:59.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L449] added with generated token KeyToken[127.0.0.1:8240-E068985AC0FF461C], CON-POST MID=59804, Token=E068985AC0FF461C, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:12:59.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59804], KeyToken[127.0.0.1:8240-E068985AC0FF461C]] 08:12:59.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E485,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59804, Token=E068985AC0FF461C, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A] 08:12:59.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59804] 08:12:59.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450] replace CON-POST MID=59804, Token=E068985AC0FF461C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59804, Token=E068985AC0FF461C, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R450] send response NON-2.05 MID=59804, Token=null, OptionSet={}, "server responds hi" 08:12:59.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450, complete]! 08:12:59.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R450, complete] completed NON-2.04 MID=59804, Token=E068985AC0FF461C, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A! 08:12:59.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E486,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59804, Token=E068985AC0FF461C, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A] 08:12:59.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59804] 08:12:59.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449, complete]! 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L449, complete] for token KeyToken[127.0.0.1:8240-E068985AC0FF461C] 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L449, complete] for MID KeyMID[127.0.0.1:8240-59804] 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L449, complete] completed CON-POST MID= -1, Token=E068985AC0FF461C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59804, Token=E068985AC0FF461C, OptionSet={"Object-Security":0x0994}, acked 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A! 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L451] send request 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L451] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:12:59.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L451] added with generated mid KeyMID[127.0.0.1:8240-59805], CON-POST MID=59805, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:12:59.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L451] added with generated token KeyToken[127.0.0.1:8240-F4E504EAD89F4167], CON-POST MID=59805, Token=F4E504EAD89F4167, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:12:59.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59805], KeyToken[127.0.0.1:8240-F4E504EAD89F4167]] 08:12:59.991 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E487,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59805, Token=F4E504EAD89F4167, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5] 08:12:59.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59805] 08:12:59.991 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.991 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452] replace CON-POST MID=59805, Token=F4E504EAD89F4167, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59805, Token=F4E504EAD89F4167, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R452] send response NON-2.05 MID=59805, Token=null, OptionSet={}, "server responds hi" 08:12:59.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452, complete]! 08:12:59.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R452, complete] completed NON-2.04 MID=59805, Token=F4E504EAD89F4167, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07! 08:12:59.992 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E488,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59805, Token=F4E504EAD89F4167, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07] 08:12:59.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59805] 08:12:59.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451, complete]! 08:12:59.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L451, complete] for token KeyToken[127.0.0.1:8240-F4E504EAD89F4167] 08:12:59.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L451, complete] for MID KeyMID[127.0.0.1:8240-59805] 08:12:59.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L451, complete] completed CON-POST MID= -1, Token=F4E504EAD89F4167, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59805, Token=F4E504EAD89F4167, OptionSet={"Object-Security":0x0995}, acked EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5! 08:12:59.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L453] send request 08:12:59.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L453] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:12:59.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L453] added with generated mid KeyMID[127.0.0.1:8240-59806], CON-POST MID=59806, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:12:59.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L453] added with generated token KeyToken[127.0.0.1:8240-2456D424480C3B87], CON-POST MID=59806, Token=2456D424480C3B87, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:12:59.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59806], KeyToken[127.0.0.1:8240-2456D424480C3B87]] 08:12:59.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E489,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59806, Token=2456D424480C3B87, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D] 08:12:59.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59806] 08:12:59.994 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.994 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454] replace CON-POST MID=59806, Token=2456D424480C3B87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59806, Token=2456D424480C3B87, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R454] send response NON-2.05 MID=59806, Token=null, OptionSet={}, "server responds hi" 08:12:59.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454, complete]! 08:12:59.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R454, complete] completed NON-2.04 MID=59806, Token=2456D424480C3B87, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB! 08:12:59.995 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E490,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59806, Token=2456D424480C3B87, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB] 08:12:59.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59806] 08:12:59.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453, complete]! 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L453, complete] for token KeyToken[127.0.0.1:8240-2456D424480C3B87] 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L453, complete] for MID KeyMID[127.0.0.1:8240-59806] 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L453, complete] completed CON-POST MID= -1, Token=2456D424480C3B87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59806, Token=2456D424480C3B87, OptionSet={"Object-Security":0x0996}, acked 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D! 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L455] send request 08:12:59.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L455] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:12:59.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L455] added with generated mid KeyMID[127.0.0.1:8240-59807], CON-POST MID=59807, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:12:59.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L455] added with generated token KeyToken[127.0.0.1:8240-E4D0A5D57A944E02], CON-POST MID=59807, Token=E4D0A5D57A944E02, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:12:59.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59807], KeyToken[127.0.0.1:8240-E4D0A5D57A944E02]] 08:12:59.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:12:59.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E491,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59807, Token=E4D0A5D57A944E02, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46] 08:12:59.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:12:59.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59807] 08:12:59.997 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:12:59.997 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:12:59.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456] replace CON-POST MID=59807, Token=E4D0A5D57A944E02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59807, Token=E4D0A5D57A944E02, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R456] send response NON-2.05 MID=59807, Token=null, OptionSet={}, "server responds hi" 08:12:59.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456, complete]! 08:12:59.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R456, complete] completed NON-2.04 MID=59807, Token=E4D0A5D57A944E02, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE! 08:12:59.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:12:59.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E492,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59807, Token=E4D0A5D57A944E02, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE] 08:12:59.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:12:59.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59807] 08:12:59.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:12:59.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:12:59.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:12:59.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455, complete]! 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L455, complete] for token KeyToken[127.0.0.1:8240-E4D0A5D57A944E02] 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L455, complete] for MID KeyMID[127.0.0.1:8240-59807] 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L455, complete] completed CON-POST MID= -1, Token=E4D0A5D57A944E02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59807, Token=E4D0A5D57A944E02, OptionSet={"Object-Security":0x0997}, acked 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46! 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L457] send request 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L457] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:12:59.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:13:00.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L457] added with generated mid KeyMID[127.0.0.1:8240-59808], CON-POST MID=59808, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:13:00.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L457] added with generated token KeyToken[127.0.0.1:8240-F091DFC3A4722CE0], CON-POST MID=59808, Token=F091DFC3A4722CE0, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:13:00.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59808], KeyToken[127.0.0.1:8240-F091DFC3A4722CE0]] 08:13:00.000 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E493,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59808, Token=F091DFC3A4722CE0, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31] 08:13:00.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59808] 08:13:00.000 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.000 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458] replace CON-POST MID=59808, Token=F091DFC3A4722CE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59808, Token=F091DFC3A4722CE0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R458] send response NON-2.05 MID=59808, Token=null, OptionSet={}, "server responds hi" 08:13:00.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458, complete]! 08:13:00.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R458, complete] completed NON-2.04 MID=59808, Token=F091DFC3A4722CE0, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D! 08:13:00.001 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E494,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59808, Token=F091DFC3A4722CE0, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D] 08:13:00.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59808] 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457, complete]! 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L457, complete] for token KeyToken[127.0.0.1:8240-F091DFC3A4722CE0] 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L457, complete] for MID KeyMID[127.0.0.1:8240-59808] 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L457, complete] completed CON-POST MID= -1, Token=F091DFC3A4722CE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59808, Token=F091DFC3A4722CE0, OptionSet={"Object-Security":0x0998}, acked F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31! 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L459] send request 08:13:00.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L459] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:13:00.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L459] added with generated mid KeyMID[127.0.0.1:8240-59809], CON-POST MID=59809, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:13:00.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L459] added with generated token KeyToken[127.0.0.1:8240-48E1B3357025F2BF], CON-POST MID=59809, Token=48E1B3357025F2BF, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:13:00.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59809], KeyToken[127.0.0.1:8240-48E1B3357025F2BF]] 08:13:00.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E495,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59809, Token=48E1B3357025F2BF, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3] 08:13:00.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59809] 08:13:00.054 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.054 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460] replace CON-POST MID=59809, Token=48E1B3357025F2BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59809, Token=48E1B3357025F2BF, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R460] send response NON-2.05 MID=59809, Token=null, OptionSet={}, "server responds hi" 08:13:00.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460, complete]! 08:13:00.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R460, complete] completed NON-2.04 MID=59809, Token=48E1B3357025F2BF, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC! 08:13:00.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E496,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59809, Token=48E1B3357025F2BF, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC] 08:13:00.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59809] 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459, complete]! 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L459, complete] for token KeyToken[127.0.0.1:8240-48E1B3357025F2BF] 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L459, complete] for MID KeyMID[127.0.0.1:8240-59809] 08:13:00.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L459, complete] completed CON-POST MID= -1, Token=48E1B3357025F2BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59809, Token=48E1B3357025F2BF, OptionSet={"Object-Security":0x0999}, acked 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3! 08:13:00.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L461] send request 08:13:00.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L461] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:13:00.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L461] added with generated mid KeyMID[127.0.0.1:8240-59810], CON-POST MID=59810, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:13:00.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L461] added with generated token KeyToken[127.0.0.1:8240-FC7553C4F5C870E9], CON-POST MID=59810, Token=FC7553C4F5C870E9, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:13:00.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59810], KeyToken[127.0.0.1:8240-FC7553C4F5C870E9]] 08:13:00.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E497,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59810, Token=FC7553C4F5C870E9, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B] 08:13:00.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59810] 08:13:00.057 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.057 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462] replace CON-POST MID=59810, Token=FC7553C4F5C870E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59810, Token=FC7553C4F5C870E9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R462] send response NON-2.05 MID=59810, Token=null, OptionSet={}, "server responds hi" 08:13:00.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462, complete]! 08:13:00.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R462, complete] completed NON-2.04 MID=59810, Token=FC7553C4F5C870E9, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD! 08:13:00.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E498,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59810, Token=FC7553C4F5C870E9, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD] 08:13:00.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59810] 08:13:00.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461, complete]! 08:13:00.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L461, complete] for token KeyToken[127.0.0.1:8240-FC7553C4F5C870E9] 08:13:00.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L461, complete] for MID KeyMID[127.0.0.1:8240-59810] 08:13:00.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L461, complete] completed CON-POST MID= -1, Token=FC7553C4F5C870E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59810, Token=FC7553C4F5C870E9, OptionSet={"Object-Security":0x099A}, acked 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B! 08:13:00.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L463] send request 08:13:00.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L463] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:13:00.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L463] added with generated mid KeyMID[127.0.0.1:8240-59811], CON-POST MID=59811, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:13:00.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L463] added with generated token KeyToken[127.0.0.1:8240-BC6E0F898B33E330], CON-POST MID=59811, Token=BC6E0F898B33E330, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:13:00.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59811], KeyToken[127.0.0.1:8240-BC6E0F898B33E330]] 08:13:00.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E499,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59811, Token=BC6E0F898B33E330, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85] 08:13:00.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59811] 08:13:00.060 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.060 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464] replace CON-POST MID=59811, Token=BC6E0F898B33E330, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59811, Token=BC6E0F898B33E330, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R464] send response NON-2.05 MID=59811, Token=null, OptionSet={}, "server responds hi" 08:13:00.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464, complete]! 08:13:00.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R464, complete] completed NON-2.04 MID=59811, Token=BC6E0F898B33E330, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D! 08:13:00.061 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E500,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59811, Token=BC6E0F898B33E330, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D] 08:13:00.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59811] 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463, complete]! 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L463, complete] for token KeyToken[127.0.0.1:8240-BC6E0F898B33E330] 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L463, complete] for MID KeyMID[127.0.0.1:8240-59811] 08:13:00.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L463, complete] completed CON-POST MID= -1, Token=BC6E0F898B33E330, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59811, Token=BC6E0F898B33E330, OptionSet={"Object-Security":0x099B}, acked 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85! 08:13:00.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L465] send request 08:13:00.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L465] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:13:00.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L465] added with generated mid KeyMID[127.0.0.1:8240-59812], CON-POST MID=59812, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:13:00.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L465] added with generated token KeyToken[127.0.0.1:8240-685DF343771E9358], CON-POST MID=59812, Token=685DF343771E9358, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:13:00.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59812], KeyToken[127.0.0.1:8240-685DF343771E9358]] 08:13:00.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E501,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59812, Token=685DF343771E9358, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5] 08:13:00.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59812] 08:13:00.064 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.064 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466] replace CON-POST MID=59812, Token=685DF343771E9358, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59812, Token=685DF343771E9358, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R466] send response NON-2.05 MID=59812, Token=null, OptionSet={}, "server responds hi" 08:13:00.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466, complete]! 08:13:00.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R466, complete] completed NON-2.04 MID=59812, Token=685DF343771E9358, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF! 08:13:00.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E502,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59812, Token=685DF343771E9358, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF] 08:13:00.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59812] 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465, complete]! 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L465, complete] for token KeyToken[127.0.0.1:8240-685DF343771E9358] 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L465, complete] for MID KeyMID[127.0.0.1:8240-59812] 08:13:00.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L465, complete] completed CON-POST MID= -1, Token=685DF343771E9358, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59812, Token=685DF343771E9358, OptionSet={"Object-Security":0x099C}, acked 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5! 08:13:00.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L467] send request 08:13:00.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L467] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:13:00.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L467] added with generated mid KeyMID[127.0.0.1:8240-59813], CON-POST MID=59813, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:13:00.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L467] added with generated token KeyToken[127.0.0.1:8240-E06B2140122B2762], CON-POST MID=59813, Token=E06B2140122B2762, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:13:00.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59813], KeyToken[127.0.0.1:8240-E06B2140122B2762]] 08:13:00.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E503,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59813, Token=E06B2140122B2762, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50] 08:13:00.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59813] 08:13:00.068 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.068 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468] replace CON-POST MID=59813, Token=E06B2140122B2762, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59813, Token=E06B2140122B2762, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R468] send response NON-2.05 MID=59813, Token=null, OptionSet={}, "server responds hi" 08:13:00.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468, complete]! 08:13:00.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R468, complete] completed NON-2.04 MID=59813, Token=E06B2140122B2762, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23! 08:13:00.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E504,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59813, Token=E06B2140122B2762, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23] 08:13:00.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59813] 08:13:00.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467, complete]! 08:13:00.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L467, complete] for token KeyToken[127.0.0.1:8240-E06B2140122B2762] 08:13:00.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L467, complete] for MID KeyMID[127.0.0.1:8240-59813] 08:13:00.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L467, complete] completed CON-POST MID= -1, Token=E06B2140122B2762, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59813, Token=E06B2140122B2762, OptionSet={"Object-Security":0x099D}, acked 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50! 08:13:00.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L469] send request 08:13:00.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L469] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:13:00.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L469] added with generated mid KeyMID[127.0.0.1:8240-59814], CON-POST MID=59814, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:13:00.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L469] added with generated token KeyToken[127.0.0.1:8240-540B6DC465FBD8FF], CON-POST MID=59814, Token=540B6DC465FBD8FF, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:13:00.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59814], KeyToken[127.0.0.1:8240-540B6DC465FBD8FF]] 08:13:00.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E505,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59814, Token=540B6DC465FBD8FF, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B] 08:13:00.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59814] 08:13:00.072 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.072 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470] replace CON-POST MID=59814, Token=540B6DC465FBD8FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59814, Token=540B6DC465FBD8FF, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R470] send response NON-2.05 MID=59814, Token=null, OptionSet={}, "server responds hi" 08:13:00.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470, complete]! 08:13:00.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R470, complete] completed NON-2.04 MID=59814, Token=540B6DC465FBD8FF, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23! 08:13:00.073 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E506,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59814, Token=540B6DC465FBD8FF, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23] 08:13:00.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59814] 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469, complete]! 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L469, complete] for token KeyToken[127.0.0.1:8240-540B6DC465FBD8FF] 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L469, complete] for MID KeyMID[127.0.0.1:8240-59814] 08:13:00.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L469, complete] completed CON-POST MID= -1, Token=540B6DC465FBD8FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59814, Token=540B6DC465FBD8FF, OptionSet={"Object-Security":0x099E}, acked E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B! 08:13:00.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L471] send request 08:13:00.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L471] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:13:00.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L471] added with generated mid KeyMID[127.0.0.1:8240-59815], CON-POST MID=59815, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:13:00.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L471] added with generated token KeyToken[127.0.0.1:8240-5038353D61EE657C], CON-POST MID=59815, Token=5038353D61EE657C, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:13:00.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59815], KeyToken[127.0.0.1:8240-5038353D61EE657C]] 08:13:00.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E507,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59815, Token=5038353D61EE657C, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6] 08:13:00.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59815] 08:13:00.075 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.075 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472] replace CON-POST MID=59815, Token=5038353D61EE657C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59815, Token=5038353D61EE657C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R472] send response NON-2.05 MID=59815, Token=null, OptionSet={}, "server responds hi" 08:13:00.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472, complete]! 08:13:00.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R472, complete] completed NON-2.04 MID=59815, Token=5038353D61EE657C, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F! 08:13:00.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E508,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59815, Token=5038353D61EE657C, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F] 08:13:00.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59815] 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471, complete]! 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L471, complete] for token KeyToken[127.0.0.1:8240-5038353D61EE657C] 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L471, complete] for MID KeyMID[127.0.0.1:8240-59815] 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L471, complete] completed CON-POST MID= -1, Token=5038353D61EE657C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59815, Token=5038353D61EE657C, OptionSet={"Object-Security":0x099F}, acked 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6! 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L473] send request 08:13:00.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L473] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:13:00.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L473] added with generated mid KeyMID[127.0.0.1:8240-59816], CON-POST MID=59816, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:13:00.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L473] added with generated token KeyToken[127.0.0.1:8240-642EAD23C80D73AD], CON-POST MID=59816, Token=642EAD23C80D73AD, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:13:00.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59816], KeyToken[127.0.0.1:8240-642EAD23C80D73AD]] 08:13:00.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E509,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59816, Token=642EAD23C80D73AD, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32] 08:13:00.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59816] 08:13:00.078 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.078 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474] replace CON-POST MID=59816, Token=642EAD23C80D73AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59816, Token=642EAD23C80D73AD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R474] send response NON-2.05 MID=59816, Token=null, OptionSet={}, "server responds hi" 08:13:00.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474, complete]! 08:13:00.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R474, complete] completed NON-2.04 MID=59816, Token=642EAD23C80D73AD, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE! 08:13:00.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E510,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59816, Token=642EAD23C80D73AD, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE] 08:13:00.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59816] 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473, complete]! 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L473, complete] for token KeyToken[127.0.0.1:8240-642EAD23C80D73AD] 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L473, complete] for MID KeyMID[127.0.0.1:8240-59816] 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L473, complete] completed CON-POST MID= -1, Token=642EAD23C80D73AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59816, Token=642EAD23C80D73AD, OptionSet={"Object-Security":0x09A0}, acked 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32! 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L475] send request 08:13:00.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L475] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:13:00.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L475] added with generated mid KeyMID[127.0.0.1:8240-59817], CON-POST MID=59817, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:13:00.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L475] added with generated token KeyToken[127.0.0.1:8240-3040D8FB249D0F0D], CON-POST MID=59817, Token=3040D8FB249D0F0D, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:13:00.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59817], KeyToken[127.0.0.1:8240-3040D8FB249D0F0D]] 08:13:00.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E511,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59817, Token=3040D8FB249D0F0D, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3] 08:13:00.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59817] 08:13:00.081 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.081 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476] replace CON-POST MID=59817, Token=3040D8FB249D0F0D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59817, Token=3040D8FB249D0F0D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R476] send response NON-2.05 MID=59817, Token=null, OptionSet={}, "server responds hi" 08:13:00.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476, complete]! 08:13:00.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R476, complete] completed NON-2.04 MID=59817, Token=3040D8FB249D0F0D, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73! 08:13:00.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E512,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59817, Token=3040D8FB249D0F0D, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73] 08:13:00.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59817] 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475, complete]! 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L475, complete] for token KeyToken[127.0.0.1:8240-3040D8FB249D0F0D] 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L475, complete] for MID KeyMID[127.0.0.1:8240-59817] 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L475, complete] completed CON-POST MID= -1, Token=3040D8FB249D0F0D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59817, Token=3040D8FB249D0F0D, OptionSet={"Object-Security":0x09A1}, acked 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3! 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L477] send request 08:13:00.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L477] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:13:00.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L477] added with generated mid KeyMID[127.0.0.1:8240-59818], CON-POST MID=59818, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:13:00.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L477] added with generated token KeyToken[127.0.0.1:8240-8004981A0E317074], CON-POST MID=59818, Token=8004981A0E317074, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:13:00.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59818], KeyToken[127.0.0.1:8240-8004981A0E317074]] 08:13:00.083 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E513,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59818, Token=8004981A0E317074, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC] 08:13:00.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59818] 08:13:00.084 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.084 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478] replace CON-POST MID=59818, Token=8004981A0E317074, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59818, Token=8004981A0E317074, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R478] send response NON-2.05 MID=59818, Token=null, OptionSet={}, "server responds hi" 08:13:00.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478, complete]! 08:13:00.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R478, complete] completed NON-2.04 MID=59818, Token=8004981A0E317074, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B! 08:13:00.084 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E514,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59818, Token=8004981A0E317074, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B] 08:13:00.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59818] 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477, complete]! 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L477, complete] for token KeyToken[127.0.0.1:8240-8004981A0E317074] 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L477, complete] for MID KeyMID[127.0.0.1:8240-59818] 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L477, complete] completed CON-POST MID= -1, Token=8004981A0E317074, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59818, Token=8004981A0E317074, OptionSet={"Object-Security":0x09A2}, acked 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC! 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L479] send request 08:13:00.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L479] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:13:00.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L479] added with generated mid KeyMID[127.0.0.1:8240-59819], CON-POST MID=59819, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:13:00.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L479] added with generated token KeyToken[127.0.0.1:8240-B8FD59C01A98DADC], CON-POST MID=59819, Token=B8FD59C01A98DADC, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:13:00.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59819], KeyToken[127.0.0.1:8240-B8FD59C01A98DADC]] 08:13:00.086 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E515,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59819, Token=B8FD59C01A98DADC, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23] 08:13:00.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59819] 08:13:00.087 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.087 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480] replace CON-POST MID=59819, Token=B8FD59C01A98DADC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59819, Token=B8FD59C01A98DADC, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R480] send response NON-2.05 MID=59819, Token=null, OptionSet={}, "server responds hi" 08:13:00.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480, complete]! 08:13:00.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R480, complete] completed NON-2.04 MID=59819, Token=B8FD59C01A98DADC, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00! 08:13:00.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E516,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59819, Token=B8FD59C01A98DADC, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00] 08:13:00.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59819] 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479, complete]! 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L479, complete] for token KeyToken[127.0.0.1:8240-B8FD59C01A98DADC] 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L479, complete] for MID KeyMID[127.0.0.1:8240-59819] 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L479, complete] completed CON-POST MID= -1, Token=B8FD59C01A98DADC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59819, Token=B8FD59C01A98DADC, OptionSet={"Object-Security":0x09A3}, acked 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23! 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L481] send request 08:13:00.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L481] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:13:00.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L481] added with generated mid KeyMID[127.0.0.1:8240-59820], CON-POST MID=59820, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:13:00.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L481] added with generated token KeyToken[127.0.0.1:8240-F0B630564DF077FD], CON-POST MID=59820, Token=F0B630564DF077FD, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:13:00.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59820], KeyToken[127.0.0.1:8240-F0B630564DF077FD]] 08:13:00.089 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E517,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59820, Token=F0B630564DF077FD, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80] 08:13:00.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59820] 08:13:00.089 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.089 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482] replace CON-POST MID=59820, Token=F0B630564DF077FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59820, Token=F0B630564DF077FD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R482] send response NON-2.05 MID=59820, Token=null, OptionSet={}, "server responds hi" 08:13:00.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482, complete]! 08:13:00.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R482, complete] completed NON-2.04 MID=59820, Token=F0B630564DF077FD, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB! 08:13:00.090 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E518,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59820, Token=F0B630564DF077FD, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB] 08:13:00.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59820] 08:13:00.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481, complete]! 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L481, complete] for token KeyToken[127.0.0.1:8240-F0B630564DF077FD] 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L481, complete] for MID KeyMID[127.0.0.1:8240-59820] 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L481, complete] completed CON-POST MID= -1, Token=F0B630564DF077FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59820, Token=F0B630564DF077FD, OptionSet={"Object-Security":0x09A4}, acked 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80! 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L483] send request 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L483] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:13:00.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L483] added with generated mid KeyMID[127.0.0.1:8240-59821], CON-POST MID=59821, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:13:00.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L483] added with generated token KeyToken[127.0.0.1:8240-EC003C598EA47DB2], CON-POST MID=59821, Token=EC003C598EA47DB2, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:13:00.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59821], KeyToken[127.0.0.1:8240-EC003C598EA47DB2]] 08:13:00.092 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E519,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59821, Token=EC003C598EA47DB2, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF] 08:13:00.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59821] 08:13:00.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484] replace CON-POST MID=59821, Token=EC003C598EA47DB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59821, Token=EC003C598EA47DB2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R484] send response NON-2.05 MID=59821, Token=null, OptionSet={}, "server responds hi" 08:13:00.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484, complete]! 08:13:00.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R484, complete] completed NON-2.04 MID=59821, Token=EC003C598EA47DB2, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25! 08:13:00.093 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E520,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59821, Token=EC003C598EA47DB2, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25] 08:13:00.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59821] 08:13:00.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483, complete]! 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L483, complete] for token KeyToken[127.0.0.1:8240-EC003C598EA47DB2] 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L483, complete] for MID KeyMID[127.0.0.1:8240-59821] 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L483, complete] completed CON-POST MID= -1, Token=EC003C598EA47DB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59821, Token=EC003C598EA47DB2, OptionSet={"Object-Security":0x09A5}, acked 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF! 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L485] send request 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L485] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L485] added with generated mid KeyMID[127.0.0.1:8240-59822], CON-POST MID=59822, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L485] added with generated token KeyToken[127.0.0.1:8240-48A0080D56DDACE0], CON-POST MID=59822, Token=48A0080D56DDACE0, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:13:00.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59822], KeyToken[127.0.0.1:8240-48A0080D56DDACE0]] 08:13:00.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E521,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59822, Token=48A0080D56DDACE0, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F] 08:13:00.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59822] 08:13:00.095 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.095 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486] replace CON-POST MID=59822, Token=48A0080D56DDACE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59822, Token=48A0080D56DDACE0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R486] send response NON-2.05 MID=59822, Token=null, OptionSet={}, "server responds hi" 08:13:00.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486, complete]! 08:13:00.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R486, complete] completed NON-2.04 MID=59822, Token=48A0080D56DDACE0, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43! 08:13:00.096 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E522,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59822, Token=48A0080D56DDACE0, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43] 08:13:00.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59822] 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485, complete]! 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L485, complete] for token KeyToken[127.0.0.1:8240-48A0080D56DDACE0] 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L485, complete] for MID KeyMID[127.0.0.1:8240-59822] 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L485, complete] completed CON-POST MID= -1, Token=48A0080D56DDACE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59822, Token=48A0080D56DDACE0, OptionSet={"Object-Security":0x09A6}, acked 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F! 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L487] send request 08:13:00.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L487] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:13:00.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L487] added with generated mid KeyMID[127.0.0.1:8240-59823], CON-POST MID=59823, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:13:00.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L487] added with generated token KeyToken[127.0.0.1:8240-98950DF4AD56B71D], CON-POST MID=59823, Token=98950DF4AD56B71D, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:13:00.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59823], KeyToken[127.0.0.1:8240-98950DF4AD56B71D]] 08:13:00.097 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E523,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59823, Token=98950DF4AD56B71D, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D] 08:13:00.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59823] 08:13:00.152 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.152 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488] replace CON-POST MID=59823, Token=98950DF4AD56B71D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59823, Token=98950DF4AD56B71D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R488] send response NON-2.05 MID=59823, Token=null, OptionSet={}, "server responds hi" 08:13:00.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488, complete]! 08:13:00.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R488, complete] completed NON-2.04 MID=59823, Token=98950DF4AD56B71D, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6! 08:13:00.153 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E524,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59823, Token=98950DF4AD56B71D, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6] 08:13:00.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59823] 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487, complete]! 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L487, complete] for token KeyToken[127.0.0.1:8240-98950DF4AD56B71D] 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L487, complete] for MID KeyMID[127.0.0.1:8240-59823] 08:13:00.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L487, complete] completed CON-POST MID= -1, Token=98950DF4AD56B71D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59823, Token=98950DF4AD56B71D, OptionSet={"Object-Security":0x09A7}, acked 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D! 08:13:00.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L489] send request 08:13:00.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L489] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:13:00.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L489] added with generated mid KeyMID[127.0.0.1:8240-59824], CON-POST MID=59824, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:13:00.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L489] added with generated token KeyToken[127.0.0.1:8240-1C347DE4D85CC972], CON-POST MID=59824, Token=1C347DE4D85CC972, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:13:00.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59824], KeyToken[127.0.0.1:8240-1C347DE4D85CC972]] 08:13:00.155 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E525,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59824, Token=1C347DE4D85CC972, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28] 08:13:00.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59824] 08:13:00.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490] replace CON-POST MID=59824, Token=1C347DE4D85CC972, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59824, Token=1C347DE4D85CC972, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R490] send response NON-2.05 MID=59824, Token=null, OptionSet={}, "server responds hi" 08:13:00.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490, complete]! 08:13:00.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R490, complete] completed NON-2.04 MID=59824, Token=1C347DE4D85CC972, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40! 08:13:00.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E526,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59824, Token=1C347DE4D85CC972, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40] 08:13:00.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59824] 08:13:00.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489, complete]! 08:13:00.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L489, complete] for token KeyToken[127.0.0.1:8240-1C347DE4D85CC972] 08:13:00.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L489, complete] for MID KeyMID[127.0.0.1:8240-59824] 08:13:00.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L489, complete] completed CON-POST MID= -1, Token=1C347DE4D85CC972, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59824, Token=1C347DE4D85CC972, OptionSet={"Object-Security":0x09A8}, acked D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28! 08:13:00.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L491] send request 08:13:00.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L491] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:13:00.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L491] added with generated mid KeyMID[127.0.0.1:8240-59825], CON-POST MID=59825, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:13:00.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L491] added with generated token KeyToken[127.0.0.1:8240-A4D10A29416A8686], CON-POST MID=59825, Token=A4D10A29416A8686, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:13:00.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59825], KeyToken[127.0.0.1:8240-A4D10A29416A8686]] 08:13:00.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E527,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59825, Token=A4D10A29416A8686, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44] 08:13:00.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59825] 08:13:00.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492] replace CON-POST MID=59825, Token=A4D10A29416A8686, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59825, Token=A4D10A29416A8686, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R492] send response NON-2.05 MID=59825, Token=null, OptionSet={}, "server responds hi" 08:13:00.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492, complete]! 08:13:00.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R492, complete] completed NON-2.04 MID=59825, Token=A4D10A29416A8686, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75! 08:13:00.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E528,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59825, Token=A4D10A29416A8686, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75] 08:13:00.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59825] 08:13:00.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491, complete]! 08:13:00.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L491, complete] for token KeyToken[127.0.0.1:8240-A4D10A29416A8686] 08:13:00.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L491, complete] for MID KeyMID[127.0.0.1:8240-59825] 08:13:00.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L491, complete] completed CON-POST MID= -1, Token=A4D10A29416A8686, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59825, Token=A4D10A29416A8686, OptionSet={"Object-Security":0x09A9}, acked 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44! 08:13:00.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L493] send request 08:13:00.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L493] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:13:00.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L493] added with generated mid KeyMID[127.0.0.1:8240-59826], CON-POST MID=59826, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:13:00.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L493] added with generated token KeyToken[127.0.0.1:8240-EC719E2A5CA95D2C], CON-POST MID=59826, Token=EC719E2A5CA95D2C, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:13:00.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59826], KeyToken[127.0.0.1:8240-EC719E2A5CA95D2C]] 08:13:00.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E529,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59826, Token=EC719E2A5CA95D2C, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21] 08:13:00.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59826] 08:13:00.161 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.161 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494] replace CON-POST MID=59826, Token=EC719E2A5CA95D2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59826, Token=EC719E2A5CA95D2C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R494] send response NON-2.05 MID=59826, Token=null, OptionSet={}, "server responds hi" 08:13:00.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494, complete]! 08:13:00.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R494, complete] completed NON-2.04 MID=59826, Token=EC719E2A5CA95D2C, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6! 08:13:00.162 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E530,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59826, Token=EC719E2A5CA95D2C, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6] 08:13:00.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59826] 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493, complete]! 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L493, complete] for token KeyToken[127.0.0.1:8240-EC719E2A5CA95D2C] 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L493, complete] for MID KeyMID[127.0.0.1:8240-59826] 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L493, complete] completed CON-POST MID= -1, Token=EC719E2A5CA95D2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59826, Token=EC719E2A5CA95D2C, OptionSet={"Object-Security":0x09AA}, acked 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21! 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L495] send request 08:13:00.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L495] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:13:00.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L495] added with generated mid KeyMID[127.0.0.1:8240-59827], CON-POST MID=59827, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:13:00.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L495] added with generated token KeyToken[127.0.0.1:8240-6C5E197D0B64D934], CON-POST MID=59827, Token=6C5E197D0B64D934, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:13:00.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59827], KeyToken[127.0.0.1:8240-6C5E197D0B64D934]] 08:13:00.164 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E531,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59827, Token=6C5E197D0B64D934, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E] 08:13:00.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59827] 08:13:00.165 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.165 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496] replace CON-POST MID=59827, Token=6C5E197D0B64D934, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59827, Token=6C5E197D0B64D934, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R496] send response NON-2.05 MID=59827, Token=null, OptionSet={}, "server responds hi" 08:13:00.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496, complete]! 08:13:00.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R496, complete] completed NON-2.04 MID=59827, Token=6C5E197D0B64D934, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98! 08:13:00.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E532,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59827, Token=6C5E197D0B64D934, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98] 08:13:00.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59827] 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495, complete]! 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L495, complete] for token KeyToken[127.0.0.1:8240-6C5E197D0B64D934] 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L495, complete] for MID KeyMID[127.0.0.1:8240-59827] 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L495, complete] completed CON-POST MID= -1, Token=6C5E197D0B64D934, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59827, Token=6C5E197D0B64D934, OptionSet={"Object-Security":0x09AB}, acked 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E! 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L497] send request 08:13:00.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L497] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:13:00.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L497] added with generated mid KeyMID[127.0.0.1:8240-59828], CON-POST MID=59828, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:13:00.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L497] added with generated token KeyToken[127.0.0.1:8240-B0108E7FA9535777], CON-POST MID=59828, Token=B0108E7FA9535777, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:13:00.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59828], KeyToken[127.0.0.1:8240-B0108E7FA9535777]] 08:13:00.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E533,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59828, Token=B0108E7FA9535777, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7] 08:13:00.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59828] 08:13:00.168 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.168 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498] replace CON-POST MID=59828, Token=B0108E7FA9535777, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59828, Token=B0108E7FA9535777, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R498] send response NON-2.05 MID=59828, Token=null, OptionSet={}, "server responds hi" 08:13:00.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498, complete]! 08:13:00.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R498, complete] completed NON-2.04 MID=59828, Token=B0108E7FA9535777, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25! 08:13:00.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E534,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59828, Token=B0108E7FA9535777, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25] 08:13:00.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59828] 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497, complete]! 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L497, complete] for token KeyToken[127.0.0.1:8240-B0108E7FA9535777] 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L497, complete] for MID KeyMID[127.0.0.1:8240-59828] 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L497, complete] completed CON-POST MID= -1, Token=B0108E7FA9535777, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59828, Token=B0108E7FA9535777, OptionSet={"Object-Security":0x09AC}, acked 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7! 08:13:00.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L499] send request 08:13:00.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L499] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:13:00.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L499] added with generated mid KeyMID[127.0.0.1:8240-59829], CON-POST MID=59829, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:13:00.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L499] added with generated token KeyToken[127.0.0.1:8240-BC014E5BB49165FB], CON-POST MID=59829, Token=BC014E5BB49165FB, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:13:00.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59829], KeyToken[127.0.0.1:8240-BC014E5BB49165FB]] 08:13:00.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E535,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59829, Token=BC014E5BB49165FB, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82] 08:13:00.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59829] 08:13:00.171 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.171 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500] replace CON-POST MID=59829, Token=BC014E5BB49165FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59829, Token=BC014E5BB49165FB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R500] send response NON-2.05 MID=59829, Token=null, OptionSet={}, "server responds hi" 08:13:00.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500, complete]! 08:13:00.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R500, complete] completed NON-2.04 MID=59829, Token=BC014E5BB49165FB, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F! 08:13:00.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E536,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59829, Token=BC014E5BB49165FB, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F] 08:13:00.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59829] 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499, complete]! 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L499, complete] for token KeyToken[127.0.0.1:8240-BC014E5BB49165FB] 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L499, complete] for MID KeyMID[127.0.0.1:8240-59829] 08:13:00.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L499, complete] completed CON-POST MID= -1, Token=BC014E5BB49165FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59829, Token=BC014E5BB49165FB, OptionSet={"Object-Security":0x09AD}, acked 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82! 08:13:00.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L501] send request 08:13:00.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L501] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:13:00.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L501] added with generated mid KeyMID[127.0.0.1:8240-59830], CON-POST MID=59830, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:13:00.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L501] added with generated token KeyToken[127.0.0.1:8240-0860AA33D977A582], CON-POST MID=59830, Token=0860AA33D977A582, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:13:00.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59830], KeyToken[127.0.0.1:8240-0860AA33D977A582]] 08:13:00.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E537,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59830, Token=0860AA33D977A582, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42] 08:13:00.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59830] 08:13:00.174 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.174 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502] replace CON-POST MID=59830, Token=0860AA33D977A582, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59830, Token=0860AA33D977A582, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R502] send response NON-2.05 MID=59830, Token=null, OptionSet={}, "server responds hi" 08:13:00.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502, complete]! 08:13:00.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R502, complete] completed NON-2.04 MID=59830, Token=0860AA33D977A582, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D! 08:13:00.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E538,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59830, Token=0860AA33D977A582, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D] 08:13:00.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59830] 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501, complete]! 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L501, complete] for token KeyToken[127.0.0.1:8240-0860AA33D977A582] 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L501, complete] for MID KeyMID[127.0.0.1:8240-59830] 08:13:00.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L501, complete] completed CON-POST MID= -1, Token=0860AA33D977A582, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59830, Token=0860AA33D977A582, OptionSet={"Object-Security":0x09AE}, acked 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42! 08:13:00.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L503] send request 08:13:00.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L503] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:13:00.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L503] added with generated mid KeyMID[127.0.0.1:8240-59831], CON-POST MID=59831, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:13:00.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L503] added with generated token KeyToken[127.0.0.1:8240-F0AC5FD6972D1323], CON-POST MID=59831, Token=F0AC5FD6972D1323, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:13:00.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59831], KeyToken[127.0.0.1:8240-F0AC5FD6972D1323]] 08:13:00.176 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E539,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59831, Token=F0AC5FD6972D1323, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27] 08:13:00.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59831] 08:13:00.177 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.177 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504] replace CON-POST MID=59831, Token=F0AC5FD6972D1323, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59831, Token=F0AC5FD6972D1323, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R504] send response NON-2.05 MID=59831, Token=null, OptionSet={}, "server responds hi" 08:13:00.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504, complete]! 08:13:00.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R504, complete] completed NON-2.04 MID=59831, Token=F0AC5FD6972D1323, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41! 08:13:00.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E540,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59831, Token=F0AC5FD6972D1323, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41] 08:13:00.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59831] 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503, complete]! 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L503, complete] for token KeyToken[127.0.0.1:8240-F0AC5FD6972D1323] 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L503, complete] for MID KeyMID[127.0.0.1:8240-59831] 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L503, complete] completed CON-POST MID= -1, Token=F0AC5FD6972D1323, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59831, Token=F0AC5FD6972D1323, OptionSet={"Object-Security":0x09AF}, acked 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27! 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L505] send request 08:13:00.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L505] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:13:00.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L505] added with generated mid KeyMID[127.0.0.1:8240-59832], CON-POST MID=59832, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:13:00.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L505] added with generated token KeyToken[127.0.0.1:8240-24BD8987D26F9A36], CON-POST MID=59832, Token=24BD8987D26F9A36, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:13:00.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59832], KeyToken[127.0.0.1:8240-24BD8987D26F9A36]] 08:13:00.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E541,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59832, Token=24BD8987D26F9A36, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3] 08:13:00.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59832] 08:13:00.180 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.180 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506] replace CON-POST MID=59832, Token=24BD8987D26F9A36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59832, Token=24BD8987D26F9A36, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R506] send response NON-2.05 MID=59832, Token=null, OptionSet={}, "server responds hi" 08:13:00.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506, complete]! 08:13:00.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R506, complete] completed NON-2.04 MID=59832, Token=24BD8987D26F9A36, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8! 08:13:00.180 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E542,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59832, Token=24BD8987D26F9A36, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8] 08:13:00.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59832] 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505, complete]! 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L505, complete] for token KeyToken[127.0.0.1:8240-24BD8987D26F9A36] 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L505, complete] for MID KeyMID[127.0.0.1:8240-59832] 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L505, complete] completed CON-POST MID= -1, Token=24BD8987D26F9A36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59832, Token=24BD8987D26F9A36, OptionSet={"Object-Security":0x09B0}, acked 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3! 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L507] send request 08:13:00.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L507] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:13:00.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L507] added with generated mid KeyMID[127.0.0.1:8240-59833], CON-POST MID=59833, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:13:00.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L507] added with generated token KeyToken[127.0.0.1:8240-3C725072583F1ECA], CON-POST MID=59833, Token=3C725072583F1ECA, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:13:00.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59833], KeyToken[127.0.0.1:8240-3C725072583F1ECA]] 08:13:00.182 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E543,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59833, Token=3C725072583F1ECA, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81] 08:13:00.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59833] 08:13:00.183 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.183 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508] replace CON-POST MID=59833, Token=3C725072583F1ECA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59833, Token=3C725072583F1ECA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R508] send response NON-2.05 MID=59833, Token=null, OptionSet={}, "server responds hi" 08:13:00.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508, complete]! 08:13:00.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R508, complete] completed NON-2.04 MID=59833, Token=3C725072583F1ECA, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4! 08:13:00.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E544,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59833, Token=3C725072583F1ECA, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4] 08:13:00.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59833] 08:13:00.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507, complete]! 08:13:00.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L507, complete] for token KeyToken[127.0.0.1:8240-3C725072583F1ECA] 08:13:00.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L507, complete] for MID KeyMID[127.0.0.1:8240-59833] 08:13:00.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L507, complete] completed CON-POST MID= -1, Token=3C725072583F1ECA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59833, Token=3C725072583F1ECA, OptionSet={"Object-Security":0x09B1}, acked 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81! 08:13:00.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L509] send request 08:13:00.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L509] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:13:00.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L509] added with generated mid KeyMID[127.0.0.1:8240-59834], CON-POST MID=59834, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:13:00.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L509] added with generated token KeyToken[127.0.0.1:8240-D029BABB7DB12702], CON-POST MID=59834, Token=D029BABB7DB12702, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:13:00.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59834], KeyToken[127.0.0.1:8240-D029BABB7DB12702]] 08:13:00.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E545,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59834, Token=D029BABB7DB12702, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F] 08:13:00.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59834] 08:13:00.187 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.187 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510] replace CON-POST MID=59834, Token=D029BABB7DB12702, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59834, Token=D029BABB7DB12702, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R510] send response NON-2.05 MID=59834, Token=null, OptionSet={}, "server responds hi" 08:13:00.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510, complete]! 08:13:00.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R510, complete] completed NON-2.04 MID=59834, Token=D029BABB7DB12702, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70! 08:13:00.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E546,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59834, Token=D029BABB7DB12702, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70] 08:13:00.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59834] 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509, complete]! 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L509, complete] for token KeyToken[127.0.0.1:8240-D029BABB7DB12702] 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L509, complete] for MID KeyMID[127.0.0.1:8240-59834] 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L509, complete] completed CON-POST MID= -1, Token=D029BABB7DB12702, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59834, Token=D029BABB7DB12702, OptionSet={"Object-Security":0x09B2}, acked 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F! 08:13:00.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L511] send request 08:13:00.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L511] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:13:00.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L511] added with generated mid KeyMID[127.0.0.1:8240-59835], CON-POST MID=59835, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:13:00.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L511] added with generated token KeyToken[127.0.0.1:8240-50714524B966C5FD], CON-POST MID=59835, Token=50714524B966C5FD, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:13:00.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59835], KeyToken[127.0.0.1:8240-50714524B966C5FD]] 08:13:00.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E547,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59835, Token=50714524B966C5FD, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19] 08:13:00.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59835] 08:13:00.190 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.190 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512] replace CON-POST MID=59835, Token=50714524B966C5FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59835, Token=50714524B966C5FD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R512] send response NON-2.05 MID=59835, Token=null, OptionSet={}, "server responds hi" 08:13:00.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512, complete]! 08:13:00.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R512, complete] completed NON-2.04 MID=59835, Token=50714524B966C5FD, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7! 08:13:00.190 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E548,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59835, Token=50714524B966C5FD, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7] 08:13:00.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59835] 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511, complete]! 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L511, complete] for token KeyToken[127.0.0.1:8240-50714524B966C5FD] 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L511, complete] for MID KeyMID[127.0.0.1:8240-59835] 08:13:00.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L511, complete] completed CON-POST MID= -1, Token=50714524B966C5FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59835, Token=50714524B966C5FD, OptionSet={"Object-Security":0x09B3}, acked 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19! 08:13:00.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L513] send request 08:13:00.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L513] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:13:00.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L513] added with generated mid KeyMID[127.0.0.1:8240-59836], CON-POST MID=59836, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:13:00.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L513] added with generated token KeyToken[127.0.0.1:8240-9CC33C0EDA42FC98], CON-POST MID=59836, Token=9CC33C0EDA42FC98, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:13:00.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59836], KeyToken[127.0.0.1:8240-9CC33C0EDA42FC98]] 08:13:00.192 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E549,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59836, Token=9CC33C0EDA42FC98, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE] 08:13:00.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59836] 08:13:00.193 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.193 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514] replace CON-POST MID=59836, Token=9CC33C0EDA42FC98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59836, Token=9CC33C0EDA42FC98, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R514] send response NON-2.05 MID=59836, Token=null, OptionSet={}, "server responds hi" 08:13:00.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514, complete]! 08:13:00.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R514, complete] completed NON-2.04 MID=59836, Token=9CC33C0EDA42FC98, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD! 08:13:00.193 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E550,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59836, Token=9CC33C0EDA42FC98, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD] 08:13:00.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59836] 08:13:00.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513, complete]! 08:13:00.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L513, complete] for token KeyToken[127.0.0.1:8240-9CC33C0EDA42FC98] 08:13:00.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L513, complete] for MID KeyMID[127.0.0.1:8240-59836] 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L513, complete] completed CON-POST MID= -1, Token=9CC33C0EDA42FC98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59836, Token=9CC33C0EDA42FC98, OptionSet={"Object-Security":0x09B4}, acked 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE! 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L515] send request 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L515] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L515] added with generated mid KeyMID[127.0.0.1:8240-59837], CON-POST MID=59837, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L515] added with generated token KeyToken[127.0.0.1:8240-3C037652E70B3E66], CON-POST MID=59837, Token=3C037652E70B3E66, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:13:00.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59837], KeyToken[127.0.0.1:8240-3C037652E70B3E66]] 08:13:00.198 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E551,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59837, Token=3C037652E70B3E66, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8] 08:13:00.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59837] 08:13:00.198 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.198 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516] replace CON-POST MID=59837, Token=3C037652E70B3E66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59837, Token=3C037652E70B3E66, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R516] send response NON-2.05 MID=59837, Token=null, OptionSet={}, "server responds hi" 08:13:00.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516, complete]! 08:13:00.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R516, complete] completed NON-2.04 MID=59837, Token=3C037652E70B3E66, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA! 08:13:00.199 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.199 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E552,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59837, Token=3C037652E70B3E66, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA] 08:13:00.199 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59837] 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515, complete]! 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L515, complete] for token KeyToken[127.0.0.1:8240-3C037652E70B3E66] 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L515, complete] for MID KeyMID[127.0.0.1:8240-59837] 08:13:00.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L515, complete] completed CON-POST MID= -1, Token=3C037652E70B3E66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59837, Token=3C037652E70B3E66, OptionSet={"Object-Security":0x09B5}, acked 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8! 08:13:00.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L517] send request 08:13:00.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L517] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:13:00.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L517] added with generated mid KeyMID[127.0.0.1:8240-59838], CON-POST MID=59838, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:13:00.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L517] added with generated token KeyToken[127.0.0.1:8240-C031AFC6D37E6F2A], CON-POST MID=59838, Token=C031AFC6D37E6F2A, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:13:00.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59838], KeyToken[127.0.0.1:8240-C031AFC6D37E6F2A]] 08:13:00.201 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E553,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59838, Token=C031AFC6D37E6F2A, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3] 08:13:00.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59838] 08:13:00.201 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.201 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518] replace CON-POST MID=59838, Token=C031AFC6D37E6F2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59838, Token=C031AFC6D37E6F2A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R518] send response NON-2.05 MID=59838, Token=null, OptionSet={}, "server responds hi" 08:13:00.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518, complete]! 08:13:00.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R518, complete] completed NON-2.04 MID=59838, Token=C031AFC6D37E6F2A, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3! 08:13:00.202 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E554,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59838, Token=C031AFC6D37E6F2A, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3] 08:13:00.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59838] 08:13:00.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517, complete]! 08:13:00.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L517, complete] for token KeyToken[127.0.0.1:8240-C031AFC6D37E6F2A] 08:13:00.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L517, complete] for MID KeyMID[127.0.0.1:8240-59838] 08:13:00.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L517, complete] completed CON-POST MID= -1, Token=C031AFC6D37E6F2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59838, Token=C031AFC6D37E6F2A, OptionSet={"Object-Security":0x09B6}, acked 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3! 08:13:00.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L519] send request 08:13:00.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L519] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:13:00.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L519] added with generated mid KeyMID[127.0.0.1:8240-59839], CON-POST MID=59839, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:13:00.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L519] added with generated token KeyToken[127.0.0.1:8240-04CE33BB74B2BB86], CON-POST MID=59839, Token=04CE33BB74B2BB86, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:13:00.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59839], KeyToken[127.0.0.1:8240-04CE33BB74B2BB86]] 08:13:00.204 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.204 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E555,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59839, Token=04CE33BB74B2BB86, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7] 08:13:00.204 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59839] 08:13:00.205 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.205 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520] replace CON-POST MID=59839, Token=04CE33BB74B2BB86, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59839, Token=04CE33BB74B2BB86, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R520] send response NON-2.05 MID=59839, Token=null, OptionSet={}, "server responds hi" 08:13:00.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520, complete]! 08:13:00.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R520, complete] completed NON-2.04 MID=59839, Token=04CE33BB74B2BB86, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68! 08:13:00.206 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.206 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E556,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59839, Token=04CE33BB74B2BB86, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68] 08:13:00.206 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59839] 08:13:00.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519, complete]! 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L519, complete] for token KeyToken[127.0.0.1:8240-04CE33BB74B2BB86] 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L519, complete] for MID KeyMID[127.0.0.1:8240-59839] 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L519, complete] completed CON-POST MID= -1, Token=04CE33BB74B2BB86, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59839, Token=04CE33BB74B2BB86, OptionSet={"Object-Security":0x09B7}, acked BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7! 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L521] send request 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L521] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:13:00.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L521] added with generated mid KeyMID[127.0.0.1:8240-59840], CON-POST MID=59840, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:13:00.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L521] added with generated token KeyToken[127.0.0.1:8240-2CB8C792A7359DE8], CON-POST MID=59840, Token=2CB8C792A7359DE8, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:13:00.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59840], KeyToken[127.0.0.1:8240-2CB8C792A7359DE8]] 08:13:00.208 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E557,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59840, Token=2CB8C792A7359DE8, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8] 08:13:00.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59840] 08:13:00.208 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.208 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522] replace CON-POST MID=59840, Token=2CB8C792A7359DE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59840, Token=2CB8C792A7359DE8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R522] send response NON-2.05 MID=59840, Token=null, OptionSet={}, "server responds hi" 08:13:00.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522, complete]! 08:13:00.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R522, complete] completed NON-2.04 MID=59840, Token=2CB8C792A7359DE8, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD! 08:13:00.209 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.209 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E558,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59840, Token=2CB8C792A7359DE8, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD] 08:13:00.209 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59840] 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521, complete]! 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L521, complete] for token KeyToken[127.0.0.1:8240-2CB8C792A7359DE8] 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L521, complete] for MID KeyMID[127.0.0.1:8240-59840] 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L521, complete] completed CON-POST MID= -1, Token=2CB8C792A7359DE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59840, Token=2CB8C792A7359DE8, OptionSet={"Object-Security":0x09B8}, acked 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8! 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L523] send request 08:13:00.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L523] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:13:00.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L523] added with generated mid KeyMID[127.0.0.1:8240-59841], CON-POST MID=59841, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:13:00.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L523] added with generated token KeyToken[127.0.0.1:8240-5C3FB3753473BF0A], CON-POST MID=59841, Token=5C3FB3753473BF0A, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:13:00.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59841], KeyToken[127.0.0.1:8240-5C3FB3753473BF0A]] 08:13:00.211 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.211 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E559,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59841, Token=5C3FB3753473BF0A, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB] 08:13:00.211 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59841] 08:13:00.212 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.212 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524] replace CON-POST MID=59841, Token=5C3FB3753473BF0A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59841, Token=5C3FB3753473BF0A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R524] send response NON-2.05 MID=59841, Token=null, OptionSet={}, "server responds hi" 08:13:00.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524, complete]! 08:13:00.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R524, complete] completed NON-2.04 MID=59841, Token=5C3FB3753473BF0A, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6! 08:13:00.213 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.213 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E560,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59841, Token=5C3FB3753473BF0A, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6] 08:13:00.213 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59841] 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523, complete]! 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L523, complete] for token KeyToken[127.0.0.1:8240-5C3FB3753473BF0A] 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L523, complete] for MID KeyMID[127.0.0.1:8240-59841] 08:13:00.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L523, complete] completed CON-POST MID= -1, Token=5C3FB3753473BF0A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59841, Token=5C3FB3753473BF0A, OptionSet={"Object-Security":0x09B9}, acked 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB! 08:13:00.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L525] send request 08:13:00.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L525] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:13:00.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L525] added with generated mid KeyMID[127.0.0.1:8240-59842], CON-POST MID=59842, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:13:00.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L525] added with generated token KeyToken[127.0.0.1:8240-0C8DFEC81EA82EEF], CON-POST MID=59842, Token=0C8DFEC81EA82EEF, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:13:00.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59842], KeyToken[127.0.0.1:8240-0C8DFEC81EA82EEF]] 08:13:00.252 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E561,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59842, Token=0C8DFEC81EA82EEF, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2] 08:13:00.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59842] 08:13:00.252 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.252 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526] replace CON-POST MID=59842, Token=0C8DFEC81EA82EEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59842, Token=0C8DFEC81EA82EEF, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R526] send response NON-2.05 MID=59842, Token=null, OptionSet={}, "server responds hi" 08:13:00.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526, complete]! 08:13:00.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R526, complete] completed NON-2.04 MID=59842, Token=0C8DFEC81EA82EEF, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36! 08:13:00.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E562,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59842, Token=0C8DFEC81EA82EEF, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36] 08:13:00.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59842] 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525, complete]! 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L525, complete] for token KeyToken[127.0.0.1:8240-0C8DFEC81EA82EEF] 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L525, complete] for MID KeyMID[127.0.0.1:8240-59842] 08:13:00.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L525, complete] completed CON-POST MID= -1, Token=0C8DFEC81EA82EEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59842, Token=0C8DFEC81EA82EEF, OptionSet={"Object-Security":0x09BA}, acked 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2! 08:13:00.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L527] send request 08:13:00.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L527] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:13:00.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L527] added with generated mid KeyMID[127.0.0.1:8240-59843], CON-POST MID=59843, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:13:00.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L527] added with generated token KeyToken[127.0.0.1:8240-20FD01E879A44E95], CON-POST MID=59843, Token=20FD01E879A44E95, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:13:00.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59843], KeyToken[127.0.0.1:8240-20FD01E879A44E95]] 08:13:00.255 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E563,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59843, Token=20FD01E879A44E95, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1] 08:13:00.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59843] 08:13:00.256 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.256 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528] replace CON-POST MID=59843, Token=20FD01E879A44E95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59843, Token=20FD01E879A44E95, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R528] send response NON-2.05 MID=59843, Token=null, OptionSet={}, "server responds hi" 08:13:00.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528, complete]! 08:13:00.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R528, complete] completed NON-2.04 MID=59843, Token=20FD01E879A44E95, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60! 08:13:00.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E564,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59843, Token=20FD01E879A44E95, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60] 08:13:00.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59843] 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527, complete]! 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L527, complete] for token KeyToken[127.0.0.1:8240-20FD01E879A44E95] 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L527, complete] for MID KeyMID[127.0.0.1:8240-59843] 08:13:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L527, complete] completed CON-POST MID= -1, Token=20FD01E879A44E95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59843, Token=20FD01E879A44E95, OptionSet={"Object-Security":0x09BB}, acked 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1! 08:13:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L529] send request 08:13:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L529] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:13:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L529] added with generated mid KeyMID[127.0.0.1:8240-59844], CON-POST MID=59844, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:13:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L529] added with generated token KeyToken[127.0.0.1:8240-240DEFAD1F44892A], CON-POST MID=59844, Token=240DEFAD1F44892A, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:13:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59844], KeyToken[127.0.0.1:8240-240DEFAD1F44892A]] 08:13:00.259 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E565,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59844, Token=240DEFAD1F44892A, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63] 08:13:00.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59844] 08:13:00.259 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.259 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530] replace CON-POST MID=59844, Token=240DEFAD1F44892A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59844, Token=240DEFAD1F44892A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R530] send response NON-2.05 MID=59844, Token=null, OptionSet={}, "server responds hi" 08:13:00.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530, complete]! 08:13:00.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R530, complete] completed NON-2.04 MID=59844, Token=240DEFAD1F44892A, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27! 08:13:00.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E566,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59844, Token=240DEFAD1F44892A, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27] 08:13:00.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59844] 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529, complete]! 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L529, complete] for token KeyToken[127.0.0.1:8240-240DEFAD1F44892A] 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L529, complete] for MID KeyMID[127.0.0.1:8240-59844] 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L529, complete] completed CON-POST MID= -1, Token=240DEFAD1F44892A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59844, Token=240DEFAD1F44892A, OptionSet={"Object-Security":0x09BC}, acked 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63! 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L531] send request 08:13:00.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L531] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:13:00.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L531] added with generated mid KeyMID[127.0.0.1:8240-59845], CON-POST MID=59845, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:13:00.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L531] added with generated token KeyToken[127.0.0.1:8240-BC4E880012128384], CON-POST MID=59845, Token=BC4E880012128384, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:13:00.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59845], KeyToken[127.0.0.1:8240-BC4E880012128384]] 08:13:00.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E567,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59845, Token=BC4E880012128384, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7] 08:13:00.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59845] 08:13:00.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532] replace CON-POST MID=59845, Token=BC4E880012128384, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59845, Token=BC4E880012128384, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R532] send response NON-2.05 MID=59845, Token=null, OptionSet={}, "server responds hi" 08:13:00.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532, complete]! 08:13:00.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R532, complete] completed NON-2.04 MID=59845, Token=BC4E880012128384, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9! 08:13:00.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E568,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59845, Token=BC4E880012128384, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9] 08:13:00.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59845] 08:13:00.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531, complete]! 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L531, complete] for token KeyToken[127.0.0.1:8240-BC4E880012128384] 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L531, complete] for MID KeyMID[127.0.0.1:8240-59845] 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L531, complete] completed CON-POST MID= -1, Token=BC4E880012128384, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59845, Token=BC4E880012128384, OptionSet={"Object-Security":0x09BD}, acked 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7! 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L533] send request 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L533] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:13:00.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L533] added with generated mid KeyMID[127.0.0.1:8240-59846], CON-POST MID=59846, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:13:00.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L533] added with generated token KeyToken[127.0.0.1:8240-6C923E3B3225B356], CON-POST MID=59846, Token=6C923E3B3225B356, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:13:00.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59846], KeyToken[127.0.0.1:8240-6C923E3B3225B356]] 08:13:00.266 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E569,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59846, Token=6C923E3B3225B356, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4] 08:13:00.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59846] 08:13:00.266 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.266 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534] replace CON-POST MID=59846, Token=6C923E3B3225B356, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59846, Token=6C923E3B3225B356, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R534] send response NON-2.05 MID=59846, Token=null, OptionSet={}, "server responds hi" 08:13:00.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534, complete]! 08:13:00.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R534, complete] completed NON-2.04 MID=59846, Token=6C923E3B3225B356, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0! 08:13:00.267 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E570,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59846, Token=6C923E3B3225B356, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0] 08:13:00.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59846] 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533, complete]! 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L533, complete] for token KeyToken[127.0.0.1:8240-6C923E3B3225B356] 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L533, complete] for MID KeyMID[127.0.0.1:8240-59846] 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L533, complete] completed CON-POST MID= -1, Token=6C923E3B3225B356, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59846, Token=6C923E3B3225B356, OptionSet={"Object-Security":0x09BE}, acked 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4! 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L535] send request 08:13:00.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L535] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:13:00.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L535] added with generated mid KeyMID[127.0.0.1:8240-59847], CON-POST MID=59847, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:13:00.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L535] added with generated token KeyToken[127.0.0.1:8240-7058BD1E6F5835B1], CON-POST MID=59847, Token=7058BD1E6F5835B1, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:13:00.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59847], KeyToken[127.0.0.1:8240-7058BD1E6F5835B1]] 08:13:00.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E571,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59847, Token=7058BD1E6F5835B1, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39] 08:13:00.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59847] 08:13:00.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536] replace CON-POST MID=59847, Token=7058BD1E6F5835B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59847, Token=7058BD1E6F5835B1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R536] send response NON-2.05 MID=59847, Token=null, OptionSet={}, "server responds hi" 08:13:00.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536, complete]! 08:13:00.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R536, complete] completed NON-2.04 MID=59847, Token=7058BD1E6F5835B1, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E! 08:13:00.270 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E572,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59847, Token=7058BD1E6F5835B1, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E] 08:13:00.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59847] 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535, complete]! 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L535, complete] for token KeyToken[127.0.0.1:8240-7058BD1E6F5835B1] 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L535, complete] for MID KeyMID[127.0.0.1:8240-59847] 08:13:00.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L535, complete] completed CON-POST MID= -1, Token=7058BD1E6F5835B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59847, Token=7058BD1E6F5835B1, OptionSet={"Object-Security":0x09BF}, acked 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39! 08:13:00.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L537] send request 08:13:00.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L537] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:13:00.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L537] added with generated mid KeyMID[127.0.0.1:8240-59848], CON-POST MID=59848, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:13:00.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L537] added with generated token KeyToken[127.0.0.1:8240-BCB082CB6C2DDBCD], CON-POST MID=59848, Token=BCB082CB6C2DDBCD, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:13:00.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59848], KeyToken[127.0.0.1:8240-BCB082CB6C2DDBCD]] 08:13:00.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E573,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59848, Token=BCB082CB6C2DDBCD, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF] 08:13:00.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59848] 08:13:00.273 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.273 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538] replace CON-POST MID=59848, Token=BCB082CB6C2DDBCD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59848, Token=BCB082CB6C2DDBCD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R538] send response NON-2.05 MID=59848, Token=null, OptionSet={}, "server responds hi" 08:13:00.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538, complete]! 08:13:00.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R538, complete] completed NON-2.04 MID=59848, Token=BCB082CB6C2DDBCD, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21! 08:13:00.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E574,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59848, Token=BCB082CB6C2DDBCD, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21] 08:13:00.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59848] 08:13:00.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537, complete]! 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L537, complete] for token KeyToken[127.0.0.1:8240-BCB082CB6C2DDBCD] 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L537, complete] for MID KeyMID[127.0.0.1:8240-59848] 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L537, complete] completed CON-POST MID= -1, Token=BCB082CB6C2DDBCD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59848, Token=BCB082CB6C2DDBCD, OptionSet={"Object-Security":0x09C0}, acked A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF! 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L539] send request 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L539] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:13:00.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L539] added with generated mid KeyMID[127.0.0.1:8240-59849], CON-POST MID=59849, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:13:00.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L539] added with generated token KeyToken[127.0.0.1:8240-146877D8B28ABA4C], CON-POST MID=59849, Token=146877D8B28ABA4C, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:13:00.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59849], KeyToken[127.0.0.1:8240-146877D8B28ABA4C]] 08:13:00.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E575,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59849, Token=146877D8B28ABA4C, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34] 08:13:00.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59849] 08:13:00.276 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.276 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540] replace CON-POST MID=59849, Token=146877D8B28ABA4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59849, Token=146877D8B28ABA4C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R540] send response NON-2.05 MID=59849, Token=null, OptionSet={}, "server responds hi" 08:13:00.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540, complete]! 08:13:00.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R540, complete] completed NON-2.04 MID=59849, Token=146877D8B28ABA4C, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E! 08:13:00.277 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E576,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59849, Token=146877D8B28ABA4C, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E] 08:13:00.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59849] 08:13:00.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539, complete]! 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L539, complete] for token KeyToken[127.0.0.1:8240-146877D8B28ABA4C] 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L539, complete] for MID KeyMID[127.0.0.1:8240-59849] 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L539, complete] completed CON-POST MID= -1, Token=146877D8B28ABA4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59849, Token=146877D8B28ABA4C, OptionSet={"Object-Security":0x09C1}, acked 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34! 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L541] send request 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L541] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:13:00.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L541] added with generated mid KeyMID[127.0.0.1:8240-59850], CON-POST MID=59850, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:13:00.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L541] added with generated token KeyToken[127.0.0.1:8240-0C6D393AE2CCC64A], CON-POST MID=59850, Token=0C6D393AE2CCC64A, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:13:00.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59850], KeyToken[127.0.0.1:8240-0C6D393AE2CCC64A]] 08:13:00.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E577,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59850, Token=0C6D393AE2CCC64A, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B] 08:13:00.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59850] 08:13:00.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542] replace CON-POST MID=59850, Token=0C6D393AE2CCC64A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59850, Token=0C6D393AE2CCC64A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R542] send response NON-2.05 MID=59850, Token=null, OptionSet={}, "server responds hi" 08:13:00.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542, complete]! 08:13:00.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R542, complete] completed NON-2.04 MID=59850, Token=0C6D393AE2CCC64A, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C! 08:13:00.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E578,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59850, Token=0C6D393AE2CCC64A, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C] 08:13:00.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59850] 08:13:00.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541, complete]! 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L541, complete] for token KeyToken[127.0.0.1:8240-0C6D393AE2CCC64A] 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L541, complete] for MID KeyMID[127.0.0.1:8240-59850] 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L541, complete] completed CON-POST MID= -1, Token=0C6D393AE2CCC64A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59850, Token=0C6D393AE2CCC64A, OptionSet={"Object-Security":0x09C2}, acked BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B! 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L543] send request 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L543] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:13:00.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L543] added with generated mid KeyMID[127.0.0.1:8240-59851], CON-POST MID=59851, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:13:00.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L543] added with generated token KeyToken[127.0.0.1:8240-4CC4B9092E38E892], CON-POST MID=59851, Token=4CC4B9092E38E892, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:13:00.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59851], KeyToken[127.0.0.1:8240-4CC4B9092E38E892]] 08:13:00.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E579,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59851, Token=4CC4B9092E38E892, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A] 08:13:00.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59851] 08:13:00.282 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.282 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544] replace CON-POST MID=59851, Token=4CC4B9092E38E892, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59851, Token=4CC4B9092E38E892, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R544] send response NON-2.05 MID=59851, Token=null, OptionSet={}, "server responds hi" 08:13:00.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544, complete]! 08:13:00.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R544, complete] completed NON-2.04 MID=59851, Token=4CC4B9092E38E892, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6! 08:13:00.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E580,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59851, Token=4CC4B9092E38E892, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6] 08:13:00.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59851] 08:13:00.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543, complete]! 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L543, complete] for token KeyToken[127.0.0.1:8240-4CC4B9092E38E892] 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L543, complete] for MID KeyMID[127.0.0.1:8240-59851] 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L543, complete] completed CON-POST MID= -1, Token=4CC4B9092E38E892, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59851, Token=4CC4B9092E38E892, OptionSet={"Object-Security":0x09C3}, acked 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A! 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L545] send request 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L545] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:13:00.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L545] added with generated mid KeyMID[127.0.0.1:8240-59852], CON-POST MID=59852, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:13:00.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L545] added with generated token KeyToken[127.0.0.1:8240-7465AC9927981007], CON-POST MID=59852, Token=7465AC9927981007, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:13:00.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59852], KeyToken[127.0.0.1:8240-7465AC9927981007]] 08:13:00.285 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.285 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E581,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59852, Token=7465AC9927981007, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37] 08:13:00.285 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59852] 08:13:00.285 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.285 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546] replace CON-POST MID=59852, Token=7465AC9927981007, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59852, Token=7465AC9927981007, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R546] send response NON-2.05 MID=59852, Token=null, OptionSet={}, "server responds hi" 08:13:00.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546, complete]! 08:13:00.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R546, complete] completed NON-2.04 MID=59852, Token=7465AC9927981007, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57! 08:13:00.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E582,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59852, Token=7465AC9927981007, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57] 08:13:00.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59852] 08:13:00.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545, complete]! 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L545, complete] for token KeyToken[127.0.0.1:8240-7465AC9927981007] 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L545, complete] for MID KeyMID[127.0.0.1:8240-59852] 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L545, complete] completed CON-POST MID= -1, Token=7465AC9927981007, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59852, Token=7465AC9927981007, OptionSet={"Object-Security":0x09C4}, acked 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37! 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L547] send request 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L547] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:13:00.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L547] added with generated mid KeyMID[127.0.0.1:8240-59853], CON-POST MID=59853, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:13:00.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L547] added with generated token KeyToken[127.0.0.1:8240-E47ECA3785B26A2C], CON-POST MID=59853, Token=E47ECA3785B26A2C, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:13:00.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59853], KeyToken[127.0.0.1:8240-E47ECA3785B26A2C]] 08:13:00.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E583,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59853, Token=E47ECA3785B26A2C, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A] 08:13:00.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59853] 08:13:00.288 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.288 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548] replace CON-POST MID=59853, Token=E47ECA3785B26A2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59853, Token=E47ECA3785B26A2C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R548] send response NON-2.05 MID=59853, Token=null, OptionSet={}, "server responds hi" 08:13:00.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548, complete]! 08:13:00.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R548, complete] completed NON-2.04 MID=59853, Token=E47ECA3785B26A2C, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5! 08:13:00.289 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E584,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59853, Token=E47ECA3785B26A2C, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5] 08:13:00.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59853] 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547, complete]! 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L547, complete] for token KeyToken[127.0.0.1:8240-E47ECA3785B26A2C] 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L547, complete] for MID KeyMID[127.0.0.1:8240-59853] 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L547, complete] completed CON-POST MID= -1, Token=E47ECA3785B26A2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59853, Token=E47ECA3785B26A2C, OptionSet={"Object-Security":0x09C5}, acked 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A! 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L549] send request 08:13:00.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L549] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:13:00.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L549] added with generated mid KeyMID[127.0.0.1:8240-59854], CON-POST MID=59854, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:13:00.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L549] added with generated token KeyToken[127.0.0.1:8240-DCF4EDE0E44DC8FB], CON-POST MID=59854, Token=DCF4EDE0E44DC8FB, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:13:00.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59854], KeyToken[127.0.0.1:8240-DCF4EDE0E44DC8FB]] 08:13:00.291 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E585,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59854, Token=DCF4EDE0E44DC8FB, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA] 08:13:00.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59854] 08:13:00.291 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.292 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550] replace CON-POST MID=59854, Token=DCF4EDE0E44DC8FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59854, Token=DCF4EDE0E44DC8FB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R550] send response NON-2.05 MID=59854, Token=null, OptionSet={}, "server responds hi" 08:13:00.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550, complete]! 08:13:00.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R550, complete] completed NON-2.04 MID=59854, Token=DCF4EDE0E44DC8FB, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12! 08:13:00.292 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E586,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59854, Token=DCF4EDE0E44DC8FB, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12] 08:13:00.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59854] 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549, complete]! 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L549, complete] for token KeyToken[127.0.0.1:8240-DCF4EDE0E44DC8FB] 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L549, complete] for MID KeyMID[127.0.0.1:8240-59854] 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L549, complete] completed CON-POST MID= -1, Token=DCF4EDE0E44DC8FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59854, Token=DCF4EDE0E44DC8FB, OptionSet={"Object-Security":0x09C6}, acked 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA! 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L551] send request 08:13:00.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L551] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:13:00.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L551] added with generated mid KeyMID[127.0.0.1:8240-59855], CON-POST MID=59855, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:13:00.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L551] added with generated token KeyToken[127.0.0.1:8240-4C08694E502B6053], CON-POST MID=59855, Token=4C08694E502B6053, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:13:00.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59855], KeyToken[127.0.0.1:8240-4C08694E502B6053]] 08:13:00.294 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E587,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59855, Token=4C08694E502B6053, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02] 08:13:00.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59855] 08:13:00.295 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.295 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552] replace CON-POST MID=59855, Token=4C08694E502B6053, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59855, Token=4C08694E502B6053, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R552] send response NON-2.05 MID=59855, Token=null, OptionSet={}, "server responds hi" 08:13:00.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552, complete]! 08:13:00.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R552, complete] completed NON-2.04 MID=59855, Token=4C08694E502B6053, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC! 08:13:00.352 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E588,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59855, Token=4C08694E502B6053, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC] 08:13:00.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59855] 08:13:00.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551, complete]! 08:13:00.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L551, complete] for token KeyToken[127.0.0.1:8240-4C08694E502B6053] 08:13:00.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L551, complete] for MID KeyMID[127.0.0.1:8240-59855] 08:13:00.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L551, complete] completed CON-POST MID= -1, Token=4C08694E502B6053, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59855, Token=4C08694E502B6053, OptionSet={"Object-Security":0x09C7}, acked 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02! 08:13:00.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L553] send request 08:13:00.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L553] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:13:00.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L553] added with generated mid KeyMID[127.0.0.1:8240-59856], CON-POST MID=59856, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:13:00.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L553] added with generated token KeyToken[127.0.0.1:8240-F86D2B46F3B27FA4], CON-POST MID=59856, Token=F86D2B46F3B27FA4, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:13:00.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59856], KeyToken[127.0.0.1:8240-F86D2B46F3B27FA4]] 08:13:00.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E589,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59856, Token=F86D2B46F3B27FA4, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C] 08:13:00.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59856] 08:13:00.354 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.354 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554] replace CON-POST MID=59856, Token=F86D2B46F3B27FA4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59856, Token=F86D2B46F3B27FA4, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R554] send response NON-2.05 MID=59856, Token=null, OptionSet={}, "server responds hi" 08:13:00.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554, complete]! 08:13:00.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R554, complete] completed NON-2.04 MID=59856, Token=F86D2B46F3B27FA4, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4! 08:13:00.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E590,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59856, Token=F86D2B46F3B27FA4, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4] 08:13:00.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59856] 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553, complete]! 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L553, complete] for token KeyToken[127.0.0.1:8240-F86D2B46F3B27FA4] 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L553, complete] for MID KeyMID[127.0.0.1:8240-59856] 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L553, complete] completed CON-POST MID= -1, Token=F86D2B46F3B27FA4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59856, Token=F86D2B46F3B27FA4, OptionSet={"Object-Security":0x09C8}, acked 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C! 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L555] send request 08:13:00.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L555] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:13:00.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L555] added with generated mid KeyMID[127.0.0.1:8240-59857], CON-POST MID=59857, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:13:00.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L555] added with generated token KeyToken[127.0.0.1:8240-180960A1422B707B], CON-POST MID=59857, Token=180960A1422B707B, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:13:00.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59857], KeyToken[127.0.0.1:8240-180960A1422B707B]] 08:13:00.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E591,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59857, Token=180960A1422B707B, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB] 08:13:00.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59857] 08:13:00.358 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.358 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556] replace CON-POST MID=59857, Token=180960A1422B707B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59857, Token=180960A1422B707B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R556] send response NON-2.05 MID=59857, Token=null, OptionSet={}, "server responds hi" 08:13:00.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556, complete]! 08:13:00.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R556, complete] completed NON-2.04 MID=59857, Token=180960A1422B707B, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47! 08:13:00.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E592,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59857, Token=180960A1422B707B, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47] 08:13:00.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59857] 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555, complete]! 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L555, complete] for token KeyToken[127.0.0.1:8240-180960A1422B707B] 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L555, complete] for MID KeyMID[127.0.0.1:8240-59857] 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L555, complete] completed CON-POST MID= -1, Token=180960A1422B707B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59857, Token=180960A1422B707B, OptionSet={"Object-Security":0x09C9}, acked 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB! 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L557] send request 08:13:00.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L557] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:13:00.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L557] added with generated mid KeyMID[127.0.0.1:8240-59858], CON-POST MID=59858, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:13:00.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L557] added with generated token KeyToken[127.0.0.1:8240-9040018A1656C589], CON-POST MID=59858, Token=9040018A1656C589, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:13:00.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59858], KeyToken[127.0.0.1:8240-9040018A1656C589]] 08:13:00.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E593,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59858, Token=9040018A1656C589, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE] 08:13:00.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59858] 08:13:00.361 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.361 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558] replace CON-POST MID=59858, Token=9040018A1656C589, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59858, Token=9040018A1656C589, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R558] send response NON-2.05 MID=59858, Token=null, OptionSet={}, "server responds hi" 08:13:00.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558, complete]! 08:13:00.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R558, complete] completed NON-2.04 MID=59858, Token=9040018A1656C589, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79! 08:13:00.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E594,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59858, Token=9040018A1656C589, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79] 08:13:00.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59858] 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557, complete]! 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L557, complete] for token KeyToken[127.0.0.1:8240-9040018A1656C589] 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L557, complete] for MID KeyMID[127.0.0.1:8240-59858] 08:13:00.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L557, complete] completed CON-POST MID= -1, Token=9040018A1656C589, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59858, Token=9040018A1656C589, OptionSet={"Object-Security":0x09CA}, acked 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE! 08:13:00.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L559] send request 08:13:00.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L559] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:13:00.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L559] added with generated mid KeyMID[127.0.0.1:8240-59859], CON-POST MID=59859, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:13:00.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L559] added with generated token KeyToken[127.0.0.1:8240-8CF26F92B66DAA9C], CON-POST MID=59859, Token=8CF26F92B66DAA9C, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:13:00.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59859], KeyToken[127.0.0.1:8240-8CF26F92B66DAA9C]] 08:13:00.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E595,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59859, Token=8CF26F92B66DAA9C, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD] 08:13:00.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59859] 08:13:00.364 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.364 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560] replace CON-POST MID=59859, Token=8CF26F92B66DAA9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59859, Token=8CF26F92B66DAA9C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R560] send response NON-2.05 MID=59859, Token=null, OptionSet={}, "server responds hi" 08:13:00.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560, complete]! 08:13:00.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R560, complete] completed NON-2.04 MID=59859, Token=8CF26F92B66DAA9C, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0! 08:13:00.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E596,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59859, Token=8CF26F92B66DAA9C, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0] 08:13:00.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59859] 08:13:00.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559, complete]! 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L559, complete] for token KeyToken[127.0.0.1:8240-8CF26F92B66DAA9C] 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L559, complete] for MID KeyMID[127.0.0.1:8240-59859] 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L559, complete] completed CON-POST MID= -1, Token=8CF26F92B66DAA9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59859, Token=8CF26F92B66DAA9C, OptionSet={"Object-Security":0x09CB}, acked 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD! 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L561] send request 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L561] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:13:00.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L561] added with generated mid KeyMID[127.0.0.1:8240-59860], CON-POST MID=59860, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:13:00.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L561] added with generated token KeyToken[127.0.0.1:8240-20081A8BCDAAAF42], CON-POST MID=59860, Token=20081A8BCDAAAF42, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:13:00.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59860], KeyToken[127.0.0.1:8240-20081A8BCDAAAF42]] 08:13:00.367 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E597,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59860, Token=20081A8BCDAAAF42, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC] 08:13:00.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59860] 08:13:00.367 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.367 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562] replace CON-POST MID=59860, Token=20081A8BCDAAAF42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59860, Token=20081A8BCDAAAF42, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R562] send response NON-2.05 MID=59860, Token=null, OptionSet={}, "server responds hi" 08:13:00.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562, complete]! 08:13:00.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R562, complete] completed NON-2.04 MID=59860, Token=20081A8BCDAAAF42, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD! 08:13:00.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E598,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59860, Token=20081A8BCDAAAF42, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD] 08:13:00.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59860] 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561, complete]! 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L561, complete] for token KeyToken[127.0.0.1:8240-20081A8BCDAAAF42] 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L561, complete] for MID KeyMID[127.0.0.1:8240-59860] 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L561, complete] completed CON-POST MID= -1, Token=20081A8BCDAAAF42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59860, Token=20081A8BCDAAAF42, OptionSet={"Object-Security":0x09CC}, acked C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC! 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L563] send request 08:13:00.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L563] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:13:00.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L563] added with generated mid KeyMID[127.0.0.1:8240-59861], CON-POST MID=59861, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:13:00.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L563] added with generated token KeyToken[127.0.0.1:8240-A43CC0BC659C821C], CON-POST MID=59861, Token=A43CC0BC659C821C, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:13:00.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59861], KeyToken[127.0.0.1:8240-A43CC0BC659C821C]] 08:13:00.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E599,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59861, Token=A43CC0BC659C821C, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40] 08:13:00.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59861] 08:13:00.370 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.370 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564] replace CON-POST MID=59861, Token=A43CC0BC659C821C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59861, Token=A43CC0BC659C821C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R564] send response NON-2.05 MID=59861, Token=null, OptionSet={}, "server responds hi" 08:13:00.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564, complete]! 08:13:00.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R564, complete] completed NON-2.04 MID=59861, Token=A43CC0BC659C821C, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F! 08:13:00.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E600,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59861, Token=A43CC0BC659C821C, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F] 08:13:00.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59861] 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563, complete]! 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L563, complete] for token KeyToken[127.0.0.1:8240-A43CC0BC659C821C] 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L563, complete] for MID KeyMID[127.0.0.1:8240-59861] 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L563, complete] completed CON-POST MID= -1, Token=A43CC0BC659C821C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59861, Token=A43CC0BC659C821C, OptionSet={"Object-Security":0x09CD}, acked 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40! 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L565] send request 08:13:00.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L565] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:13:00.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L565] added with generated mid KeyMID[127.0.0.1:8240-59862], CON-POST MID=59862, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:13:00.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L565] added with generated token KeyToken[127.0.0.1:8240-402894EADE926C92], CON-POST MID=59862, Token=402894EADE926C92, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:13:00.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59862], KeyToken[127.0.0.1:8240-402894EADE926C92]] 08:13:00.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E601,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59862, Token=402894EADE926C92, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48] 08:13:00.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59862] 08:13:00.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566] replace CON-POST MID=59862, Token=402894EADE926C92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59862, Token=402894EADE926C92, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R566] send response NON-2.05 MID=59862, Token=null, OptionSet={}, "server responds hi" 08:13:00.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566, complete]! 08:13:00.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R566, complete] completed NON-2.04 MID=59862, Token=402894EADE926C92, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46! 08:13:00.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E602,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59862, Token=402894EADE926C92, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46] 08:13:00.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59862] 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565, complete]! 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L565, complete] for token KeyToken[127.0.0.1:8240-402894EADE926C92] 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L565, complete] for MID KeyMID[127.0.0.1:8240-59862] 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L565, complete] completed CON-POST MID= -1, Token=402894EADE926C92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59862, Token=402894EADE926C92, OptionSet={"Object-Security":0x09CE}, acked 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48! 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L567] send request 08:13:00.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L567] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:13:00.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L567] added with generated mid KeyMID[127.0.0.1:8240-59863], CON-POST MID=59863, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:13:00.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L567] added with generated token KeyToken[127.0.0.1:8240-58CB4254335C2979], CON-POST MID=59863, Token=58CB4254335C2979, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:13:00.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59863], KeyToken[127.0.0.1:8240-58CB4254335C2979]] 08:13:00.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E603,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59863, Token=58CB4254335C2979, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5] 08:13:00.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59863] 08:13:00.377 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.377 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568] replace CON-POST MID=59863, Token=58CB4254335C2979, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59863, Token=58CB4254335C2979, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R568] send response NON-2.05 MID=59863, Token=null, OptionSet={}, "server responds hi" 08:13:00.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568, complete]! 08:13:00.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R568, complete] completed NON-2.04 MID=59863, Token=58CB4254335C2979, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71! 08:13:00.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E604,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59863, Token=58CB4254335C2979, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71] 08:13:00.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59863] 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567, complete]! 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L567, complete] for token KeyToken[127.0.0.1:8240-58CB4254335C2979] 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L567, complete] for MID KeyMID[127.0.0.1:8240-59863] 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L567, complete] completed CON-POST MID= -1, Token=58CB4254335C2979, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59863, Token=58CB4254335C2979, OptionSet={"Object-Security":0x09CF}, acked 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5! 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L569] send request 08:13:00.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L569] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:13:00.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L569] added with generated mid KeyMID[127.0.0.1:8240-59864], CON-POST MID=59864, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:13:00.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L569] added with generated token KeyToken[127.0.0.1:8240-4C32DCF8EE53C499], CON-POST MID=59864, Token=4C32DCF8EE53C499, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:13:00.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59864], KeyToken[127.0.0.1:8240-4C32DCF8EE53C499]] 08:13:00.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E605,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59864, Token=4C32DCF8EE53C499, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5] 08:13:00.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59864] 08:13:00.380 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.380 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570] replace CON-POST MID=59864, Token=4C32DCF8EE53C499, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59864, Token=4C32DCF8EE53C499, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R570] send response NON-2.05 MID=59864, Token=null, OptionSet={}, "server responds hi" 08:13:00.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570, complete]! 08:13:00.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R570, complete] completed NON-2.04 MID=59864, Token=4C32DCF8EE53C499, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8! 08:13:00.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E606,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59864, Token=4C32DCF8EE53C499, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8] 08:13:00.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59864] 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569, complete]! 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L569, complete] for token KeyToken[127.0.0.1:8240-4C32DCF8EE53C499] 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L569, complete] for MID KeyMID[127.0.0.1:8240-59864] 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L569, complete] completed CON-POST MID= -1, Token=4C32DCF8EE53C499, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59864, Token=4C32DCF8EE53C499, OptionSet={"Object-Security":0x09D0}, acked 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5! 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L571] send request 08:13:00.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L571] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:13:00.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L571] added with generated mid KeyMID[127.0.0.1:8240-59865], CON-POST MID=59865, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:13:00.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L571] added with generated token KeyToken[127.0.0.1:8240-1440AF55FF89762A], CON-POST MID=59865, Token=1440AF55FF89762A, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:13:00.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59865], KeyToken[127.0.0.1:8240-1440AF55FF89762A]] 08:13:00.382 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E607,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59865, Token=1440AF55FF89762A, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16] 08:13:00.383 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59865] 08:13:00.383 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.383 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572] replace CON-POST MID=59865, Token=1440AF55FF89762A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59865, Token=1440AF55FF89762A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R572] send response NON-2.05 MID=59865, Token=null, OptionSet={}, "server responds hi" 08:13:00.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572, complete]! 08:13:00.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R572, complete] completed NON-2.04 MID=59865, Token=1440AF55FF89762A, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9! 08:13:00.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E608,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59865, Token=1440AF55FF89762A, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9] 08:13:00.384 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59865] 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571, complete]! 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L571, complete] for token KeyToken[127.0.0.1:8240-1440AF55FF89762A] 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L571, complete] for MID KeyMID[127.0.0.1:8240-59865] 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L571, complete] completed CON-POST MID= -1, Token=1440AF55FF89762A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59865, Token=1440AF55FF89762A, OptionSet={"Object-Security":0x09D1}, acked BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16! 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L573] send request 08:13:00.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L573] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:13:00.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L573] added with generated mid KeyMID[127.0.0.1:8240-59866], CON-POST MID=59866, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:13:00.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L573] added with generated token KeyToken[127.0.0.1:8240-645C329EFFCCBB1E], CON-POST MID=59866, Token=645C329EFFCCBB1E, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:13:00.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59866], KeyToken[127.0.0.1:8240-645C329EFFCCBB1E]] 08:13:00.385 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E609,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59866, Token=645C329EFFCCBB1E, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1] 08:13:00.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59866] 08:13:00.386 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.386 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574] replace CON-POST MID=59866, Token=645C329EFFCCBB1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59866, Token=645C329EFFCCBB1E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R574] send response NON-2.05 MID=59866, Token=null, OptionSet={}, "server responds hi" 08:13:00.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574, complete]! 08:13:00.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R574, complete] completed NON-2.04 MID=59866, Token=645C329EFFCCBB1E, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9! 08:13:00.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E610,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59866, Token=645C329EFFCCBB1E, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9] 08:13:00.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59866] 08:13:00.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573, complete]! 08:13:00.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L573, complete] for token KeyToken[127.0.0.1:8240-645C329EFFCCBB1E] 08:13:00.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L573, complete] for MID KeyMID[127.0.0.1:8240-59866] 08:13:00.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L573, complete] completed CON-POST MID= -1, Token=645C329EFFCCBB1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59866, Token=645C329EFFCCBB1E, OptionSet={"Object-Security":0x09D2}, acked 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1! 08:13:00.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L575] send request 08:13:00.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L575] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:13:00.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L575] added with generated mid KeyMID[127.0.0.1:8240-59867], CON-POST MID=59867, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:13:00.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L575] added with generated token KeyToken[127.0.0.1:8240-4405795375F6EE8B], CON-POST MID=59867, Token=4405795375F6EE8B, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:13:00.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59867], KeyToken[127.0.0.1:8240-4405795375F6EE8B]] 08:13:00.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E611,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59867, Token=4405795375F6EE8B, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67] 08:13:00.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59867] 08:13:00.455 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.455 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576] replace CON-POST MID=59867, Token=4405795375F6EE8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59867, Token=4405795375F6EE8B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R576] send response NON-2.05 MID=59867, Token=null, OptionSet={}, "server responds hi" 08:13:00.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576, complete]! 08:13:00.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R576, complete] completed NON-2.04 MID=59867, Token=4405795375F6EE8B, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8! 08:13:00.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E612,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59867, Token=4405795375F6EE8B, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8] 08:13:00.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59867] 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575, complete]! 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L575, complete] for token KeyToken[127.0.0.1:8240-4405795375F6EE8B] 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L575, complete] for MID KeyMID[127.0.0.1:8240-59867] 08:13:00.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L575, complete] completed CON-POST MID= -1, Token=4405795375F6EE8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59867, Token=4405795375F6EE8B, OptionSet={"Object-Security":0x09D3}, acked 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67! 08:13:00.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L577] send request 08:13:00.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L577] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:13:00.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L577] added with generated mid KeyMID[127.0.0.1:8240-59868], CON-POST MID=59868, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:13:00.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L577] added with generated token KeyToken[127.0.0.1:8240-1CF44165677E3673], CON-POST MID=59868, Token=1CF44165677E3673, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:13:00.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59868], KeyToken[127.0.0.1:8240-1CF44165677E3673]] 08:13:00.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E613,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59868, Token=1CF44165677E3673, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89] 08:13:00.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59868] 08:13:00.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578] replace CON-POST MID=59868, Token=1CF44165677E3673, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59868, Token=1CF44165677E3673, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R578] send response NON-2.05 MID=59868, Token=null, OptionSet={}, "server responds hi" 08:13:00.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578, complete]! 08:13:00.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R578, complete] completed NON-2.04 MID=59868, Token=1CF44165677E3673, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05! 08:13:00.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E614,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59868, Token=1CF44165677E3673, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05] 08:13:00.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59868] 08:13:00.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577, complete]! 08:13:00.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L577, complete] for token KeyToken[127.0.0.1:8240-1CF44165677E3673] 08:13:00.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L577, complete] for MID KeyMID[127.0.0.1:8240-59868] 08:13:00.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L577, complete] completed CON-POST MID= -1, Token=1CF44165677E3673, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59868, Token=1CF44165677E3673, OptionSet={"Object-Security":0x09D4}, acked 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89! 08:13:00.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L579] send request 08:13:00.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L579] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:13:00.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L579] added with generated mid KeyMID[127.0.0.1:8240-59869], CON-POST MID=59869, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:13:00.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L579] added with generated token KeyToken[127.0.0.1:8240-F88AF6D641330895], CON-POST MID=59869, Token=F88AF6D641330895, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:13:00.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59869], KeyToken[127.0.0.1:8240-F88AF6D641330895]] 08:13:00.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E615,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59869, Token=F88AF6D641330895, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE] 08:13:00.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59869] 08:13:00.461 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.461 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580] replace CON-POST MID=59869, Token=F88AF6D641330895, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59869, Token=F88AF6D641330895, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R580] send response NON-2.05 MID=59869, Token=null, OptionSet={}, "server responds hi" 08:13:00.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580, complete]! 08:13:00.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R580, complete] completed NON-2.04 MID=59869, Token=F88AF6D641330895, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D! 08:13:00.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E616,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59869, Token=F88AF6D641330895, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D] 08:13:00.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59869] 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579, complete]! 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L579, complete] for token KeyToken[127.0.0.1:8240-F88AF6D641330895] 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L579, complete] for MID KeyMID[127.0.0.1:8240-59869] 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L579, complete] completed CON-POST MID= -1, Token=F88AF6D641330895, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59869, Token=F88AF6D641330895, OptionSet={"Object-Security":0x09D5}, acked 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE! 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L581] send request 08:13:00.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L581] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:13:00.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L581] added with generated mid KeyMID[127.0.0.1:8240-59870], CON-POST MID=59870, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:13:00.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L581] added with generated token KeyToken[127.0.0.1:8240-60862948C65CB959], CON-POST MID=59870, Token=60862948C65CB959, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:13:00.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59870], KeyToken[127.0.0.1:8240-60862948C65CB959]] 08:13:00.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E617,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59870, Token=60862948C65CB959, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38] 08:13:00.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59870] 08:13:00.465 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.465 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582] replace CON-POST MID=59870, Token=60862948C65CB959, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59870, Token=60862948C65CB959, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R582] send response NON-2.05 MID=59870, Token=null, OptionSet={}, "server responds hi" 08:13:00.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582, complete]! 08:13:00.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R582, complete] completed NON-2.04 MID=59870, Token=60862948C65CB959, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86! 08:13:00.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E618,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59870, Token=60862948C65CB959, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86] 08:13:00.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59870] 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581, complete]! 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L581, complete] for token KeyToken[127.0.0.1:8240-60862948C65CB959] 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L581, complete] for MID KeyMID[127.0.0.1:8240-59870] 08:13:00.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L581, complete] completed CON-POST MID= -1, Token=60862948C65CB959, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59870, Token=60862948C65CB959, OptionSet={"Object-Security":0x09D6}, acked B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38! 08:13:00.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L583] send request 08:13:00.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L583] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:13:00.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L583] added with generated mid KeyMID[127.0.0.1:8240-59871], CON-POST MID=59871, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:13:00.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L583] added with generated token KeyToken[127.0.0.1:8240-2C29E093FD82B1CD], CON-POST MID=59871, Token=2C29E093FD82B1CD, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:13:00.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59871], KeyToken[127.0.0.1:8240-2C29E093FD82B1CD]] 08:13:00.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E619,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59871, Token=2C29E093FD82B1CD, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4] 08:13:00.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59871] 08:13:00.468 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.468 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584] replace CON-POST MID=59871, Token=2C29E093FD82B1CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59871, Token=2C29E093FD82B1CD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R584] send response NON-2.05 MID=59871, Token=null, OptionSet={}, "server responds hi" 08:13:00.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584, complete]! 08:13:00.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R584, complete] completed NON-2.04 MID=59871, Token=2C29E093FD82B1CD, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3! 08:13:00.469 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E620,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59871, Token=2C29E093FD82B1CD, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3] 08:13:00.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59871] 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583, complete]! 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L583, complete] for token KeyToken[127.0.0.1:8240-2C29E093FD82B1CD] 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L583, complete] for MID KeyMID[127.0.0.1:8240-59871] 08:13:00.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L583, complete] completed CON-POST MID= -1, Token=2C29E093FD82B1CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59871, Token=2C29E093FD82B1CD, OptionSet={"Object-Security":0x09D7}, acked 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4! 08:13:00.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L585] send request 08:13:00.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L585] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:13:00.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L585] added with generated mid KeyMID[127.0.0.1:8240-59872], CON-POST MID=59872, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:13:00.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L585] added with generated token KeyToken[127.0.0.1:8240-EC7FFA34C03AC11D], CON-POST MID=59872, Token=EC7FFA34C03AC11D, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:13:00.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59872], KeyToken[127.0.0.1:8240-EC7FFA34C03AC11D]] 08:13:00.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E621,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59872, Token=EC7FFA34C03AC11D, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F] 08:13:00.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59872] 08:13:00.471 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.471 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586] replace CON-POST MID=59872, Token=EC7FFA34C03AC11D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59872, Token=EC7FFA34C03AC11D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R586] send response NON-2.05 MID=59872, Token=null, OptionSet={}, "server responds hi" 08:13:00.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586, complete]! 08:13:00.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R586, complete] completed NON-2.04 MID=59872, Token=EC7FFA34C03AC11D, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4! 08:13:00.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E622,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59872, Token=EC7FFA34C03AC11D, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4] 08:13:00.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59872] 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585, complete]! 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L585, complete] for token KeyToken[127.0.0.1:8240-EC7FFA34C03AC11D] 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L585, complete] for MID KeyMID[127.0.0.1:8240-59872] 08:13:00.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L585, complete] completed CON-POST MID= -1, Token=EC7FFA34C03AC11D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59872, Token=EC7FFA34C03AC11D, OptionSet={"Object-Security":0x09D8}, acked B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F! 08:13:00.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L587] send request 08:13:00.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L587] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:13:00.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L587] added with generated mid KeyMID[127.0.0.1:8240-59873], CON-POST MID=59873, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:13:00.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L587] added with generated token KeyToken[127.0.0.1:8240-38B1213E3D892EAD], CON-POST MID=59873, Token=38B1213E3D892EAD, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:13:00.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59873], KeyToken[127.0.0.1:8240-38B1213E3D892EAD]] 08:13:00.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E623,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59873, Token=38B1213E3D892EAD, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6] 08:13:00.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59873] 08:13:00.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588] replace CON-POST MID=59873, Token=38B1213E3D892EAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59873, Token=38B1213E3D892EAD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R588] send response NON-2.05 MID=59873, Token=null, OptionSet={}, "server responds hi" 08:13:00.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588, complete]! 08:13:00.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R588, complete] completed NON-2.04 MID=59873, Token=38B1213E3D892EAD, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B! 08:13:00.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E624,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59873, Token=38B1213E3D892EAD, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B] 08:13:00.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59873] 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587, complete]! 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L587, complete] for token KeyToken[127.0.0.1:8240-38B1213E3D892EAD] 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L587, complete] for MID KeyMID[127.0.0.1:8240-59873] 08:13:00.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L587, complete] completed CON-POST MID= -1, Token=38B1213E3D892EAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59873, Token=38B1213E3D892EAD, OptionSet={"Object-Security":0x09D9}, acked 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6! 08:13:00.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L589] send request 08:13:00.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L589] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:13:00.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L589] added with generated mid KeyMID[127.0.0.1:8240-59874], CON-POST MID=59874, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:13:00.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L589] added with generated token KeyToken[127.0.0.1:8240-FCF08447E9889C25], CON-POST MID=59874, Token=FCF08447E9889C25, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:13:00.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59874], KeyToken[127.0.0.1:8240-FCF08447E9889C25]] 08:13:00.477 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E625,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59874, Token=FCF08447E9889C25, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64] 08:13:00.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59874] 08:13:00.477 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.477 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590] replace CON-POST MID=59874, Token=FCF08447E9889C25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59874, Token=FCF08447E9889C25, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R590] send response NON-2.05 MID=59874, Token=null, OptionSet={}, "server responds hi" 08:13:00.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590, complete]! 08:13:00.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R590, complete] completed NON-2.04 MID=59874, Token=FCF08447E9889C25, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0! 08:13:00.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E626,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59874, Token=FCF08447E9889C25, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0] 08:13:00.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59874] 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589, complete]! 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L589, complete] for token KeyToken[127.0.0.1:8240-FCF08447E9889C25] 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L589, complete] for MID KeyMID[127.0.0.1:8240-59874] 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L589, complete] completed CON-POST MID= -1, Token=FCF08447E9889C25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59874, Token=FCF08447E9889C25, OptionSet={"Object-Security":0x09DA}, acked B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64! 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L591] send request 08:13:00.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L591] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:13:00.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L591] added with generated mid KeyMID[127.0.0.1:8240-59875], CON-POST MID=59875, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:13:00.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L591] added with generated token KeyToken[127.0.0.1:8240-A4222C75432EC471], CON-POST MID=59875, Token=A4222C75432EC471, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:13:00.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59875], KeyToken[127.0.0.1:8240-A4222C75432EC471]] 08:13:00.479 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E627,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59875, Token=A4222C75432EC471, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1] 08:13:00.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59875] 08:13:00.479 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.479 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592] replace CON-POST MID=59875, Token=A4222C75432EC471, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59875, Token=A4222C75432EC471, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R592] send response NON-2.05 MID=59875, Token=null, OptionSet={}, "server responds hi" 08:13:00.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592, complete]! 08:13:00.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R592, complete] completed NON-2.04 MID=59875, Token=A4222C75432EC471, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8! 08:13:00.480 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E628,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59875, Token=A4222C75432EC471, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8] 08:13:00.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59875] 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591, complete]! 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L591, complete] for token KeyToken[127.0.0.1:8240-A4222C75432EC471] 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L591, complete] for MID KeyMID[127.0.0.1:8240-59875] 08:13:00.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L591, complete] completed CON-POST MID= -1, Token=A4222C75432EC471, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59875, Token=A4222C75432EC471, OptionSet={"Object-Security":0x09DB}, acked 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1! 08:13:00.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L593] send request 08:13:00.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L593] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:13:00.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L593] added with generated mid KeyMID[127.0.0.1:8240-59876], CON-POST MID=59876, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:13:00.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L593] added with generated token KeyToken[127.0.0.1:8240-44A76260467CC061], CON-POST MID=59876, Token=44A76260467CC061, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:13:00.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59876], KeyToken[127.0.0.1:8240-44A76260467CC061]] 08:13:00.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E629,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59876, Token=44A76260467CC061, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3] 08:13:00.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59876] 08:13:00.481 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.482 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594] replace CON-POST MID=59876, Token=44A76260467CC061, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59876, Token=44A76260467CC061, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R594] send response NON-2.05 MID=59876, Token=null, OptionSet={}, "server responds hi" 08:13:00.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594, complete]! 08:13:00.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R594, complete] completed NON-2.04 MID=59876, Token=44A76260467CC061, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7! 08:13:00.482 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E630,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59876, Token=44A76260467CC061, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7] 08:13:00.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59876] 08:13:00.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593, complete]! 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L593, complete] for token KeyToken[127.0.0.1:8240-44A76260467CC061] 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L593, complete] for MID KeyMID[127.0.0.1:8240-59876] 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L593, complete] completed CON-POST MID= -1, Token=44A76260467CC061, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59876, Token=44A76260467CC061, OptionSet={"Object-Security":0x09DC}, acked D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3! 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L595] send request 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L595] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L595] added with generated mid KeyMID[127.0.0.1:8240-59877], CON-POST MID=59877, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L595] added with generated token KeyToken[127.0.0.1:8240-98AE8B8A0A7EB970], CON-POST MID=59877, Token=98AE8B8A0A7EB970, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:13:00.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59877], KeyToken[127.0.0.1:8240-98AE8B8A0A7EB970]] 08:13:00.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E631,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59877, Token=98AE8B8A0A7EB970, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55] 08:13:00.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59877] 08:13:00.484 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.484 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596] replace CON-POST MID=59877, Token=98AE8B8A0A7EB970, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59877, Token=98AE8B8A0A7EB970, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R596] send response NON-2.05 MID=59877, Token=null, OptionSet={}, "server responds hi" 08:13:00.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596, complete]! 08:13:00.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R596, complete] completed NON-2.04 MID=59877, Token=98AE8B8A0A7EB970, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8! 08:13:00.484 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E632,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59877, Token=98AE8B8A0A7EB970, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8] 08:13:00.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59877] 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595, complete]! 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L595, complete] for token KeyToken[127.0.0.1:8240-98AE8B8A0A7EB970] 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L595, complete] for MID KeyMID[127.0.0.1:8240-59877] 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L595, complete] completed CON-POST MID= -1, Token=98AE8B8A0A7EB970, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59877, Token=98AE8B8A0A7EB970, OptionSet={"Object-Security":0x09DD}, acked F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55! 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L597] send request 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L597] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:13:00.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L597] added with generated mid KeyMID[127.0.0.1:8240-59878], CON-POST MID=59878, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:13:00.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L597] added with generated token KeyToken[127.0.0.1:8240-4C17209440777843], CON-POST MID=59878, Token=4C17209440777843, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:13:00.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59878], KeyToken[127.0.0.1:8240-4C17209440777843]] 08:13:00.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E633,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59878, Token=4C17209440777843, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A] 08:13:00.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59878] 08:13:00.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598] replace CON-POST MID=59878, Token=4C17209440777843, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59878, Token=4C17209440777843, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R598] send response NON-2.05 MID=59878, Token=null, OptionSet={}, "server responds hi" 08:13:00.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598, complete]! 08:13:00.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R598, complete] completed NON-2.04 MID=59878, Token=4C17209440777843, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4! 08:13:00.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E634,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59878, Token=4C17209440777843, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4] 08:13:00.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59878] 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597, complete]! 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L597, complete] for token KeyToken[127.0.0.1:8240-4C17209440777843] 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L597, complete] for MID KeyMID[127.0.0.1:8240-59878] 08:13:00.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L597, complete] completed CON-POST MID= -1, Token=4C17209440777843, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59878, Token=4C17209440777843, OptionSet={"Object-Security":0x09DE}, acked 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A! 08:13:00.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L599] send request 08:13:00.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L599] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:13:00.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L599] added with generated mid KeyMID[127.0.0.1:8240-59879], CON-POST MID=59879, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:13:00.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L599] added with generated token KeyToken[127.0.0.1:8240-70482362516496BD], CON-POST MID=59879, Token=70482362516496BD, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:13:00.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59879], KeyToken[127.0.0.1:8240-70482362516496BD]] 08:13:00.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E635,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59879, Token=70482362516496BD, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7] 08:13:00.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59879] 08:13:00.489 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.489 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600] replace CON-POST MID=59879, Token=70482362516496BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59879, Token=70482362516496BD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R600] send response NON-2.05 MID=59879, Token=null, OptionSet={}, "server responds hi" 08:13:00.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600, complete]! 08:13:00.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R600, complete] completed NON-2.04 MID=59879, Token=70482362516496BD, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9! 08:13:00.490 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E636,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59879, Token=70482362516496BD, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9] 08:13:00.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59879] 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599, complete]! 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L599, complete] for token KeyToken[127.0.0.1:8240-70482362516496BD] 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L599, complete] for MID KeyMID[127.0.0.1:8240-59879] 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L599, complete] completed CON-POST MID= -1, Token=70482362516496BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59879, Token=70482362516496BD, OptionSet={"Object-Security":0x09DF}, acked B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7! 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L601] send request 08:13:00.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L601] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:13:00.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L601] added with generated mid KeyMID[127.0.0.1:8240-59880], CON-POST MID=59880, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:13:00.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L601] added with generated token KeyToken[127.0.0.1:8240-2C77B2C62C5C18D4], CON-POST MID=59880, Token=2C77B2C62C5C18D4, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:13:00.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59880], KeyToken[127.0.0.1:8240-2C77B2C62C5C18D4]] 08:13:00.491 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E637,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59880, Token=2C77B2C62C5C18D4, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C] 08:13:00.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59880] 08:13:00.492 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.492 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602] replace CON-POST MID=59880, Token=2C77B2C62C5C18D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59880, Token=2C77B2C62C5C18D4, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R602] send response NON-2.05 MID=59880, Token=null, OptionSet={}, "server responds hi" 08:13:00.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602, complete]! 08:13:00.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R602, complete] completed NON-2.04 MID=59880, Token=2C77B2C62C5C18D4, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE! 08:13:00.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E638,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59880, Token=2C77B2C62C5C18D4, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE] 08:13:00.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59880] 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601, complete]! 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L601, complete] for token KeyToken[127.0.0.1:8240-2C77B2C62C5C18D4] 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L601, complete] for MID KeyMID[127.0.0.1:8240-59880] 08:13:00.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L601, complete] completed CON-POST MID= -1, Token=2C77B2C62C5C18D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59880, Token=2C77B2C62C5C18D4, OptionSet={"Object-Security":0x09E0}, acked D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C! 08:13:00.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L603] send request 08:13:00.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L603] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:13:00.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L603] added with generated mid KeyMID[127.0.0.1:8240-59881], CON-POST MID=59881, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:13:00.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L603] added with generated token KeyToken[127.0.0.1:8240-80CDFE83E24027D1], CON-POST MID=59881, Token=80CDFE83E24027D1, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:13:00.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59881], KeyToken[127.0.0.1:8240-80CDFE83E24027D1]] 08:13:00.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E639,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59881, Token=80CDFE83E24027D1, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02] 08:13:00.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59881] 08:13:00.554 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.554 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604] replace CON-POST MID=59881, Token=80CDFE83E24027D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59881, Token=80CDFE83E24027D1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R604] send response NON-2.05 MID=59881, Token=null, OptionSet={}, "server responds hi" 08:13:00.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604, complete]! 08:13:00.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R604, complete] completed NON-2.04 MID=59881, Token=80CDFE83E24027D1, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04! 08:13:00.555 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E640,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59881, Token=80CDFE83E24027D1, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04] 08:13:00.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59881] 08:13:00.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603, complete]! 08:13:00.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L603, complete] for token KeyToken[127.0.0.1:8240-80CDFE83E24027D1] 08:13:00.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L603, complete] for MID KeyMID[127.0.0.1:8240-59881] 08:13:00.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L603, complete] completed CON-POST MID= -1, Token=80CDFE83E24027D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59881, Token=80CDFE83E24027D1, OptionSet={"Object-Security":0x09E1}, acked 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02! 08:13:00.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L605] send request 08:13:00.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L605] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:13:00.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L605] added with generated mid KeyMID[127.0.0.1:8240-59882], CON-POST MID=59882, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:13:00.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L605] added with generated token KeyToken[127.0.0.1:8240-20D9224CBE59F853], CON-POST MID=59882, Token=20D9224CBE59F853, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:13:00.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59882], KeyToken[127.0.0.1:8240-20D9224CBE59F853]] 08:13:00.557 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E641,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59882, Token=20D9224CBE59F853, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E] 08:13:00.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59882] 08:13:00.557 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.557 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606] replace CON-POST MID=59882, Token=20D9224CBE59F853, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59882, Token=20D9224CBE59F853, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R606] send response NON-2.05 MID=59882, Token=null, OptionSet={}, "server responds hi" 08:13:00.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606, complete]! 08:13:00.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R606, complete] completed NON-2.04 MID=59882, Token=20D9224CBE59F853, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E! 08:13:00.558 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E642,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59882, Token=20D9224CBE59F853, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E] 08:13:00.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59882] 08:13:00.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605, complete]! 08:13:00.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L605, complete] for token KeyToken[127.0.0.1:8240-20D9224CBE59F853] 08:13:00.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L605, complete] for MID KeyMID[127.0.0.1:8240-59882] 08:13:00.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L605, complete] completed CON-POST MID= -1, Token=20D9224CBE59F853, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59882, Token=20D9224CBE59F853, OptionSet={"Object-Security":0x09E2}, acked 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E! 08:13:00.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L607] send request 08:13:00.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L607] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:13:00.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L607] added with generated mid KeyMID[127.0.0.1:8240-59883], CON-POST MID=59883, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:13:00.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L607] added with generated token KeyToken[127.0.0.1:8240-284B14311BDD4B8D], CON-POST MID=59883, Token=284B14311BDD4B8D, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:13:00.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59883], KeyToken[127.0.0.1:8240-284B14311BDD4B8D]] 08:13:00.560 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E643,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59883, Token=284B14311BDD4B8D, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D] 08:13:00.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59883] 08:13:00.560 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.560 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608] replace CON-POST MID=59883, Token=284B14311BDD4B8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59883, Token=284B14311BDD4B8D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R608] send response NON-2.05 MID=59883, Token=null, OptionSet={}, "server responds hi" 08:13:00.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608, complete]! 08:13:00.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R608, complete] completed NON-2.04 MID=59883, Token=284B14311BDD4B8D, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84! 08:13:00.561 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E644,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59883, Token=284B14311BDD4B8D, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84] 08:13:00.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59883] 08:13:00.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607, complete]! 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L607, complete] for token KeyToken[127.0.0.1:8240-284B14311BDD4B8D] 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L607, complete] for MID KeyMID[127.0.0.1:8240-59883] 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L607, complete] completed CON-POST MID= -1, Token=284B14311BDD4B8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59883, Token=284B14311BDD4B8D, OptionSet={"Object-Security":0x09E3}, acked E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D! 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L609] send request 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L609] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:13:00.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L609] added with generated mid KeyMID[127.0.0.1:8240-59884], CON-POST MID=59884, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:13:00.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L609] added with generated token KeyToken[127.0.0.1:8240-E81DBBEC968BE2E0], CON-POST MID=59884, Token=E81DBBEC968BE2E0, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:13:00.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59884], KeyToken[127.0.0.1:8240-E81DBBEC968BE2E0]] 08:13:00.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E645,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59884, Token=E81DBBEC968BE2E0, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5] 08:13:00.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59884] 08:13:00.563 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.563 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610] replace CON-POST MID=59884, Token=E81DBBEC968BE2E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59884, Token=E81DBBEC968BE2E0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R610] send response NON-2.05 MID=59884, Token=null, OptionSet={}, "server responds hi" 08:13:00.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610, complete]! 08:13:00.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R610, complete] completed NON-2.04 MID=59884, Token=E81DBBEC968BE2E0, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9! 08:13:00.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E646,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59884, Token=E81DBBEC968BE2E0, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9] 08:13:00.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59884] 08:13:00.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609, complete]! 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L609, complete] for token KeyToken[127.0.0.1:8240-E81DBBEC968BE2E0] 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L609, complete] for MID KeyMID[127.0.0.1:8240-59884] 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L609, complete] completed CON-POST MID= -1, Token=E81DBBEC968BE2E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59884, Token=E81DBBEC968BE2E0, OptionSet={"Object-Security":0x09E4}, acked D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5! 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L611] send request 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L611] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:13:00.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L611] added with generated mid KeyMID[127.0.0.1:8240-59885], CON-POST MID=59885, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:13:00.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L611] added with generated token KeyToken[127.0.0.1:8240-EC31F7AAC0E5FA83], CON-POST MID=59885, Token=EC31F7AAC0E5FA83, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:13:00.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59885], KeyToken[127.0.0.1:8240-EC31F7AAC0E5FA83]] 08:13:00.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E647,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59885, Token=EC31F7AAC0E5FA83, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38] 08:13:00.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59885] 08:13:00.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612] replace CON-POST MID=59885, Token=EC31F7AAC0E5FA83, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59885, Token=EC31F7AAC0E5FA83, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R612] send response NON-2.05 MID=59885, Token=null, OptionSet={}, "server responds hi" 08:13:00.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612, complete]! 08:13:00.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R612, complete] completed NON-2.04 MID=59885, Token=EC31F7AAC0E5FA83, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52! 08:13:00.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E648,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59885, Token=EC31F7AAC0E5FA83, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52] 08:13:00.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59885] 08:13:00.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611, complete]! 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L611, complete] for token KeyToken[127.0.0.1:8240-EC31F7AAC0E5FA83] 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L611, complete] for MID KeyMID[127.0.0.1:8240-59885] 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L611, complete] completed CON-POST MID= -1, Token=EC31F7AAC0E5FA83, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59885, Token=EC31F7AAC0E5FA83, OptionSet={"Object-Security":0x09E5}, acked 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38! 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L613] send request 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L613] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:13:00.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L613] added with generated mid KeyMID[127.0.0.1:8240-59886], CON-POST MID=59886, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:13:00.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L613] added with generated token KeyToken[127.0.0.1:8240-84E4E35F2DB93DDC], CON-POST MID=59886, Token=84E4E35F2DB93DDC, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:13:00.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59886], KeyToken[127.0.0.1:8240-84E4E35F2DB93DDC]] 08:13:00.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E649,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59886, Token=84E4E35F2DB93DDC, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98] 08:13:00.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59886] 08:13:00.569 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.569 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614] replace CON-POST MID=59886, Token=84E4E35F2DB93DDC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59886, Token=84E4E35F2DB93DDC, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R614] send response NON-2.05 MID=59886, Token=null, OptionSet={}, "server responds hi" 08:13:00.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614, complete]! 08:13:00.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R614, complete] completed NON-2.04 MID=59886, Token=84E4E35F2DB93DDC, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3! 08:13:00.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E650,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59886, Token=84E4E35F2DB93DDC, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3] 08:13:00.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59886] 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613, complete]! 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L613, complete] for token KeyToken[127.0.0.1:8240-84E4E35F2DB93DDC] 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L613, complete] for MID KeyMID[127.0.0.1:8240-59886] 08:13:00.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L613, complete] completed CON-POST MID= -1, Token=84E4E35F2DB93DDC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59886, Token=84E4E35F2DB93DDC, OptionSet={"Object-Security":0x09E6}, acked 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98! 08:13:00.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L615] send request 08:13:00.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L615] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:13:00.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L615] added with generated mid KeyMID[127.0.0.1:8240-59887], CON-POST MID=59887, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:13:00.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L615] added with generated token KeyToken[127.0.0.1:8240-BC693314A1E4C038], CON-POST MID=59887, Token=BC693314A1E4C038, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:13:00.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59887], KeyToken[127.0.0.1:8240-BC693314A1E4C038]] 08:13:00.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E651,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59887, Token=BC693314A1E4C038, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3] 08:13:00.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59887] 08:13:00.572 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.572 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616] replace CON-POST MID=59887, Token=BC693314A1E4C038, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59887, Token=BC693314A1E4C038, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R616] send response NON-2.05 MID=59887, Token=null, OptionSet={}, "server responds hi" 08:13:00.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616, complete]! 08:13:00.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R616, complete] completed NON-2.04 MID=59887, Token=BC693314A1E4C038, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91! 08:13:00.573 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E652,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59887, Token=BC693314A1E4C038, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91] 08:13:00.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59887] 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615, complete]! 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L615, complete] for token KeyToken[127.0.0.1:8240-BC693314A1E4C038] 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L615, complete] for MID KeyMID[127.0.0.1:8240-59887] 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L615, complete] completed CON-POST MID= -1, Token=BC693314A1E4C038, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59887, Token=BC693314A1E4C038, OptionSet={"Object-Security":0x09E7}, acked 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3! 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L617] send request 08:13:00.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L617] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:13:00.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L617] added with generated mid KeyMID[127.0.0.1:8240-59888], CON-POST MID=59888, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:13:00.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L617] added with generated token KeyToken[127.0.0.1:8240-5C0122FC1F7DC282], CON-POST MID=59888, Token=5C0122FC1F7DC282, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:13:00.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59888], KeyToken[127.0.0.1:8240-5C0122FC1F7DC282]] 08:13:00.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E653,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59888, Token=5C0122FC1F7DC282, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03] 08:13:00.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59888] 08:13:00.575 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.575 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618] replace CON-POST MID=59888, Token=5C0122FC1F7DC282, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59888, Token=5C0122FC1F7DC282, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R618] send response NON-2.05 MID=59888, Token=null, OptionSet={}, "server responds hi" 08:13:00.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618, complete]! 08:13:00.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R618, complete] completed NON-2.04 MID=59888, Token=5C0122FC1F7DC282, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56! 08:13:00.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E654,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59888, Token=5C0122FC1F7DC282, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56] 08:13:00.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59888] 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617, complete]! 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L617, complete] for token KeyToken[127.0.0.1:8240-5C0122FC1F7DC282] 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L617, complete] for MID KeyMID[127.0.0.1:8240-59888] 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L617, complete] completed CON-POST MID= -1, Token=5C0122FC1F7DC282, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59888, Token=5C0122FC1F7DC282, OptionSet={"Object-Security":0x09E8}, acked 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03! 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L619] send request 08:13:00.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L619] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:13:00.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L619] added with generated mid KeyMID[127.0.0.1:8240-59889], CON-POST MID=59889, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:13:00.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L619] added with generated token KeyToken[127.0.0.1:8240-900A1CDAB0D14A3F], CON-POST MID=59889, Token=900A1CDAB0D14A3F, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:13:00.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59889], KeyToken[127.0.0.1:8240-900A1CDAB0D14A3F]] 08:13:00.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E655,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59889, Token=900A1CDAB0D14A3F, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66] 08:13:00.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59889] 08:13:00.577 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.577 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620] replace CON-POST MID=59889, Token=900A1CDAB0D14A3F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59889, Token=900A1CDAB0D14A3F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R620] send response NON-2.05 MID=59889, Token=null, OptionSet={}, "server responds hi" 08:13:00.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620, complete]! 08:13:00.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R620, complete] completed NON-2.04 MID=59889, Token=900A1CDAB0D14A3F, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72! 08:13:00.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E656,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59889, Token=900A1CDAB0D14A3F, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72] 08:13:00.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59889] 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619, complete]! 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L619, complete] for token KeyToken[127.0.0.1:8240-900A1CDAB0D14A3F] 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L619, complete] for MID KeyMID[127.0.0.1:8240-59889] 08:13:00.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L619, complete] completed CON-POST MID= -1, Token=900A1CDAB0D14A3F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59889, Token=900A1CDAB0D14A3F, OptionSet={"Object-Security":0x09E9}, acked E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66! 08:13:00.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L621] send request 08:13:00.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L621] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:13:00.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L621] added with generated mid KeyMID[127.0.0.1:8240-59890], CON-POST MID=59890, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:13:00.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L621] added with generated token KeyToken[127.0.0.1:8240-BCC1229A03743DDB], CON-POST MID=59890, Token=BCC1229A03743DDB, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:13:00.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59890], KeyToken[127.0.0.1:8240-BCC1229A03743DDB]] 08:13:00.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E657,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59890, Token=BCC1229A03743DDB, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F] 08:13:00.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59890] 08:13:00.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622] replace CON-POST MID=59890, Token=BCC1229A03743DDB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59890, Token=BCC1229A03743DDB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R622] send response NON-2.05 MID=59890, Token=null, OptionSet={}, "server responds hi" 08:13:00.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622, complete]! 08:13:00.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R622, complete] completed NON-2.04 MID=59890, Token=BCC1229A03743DDB, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84! 08:13:00.580 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E658,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59890, Token=BCC1229A03743DDB, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84] 08:13:00.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59890] 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621, complete]! 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L621, complete] for token KeyToken[127.0.0.1:8240-BCC1229A03743DDB] 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L621, complete] for MID KeyMID[127.0.0.1:8240-59890] 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L621, complete] completed CON-POST MID= -1, Token=BCC1229A03743DDB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59890, Token=BCC1229A03743DDB, OptionSet={"Object-Security":0x09EA}, acked A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F! 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L623] send request 08:13:00.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L623] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:13:00.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L623] added with generated mid KeyMID[127.0.0.1:8240-59891], CON-POST MID=59891, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:13:00.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L623] added with generated token KeyToken[127.0.0.1:8240-0CFD865E80D6E8BB], CON-POST MID=59891, Token=0CFD865E80D6E8BB, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:13:00.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59891], KeyToken[127.0.0.1:8240-0CFD865E80D6E8BB]] 08:13:00.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E659,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59891, Token=0CFD865E80D6E8BB, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36] 08:13:00.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59891] 08:13:00.582 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.582 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624] replace CON-POST MID=59891, Token=0CFD865E80D6E8BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59891, Token=0CFD865E80D6E8BB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R624] send response NON-2.05 MID=59891, Token=null, OptionSet={}, "server responds hi" 08:13:00.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624, complete]! 08:13:00.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R624, complete] completed NON-2.04 MID=59891, Token=0CFD865E80D6E8BB, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76! 08:13:00.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E660,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59891, Token=0CFD865E80D6E8BB, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76] 08:13:00.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59891] 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623, complete]! 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L623, complete] for token KeyToken[127.0.0.1:8240-0CFD865E80D6E8BB] 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L623, complete] for MID KeyMID[127.0.0.1:8240-59891] 08:13:00.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L623, complete] completed CON-POST MID= -1, Token=0CFD865E80D6E8BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59891, Token=0CFD865E80D6E8BB, OptionSet={"Object-Security":0x09EB}, acked FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36! 08:13:00.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L625] send request 08:13:00.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L625] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:13:00.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L625] added with generated mid KeyMID[127.0.0.1:8240-59892], CON-POST MID=59892, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:13:00.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L625] added with generated token KeyToken[127.0.0.1:8240-282CEA775978DAA6], CON-POST MID=59892, Token=282CEA775978DAA6, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:13:00.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59892], KeyToken[127.0.0.1:8240-282CEA775978DAA6]] 08:13:00.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E661,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59892, Token=282CEA775978DAA6, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14] 08:13:00.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59892] 08:13:00.585 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.585 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626] replace CON-POST MID=59892, Token=282CEA775978DAA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59892, Token=282CEA775978DAA6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R626] send response NON-2.05 MID=59892, Token=null, OptionSet={}, "server responds hi" 08:13:00.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626, complete]! 08:13:00.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R626, complete] completed NON-2.04 MID=59892, Token=282CEA775978DAA6, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E! 08:13:00.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E662,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59892, Token=282CEA775978DAA6, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E] 08:13:00.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59892] 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625, complete]! 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L625, complete] for token KeyToken[127.0.0.1:8240-282CEA775978DAA6] 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L625, complete] for MID KeyMID[127.0.0.1:8240-59892] 08:13:00.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L625, complete] completed CON-POST MID= -1, Token=282CEA775978DAA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59892, Token=282CEA775978DAA6, OptionSet={"Object-Security":0x09EC}, acked 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14! 08:13:00.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L627] send request 08:13:00.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L627] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:13:00.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L627] added with generated mid KeyMID[127.0.0.1:8240-59893], CON-POST MID=59893, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:13:00.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L627] added with generated token KeyToken[127.0.0.1:8240-BCDCAC23B05E61A8], CON-POST MID=59893, Token=BCDCAC23B05E61A8, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:13:00.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59893], KeyToken[127.0.0.1:8240-BCDCAC23B05E61A8]] 08:13:00.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E663,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59893, Token=BCDCAC23B05E61A8, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F] 08:13:00.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59893] 08:13:00.654 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.654 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628] replace CON-POST MID=59893, Token=BCDCAC23B05E61A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59893, Token=BCDCAC23B05E61A8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R628] send response NON-2.05 MID=59893, Token=null, OptionSet={}, "server responds hi" 08:13:00.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628, complete]! 08:13:00.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R628, complete] completed NON-2.04 MID=59893, Token=BCDCAC23B05E61A8, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6! 08:13:00.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E664,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59893, Token=BCDCAC23B05E61A8, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6] 08:13:00.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59893] 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627, complete]! 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L627, complete] for token KeyToken[127.0.0.1:8240-BCDCAC23B05E61A8] 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L627, complete] for MID KeyMID[127.0.0.1:8240-59893] 08:13:00.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L627, complete] completed CON-POST MID= -1, Token=BCDCAC23B05E61A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59893, Token=BCDCAC23B05E61A8, OptionSet={"Object-Security":0x09ED}, acked A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F! 08:13:00.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L629] send request 08:13:00.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L629] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:13:00.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L629] added with generated mid KeyMID[127.0.0.1:8240-59894], CON-POST MID=59894, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:13:00.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L629] added with generated token KeyToken[127.0.0.1:8240-E446B3D5E7D5ED42], CON-POST MID=59894, Token=E446B3D5E7D5ED42, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:13:00.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59894], KeyToken[127.0.0.1:8240-E446B3D5E7D5ED42]] 08:13:00.656 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E665,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59894, Token=E446B3D5E7D5ED42, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0] 08:13:00.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59894] 08:13:00.657 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.657 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630] replace CON-POST MID=59894, Token=E446B3D5E7D5ED42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59894, Token=E446B3D5E7D5ED42, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R630] send response NON-2.05 MID=59894, Token=null, OptionSet={}, "server responds hi" 08:13:00.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630, complete]! 08:13:00.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R630, complete] completed NON-2.04 MID=59894, Token=E446B3D5E7D5ED42, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4! 08:13:00.658 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E666,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59894, Token=E446B3D5E7D5ED42, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4] 08:13:00.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59894] 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629, complete]! 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L629, complete] for token KeyToken[127.0.0.1:8240-E446B3D5E7D5ED42] 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L629, complete] for MID KeyMID[127.0.0.1:8240-59894] 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L629, complete] completed CON-POST MID= -1, Token=E446B3D5E7D5ED42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59894, Token=E446B3D5E7D5ED42, OptionSet={"Object-Security":0x09EE}, acked 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0! 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L631] send request 08:13:00.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L631] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:13:00.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L631] added with generated mid KeyMID[127.0.0.1:8240-59895], CON-POST MID=59895, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:13:00.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L631] added with generated token KeyToken[127.0.0.1:8240-2420296C1046EC54], CON-POST MID=59895, Token=2420296C1046EC54, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:13:00.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59895], KeyToken[127.0.0.1:8240-2420296C1046EC54]] 08:13:00.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E667,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59895, Token=2420296C1046EC54, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3] 08:13:00.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59895] 08:13:00.660 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.660 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632] replace CON-POST MID=59895, Token=2420296C1046EC54, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59895, Token=2420296C1046EC54, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R632] send response NON-2.05 MID=59895, Token=null, OptionSet={}, "server responds hi" 08:13:00.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632, complete]! 08:13:00.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R632, complete] completed NON-2.04 MID=59895, Token=2420296C1046EC54, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D! 08:13:00.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E668,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59895, Token=2420296C1046EC54, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D] 08:13:00.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59895] 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631, complete]! 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L631, complete] for token KeyToken[127.0.0.1:8240-2420296C1046EC54] 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L631, complete] for MID KeyMID[127.0.0.1:8240-59895] 08:13:00.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L631, complete] completed CON-POST MID= -1, Token=2420296C1046EC54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59895, Token=2420296C1046EC54, OptionSet={"Object-Security":0x09EF}, acked 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3! 08:13:00.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L633] send request 08:13:00.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L633] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:13:00.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L633] added with generated mid KeyMID[127.0.0.1:8240-59896], CON-POST MID=59896, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:13:00.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L633] added with generated token KeyToken[127.0.0.1:8240-EC5CCE24C7E90CC0], CON-POST MID=59896, Token=EC5CCE24C7E90CC0, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:13:00.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59896], KeyToken[127.0.0.1:8240-EC5CCE24C7E90CC0]] 08:13:00.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E669,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59896, Token=EC5CCE24C7E90CC0, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7] 08:13:00.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59896] 08:13:00.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634] replace CON-POST MID=59896, Token=EC5CCE24C7E90CC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59896, Token=EC5CCE24C7E90CC0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R634] send response NON-2.05 MID=59896, Token=null, OptionSet={}, "server responds hi" 08:13:00.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634, complete]! 08:13:00.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R634, complete] completed NON-2.04 MID=59896, Token=EC5CCE24C7E90CC0, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7! 08:13:00.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E670,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59896, Token=EC5CCE24C7E90CC0, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7] 08:13:00.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59896] 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633, complete]! 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L633, complete] for token KeyToken[127.0.0.1:8240-EC5CCE24C7E90CC0] 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L633, complete] for MID KeyMID[127.0.0.1:8240-59896] 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L633, complete] completed CON-POST MID= -1, Token=EC5CCE24C7E90CC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59896, Token=EC5CCE24C7E90CC0, OptionSet={"Object-Security":0x09F0}, acked 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7! 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L635] send request 08:13:00.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L635] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:13:00.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L635] added with generated mid KeyMID[127.0.0.1:8240-59897], CON-POST MID=59897, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:13:00.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L635] added with generated token KeyToken[127.0.0.1:8240-8428FADF6E05DA39], CON-POST MID=59897, Token=8428FADF6E05DA39, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:13:00.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59897], KeyToken[127.0.0.1:8240-8428FADF6E05DA39]] 08:13:00.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E671,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59897, Token=8428FADF6E05DA39, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B] 08:13:00.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59897] 08:13:00.665 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.665 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636] replace CON-POST MID=59897, Token=8428FADF6E05DA39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59897, Token=8428FADF6E05DA39, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R636] send response NON-2.05 MID=59897, Token=null, OptionSet={}, "server responds hi" 08:13:00.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636, complete]! 08:13:00.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R636, complete] completed NON-2.04 MID=59897, Token=8428FADF6E05DA39, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0! 08:13:00.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E672,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59897, Token=8428FADF6E05DA39, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0] 08:13:00.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59897] 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635, complete]! 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L635, complete] for token KeyToken[127.0.0.1:8240-8428FADF6E05DA39] 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L635, complete] for MID KeyMID[127.0.0.1:8240-59897] 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L635, complete] completed CON-POST MID= -1, Token=8428FADF6E05DA39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59897, Token=8428FADF6E05DA39, OptionSet={"Object-Security":0x09F1}, acked 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B! 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L637] send request 08:13:00.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L637] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:13:00.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L637] added with generated mid KeyMID[127.0.0.1:8240-59898], CON-POST MID=59898, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:13:00.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L637] added with generated token KeyToken[127.0.0.1:8240-BCA6642F53FA2202], CON-POST MID=59898, Token=BCA6642F53FA2202, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:13:00.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59898], KeyToken[127.0.0.1:8240-BCA6642F53FA2202]] 08:13:00.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E673,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59898, Token=BCA6642F53FA2202, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9] 08:13:00.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59898] 08:13:00.668 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.668 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638] replace CON-POST MID=59898, Token=BCA6642F53FA2202, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59898, Token=BCA6642F53FA2202, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R638] send response NON-2.05 MID=59898, Token=null, OptionSet={}, "server responds hi" 08:13:00.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638, complete]! 08:13:00.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R638, complete] completed NON-2.04 MID=59898, Token=BCA6642F53FA2202, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F! 08:13:00.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E674,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59898, Token=BCA6642F53FA2202, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F] 08:13:00.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59898] 08:13:00.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637, complete]! 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L637, complete] for token KeyToken[127.0.0.1:8240-BCA6642F53FA2202] 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L637, complete] for MID KeyMID[127.0.0.1:8240-59898] 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L637, complete] completed CON-POST MID= -1, Token=BCA6642F53FA2202, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59898, Token=BCA6642F53FA2202, OptionSet={"Object-Security":0x09F2}, acked 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9! 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L639] send request 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L639] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L639] added with generated mid KeyMID[127.0.0.1:8240-59899], CON-POST MID=59899, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:13:00.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L639] added with generated token KeyToken[127.0.0.1:8240-682F317A7DE2888F], CON-POST MID=59899, Token=682F317A7DE2888F, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:13:00.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59899], KeyToken[127.0.0.1:8240-682F317A7DE2888F]] 08:13:00.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E675,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59899, Token=682F317A7DE2888F, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9] 08:13:00.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59899] 08:13:00.671 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.671 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640] replace CON-POST MID=59899, Token=682F317A7DE2888F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59899, Token=682F317A7DE2888F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R640] send response NON-2.05 MID=59899, Token=null, OptionSet={}, "server responds hi" 08:13:00.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640, complete]! 08:13:00.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R640, complete] completed NON-2.04 MID=59899, Token=682F317A7DE2888F, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4! 08:13:00.672 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E676,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59899, Token=682F317A7DE2888F, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4] 08:13:00.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59899] 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639, complete]! 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L639, complete] for token KeyToken[127.0.0.1:8240-682F317A7DE2888F] 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L639, complete] for MID KeyMID[127.0.0.1:8240-59899] 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L639, complete] completed CON-POST MID= -1, Token=682F317A7DE2888F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59899, Token=682F317A7DE2888F, OptionSet={"Object-Security":0x09F3}, acked B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9! 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L641] send request 08:13:00.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L641] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:13:00.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L641] added with generated mid KeyMID[127.0.0.1:8240-59900], CON-POST MID=59900, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:13:00.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L641] added with generated token KeyToken[127.0.0.1:8240-C4BCC9124CE42E7F], CON-POST MID=59900, Token=C4BCC9124CE42E7F, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:13:00.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59900], KeyToken[127.0.0.1:8240-C4BCC9124CE42E7F]] 08:13:00.673 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E677,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59900, Token=C4BCC9124CE42E7F, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98] 08:13:00.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59900] 08:13:00.673 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.673 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642] replace CON-POST MID=59900, Token=C4BCC9124CE42E7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59900, Token=C4BCC9124CE42E7F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R642] send response NON-2.05 MID=59900, Token=null, OptionSet={}, "server responds hi" 08:13:00.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642, complete]! 08:13:00.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R642, complete] completed NON-2.04 MID=59900, Token=C4BCC9124CE42E7F, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F! 08:13:00.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E678,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59900, Token=C4BCC9124CE42E7F, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F] 08:13:00.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59900] 08:13:00.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641, complete]! 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L641, complete] for token KeyToken[127.0.0.1:8240-C4BCC9124CE42E7F] 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L641, complete] for MID KeyMID[127.0.0.1:8240-59900] 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L641, complete] completed CON-POST MID= -1, Token=C4BCC9124CE42E7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59900, Token=C4BCC9124CE42E7F, OptionSet={"Object-Security":0x09F4}, acked 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98! 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L643] send request 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L643] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L643] added with generated mid KeyMID[127.0.0.1:8240-59901], CON-POST MID=59901, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L643] added with generated token KeyToken[127.0.0.1:8240-18FD675E137C4BA9], CON-POST MID=59901, Token=18FD675E137C4BA9, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:13:00.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59901], KeyToken[127.0.0.1:8240-18FD675E137C4BA9]] 08:13:00.676 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E679,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59901, Token=18FD675E137C4BA9, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43] 08:13:00.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59901] 08:13:00.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644] replace CON-POST MID=59901, Token=18FD675E137C4BA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59901, Token=18FD675E137C4BA9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R644] send response NON-2.05 MID=59901, Token=null, OptionSet={}, "server responds hi" 08:13:00.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644, complete]! 08:13:00.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R644, complete] completed NON-2.04 MID=59901, Token=18FD675E137C4BA9, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96! 08:13:00.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E680,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59901, Token=18FD675E137C4BA9, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96] 08:13:00.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59901] 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643, complete]! 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L643, complete] for token KeyToken[127.0.0.1:8240-18FD675E137C4BA9] 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L643, complete] for MID KeyMID[127.0.0.1:8240-59901] 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L643, complete] completed CON-POST MID= -1, Token=18FD675E137C4BA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59901, Token=18FD675E137C4BA9, OptionSet={"Object-Security":0x09F5}, acked C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43! 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L645] send request 08:13:00.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L645] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:13:00.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L645] added with generated mid KeyMID[127.0.0.1:8240-59902], CON-POST MID=59902, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:13:00.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L645] added with generated token KeyToken[127.0.0.1:8240-647C9EB411A76338], CON-POST MID=59902, Token=647C9EB411A76338, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:13:00.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59902], KeyToken[127.0.0.1:8240-647C9EB411A76338]] 08:13:00.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E681,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59902, Token=647C9EB411A76338, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0] 08:13:00.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59902] 08:13:00.678 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.678 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646] replace CON-POST MID=59902, Token=647C9EB411A76338, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59902, Token=647C9EB411A76338, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R646] send response NON-2.05 MID=59902, Token=null, OptionSet={}, "server responds hi" 08:13:00.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646, complete]! 08:13:00.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R646, complete] completed NON-2.04 MID=59902, Token=647C9EB411A76338, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F! 08:13:00.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E682,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59902, Token=647C9EB411A76338, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F] 08:13:00.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59902] 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645, complete]! 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L645, complete] for token KeyToken[127.0.0.1:8240-647C9EB411A76338] 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L645, complete] for MID KeyMID[127.0.0.1:8240-59902] 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L645, complete] completed CON-POST MID= -1, Token=647C9EB411A76338, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59902, Token=647C9EB411A76338, OptionSet={"Object-Security":0x09F6}, acked 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0! 08:13:00.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L647] send request 08:13:00.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L647] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:13:00.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L647] added with generated mid KeyMID[127.0.0.1:8240-59903], CON-POST MID=59903, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:13:00.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L647] added with generated token KeyToken[127.0.0.1:8240-24060D932D6DD9F3], CON-POST MID=59903, Token=24060D932D6DD9F3, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:13:00.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59903], KeyToken[127.0.0.1:8240-24060D932D6DD9F3]] 08:13:00.680 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E683,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59903, Token=24060D932D6DD9F3, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3] 08:13:00.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59903] 08:13:00.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648] replace CON-POST MID=59903, Token=24060D932D6DD9F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59903, Token=24060D932D6DD9F3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R648] send response NON-2.05 MID=59903, Token=null, OptionSet={}, "server responds hi" 08:13:00.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648, complete]! 08:13:00.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R648, complete] completed NON-2.04 MID=59903, Token=24060D932D6DD9F3, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8! 08:13:00.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E684,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59903, Token=24060D932D6DD9F3, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8] 08:13:00.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59903] 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647, complete]! 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L647, complete] for token KeyToken[127.0.0.1:8240-24060D932D6DD9F3] 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L647, complete] for MID KeyMID[127.0.0.1:8240-59903] 08:13:00.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L647, complete] completed CON-POST MID= -1, Token=24060D932D6DD9F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59903, Token=24060D932D6DD9F3, OptionSet={"Object-Security":0x09F7}, acked 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3! 08:13:00.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L649] send request 08:13:00.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L649] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:13:00.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L649] added with generated mid KeyMID[127.0.0.1:8240-59904], CON-POST MID=59904, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:13:00.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L649] added with generated token KeyToken[127.0.0.1:8240-A4EFAE3356B0AB4C], CON-POST MID=59904, Token=A4EFAE3356B0AB4C, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:13:00.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59904], KeyToken[127.0.0.1:8240-A4EFAE3356B0AB4C]] 08:13:00.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E685,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59904, Token=A4EFAE3356B0AB4C, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42] 08:13:00.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59904] 08:13:00.683 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.683 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650] replace CON-POST MID=59904, Token=A4EFAE3356B0AB4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59904, Token=A4EFAE3356B0AB4C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R650] send response NON-2.05 MID=59904, Token=null, OptionSet={}, "server responds hi" 08:13:00.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650, complete]! 08:13:00.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R650, complete] completed NON-2.04 MID=59904, Token=A4EFAE3356B0AB4C, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7! 08:13:00.683 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E686,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59904, Token=A4EFAE3356B0AB4C, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7] 08:13:00.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59904] 08:13:00.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649, complete]! 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L649, complete] for token KeyToken[127.0.0.1:8240-A4EFAE3356B0AB4C] 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L649, complete] for MID KeyMID[127.0.0.1:8240-59904] 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L649, complete] completed CON-POST MID= -1, Token=A4EFAE3356B0AB4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59904, Token=A4EFAE3356B0AB4C, OptionSet={"Object-Security":0x09F8}, acked 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42! 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L651] send request 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L651] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L651] added with generated mid KeyMID[127.0.0.1:8240-59905], CON-POST MID=59905, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L651] added with generated token KeyToken[127.0.0.1:8240-6427465BF6AC83F7], CON-POST MID=59905, Token=6427465BF6AC83F7, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:13:00.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59905], KeyToken[127.0.0.1:8240-6427465BF6AC83F7]] 08:13:00.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E687,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59905, Token=6427465BF6AC83F7, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61] 08:13:00.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59905] 08:13:00.685 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.685 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652] replace CON-POST MID=59905, Token=6427465BF6AC83F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59905, Token=6427465BF6AC83F7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R652] send response NON-2.05 MID=59905, Token=null, OptionSet={}, "server responds hi" 08:13:00.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652, complete]! 08:13:00.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R652, complete] completed NON-2.04 MID=59905, Token=6427465BF6AC83F7, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE! 08:13:00.685 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E688,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59905, Token=6427465BF6AC83F7, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE] 08:13:00.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59905] 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651, complete]! 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L651, complete] for token KeyToken[127.0.0.1:8240-6427465BF6AC83F7] 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L651, complete] for MID KeyMID[127.0.0.1:8240-59905] 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L651, complete] completed CON-POST MID= -1, Token=6427465BF6AC83F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59905, Token=6427465BF6AC83F7, OptionSet={"Object-Security":0x09F9}, acked 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61! 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L653] send request 08:13:00.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L653] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:13:00.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L653] added with generated mid KeyMID[127.0.0.1:8240-59906], CON-POST MID=59906, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:13:00.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L653] added with generated token KeyToken[127.0.0.1:8240-C4566E26A70D45A9], CON-POST MID=59906, Token=C4566E26A70D45A9, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:13:00.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59906], KeyToken[127.0.0.1:8240-C4566E26A70D45A9]] 08:13:00.687 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E689,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59906, Token=C4566E26A70D45A9, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73] 08:13:00.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59906] 08:13:00.687 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.687 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654] replace CON-POST MID=59906, Token=C4566E26A70D45A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59906, Token=C4566E26A70D45A9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R654] send response NON-2.05 MID=59906, Token=null, OptionSet={}, "server responds hi" 08:13:00.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654, complete]! 08:13:00.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R654, complete] completed NON-2.04 MID=59906, Token=C4566E26A70D45A9, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70! 08:13:00.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E690,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59906, Token=C4566E26A70D45A9, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70] 08:13:00.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59906] 08:13:00.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653, complete]! 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L653, complete] for token KeyToken[127.0.0.1:8240-C4566E26A70D45A9] 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L653, complete] for MID KeyMID[127.0.0.1:8240-59906] 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L653, complete] completed CON-POST MID= -1, Token=C4566E26A70D45A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59906, Token=C4566E26A70D45A9, OptionSet={"Object-Security":0x09FA}, acked A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73! 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L655] send request 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L655] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L655] added with generated mid KeyMID[127.0.0.1:8240-59907], CON-POST MID=59907, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L655] added with generated token KeyToken[127.0.0.1:8240-E0A516D384412EED], CON-POST MID=59907, Token=E0A516D384412EED, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:13:00.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59907], KeyToken[127.0.0.1:8240-E0A516D384412EED]] 08:13:00.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E691,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59907, Token=E0A516D384412EED, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13] 08:13:00.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59907] 08:13:00.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656] replace CON-POST MID=59907, Token=E0A516D384412EED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59907, Token=E0A516D384412EED, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R656] send response NON-2.05 MID=59907, Token=null, OptionSet={}, "server responds hi" 08:13:00.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656, complete]! 08:13:00.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R656, complete] completed NON-2.04 MID=59907, Token=E0A516D384412EED, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2! 08:13:00.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E692,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59907, Token=E0A516D384412EED, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2] 08:13:00.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59907] 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655, complete]! 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L655, complete] for token KeyToken[127.0.0.1:8240-E0A516D384412EED] 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L655, complete] for MID KeyMID[127.0.0.1:8240-59907] 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L655, complete] completed CON-POST MID= -1, Token=E0A516D384412EED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59907, Token=E0A516D384412EED, OptionSet={"Object-Security":0x09FB}, acked 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13! 08:13:00.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L657] send request 08:13:00.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L657] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:13:00.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L657] added with generated mid KeyMID[127.0.0.1:8240-59908], CON-POST MID=59908, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:13:00.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L657] added with generated token KeyToken[127.0.0.1:8240-1C37DF80386DD67F], CON-POST MID=59908, Token=1C37DF80386DD67F, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:13:00.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59908], KeyToken[127.0.0.1:8240-1C37DF80386DD67F]] 08:13:00.692 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E693,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59908, Token=1C37DF80386DD67F, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F] 08:13:00.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59908] 08:13:00.693 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.693 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658] replace CON-POST MID=59908, Token=1C37DF80386DD67F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59908, Token=1C37DF80386DD67F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R658] send response NON-2.05 MID=59908, Token=null, OptionSet={}, "server responds hi" 08:13:00.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658, complete]! 08:13:00.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R658, complete] completed NON-2.04 MID=59908, Token=1C37DF80386DD67F, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26! 08:13:00.693 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E694,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59908, Token=1C37DF80386DD67F, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26] 08:13:00.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59908] 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657, complete]! 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L657, complete] for token KeyToken[127.0.0.1:8240-1C37DF80386DD67F] 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L657, complete] for MID KeyMID[127.0.0.1:8240-59908] 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L657, complete] completed CON-POST MID= -1, Token=1C37DF80386DD67F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59908, Token=1C37DF80386DD67F, OptionSet={"Object-Security":0x09FC}, acked 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F! 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L659] send request 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L659] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:13:00.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L659] added with generated mid KeyMID[127.0.0.1:8240-59909], CON-POST MID=59909, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:13:00.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L659] added with generated token KeyToken[127.0.0.1:8240-64F3A182F3ACBC4A], CON-POST MID=59909, Token=64F3A182F3ACBC4A, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:13:00.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59909], KeyToken[127.0.0.1:8240-64F3A182F3ACBC4A]] 08:13:00.695 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E695,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59909, Token=64F3A182F3ACBC4A, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5] 08:13:00.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59909] 08:13:00.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660] replace CON-POST MID=59909, Token=64F3A182F3ACBC4A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59909, Token=64F3A182F3ACBC4A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R660] send response NON-2.05 MID=59909, Token=null, OptionSet={}, "server responds hi" 08:13:00.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660, complete]! 08:13:00.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R660, complete] completed NON-2.04 MID=59909, Token=64F3A182F3ACBC4A, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B! 08:13:00.696 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E696,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59909, Token=64F3A182F3ACBC4A, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B] 08:13:00.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59909] 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659, complete]! 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L659, complete] for token KeyToken[127.0.0.1:8240-64F3A182F3ACBC4A] 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L659, complete] for MID KeyMID[127.0.0.1:8240-59909] 08:13:00.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L659, complete] completed CON-POST MID= -1, Token=64F3A182F3ACBC4A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59909, Token=64F3A182F3ACBC4A, OptionSet={"Object-Security":0x09FD}, acked A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5! 08:13:00.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L661] send request 08:13:00.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L661] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:13:00.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L661] added with generated mid KeyMID[127.0.0.1:8240-59910], CON-POST MID=59910, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:13:00.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L661] added with generated token KeyToken[127.0.0.1:8240-A474D8EE8942953A], CON-POST MID=59910, Token=A474D8EE8942953A, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:13:00.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59910], KeyToken[127.0.0.1:8240-A474D8EE8942953A]] 08:13:00.698 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E697,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59910, Token=A474D8EE8942953A, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E] 08:13:00.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59910] 08:13:00.698 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.698 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662] replace CON-POST MID=59910, Token=A474D8EE8942953A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59910, Token=A474D8EE8942953A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R662] send response NON-2.05 MID=59910, Token=null, OptionSet={}, "server responds hi" 08:13:00.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662, complete]! 08:13:00.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R662, complete] completed NON-2.04 MID=59910, Token=A474D8EE8942953A, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65! 08:13:00.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E698,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59910, Token=A474D8EE8942953A, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65] 08:13:00.699 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59910] 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661, complete]! 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L661, complete] for token KeyToken[127.0.0.1:8240-A474D8EE8942953A] 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L661, complete] for MID KeyMID[127.0.0.1:8240-59910] 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L661, complete] completed CON-POST MID= -1, Token=A474D8EE8942953A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59910, Token=A474D8EE8942953A, OptionSet={"Object-Security":0x09FE}, acked AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E! 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L663] send request 08:13:00.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L663] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:13:00.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L663] added with generated mid KeyMID[127.0.0.1:8240-59911], CON-POST MID=59911, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:13:00.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L663] added with generated token KeyToken[127.0.0.1:8240-A097A92F32FA51F3], CON-POST MID=59911, Token=A097A92F32FA51F3, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:13:00.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59911], KeyToken[127.0.0.1:8240-A097A92F32FA51F3]] 08:13:00.700 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:13:00.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E699,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59911, Token=A097A92F32FA51F3, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07] 08:13:00.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:13:00.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59911] 08:13:00.700 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.700 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664] replace CON-POST MID=59911, Token=A097A92F32FA51F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59911, Token=A097A92F32FA51F3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R664] send response NON-2.05 MID=59911, Token=null, OptionSet={}, "server responds hi" 08:13:00.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664, complete]! 08:13:00.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R664, complete] completed NON-2.04 MID=59911, Token=A097A92F32FA51F3, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0! 08:13:00.701 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.701 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E700,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59911, Token=A097A92F32FA51F3, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0] 08:13:00.701 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59911] 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663, complete]! 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L663, complete] for token KeyToken[127.0.0.1:8240-A097A92F32FA51F3] 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L663, complete] for MID KeyMID[127.0.0.1:8240-59911] 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L663, complete] completed CON-POST MID= -1, Token=A097A92F32FA51F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59911, Token=A097A92F32FA51F3, OptionSet={"Object-Security":0x09FF}, acked 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07! 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L665] send request 08:13:00.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L665] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:00.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L665] added with generated mid KeyMID[127.0.0.1:8240-59912], CON-POST MID=59912, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:00.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L665] added with generated token KeyToken[127.0.0.1:8240-FC3CB4983EC49279], CON-POST MID=59912, Token=FC3CB4983EC49279, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:00.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59912], KeyToken[127.0.0.1:8240-FC3CB4983EC49279]] 08:13:00.753 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E701,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59912, Token=FC3CB4983EC49279, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 08:13:00.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59912] 08:13:00.754 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.754 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666] replace CON-POST MID=59912, Token=FC3CB4983EC49279, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59912, Token=FC3CB4983EC49279, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R666] send response NON-2.05 MID=59912, Token=null, OptionSet={}, "server responds hi" 08:13:00.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666, complete]! 08:13:00.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R666, complete] completed NON-2.04 MID=59912, Token=FC3CB4983EC49279, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 08:13:00.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E702,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59912, Token=FC3CB4983EC49279, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 08:13:00.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59912] 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665, complete]! 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L665, complete] for token KeyToken[127.0.0.1:8240-FC3CB4983EC49279] 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L665, complete] for MID KeyMID[127.0.0.1:8240-59912] 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L665, complete] completed CON-POST MID= -1, Token=FC3CB4983EC49279, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59912, Token=FC3CB4983EC49279, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L667] send request 08:13:00.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L667] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:13:00.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L667] added with generated mid KeyMID[127.0.0.1:8240-59913], CON-POST MID=59913, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:13:00.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L667] added with generated token KeyToken[127.0.0.1:8240-0CEC7019705A4B02], CON-POST MID=59913, Token=0CEC7019705A4B02, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:13:00.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59913], KeyToken[127.0.0.1:8240-0CEC7019705A4B02]] 08:13:00.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E703,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59913, Token=0CEC7019705A4B02, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E] 08:13:00.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59913] 08:13:00.756 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.756 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668] replace CON-POST MID=59913, Token=0CEC7019705A4B02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59913, Token=0CEC7019705A4B02, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R668] send response NON-2.05 MID=59913, Token=null, OptionSet={}, "server responds hi" 08:13:00.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668, complete]! 08:13:00.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R668, complete] completed NON-2.04 MID=59913, Token=0CEC7019705A4B02, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52! 08:13:00.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E704,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59913, Token=0CEC7019705A4B02, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52] 08:13:00.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59913] 08:13:00.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667, complete]! 08:13:00.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L667, complete] for token KeyToken[127.0.0.1:8240-0CEC7019705A4B02] 08:13:00.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L667, complete] for MID KeyMID[127.0.0.1:8240-59913] 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L667, complete] completed CON-POST MID= -1, Token=0CEC7019705A4B02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59913, Token=0CEC7019705A4B02, OptionSet={"Object-Security":0x0A0101}, acked A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E! 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L669] send request 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L669] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L669] added with generated mid KeyMID[127.0.0.1:8240-59914], CON-POST MID=59914, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L669] added with generated token KeyToken[127.0.0.1:8240-E412007D2AD88688], CON-POST MID=59914, Token=E412007D2AD88688, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:13:00.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59914], KeyToken[127.0.0.1:8240-E412007D2AD88688]] 08:13:00.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E705,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59914, Token=E412007D2AD88688, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA] 08:13:00.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59914] 08:13:00.759 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.759 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670] replace CON-POST MID=59914, Token=E412007D2AD88688, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59914, Token=E412007D2AD88688, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R670] send response NON-2.05 MID=59914, Token=null, OptionSet={}, "server responds hi" 08:13:00.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670, complete]! 08:13:00.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R670, complete] completed NON-2.04 MID=59914, Token=E412007D2AD88688, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04! 08:13:00.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E706,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59914, Token=E412007D2AD88688, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04] 08:13:00.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59914] 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669, complete]! 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L669, complete] for token KeyToken[127.0.0.1:8240-E412007D2AD88688] 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L669, complete] for MID KeyMID[127.0.0.1:8240-59914] 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L669, complete] completed CON-POST MID= -1, Token=E412007D2AD88688, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59914, Token=E412007D2AD88688, OptionSet={"Object-Security":0x0A0102}, acked E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA! 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L671] send request 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L671] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:13:00.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L671] added with generated mid KeyMID[127.0.0.1:8240-59915], CON-POST MID=59915, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:13:00.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L671] added with generated token KeyToken[127.0.0.1:8240-D4572320B31495B4], CON-POST MID=59915, Token=D4572320B31495B4, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:13:00.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59915], KeyToken[127.0.0.1:8240-D4572320B31495B4]] 08:13:00.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E707,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59915, Token=D4572320B31495B4, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34] 08:13:00.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59915] 08:13:00.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R672] replace CON-POST MID=59915, Token=D4572320B31495B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59915, Token=D4572320B31495B4, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R672] send response NON-2.05 MID=59915, Token=null, OptionSet={}, "server responds hi" 08:13:00.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R672, complete]! 08:13:00.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R672, complete] completed NON-2.04 MID=59915, Token=D4572320B31495B4, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F! 08:13:00.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E708,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59915, Token=D4572320B31495B4, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F] 08:13:00.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59915] 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671, complete]! 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L671, complete] for token KeyToken[127.0.0.1:8240-D4572320B31495B4] 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L671, complete] for MID KeyMID[127.0.0.1:8240-59915] 08:13:00.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L671, complete] completed CON-POST MID= -1, Token=D4572320B31495B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59915, Token=D4572320B31495B4, OptionSet={"Object-Security":0x0A0103}, acked 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34! 08:13:00.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L673] send request 08:13:00.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L673] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:13:00.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L673] added with generated mid KeyMID[127.0.0.1:8240-59916], CON-POST MID=59916, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:13:00.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L673] added with generated token KeyToken[127.0.0.1:8240-745AC346C44E7A36], CON-POST MID=59916, Token=745AC346C44E7A36, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:13:00.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59916], KeyToken[127.0.0.1:8240-745AC346C44E7A36]] 08:13:00.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E709,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59916, Token=745AC346C44E7A36, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13] 08:13:00.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59916] 08:13:00.764 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.764 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674] replace CON-POST MID=59916, Token=745AC346C44E7A36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59916, Token=745AC346C44E7A36, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R674] send response NON-2.05 MID=59916, Token=null, OptionSet={}, "server responds hi" 08:13:00.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674, complete]! 08:13:00.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R674, complete] completed NON-2.04 MID=59916, Token=745AC346C44E7A36, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2! 08:13:00.764 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E710,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59916, Token=745AC346C44E7A36, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2] 08:13:00.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59916] 08:13:00.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673, complete]! 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L673, complete] for token KeyToken[127.0.0.1:8240-745AC346C44E7A36] 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L673, complete] for MID KeyMID[127.0.0.1:8240-59916] 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L673, complete] completed CON-POST MID= -1, Token=745AC346C44E7A36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59916, Token=745AC346C44E7A36, OptionSet={"Object-Security":0x0A0104}, acked 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13! 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L675] send request 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L675] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:13:00.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L675] added with generated mid KeyMID[127.0.0.1:8240-59917], CON-POST MID=59917, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:13:00.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L675] added with generated token KeyToken[127.0.0.1:8240-BC941C64CCB9D416], CON-POST MID=59917, Token=BC941C64CCB9D416, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:13:00.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59917], KeyToken[127.0.0.1:8240-BC941C64CCB9D416]] 08:13:00.766 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E711,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59917, Token=BC941C64CCB9D416, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16] 08:13:00.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59917] 08:13:00.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676] replace CON-POST MID=59917, Token=BC941C64CCB9D416, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59917, Token=BC941C64CCB9D416, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R676] send response NON-2.05 MID=59917, Token=null, OptionSet={}, "server responds hi" 08:13:00.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676, complete]! 08:13:00.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R676, complete] completed NON-2.04 MID=59917, Token=BC941C64CCB9D416, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28! 08:13:00.767 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E712,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59917, Token=BC941C64CCB9D416, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28] 08:13:00.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59917] 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675, complete]! 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L675, complete] for token KeyToken[127.0.0.1:8240-BC941C64CCB9D416] 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L675, complete] for MID KeyMID[127.0.0.1:8240-59917] 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L675, complete] completed CON-POST MID= -1, Token=BC941C64CCB9D416, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59917, Token=BC941C64CCB9D416, OptionSet={"Object-Security":0x0A0105}, acked 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16! 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L677] send request 08:13:00.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L677] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:13:00.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L677] added with generated mid KeyMID[127.0.0.1:8240-59918], CON-POST MID=59918, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:13:00.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L677] added with generated token KeyToken[127.0.0.1:8240-94FC3683A51B93CB], CON-POST MID=59918, Token=94FC3683A51B93CB, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:13:00.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59918], KeyToken[127.0.0.1:8240-94FC3683A51B93CB]] 08:13:00.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E713,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59918, Token=94FC3683A51B93CB, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0] 08:13:00.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59918] 08:13:00.768 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.768 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R678] replace CON-POST MID=59918, Token=94FC3683A51B93CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59918, Token=94FC3683A51B93CB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R678] send response NON-2.05 MID=59918, Token=null, OptionSet={}, "server responds hi" 08:13:00.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R678, complete]! 08:13:00.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R678, complete] completed NON-2.04 MID=59918, Token=94FC3683A51B93CB, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71! 08:13:00.769 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E714,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59918, Token=94FC3683A51B93CB, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71] 08:13:00.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59918] 08:13:00.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677, complete]! 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L677, complete] for token KeyToken[127.0.0.1:8240-94FC3683A51B93CB] 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L677, complete] for MID KeyMID[127.0.0.1:8240-59918] 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L677, complete] completed CON-POST MID= -1, Token=94FC3683A51B93CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59918, Token=94FC3683A51B93CB, OptionSet={"Object-Security":0x0A0106}, acked 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0! 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L679] send request 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L679] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L679] added with generated mid KeyMID[127.0.0.1:8240-59919], CON-POST MID=59919, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L679] added with generated token KeyToken[127.0.0.1:8240-18D33D2543E7EE03], CON-POST MID=59919, Token=18D33D2543E7EE03, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:13:00.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59919], KeyToken[127.0.0.1:8240-18D33D2543E7EE03]] 08:13:00.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E715,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59919, Token=18D33D2543E7EE03, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9] 08:13:00.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59919] 08:13:00.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R680] replace CON-POST MID=59919, Token=18D33D2543E7EE03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59919, Token=18D33D2543E7EE03, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R680] send response NON-2.05 MID=59919, Token=null, OptionSet={}, "server responds hi" 08:13:00.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R680, complete]! 08:13:00.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R680, complete] completed NON-2.04 MID=59919, Token=18D33D2543E7EE03, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8! 08:13:00.771 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E716,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59919, Token=18D33D2543E7EE03, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8] 08:13:00.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59919] 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679, complete]! 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L679, complete] for token KeyToken[127.0.0.1:8240-18D33D2543E7EE03] 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L679, complete] for MID KeyMID[127.0.0.1:8240-59919] 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L679, complete] completed CON-POST MID= -1, Token=18D33D2543E7EE03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59919, Token=18D33D2543E7EE03, OptionSet={"Object-Security":0x0A0107}, acked F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9! 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L681] send request 08:13:00.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L681] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:13:00.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L681] added with generated mid KeyMID[127.0.0.1:8240-59920], CON-POST MID=59920, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:13:00.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L681] added with generated token KeyToken[127.0.0.1:8240-B8BC5461B2FA6F9E], CON-POST MID=59920, Token=B8BC5461B2FA6F9E, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:13:00.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59920], KeyToken[127.0.0.1:8240-B8BC5461B2FA6F9E]] 08:13:00.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E717,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59920, Token=B8BC5461B2FA6F9E, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1] 08:13:00.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59920] 08:13:00.773 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.773 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682] replace CON-POST MID=59920, Token=B8BC5461B2FA6F9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59920, Token=B8BC5461B2FA6F9E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R682] send response NON-2.05 MID=59920, Token=null, OptionSet={}, "server responds hi" 08:13:00.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682, complete]! 08:13:00.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R682, complete] completed NON-2.04 MID=59920, Token=B8BC5461B2FA6F9E, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2! 08:13:00.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E718,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59920, Token=B8BC5461B2FA6F9E, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2] 08:13:00.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59920] 08:13:00.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681, complete]! 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L681, complete] for token KeyToken[127.0.0.1:8240-B8BC5461B2FA6F9E] 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L681, complete] for MID KeyMID[127.0.0.1:8240-59920] 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L681, complete] completed CON-POST MID= -1, Token=B8BC5461B2FA6F9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59920, Token=B8BC5461B2FA6F9E, OptionSet={"Object-Security":0x0A0108}, acked 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1! 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L683] send request 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L683] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L683] added with generated mid KeyMID[127.0.0.1:8240-59921], CON-POST MID=59921, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L683] added with generated token KeyToken[127.0.0.1:8240-E01FF72C6C8A52CE], CON-POST MID=59921, Token=E01FF72C6C8A52CE, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:13:00.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59921], KeyToken[127.0.0.1:8240-E01FF72C6C8A52CE]] 08:13:00.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E719,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59921, Token=E01FF72C6C8A52CE, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA] 08:13:00.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59921] 08:13:00.776 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.776 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684] replace CON-POST MID=59921, Token=E01FF72C6C8A52CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59921, Token=E01FF72C6C8A52CE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R684] send response NON-2.05 MID=59921, Token=null, OptionSet={}, "server responds hi" 08:13:00.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684, complete]! 08:13:00.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R684, complete] completed NON-2.04 MID=59921, Token=E01FF72C6C8A52CE, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0! 08:13:00.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E720,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59921, Token=E01FF72C6C8A52CE, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0] 08:13:00.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59921] 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683, complete]! 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L683, complete] for token KeyToken[127.0.0.1:8240-E01FF72C6C8A52CE] 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L683, complete] for MID KeyMID[127.0.0.1:8240-59921] 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L683, complete] completed CON-POST MID= -1, Token=E01FF72C6C8A52CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59921, Token=E01FF72C6C8A52CE, OptionSet={"Object-Security":0x0A0109}, acked 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA! 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L685] send request 08:13:00.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L685] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:13:00.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L685] added with generated mid KeyMID[127.0.0.1:8240-59922], CON-POST MID=59922, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:13:00.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L685] added with generated token KeyToken[127.0.0.1:8240-C48D365928BB71A4], CON-POST MID=59922, Token=C48D365928BB71A4, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:13:00.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59922], KeyToken[127.0.0.1:8240-C48D365928BB71A4]] 08:13:00.778 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E721,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59922, Token=C48D365928BB71A4, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F] 08:13:00.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59922] 08:13:00.778 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.778 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686] replace CON-POST MID=59922, Token=C48D365928BB71A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59922, Token=C48D365928BB71A4, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R686] send response NON-2.05 MID=59922, Token=null, OptionSet={}, "server responds hi" 08:13:00.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686, complete]! 08:13:00.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R686, complete] completed NON-2.04 MID=59922, Token=C48D365928BB71A4, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0! 08:13:00.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E722,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59922, Token=C48D365928BB71A4, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0] 08:13:00.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59922] 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685, complete]! 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L685, complete] for token KeyToken[127.0.0.1:8240-C48D365928BB71A4] 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L685, complete] for MID KeyMID[127.0.0.1:8240-59922] 08:13:00.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L685, complete] completed CON-POST MID= -1, Token=C48D365928BB71A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59922, Token=C48D365928BB71A4, OptionSet={"Object-Security":0x0A010A}, acked 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F! 08:13:00.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L687] send request 08:13:00.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L687] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:13:00.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L687] added with generated mid KeyMID[127.0.0.1:8240-59923], CON-POST MID=59923, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:13:00.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L687] added with generated token KeyToken[127.0.0.1:8240-C8B727EBBFAF5601], CON-POST MID=59923, Token=C8B727EBBFAF5601, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:13:00.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59923], KeyToken[127.0.0.1:8240-C8B727EBBFAF5601]] 08:13:00.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E723,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59923, Token=C8B727EBBFAF5601, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B] 08:13:00.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59923] 08:13:00.781 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.781 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688] replace CON-POST MID=59923, Token=C8B727EBBFAF5601, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59923, Token=C8B727EBBFAF5601, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R688] send response NON-2.05 MID=59923, Token=null, OptionSet={}, "server responds hi" 08:13:00.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688, complete]! 08:13:00.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R688, complete] completed NON-2.04 MID=59923, Token=C8B727EBBFAF5601, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF! 08:13:00.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E724,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59923, Token=C8B727EBBFAF5601, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF] 08:13:00.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59923] 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687, complete]! 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L687, complete] for token KeyToken[127.0.0.1:8240-C8B727EBBFAF5601] 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L687, complete] for MID KeyMID[127.0.0.1:8240-59923] 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L687, complete] completed CON-POST MID= -1, Token=C8B727EBBFAF5601, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59923, Token=C8B727EBBFAF5601, OptionSet={"Object-Security":0x0A010B}, acked 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B! 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L689] send request 08:13:00.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L689] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:13:00.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L689] added with generated mid KeyMID[127.0.0.1:8240-59924], CON-POST MID=59924, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:13:00.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L689] added with generated token KeyToken[127.0.0.1:8240-8C025CA69AFAA214], CON-POST MID=59924, Token=8C025CA69AFAA214, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:13:00.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59924], KeyToken[127.0.0.1:8240-8C025CA69AFAA214]] 08:13:00.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E725,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59924, Token=8C025CA69AFAA214, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5] 08:13:00.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59924] 08:13:00.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690] replace CON-POST MID=59924, Token=8C025CA69AFAA214, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59924, Token=8C025CA69AFAA214, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R690] send response NON-2.05 MID=59924, Token=null, OptionSet={}, "server responds hi" 08:13:00.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690, complete]! 08:13:00.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R690, complete] completed NON-2.04 MID=59924, Token=8C025CA69AFAA214, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4! 08:13:00.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E726,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59924, Token=8C025CA69AFAA214, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4] 08:13:00.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59924] 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689, complete]! 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L689, complete] for token KeyToken[127.0.0.1:8240-8C025CA69AFAA214] 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L689, complete] for MID KeyMID[127.0.0.1:8240-59924] 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L689, complete] completed CON-POST MID= -1, Token=8C025CA69AFAA214, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59924, Token=8C025CA69AFAA214, OptionSet={"Object-Security":0x0A010C}, acked 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5! 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L691] send request 08:13:00.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L691] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:13:00.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L691] added with generated mid KeyMID[127.0.0.1:8240-59925], CON-POST MID=59925, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:13:00.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L691] added with generated token KeyToken[127.0.0.1:8240-241108C0356F0576], CON-POST MID=59925, Token=241108C0356F0576, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:13:00.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59925], KeyToken[127.0.0.1:8240-241108C0356F0576]] 08:13:00.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E727,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59925, Token=241108C0356F0576, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4] 08:13:00.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59925] 08:13:00.785 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.785 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692] replace CON-POST MID=59925, Token=241108C0356F0576, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59925, Token=241108C0356F0576, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R692] send response NON-2.05 MID=59925, Token=null, OptionSet={}, "server responds hi" 08:13:00.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692, complete]! 08:13:00.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R692, complete] completed NON-2.04 MID=59925, Token=241108C0356F0576, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29! 08:13:00.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E728,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59925, Token=241108C0356F0576, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29] 08:13:00.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59925] 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691, complete]! 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L691, complete] for token KeyToken[127.0.0.1:8240-241108C0356F0576] 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L691, complete] for MID KeyMID[127.0.0.1:8240-59925] 08:13:00.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L691, complete] completed CON-POST MID= -1, Token=241108C0356F0576, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59925, Token=241108C0356F0576, OptionSet={"Object-Security":0x0A010D}, acked 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4! 08:13:00.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L693] send request 08:13:00.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L693] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:13:00.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L693] added with generated mid KeyMID[127.0.0.1:8240-59926], CON-POST MID=59926, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:13:00.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L693] added with generated token KeyToken[127.0.0.1:8240-7C0BA70CF9644C24], CON-POST MID=59926, Token=7C0BA70CF9644C24, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:13:00.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59926], KeyToken[127.0.0.1:8240-7C0BA70CF9644C24]] 08:13:00.787 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E729,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59926, Token=7C0BA70CF9644C24, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2] 08:13:00.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59926] 08:13:00.787 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.787 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694] replace CON-POST MID=59926, Token=7C0BA70CF9644C24, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59926, Token=7C0BA70CF9644C24, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R694] send response NON-2.05 MID=59926, Token=null, OptionSet={}, "server responds hi" 08:13:00.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694, complete]! 08:13:00.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R694, complete] completed NON-2.04 MID=59926, Token=7C0BA70CF9644C24, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF! 08:13:00.788 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.788 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E730,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59926, Token=7C0BA70CF9644C24, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF] 08:13:00.788 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59926] 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693, complete]! 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L693, complete] for token KeyToken[127.0.0.1:8240-7C0BA70CF9644C24] 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L693, complete] for MID KeyMID[127.0.0.1:8240-59926] 08:13:00.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L693, complete] completed CON-POST MID= -1, Token=7C0BA70CF9644C24, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59926, Token=7C0BA70CF9644C24, OptionSet={"Object-Security":0x0A010E}, acked 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2! 08:13:00.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L695] send request 08:13:00.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L695] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:13:00.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L695] added with generated mid KeyMID[127.0.0.1:8240-59927], CON-POST MID=59927, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:13:00.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L695] added with generated token KeyToken[127.0.0.1:8240-80F73923AD5562B5], CON-POST MID=59927, Token=80F73923AD5562B5, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:13:00.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59927], KeyToken[127.0.0.1:8240-80F73923AD5562B5]] 08:13:00.789 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E731,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59927, Token=80F73923AD5562B5, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A] 08:13:00.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59927] 08:13:00.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696] replace CON-POST MID=59927, Token=80F73923AD5562B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59927, Token=80F73923AD5562B5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R696] send response NON-2.05 MID=59927, Token=null, OptionSet={}, "server responds hi" 08:13:00.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696, complete]! 08:13:00.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R696, complete] completed NON-2.04 MID=59927, Token=80F73923AD5562B5, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77! 08:13:00.790 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E732,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59927, Token=80F73923AD5562B5, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77] 08:13:00.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59927] 08:13:00.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695, complete]! 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L695, complete] for token KeyToken[127.0.0.1:8240-80F73923AD5562B5] 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L695, complete] for MID KeyMID[127.0.0.1:8240-59927] 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L695, complete] completed CON-POST MID= -1, Token=80F73923AD5562B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59927, Token=80F73923AD5562B5, OptionSet={"Object-Security":0x0A010F}, acked 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A! 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L697] send request 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L697] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:13:00.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L697] added with generated mid KeyMID[127.0.0.1:8240-59928], CON-POST MID=59928, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:13:00.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L697] added with generated token KeyToken[127.0.0.1:8240-9449E262D8559B07], CON-POST MID=59928, Token=9449E262D8559B07, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:13:00.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59928], KeyToken[127.0.0.1:8240-9449E262D8559B07]] 08:13:00.792 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E733,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59928, Token=9449E262D8559B07, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47] 08:13:00.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59928] 08:13:00.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698] replace CON-POST MID=59928, Token=9449E262D8559B07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59928, Token=9449E262D8559B07, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R698] send response NON-2.05 MID=59928, Token=null, OptionSet={}, "server responds hi" 08:13:00.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698, complete]! 08:13:00.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R698, complete] completed NON-2.04 MID=59928, Token=9449E262D8559B07, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48! 08:13:00.793 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E734,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59928, Token=9449E262D8559B07, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48] 08:13:00.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59928] 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697, complete]! 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L697, complete] for token KeyToken[127.0.0.1:8240-9449E262D8559B07] 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L697, complete] for MID KeyMID[127.0.0.1:8240-59928] 08:13:00.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L697, complete] completed CON-POST MID= -1, Token=9449E262D8559B07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59928, Token=9449E262D8559B07, OptionSet={"Object-Security":0x0A0110}, acked CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47! 08:13:00.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L699] send request 08:13:00.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L699] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:13:00.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L699] added with generated mid KeyMID[127.0.0.1:8240-59929], CON-POST MID=59929, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:13:00.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L699] added with generated token KeyToken[127.0.0.1:8240-24A016169F099BB9], CON-POST MID=59929, Token=24A016169F099BB9, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:13:00.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59929], KeyToken[127.0.0.1:8240-24A016169F099BB9]] 08:13:00.794 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.794 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E735,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59929, Token=24A016169F099BB9, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53] 08:13:00.794 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59929] 08:13:00.795 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.795 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700] replace CON-POST MID=59929, Token=24A016169F099BB9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59929, Token=24A016169F099BB9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R700] send response NON-2.05 MID=59929, Token=null, OptionSet={}, "server responds hi" 08:13:00.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700, complete]! 08:13:00.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R700, complete] completed NON-2.04 MID=59929, Token=24A016169F099BB9, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F! 08:13:00.795 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.795 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E736,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59929, Token=24A016169F099BB9, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F] 08:13:00.795 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59929] 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699, complete]! 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L699, complete] for token KeyToken[127.0.0.1:8240-24A016169F099BB9] 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L699, complete] for MID KeyMID[127.0.0.1:8240-59929] 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L699, complete] completed CON-POST MID= -1, Token=24A016169F099BB9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59929, Token=24A016169F099BB9, OptionSet={"Object-Security":0x0A0111}, acked D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53! 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L701] send request 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L701] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:13:00.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L701] added with generated mid KeyMID[127.0.0.1:8240-59930], CON-POST MID=59930, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:13:00.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L701] added with generated token KeyToken[127.0.0.1:8240-04F513E99915F10B], CON-POST MID=59930, Token=04F513E99915F10B, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:13:00.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59930], KeyToken[127.0.0.1:8240-04F513E99915F10B]] 08:13:00.797 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E737,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59930, Token=04F513E99915F10B, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7] 08:13:00.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59930] 08:13:00.797 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.797 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702] replace CON-POST MID=59930, Token=04F513E99915F10B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59930, Token=04F513E99915F10B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R702] send response NON-2.05 MID=59930, Token=null, OptionSet={}, "server responds hi" 08:13:00.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702, complete]! 08:13:00.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R702, complete] completed NON-2.04 MID=59930, Token=04F513E99915F10B, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7! 08:13:00.798 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E738,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59930, Token=04F513E99915F10B, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7] 08:13:00.798 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59930] 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701, complete]! 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L701, complete] for token KeyToken[127.0.0.1:8240-04F513E99915F10B] 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L701, complete] for MID KeyMID[127.0.0.1:8240-59930] 08:13:00.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L701, complete] completed CON-POST MID= -1, Token=04F513E99915F10B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59930, Token=04F513E99915F10B, OptionSet={"Object-Security":0x0A0112}, acked D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7! 08:13:00.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L703] send request 08:13:00.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L703] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:13:00.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L703] added with generated mid KeyMID[127.0.0.1:8240-59931], CON-POST MID=59931, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:13:00.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L703] added with generated token KeyToken[127.0.0.1:8240-1427709F063C4F61], CON-POST MID=59931, Token=1427709F063C4F61, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:13:00.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59931], KeyToken[127.0.0.1:8240-1427709F063C4F61]] 08:13:00.799 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E739,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59931, Token=1427709F063C4F61, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A] 08:13:00.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59931] 08:13:00.800 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.800 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704] replace CON-POST MID=59931, Token=1427709F063C4F61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59931, Token=1427709F063C4F61, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R704] send response NON-2.05 MID=59931, Token=null, OptionSet={}, "server responds hi" 08:13:00.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704, complete]! 08:13:00.800 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R704, complete] completed NON-2.04 MID=59931, Token=1427709F063C4F61, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D! 08:13:00.800 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E740,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59931, Token=1427709F063C4F61, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D] 08:13:00.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59931] 08:13:00.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703, complete]! 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L703, complete] for token KeyToken[127.0.0.1:8240-1427709F063C4F61] 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L703, complete] for MID KeyMID[127.0.0.1:8240-59931] 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L703, complete] completed CON-POST MID= -1, Token=1427709F063C4F61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59931, Token=1427709F063C4F61, OptionSet={"Object-Security":0x0A0113}, acked 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A! 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L705] send request 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L705] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:13:00.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L705] added with generated mid KeyMID[127.0.0.1:8240-59932], CON-POST MID=59932, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:13:00.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L705] added with generated token KeyToken[127.0.0.1:8240-C0E54E0EAE4B4136], CON-POST MID=59932, Token=C0E54E0EAE4B4136, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:13:00.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59932], KeyToken[127.0.0.1:8240-C0E54E0EAE4B4136]] 08:13:00.802 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E741,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59932, Token=C0E54E0EAE4B4136, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E] 08:13:00.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59932] 08:13:00.802 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.802 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706] replace CON-POST MID=59932, Token=C0E54E0EAE4B4136, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59932, Token=C0E54E0EAE4B4136, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R706] send response NON-2.05 MID=59932, Token=null, OptionSet={}, "server responds hi" 08:13:00.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706, complete]! 08:13:00.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R706, complete] completed NON-2.04 MID=59932, Token=C0E54E0EAE4B4136, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC! 08:13:00.803 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E742,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59932, Token=C0E54E0EAE4B4136, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC] 08:13:00.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59932] 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705, complete]! 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L705, complete] for token KeyToken[127.0.0.1:8240-C0E54E0EAE4B4136] 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L705, complete] for MID KeyMID[127.0.0.1:8240-59932] 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L705, complete] completed CON-POST MID= -1, Token=C0E54E0EAE4B4136, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59932, Token=C0E54E0EAE4B4136, OptionSet={"Object-Security":0x0A0114}, acked 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E! 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L707] send request 08:13:00.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L707] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:13:00.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L707] added with generated mid KeyMID[127.0.0.1:8240-59933], CON-POST MID=59933, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:13:00.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L707] added with generated token KeyToken[127.0.0.1:8240-38C9CAF3175F133B], CON-POST MID=59933, Token=38C9CAF3175F133B, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:13:00.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59933], KeyToken[127.0.0.1:8240-38C9CAF3175F133B]] 08:13:00.804 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.804 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E743,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59933, Token=38C9CAF3175F133B, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF] 08:13:00.804 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.804 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59933] 08:13:00.805 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.805 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708] replace CON-POST MID=59933, Token=38C9CAF3175F133B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59933, Token=38C9CAF3175F133B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R708] send response NON-2.05 MID=59933, Token=null, OptionSet={}, "server responds hi" 08:13:00.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708, complete]! 08:13:00.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R708, complete] completed NON-2.04 MID=59933, Token=38C9CAF3175F133B, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69! 08:13:00.805 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.805 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E744,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59933, Token=38C9CAF3175F133B, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69] 08:13:00.805 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59933] 08:13:00.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707, complete]! 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L707, complete] for token KeyToken[127.0.0.1:8240-38C9CAF3175F133B] 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L707, complete] for MID KeyMID[127.0.0.1:8240-59933] 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L707, complete] completed CON-POST MID= -1, Token=38C9CAF3175F133B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59933, Token=38C9CAF3175F133B, OptionSet={"Object-Security":0x0A0115}, acked 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF! 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L709] send request 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L709] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L709] added with generated mid KeyMID[127.0.0.1:8240-59934], CON-POST MID=59934, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L709] added with generated token KeyToken[127.0.0.1:8240-90C0D23D72E9F7E0], CON-POST MID=59934, Token=90C0D23D72E9F7E0, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:13:00.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59934], KeyToken[127.0.0.1:8240-90C0D23D72E9F7E0]] 08:13:00.807 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.807 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E745,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59934, Token=90C0D23D72E9F7E0, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50] 08:13:00.807 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59934] 08:13:00.807 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.807 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710] replace CON-POST MID=59934, Token=90C0D23D72E9F7E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59934, Token=90C0D23D72E9F7E0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R710] send response NON-2.05 MID=59934, Token=null, OptionSet={}, "server responds hi" 08:13:00.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710, complete]! 08:13:00.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R710, complete] completed NON-2.04 MID=59934, Token=90C0D23D72E9F7E0, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B! 08:13:00.808 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E746,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59934, Token=90C0D23D72E9F7E0, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B] 08:13:00.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59934] 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709, complete]! 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L709, complete] for token KeyToken[127.0.0.1:8240-90C0D23D72E9F7E0] 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L709, complete] for MID KeyMID[127.0.0.1:8240-59934] 08:13:00.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L709, complete] completed CON-POST MID= -1, Token=90C0D23D72E9F7E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59934, Token=90C0D23D72E9F7E0, OptionSet={"Object-Security":0x0A0116}, acked D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50! 08:13:00.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L711] send request 08:13:00.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L711] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:13:00.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L711] added with generated mid KeyMID[127.0.0.1:8240-59935], CON-POST MID=59935, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:13:00.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L711] added with generated token KeyToken[127.0.0.1:8240-2C2ED6E89EDBF132], CON-POST MID=59935, Token=2C2ED6E89EDBF132, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:13:00.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59935], KeyToken[127.0.0.1:8240-2C2ED6E89EDBF132]] 08:13:00.853 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E747,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59935, Token=2C2ED6E89EDBF132, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A] 08:13:00.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59935] 08:13:00.853 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.853 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712] replace CON-POST MID=59935, Token=2C2ED6E89EDBF132, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59935, Token=2C2ED6E89EDBF132, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R712] send response NON-2.05 MID=59935, Token=null, OptionSet={}, "server responds hi" 08:13:00.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712, complete]! 08:13:00.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R712, complete] completed NON-2.04 MID=59935, Token=2C2ED6E89EDBF132, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2! 08:13:00.854 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E748,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59935, Token=2C2ED6E89EDBF132, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2] 08:13:00.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59935] 08:13:00.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711, complete]! 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L711, complete] for token KeyToken[127.0.0.1:8240-2C2ED6E89EDBF132] 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L711, complete] for MID KeyMID[127.0.0.1:8240-59935] 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L711, complete] completed CON-POST MID= -1, Token=2C2ED6E89EDBF132, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59935, Token=2C2ED6E89EDBF132, OptionSet={"Object-Security":0x0A0117}, acked 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A! 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L713] send request 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L713] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L713] added with generated mid KeyMID[127.0.0.1:8240-59936], CON-POST MID=59936, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L713] added with generated token KeyToken[127.0.0.1:8240-082E3E73B6CBCBB7], CON-POST MID=59936, Token=082E3E73B6CBCBB7, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:13:00.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59936], KeyToken[127.0.0.1:8240-082E3E73B6CBCBB7]] 08:13:00.856 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E749,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59936, Token=082E3E73B6CBCBB7, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0] 08:13:00.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59936] 08:13:00.856 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.856 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714] replace CON-POST MID=59936, Token=082E3E73B6CBCBB7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59936, Token=082E3E73B6CBCBB7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R714] send response NON-2.05 MID=59936, Token=null, OptionSet={}, "server responds hi" 08:13:00.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, complete]! 08:13:00.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R714, complete] completed NON-2.04 MID=59936, Token=082E3E73B6CBCBB7, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C! 08:13:00.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E750,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59936, Token=082E3E73B6CBCBB7, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C] 08:13:00.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59936] 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713, complete]! 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L713, complete] for token KeyToken[127.0.0.1:8240-082E3E73B6CBCBB7] 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L713, complete] for MID KeyMID[127.0.0.1:8240-59936] 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L713, complete] completed CON-POST MID= -1, Token=082E3E73B6CBCBB7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59936, Token=082E3E73B6CBCBB7, OptionSet={"Object-Security":0x0A0118}, acked 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0! 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L715] send request 08:13:00.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L715] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:13:00.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L715] added with generated mid KeyMID[127.0.0.1:8240-59937], CON-POST MID=59937, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:13:00.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L715] added with generated token KeyToken[127.0.0.1:8240-80851534B55EF0B8], CON-POST MID=59937, Token=80851534B55EF0B8, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:13:00.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59937], KeyToken[127.0.0.1:8240-80851534B55EF0B8]] 08:13:00.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E751,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59937, Token=80851534B55EF0B8, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33] 08:13:00.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59937] 08:13:00.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716] replace CON-POST MID=59937, Token=80851534B55EF0B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59937, Token=80851534B55EF0B8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R716] send response NON-2.05 MID=59937, Token=null, OptionSet={}, "server responds hi" 08:13:00.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, complete]! 08:13:00.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R716, complete] completed NON-2.04 MID=59937, Token=80851534B55EF0B8, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF! 08:13:00.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E752,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59937, Token=80851534B55EF0B8, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF] 08:13:00.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59937] 08:13:00.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715, complete]! 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L715, complete] for token KeyToken[127.0.0.1:8240-80851534B55EF0B8] 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L715, complete] for MID KeyMID[127.0.0.1:8240-59937] 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L715, complete] completed CON-POST MID= -1, Token=80851534B55EF0B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59937, Token=80851534B55EF0B8, OptionSet={"Object-Security":0x0A0119}, acked 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33! 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L717] send request 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L717] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:13:00.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L717] added with generated mid KeyMID[127.0.0.1:8240-59938], CON-POST MID=59938, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:13:00.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L717] added with generated token KeyToken[127.0.0.1:8240-E400A82E469C1628], CON-POST MID=59938, Token=E400A82E469C1628, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:13:00.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59938], KeyToken[127.0.0.1:8240-E400A82E469C1628]] 08:13:00.861 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E753,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59938, Token=E400A82E469C1628, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F] 08:13:00.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59938] 08:13:00.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718] replace CON-POST MID=59938, Token=E400A82E469C1628, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59938, Token=E400A82E469C1628, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R718] send response NON-2.05 MID=59938, Token=null, OptionSet={}, "server responds hi" 08:13:00.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, complete]! 08:13:00.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R718, complete] completed NON-2.04 MID=59938, Token=E400A82E469C1628, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41! 08:13:00.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E754,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59938, Token=E400A82E469C1628, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41] 08:13:00.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59938] 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717, complete]! 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L717, complete] for token KeyToken[127.0.0.1:8240-E400A82E469C1628] 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L717, complete] for MID KeyMID[127.0.0.1:8240-59938] 08:13:00.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L717, complete] completed CON-POST MID= -1, Token=E400A82E469C1628, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59938, Token=E400A82E469C1628, OptionSet={"Object-Security":0x0A011A}, acked 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F! 08:13:00.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L719] send request 08:13:00.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L719] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:13:00.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L719] added with generated mid KeyMID[127.0.0.1:8240-59939], CON-POST MID=59939, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:13:00.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L719] added with generated token KeyToken[127.0.0.1:8240-78B48DC8C9CC179D], CON-POST MID=59939, Token=78B48DC8C9CC179D, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:13:00.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59939], KeyToken[127.0.0.1:8240-78B48DC8C9CC179D]] 08:13:00.863 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E755,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59939, Token=78B48DC8C9CC179D, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F] 08:13:00.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59939] 08:13:00.864 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.864 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720] replace CON-POST MID=59939, Token=78B48DC8C9CC179D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59939, Token=78B48DC8C9CC179D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R720] send response NON-2.05 MID=59939, Token=null, OptionSet={}, "server responds hi" 08:13:00.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, complete]! 08:13:00.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R720, complete] completed NON-2.04 MID=59939, Token=78B48DC8C9CC179D, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91! 08:13:00.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E756,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59939, Token=78B48DC8C9CC179D, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91] 08:13:00.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59939] 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719, complete]! 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L719, complete] for token KeyToken[127.0.0.1:8240-78B48DC8C9CC179D] 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L719, complete] for MID KeyMID[127.0.0.1:8240-59939] 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L719, complete] completed CON-POST MID= -1, Token=78B48DC8C9CC179D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59939, Token=78B48DC8C9CC179D, OptionSet={"Object-Security":0x0A011B}, acked ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F! 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L721] send request 08:13:00.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L721] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:13:00.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L721] added with generated mid KeyMID[127.0.0.1:8240-59940], CON-POST MID=59940, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:13:00.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L721] added with generated token KeyToken[127.0.0.1:8240-F8A9347AF43B4500], CON-POST MID=59940, Token=F8A9347AF43B4500, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:13:00.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59940], KeyToken[127.0.0.1:8240-F8A9347AF43B4500]] 08:13:00.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E757,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59940, Token=F8A9347AF43B4500, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2] 08:13:00.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59940] 08:13:00.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722] replace CON-POST MID=59940, Token=F8A9347AF43B4500, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59940, Token=F8A9347AF43B4500, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R722] send response NON-2.05 MID=59940, Token=null, OptionSet={}, "server responds hi" 08:13:00.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, complete]! 08:13:00.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R722, complete] completed NON-2.04 MID=59940, Token=F8A9347AF43B4500, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05! 08:13:00.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E758,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59940, Token=F8A9347AF43B4500, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05] 08:13:00.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59940] 08:13:00.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721, complete]! 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L721, complete] for token KeyToken[127.0.0.1:8240-F8A9347AF43B4500] 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L721, complete] for MID KeyMID[127.0.0.1:8240-59940] 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L721, complete] completed CON-POST MID= -1, Token=F8A9347AF43B4500, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59940, Token=F8A9347AF43B4500, OptionSet={"Object-Security":0x0A011C}, acked 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2! 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L723] send request 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L723] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L723] added with generated mid KeyMID[127.0.0.1:8240-59941], CON-POST MID=59941, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:13:00.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L723] added with generated token KeyToken[127.0.0.1:8240-14784975E7D4AC4D], CON-POST MID=59941, Token=14784975E7D4AC4D, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:13:00.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59941], KeyToken[127.0.0.1:8240-14784975E7D4AC4D]] 08:13:00.869 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E759,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59941, Token=14784975E7D4AC4D, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63] 08:13:00.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59941] 08:13:00.869 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.869 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724] replace CON-POST MID=59941, Token=14784975E7D4AC4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59941, Token=14784975E7D4AC4D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R724] send response NON-2.05 MID=59941, Token=null, OptionSet={}, "server responds hi" 08:13:00.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724, complete]! 08:13:00.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R724, complete] completed NON-2.04 MID=59941, Token=14784975E7D4AC4D, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C! 08:13:00.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E760,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59941, Token=14784975E7D4AC4D, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C] 08:13:00.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59941] 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723, complete]! 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L723, complete] for token KeyToken[127.0.0.1:8240-14784975E7D4AC4D] 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L723, complete] for MID KeyMID[127.0.0.1:8240-59941] 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L723, complete] completed CON-POST MID= -1, Token=14784975E7D4AC4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59941, Token=14784975E7D4AC4D, OptionSet={"Object-Security":0x0A011D}, acked 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63! 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L725] send request 08:13:00.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L725] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:13:00.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L725] added with generated mid KeyMID[127.0.0.1:8240-59942], CON-POST MID=59942, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:13:00.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L725] added with generated token KeyToken[127.0.0.1:8240-18A295F62BEF4276], CON-POST MID=59942, Token=18A295F62BEF4276, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:13:00.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59942], KeyToken[127.0.0.1:8240-18A295F62BEF4276]] 08:13:00.871 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E761,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59942, Token=18A295F62BEF4276, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E] 08:13:00.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59942] 08:13:00.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726] replace CON-POST MID=59942, Token=18A295F62BEF4276, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59942, Token=18A295F62BEF4276, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R726] send response NON-2.05 MID=59942, Token=null, OptionSet={}, "server responds hi" 08:13:00.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, complete]! 08:13:00.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R726, complete] completed NON-2.04 MID=59942, Token=18A295F62BEF4276, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51! 08:13:00.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E762,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59942, Token=18A295F62BEF4276, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51] 08:13:00.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59942] 08:13:00.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725, complete]! 08:13:00.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L725, complete] for token KeyToken[127.0.0.1:8240-18A295F62BEF4276] 08:13:00.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L725, complete] for MID KeyMID[127.0.0.1:8240-59942] 08:13:00.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L725, complete] completed CON-POST MID= -1, Token=18A295F62BEF4276, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59942, Token=18A295F62BEF4276, OptionSet={"Object-Security":0x0A011E}, acked F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E! 08:13:00.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L727] send request 08:13:00.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L727] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:13:00.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L727] added with generated mid KeyMID[127.0.0.1:8240-59943], CON-POST MID=59943, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:13:00.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L727] added with generated token KeyToken[127.0.0.1:8240-C85B0B49B01E0BB8], CON-POST MID=59943, Token=C85B0B49B01E0BB8, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:13:00.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59943], KeyToken[127.0.0.1:8240-C85B0B49B01E0BB8]] 08:13:00.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E763,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59943, Token=C85B0B49B01E0BB8, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA] 08:13:00.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59943] 08:13:00.874 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.874 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728] replace CON-POST MID=59943, Token=C85B0B49B01E0BB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59943, Token=C85B0B49B01E0BB8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R728] send response NON-2.05 MID=59943, Token=null, OptionSet={}, "server responds hi" 08:13:00.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, complete]! 08:13:00.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R728, complete] completed NON-2.04 MID=59943, Token=C85B0B49B01E0BB8, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C! 08:13:00.875 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E764,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59943, Token=C85B0B49B01E0BB8, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C] 08:13:00.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59943] 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727, complete]! 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L727, complete] for token KeyToken[127.0.0.1:8240-C85B0B49B01E0BB8] 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L727, complete] for MID KeyMID[127.0.0.1:8240-59943] 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L727, complete] completed CON-POST MID= -1, Token=C85B0B49B01E0BB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59943, Token=C85B0B49B01E0BB8, OptionSet={"Object-Security":0x0A011F}, acked CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA! 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729] send request 08:13:00.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:13:00.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729] added with generated mid KeyMID[127.0.0.1:8240-59944], CON-POST MID=59944, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:13:00.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729] added with generated token KeyToken[127.0.0.1:8240-706F7F1584BDDED2], CON-POST MID=59944, Token=706F7F1584BDDED2, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:13:00.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59944], KeyToken[127.0.0.1:8240-706F7F1584BDDED2]] 08:13:00.877 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E765,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59944, Token=706F7F1584BDDED2, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1] 08:13:00.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59944] 08:13:00.877 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.877 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730] replace CON-POST MID=59944, Token=706F7F1584BDDED2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59944, Token=706F7F1584BDDED2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R730] send response NON-2.05 MID=59944, Token=null, OptionSet={}, "server responds hi" 08:13:00.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, complete]! 08:13:00.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R730, complete] completed NON-2.04 MID=59944, Token=706F7F1584BDDED2, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F! 08:13:00.878 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E766,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59944, Token=706F7F1584BDDED2, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F] 08:13:00.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59944] 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, complete]! 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, complete] for token KeyToken[127.0.0.1:8240-706F7F1584BDDED2] 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, complete] for MID KeyMID[127.0.0.1:8240-59944] 08:13:00.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L729, complete] completed CON-POST MID= -1, Token=706F7F1584BDDED2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59944, Token=706F7F1584BDDED2, OptionSet={"Object-Security":0x0A0120}, acked 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1! 08:13:00.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L731] send request 08:13:00.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L731] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:13:00.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L731] added with generated mid KeyMID[127.0.0.1:8240-59945], CON-POST MID=59945, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:13:00.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L731] added with generated token KeyToken[127.0.0.1:8240-10F29BD1627E7263], CON-POST MID=59945, Token=10F29BD1627E7263, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:13:00.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59945], KeyToken[127.0.0.1:8240-10F29BD1627E7263]] 08:13:00.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E767,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59945, Token=10F29BD1627E7263, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42] 08:13:00.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59945] 08:13:00.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732] replace CON-POST MID=59945, Token=10F29BD1627E7263, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59945, Token=10F29BD1627E7263, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R732] send response NON-2.05 MID=59945, Token=null, OptionSet={}, "server responds hi" 08:13:00.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, complete]! 08:13:00.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R732, complete] completed NON-2.04 MID=59945, Token=10F29BD1627E7263, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4! 08:13:00.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E768,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59945, Token=10F29BD1627E7263, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4] 08:13:00.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59945] 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731, complete]! 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L731, complete] for token KeyToken[127.0.0.1:8240-10F29BD1627E7263] 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L731, complete] for MID KeyMID[127.0.0.1:8240-59945] 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L731, complete] completed CON-POST MID= -1, Token=10F29BD1627E7263, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59945, Token=10F29BD1627E7263, OptionSet={"Object-Security":0x0A0121}, acked BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42! 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L733] send request 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L733] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L733] added with generated mid KeyMID[127.0.0.1:8240-59946], CON-POST MID=59946, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L733] added with generated token KeyToken[127.0.0.1:8240-845AAC4C635893AA], CON-POST MID=59946, Token=845AAC4C635893AA, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:13:00.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59946], KeyToken[127.0.0.1:8240-845AAC4C635893AA]] 08:13:00.882 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E769,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59946, Token=845AAC4C635893AA, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17] 08:13:00.882 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59946] 08:13:00.882 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.882 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734] replace CON-POST MID=59946, Token=845AAC4C635893AA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59946, Token=845AAC4C635893AA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R734] send response NON-2.05 MID=59946, Token=null, OptionSet={}, "server responds hi" 08:13:00.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734, complete]! 08:13:00.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R734, complete] completed NON-2.04 MID=59946, Token=845AAC4C635893AA, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C! 08:13:00.882 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E770,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59946, Token=845AAC4C635893AA, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C] 08:13:00.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59946] 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733, complete]! 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L733, complete] for token KeyToken[127.0.0.1:8240-845AAC4C635893AA] 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L733, complete] for MID KeyMID[127.0.0.1:8240-59946] 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L733, complete] completed CON-POST MID= -1, Token=845AAC4C635893AA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59946, Token=845AAC4C635893AA, OptionSet={"Object-Security":0x0A0122}, acked A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17! 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735] send request 08:13:00.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:13:00.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735] added with generated mid KeyMID[127.0.0.1:8240-59947], CON-POST MID=59947, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:13:00.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735] added with generated token KeyToken[127.0.0.1:8240-240FAB0CF0FFB41C], CON-POST MID=59947, Token=240FAB0CF0FFB41C, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:13:00.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59947], KeyToken[127.0.0.1:8240-240FAB0CF0FFB41C]] 08:13:00.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E771,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59947, Token=240FAB0CF0FFB41C, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D] 08:13:00.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59947] 08:13:00.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736] replace CON-POST MID=59947, Token=240FAB0CF0FFB41C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59947, Token=240FAB0CF0FFB41C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R736] send response NON-2.05 MID=59947, Token=null, OptionSet={}, "server responds hi" 08:13:00.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, complete]! 08:13:00.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R736, complete] completed NON-2.04 MID=59947, Token=240FAB0CF0FFB41C, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03! 08:13:00.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E772,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59947, Token=240FAB0CF0FFB41C, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03] 08:13:00.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59947] 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, complete]! 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, complete] for token KeyToken[127.0.0.1:8240-240FAB0CF0FFB41C] 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, complete] for MID KeyMID[127.0.0.1:8240-59947] 08:13:00.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L735, complete] completed CON-POST MID= -1, Token=240FAB0CF0FFB41C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59947, Token=240FAB0CF0FFB41C, OptionSet={"Object-Security":0x0A0123}, acked 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D! 08:13:00.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737] send request 08:13:00.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:13:00.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737] added with generated mid KeyMID[127.0.0.1:8240-59948], CON-POST MID=59948, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:13:00.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737] added with generated token KeyToken[127.0.0.1:8240-ACBD38F6E51F7081], CON-POST MID=59948, Token=ACBD38F6E51F7081, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:13:00.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59948], KeyToken[127.0.0.1:8240-ACBD38F6E51F7081]] 08:13:00.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E773,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59948, Token=ACBD38F6E51F7081, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00] 08:13:00.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59948] 08:13:00.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738] replace CON-POST MID=59948, Token=ACBD38F6E51F7081, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59948, Token=ACBD38F6E51F7081, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R738] send response NON-2.05 MID=59948, Token=null, OptionSet={}, "server responds hi" 08:13:00.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, complete]! 08:13:00.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R738, complete] completed NON-2.04 MID=59948, Token=ACBD38F6E51F7081, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E! 08:13:00.887 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E774,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59948, Token=ACBD38F6E51F7081, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E] 08:13:00.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59948] 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, complete]! 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, complete] for token KeyToken[127.0.0.1:8240-ACBD38F6E51F7081] 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, complete] for MID KeyMID[127.0.0.1:8240-59948] 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L737, complete] completed CON-POST MID= -1, Token=ACBD38F6E51F7081, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59948, Token=ACBD38F6E51F7081, OptionSet={"Object-Security":0x0A0124}, acked 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00! 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739] send request 08:13:00.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:13:00.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739] added with generated mid KeyMID[127.0.0.1:8240-59949], CON-POST MID=59949, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:13:00.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739] added with generated token KeyToken[127.0.0.1:8240-782ED1F09AB5DCD9], CON-POST MID=59949, Token=782ED1F09AB5DCD9, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:13:00.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59949], KeyToken[127.0.0.1:8240-782ED1F09AB5DCD9]] 08:13:00.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E775,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59949, Token=782ED1F09AB5DCD9, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53] 08:13:00.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59949] 08:13:00.889 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.889 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740] replace CON-POST MID=59949, Token=782ED1F09AB5DCD9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59949, Token=782ED1F09AB5DCD9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R740] send response NON-2.05 MID=59949, Token=null, OptionSet={}, "server responds hi" 08:13:00.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, complete]! 08:13:00.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R740, complete] completed NON-2.04 MID=59949, Token=782ED1F09AB5DCD9, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11! 08:13:00.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E776,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59949, Token=782ED1F09AB5DCD9, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11] 08:13:00.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59949] 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, complete]! 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, complete] for token KeyToken[127.0.0.1:8240-782ED1F09AB5DCD9] 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, complete] for MID KeyMID[127.0.0.1:8240-59949] 08:13:00.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L739, complete] completed CON-POST MID= -1, Token=782ED1F09AB5DCD9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59949, Token=782ED1F09AB5DCD9, OptionSet={"Object-Security":0x0A0125}, acked 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53! 08:13:00.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741] send request 08:13:00.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:13:00.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741] added with generated mid KeyMID[127.0.0.1:8240-59950], CON-POST MID=59950, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:13:00.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741] added with generated token KeyToken[127.0.0.1:8240-3C4057254B394599], CON-POST MID=59950, Token=3C4057254B394599, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:13:00.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59950], KeyToken[127.0.0.1:8240-3C4057254B394599]] 08:13:00.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E777,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59950, Token=3C4057254B394599, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C] 08:13:00.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59950] 08:13:00.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742] replace CON-POST MID=59950, Token=3C4057254B394599, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59950, Token=3C4057254B394599, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R742] send response NON-2.05 MID=59950, Token=null, OptionSet={}, "server responds hi" 08:13:00.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, complete]! 08:13:00.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R742, complete] completed NON-2.04 MID=59950, Token=3C4057254B394599, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B! 08:13:00.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E778,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59950, Token=3C4057254B394599, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B] 08:13:00.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59950] 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, complete]! 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, complete] for token KeyToken[127.0.0.1:8240-3C4057254B394599] 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, complete] for MID KeyMID[127.0.0.1:8240-59950] 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L741, complete] completed CON-POST MID= -1, Token=3C4057254B394599, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59950, Token=3C4057254B394599, OptionSet={"Object-Security":0x0A0126}, acked 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C! 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L743] send request 08:13:00.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L743] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:13:00.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L743] added with generated mid KeyMID[127.0.0.1:8240-59951], CON-POST MID=59951, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:13:00.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L743] added with generated token KeyToken[127.0.0.1:8240-54005FADBF325141], CON-POST MID=59951, Token=54005FADBF325141, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:13:00.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59951], KeyToken[127.0.0.1:8240-54005FADBF325141]] 08:13:00.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E779,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59951, Token=54005FADBF325141, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF] 08:13:00.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59951] 08:13:00.894 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.894 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744] replace CON-POST MID=59951, Token=54005FADBF325141, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59951, Token=54005FADBF325141, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R744] send response NON-2.05 MID=59951, Token=null, OptionSet={}, "server responds hi" 08:13:00.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744, complete]! 08:13:00.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R744, complete] completed NON-2.04 MID=59951, Token=54005FADBF325141, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17! 08:13:00.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E780,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59951, Token=54005FADBF325141, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17] 08:13:00.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59951] 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743, complete]! 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L743, complete] for token KeyToken[127.0.0.1:8240-54005FADBF325141] 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L743, complete] for MID KeyMID[127.0.0.1:8240-59951] 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L743, complete] completed CON-POST MID= -1, Token=54005FADBF325141, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59951, Token=54005FADBF325141, OptionSet={"Object-Security":0x0A0127}, acked 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF! 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L745] send request 08:13:00.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L745] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:13:00.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L745] added with generated mid KeyMID[127.0.0.1:8240-59952], CON-POST MID=59952, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:13:00.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L745] added with generated token KeyToken[127.0.0.1:8240-3C42EEF53F74E111], CON-POST MID=59952, Token=3C42EEF53F74E111, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:13:00.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59952], KeyToken[127.0.0.1:8240-3C42EEF53F74E111]] 08:13:00.896 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E781,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59952, Token=3C42EEF53F74E111, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED] 08:13:00.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59952] 08:13:00.896 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.896 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R746] replace CON-POST MID=59952, Token=3C42EEF53F74E111, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59952, Token=3C42EEF53F74E111, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R746] send response NON-2.05 MID=59952, Token=null, OptionSet={}, "server responds hi" 08:13:00.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R746, complete]! 08:13:00.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R746, complete] completed NON-2.04 MID=59952, Token=3C42EEF53F74E111, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3! 08:13:00.897 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E782,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59952, Token=3C42EEF53F74E111, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3] 08:13:00.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59952] 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745, complete]! 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L745, complete] for token KeyToken[127.0.0.1:8240-3C42EEF53F74E111] 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L745, complete] for MID KeyMID[127.0.0.1:8240-59952] 08:13:00.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L745, complete] completed CON-POST MID= -1, Token=3C42EEF53F74E111, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59952, Token=3C42EEF53F74E111, OptionSet={"Object-Security":0x0A0128}, acked 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED! 08:13:00.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L747] send request 08:13:00.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L747] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:13:00.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L747] added with generated mid KeyMID[127.0.0.1:8240-59953], CON-POST MID=59953, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:13:00.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L747] added with generated token KeyToken[127.0.0.1:8240-C0E92816F3EFC9C0], CON-POST MID=59953, Token=C0E92816F3EFC9C0, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:13:00.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59953], KeyToken[127.0.0.1:8240-C0E92816F3EFC9C0]] 08:13:00.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E783,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59953, Token=C0E92816F3EFC9C0, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D] 08:13:00.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59953] 08:13:00.899 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.899 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748] replace CON-POST MID=59953, Token=C0E92816F3EFC9C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59953, Token=C0E92816F3EFC9C0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R748] send response NON-2.05 MID=59953, Token=null, OptionSet={}, "server responds hi" 08:13:00.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748, complete]! 08:13:00.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R748, complete] completed NON-2.04 MID=59953, Token=C0E92816F3EFC9C0, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78! 08:13:00.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E784,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59953, Token=C0E92816F3EFC9C0, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78] 08:13:00.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59953] 08:13:00.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747, complete]! 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L747, complete] for token KeyToken[127.0.0.1:8240-C0E92816F3EFC9C0] 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L747, complete] for MID KeyMID[127.0.0.1:8240-59953] 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L747, complete] completed CON-POST MID= -1, Token=C0E92816F3EFC9C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59953, Token=C0E92816F3EFC9C0, OptionSet={"Object-Security":0x0A0129}, acked 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D! 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L749] send request 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L749] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L749] added with generated mid KeyMID[127.0.0.1:8240-59954], CON-POST MID=59954, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L749] added with generated token KeyToken[127.0.0.1:8240-84E7BD87AA60167D], CON-POST MID=59954, Token=84E7BD87AA60167D, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:13:00.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59954], KeyToken[127.0.0.1:8240-84E7BD87AA60167D]] 08:13:00.901 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.901 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E785,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59954, Token=84E7BD87AA60167D, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6] 08:13:00.901 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59954] 08:13:00.901 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.901 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750] replace CON-POST MID=59954, Token=84E7BD87AA60167D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59954, Token=84E7BD87AA60167D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R750] send response NON-2.05 MID=59954, Token=null, OptionSet={}, "server responds hi" 08:13:00.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, complete]! 08:13:00.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R750, complete] completed NON-2.04 MID=59954, Token=84E7BD87AA60167D, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9! 08:13:00.901 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E786,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59954, Token=84E7BD87AA60167D, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9] 08:13:00.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59954] 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749, complete]! 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L749, complete] for token KeyToken[127.0.0.1:8240-84E7BD87AA60167D] 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L749, complete] for MID KeyMID[127.0.0.1:8240-59954] 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L749, complete] completed CON-POST MID= -1, Token=84E7BD87AA60167D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59954, Token=84E7BD87AA60167D, OptionSet={"Object-Security":0x0A012A}, acked AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6! 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L751] send request 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L751] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:13:00.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L751] added with generated mid KeyMID[127.0.0.1:8240-59955], CON-POST MID=59955, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:13:00.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L751] added with generated token KeyToken[127.0.0.1:8240-305D9D7AE7175253], CON-POST MID=59955, Token=305D9D7AE7175253, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:13:00.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-59955], KeyToken[127.0.0.1:8240-305D9D7AE7175253]] 08:13:00.903 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:13:00.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E787,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=59955, Token=305D9D7AE7175253, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46] 08:13:00.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:13:00.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-59955] 08:13:00.903 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.903 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752] replace CON-POST MID=59955, Token=305D9D7AE7175253, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=59955, Token=305D9D7AE7175253, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R752] send response NON-2.05 MID=59955, Token=null, OptionSet={}, "server responds hi" 08:13:00.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, complete]! 08:13:00.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R752, complete] completed NON-2.04 MID=59955, Token=305D9D7AE7175253, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C! 08:13:00.904 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E788,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=59955, Token=305D9D7AE7175253, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C] 08:13:00.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-59955] 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751, complete]! 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L751, complete] for token KeyToken[127.0.0.1:8240-305D9D7AE7175253] 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L751, complete] for MID KeyMID[127.0.0.1:8240-59955] 08:13:00.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L751, complete] completed CON-POST MID= -1, Token=305D9D7AE7175253, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59955, Token=305D9D7AE7175253, OptionSet={"Object-Security":0x0A012B}, acked 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46! 08:13:00.905 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:00.905 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8240 08:13:00.905 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8240 08:13:00.905 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8240] stopping ... 08:13:00.905 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /127.0.0.1 08:13:00.905 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8240] has stopped. 08:13:00.905 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8240 08:13:00.905 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:00.906 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:00.906 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:00.906 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:00.906 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:00.906 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:00.906 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:00.907 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:00.907 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:00.907 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:00.907 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241 08:13:00.907 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:00.907 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8241, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:00.907 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:00.907 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:00.907 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8241 client sent request 08:13:00.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L753] send request 08:13:00.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L753] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L753] added with KeyMID[127.0.0.1:8241-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L753] added with generated token KeyToken[127.0.0.1:8241-FCEE824BA58C496C], CON-POST MID=10000, Token=FCEE824BA58C496C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8241-10000], KeyToken[127.0.0.1:8241-FCEE824BA58C496C]] 08:13:00.908 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8241 08:13:00.908 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E789,T212) 127.0.0.1:8,237 ==> :8,241 [CON-POST MID=10000, Token=FCEE824BA58C496C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:00.909 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8241) received 40 bytes from 127.0.0.1:8237 08:13:00.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-10000] 08:13:00.909 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.909 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754] replace CON-POST MID=10000, Token=FCEE824BA58C496C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=FCEE824BA58C496C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R754] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 08:13:00.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754, complete]! 08:13:00.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R754, complete] completed NON-2.04 MID=10000, Token=FCEE824BA58C496C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:13:00.910 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.910 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E790,T192) 127.0.0.1:8,241 ==> :8,237 [NON-2.04 MID=10000, Token=FCEE824BA58C496C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:13:00.910 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8241 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8241-10000] 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753, complete]! 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L753, complete] for token KeyToken[127.0.0.1:8241-FCEE824BA58C496C] 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L753, complete] for MID KeyMID[127.0.0.1:8241-10000] 08:13:00.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L753, complete] completed CON-POST MID=10000, Token=FCEE824BA58C496C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=FCEE824BA58C496C, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response 08:13:00.910 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:00.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8241 08:13:00.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8241 08:13:00.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] stopping ... 08:13:00.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /127.0.0.1 08:13:00.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] has stopped. 08:13:00.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8241 08:13:00.952 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:00.952 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:00.952 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:00.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:00.953 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:00.953 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:00.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:00.953 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:00.953 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:00.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:00.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242 08:13:00.953 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:00.953 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8242, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:00.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:00.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8242 08:13:00.953 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:13:00.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L755] send request 08:13:00.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L755] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:13:00.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L755] added with KeyMID[127.0.0.1:8242-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:13:00.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L755] added with generated token KeyToken[127.0.0.1:8242-1C3C0B6D877DD2DC], CON-POST MID=10000, Token=1C3C0B6D877DD2DC, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:13:00.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-10000], KeyToken[127.0.0.1:8242-1C3C0B6D877DD2DC]] 08:13:00.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8242 08:13:00.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E791,T217) 127.0.0.1:8,237 ==> :8,242 [CON-POST MID=10000, Token=1C3C0B6D877DD2DC, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41] 08:13:00.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 41 bytes from 127.0.0.1:8237 08:13:00.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-10000] 08:13:00.955 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.955 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.955 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 08:13:00.955 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 08:13:00.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R756, complete]! 08:13:00.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R756, complete] completed ACK-4.01 MID=10000, Token=1C3C0B6D877DD2DC, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 08:13:00.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8237 08:13:00.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E792,T192) 127.0.0.1:8,242 ==> :8,237 [ACK-4.01 MID=10000, Token=1C3C0B6D877DD2DC, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 08:13:00.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 41 bytes from 127.0.0.1:8242 08:13:00.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:00.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=1C3C0B6D877DD2DC, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 08:13:00.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755, complete]! 08:13:00.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L755, complete] for token KeyToken[127.0.0.1:8242-1C3C0B6D877DD2DC] 08:13:00.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L755, complete] for MID KeyMID[127.0.0.1:8242-10000] 08:13:00.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L755, complete] completed CON-POST MID=10000, Token=1C3C0B6D877DD2DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=1C3C0B6D877DD2DC, OptionSet={"Object-Security":0x090077}, acked 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41! client received response 08:13:00.956 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:00.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8242 08:13:00.956 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8242 08:13:00.956 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8242] stopping ... 08:13:00.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /127.0.0.1 08:13:00.956 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8242] has stopped. 08:13:00.956 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8242 08:13:00.956 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:00.957 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:00.957 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:00.957 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:00.957 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:00.957 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:00.958 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:00.958 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:00.958 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:00.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:00.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243 08:13:00.958 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:00.958 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8243, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:00.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:00.958 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8243 08:13:00.958 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:00.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L757] send request 08:13:00.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L757] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L757] added with generated mid KeyMID[127.0.0.1:8243-44426], CON-POST MID=44426, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L757] added with generated token KeyToken[127.0.0.1:8243-0C26268598178776], CON-POST MID=44426, Token=0C26268598178776, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-44426], KeyToken[127.0.0.1:8243-0C26268598178776]] 08:13:00.960 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8243 08:13:00.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E793,T222) 127.0.0.1:8,237 ==> :8,243 [CON-POST MID=44426, Token=0C26268598178776, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:00.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 40 bytes from 127.0.0.1:8237 08:13:00.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-44426] 08:13:00.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758] replace CON-POST MID=44426, Token=0C26268598178776, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=44426, Token=0C26268598178776, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R758] send response NON-2.05 MID=44426, Token=null, OptionSet={}, "server responds hi" 08:13:00.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758, complete]! 08:13:00.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R758, complete] completed NON-2.04 MID=44426, Token=0C26268598178776, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:13:00.961 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E794,T192) 127.0.0.1:8,243 ==> :8,237 [NON-2.04 MID=44426, Token=0C26268598178776, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:13:00.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8243 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-44426] 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757, complete]! 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L757, complete] for token KeyToken[127.0.0.1:8243-0C26268598178776] 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L757, complete] for MID KeyMID[127.0.0.1:8243-44426] 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L757, complete] completed CON-POST MID= -1, Token=0C26268598178776, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=44426, Token=0C26268598178776, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L759] send request 08:13:00.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L759] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L759] added with generated mid KeyMID[127.0.0.1:8243-44427], CON-POST MID=44427, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L759] added with generated token KeyToken[127.0.0.1:8243-DC6CF5D78ABA2C93], CON-POST MID=44427, Token=DC6CF5D78ABA2C93, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-44427], KeyToken[127.0.0.1:8243-DC6CF5D78ABA2C93]] 08:13:00.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8243 08:13:00.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E795,T222) 127.0.0.1:8,237 ==> :8,243 [CON-POST MID=44427, Token=DC6CF5D78ABA2C93, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:13:00.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 40 bytes from 127.0.0.1:8237 08:13:00.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-44427] 08:13:00.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760] replace CON-POST MID=44427, Token=DC6CF5D78ABA2C93, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=44427, Token=DC6CF5D78ABA2C93, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R760] send response NON-2.05 MID=44427, Token=null, OptionSet={}, "server responds hi" 08:13:00.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760, complete]! 08:13:00.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R760, complete] completed NON-2.04 MID=44427, Token=DC6CF5D78ABA2C93, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:13:00.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E796,T192) 127.0.0.1:8,243 ==> :8,237 [NON-2.04 MID=44427, Token=DC6CF5D78ABA2C93, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:13:00.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8243 08:13:00.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-44427] 08:13:00.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759, complete]! 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L759, complete] for token KeyToken[127.0.0.1:8243-DC6CF5D78ABA2C93] 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L759, complete] for MID KeyMID[127.0.0.1:8243-44427] 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L759, complete] completed CON-POST MID= -1, Token=DC6CF5D78ABA2C93, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=44427, Token=DC6CF5D78ABA2C93, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L761] send request 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L761] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L761] added with generated mid KeyMID[127.0.0.1:8243-44428], CON-POST MID=44428, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L761] added with generated token KeyToken[127.0.0.1:8243-04FE49019191575D], CON-POST MID=44428, Token=04FE49019191575D, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-44428], KeyToken[127.0.0.1:8243-04FE49019191575D]] 08:13:00.965 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8243 08:13:00.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E797,T222) 127.0.0.1:8,237 ==> :8,243 [CON-POST MID=44428, Token=04FE49019191575D, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:00.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 40 bytes from 127.0.0.1:8237 08:13:00.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-44428] 08:13:00.965 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.965 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.965 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 08:13:00.965 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:13:00.965 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 08:13:00.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R762, complete]! 08:13:00.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R762, complete] completed ACK-4.01 MID=44428, Token=04FE49019191575D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 08:13:00.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8237 08:13:00.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E798,T192) 127.0.0.1:8,243 ==> :8,237 [ACK-4.01 MID=44428, Token=04FE49019191575D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 08:13:00.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 30 bytes from 127.0.0.1:8243 08:13:00.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:00.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=44428, Token=04FE49019191575D, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 08:13:00.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761, complete]! 08:13:00.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L761, complete] for token KeyToken[127.0.0.1:8243-04FE49019191575D] 08:13:00.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L761, complete] for MID KeyMID[127.0.0.1:8243-44428] 08:13:00.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L761, complete] completed CON-POST MID= -1, Token=04FE49019191575D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=44428, Token=04FE49019191575D, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:13:00.967 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:00.968 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8243 08:13:00.968 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8243 08:13:00.968 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] stopping ... 08:13:00.968 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /127.0.0.1 08:13:00.968 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] has stopped. 08:13:00.968 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8243 08:13:00.968 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:00.968 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:00.968 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:00.968 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:00.968 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:00.969 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:00.974 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:00.974 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:00.974 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:00.975 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:00.975 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244 08:13:00.975 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:00.975 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8244, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:00.975 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8244 08:13:00.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:00.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:13:00.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L763] send request 08:13:00.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L763] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L763] added with KeyMID[127.0.0.1:8244-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L763] added with generated token KeyToken[127.0.0.1:8244-94774772EA9B9BE9], CON-POST MID=10000, Token=94774772EA9B9BE9, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:00.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-10000], KeyToken[127.0.0.1:8244-94774772EA9B9BE9]] 08:13:00.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8244 08:13:00.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E799,T227) 127.0.0.1:8,237 ==> :8,244 [CON-POST MID=10000, Token=94774772EA9B9BE9, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:00.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 40 bytes from 127.0.0.1:8237 08:13:00.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-10000] 08:13:00.977 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 08:13:00.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R764, complete]! 08:13:00.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R764, complete] completed ACK-4.01 MID=10000, Token=94774772EA9B9BE9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 08:13:00.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8237 08:13:00.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E800,T192) 127.0.0.1:8,244 ==> :8,237 [ACK-4.01 MID=10000, Token=94774772EA9B9BE9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 08:13:00.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 66 bytes from 127.0.0.1:8244 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=94774772EA9B9BE9, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763, complete]! 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L763, complete] for token KeyToken[127.0.0.1:8244-94774772EA9B9BE9] 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L763, complete] for MID KeyMID[127.0.0.1:8244-10000] 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L763, complete] completed CON-POST MID=10000, Token=94774772EA9B9BE9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=94774772EA9B9BE9, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response client sent request 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L765] send request 08:13:00.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L765] prepare retransmission for CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765] replace CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L765] added with KeyMID[127.0.0.1:8244-10001], CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L765] added with generated token KeyToken[127.0.0.1:8244-F880159BE7AAB75D], CON-POST MID=10001, Token=F880159BE7AAB75D, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-10001], KeyToken[127.0.0.1:8244-F880159BE7AAB75D]] 08:13:00.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8244 08:13:00.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E801,T227) 127.0.0.1:8,237 ==> :8,244 [CON-POST MID=10001, Token=F880159BE7AAB75D, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:13:00.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 49 bytes from 127.0.0.1:8237 08:13:00.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-10001] 08:13:00.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766] replace CON-POST MID=10001, Token=F880159BE7AAB75D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=F880159BE7AAB75D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R766] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 08:13:00.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, complete]! 08:13:00.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R766, complete] completed NON-2.04 MID=10001, Token=F880159BE7AAB75D, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:13:00.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:13:00.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E802,T192) 127.0.0.1:8,244 ==> :8,237 [NON-2.04 MID=10001, Token=F880159BE7AAB75D, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:13:00.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8244 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-10001] 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765, complete]! 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L765, complete] for token KeyToken[127.0.0.1:8244-F880159BE7AAB75D] 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L765, complete] for MID KeyMID[127.0.0.1:8244-10001] 08:13:00.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L765, complete] completed CON-POST MID=10001, Token=F880159BE7AAB75D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=F880159BE7AAB75D, OptionSet={"Object-Security":0x1901087465737474657374}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! client received response 08:13:00.981 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:00.981 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8244 08:13:00.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8244 08:13:00.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8244] stopping ... 08:13:00.981 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /127.0.0.1 08:13:00.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8244] has stopped. 08:13:00.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8244 08:13:00.981 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 08:13:00.981 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:13:00.981 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8237 08:13:00.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8237 08:13:00.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8237] stopping ... 08:13:00.981 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /0.0.0.0 08:13:00.981 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8237] has stopped. 08:13:00.981 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8237 08:13:00.981 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. Start OSCoreServerClientTest 08:13:00.982 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:00.982 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:00.982 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:00.982 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:00.982 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:00.983 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:00.983 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:00.983 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:00.983 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:00.983 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245 08:13:00.983 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:00.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:00.983 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8245, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:00.983 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8245 08:13:00.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:00.983 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:00.983 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:00.983 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:00.983 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:00.983 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:00.983 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:00.984 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:00.984 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:00.984 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:00.984 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246 08:13:00.984 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:00.984 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8246, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:00.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:00.984 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8246 08:13:00.984 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8246 for coap 08:13:00.984 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:00.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L767] send request 08:13:00.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L767] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L767] added with generated mid KeyMID[127.0.0.1:8245-27976], CON-POST MID=27976, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L767] added with generated token KeyToken[127.0.0.1:8245-C48CA2A11CCD6FDF], CON-POST MID=27976, Token=C48CA2A11CCD6FDF, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:00.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27976], KeyToken[127.0.0.1:8245-C48CA2A11CCD6FDF]] 08:13:00.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:13:00.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E803,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27976, Token=C48CA2A11CCD6FDF, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:13:00.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:13:00.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27976] 08:13:00.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768] replace CON-POST MID=27976, Token=C48CA2A11CCD6FDF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27976, Token=C48CA2A11CCD6FDF, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R768] send response NON-2.05 MID=27976, Token=null, OptionSet={}, "server responds hi" 08:13:00.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, complete]! 08:13:00.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R768, complete] completed NON-2.04 MID=27976, Token=C48CA2A11CCD6FDF, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:13:00.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:00.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E804,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27976, Token=C48CA2A11CCD6FDF, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:13:00.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27976] 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767, complete]! 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L767, complete] for token KeyToken[127.0.0.1:8245-C48CA2A11CCD6FDF] 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L767, complete] for MID KeyMID[127.0.0.1:8245-27976] 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L767, complete] completed CON-POST MID= -1, Token=C48CA2A11CCD6FDF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27976, Token=C48CA2A11CCD6FDF, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L769] send request 08:13:00.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L769] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:13:00.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L769] added with generated mid KeyMID[127.0.0.1:8245-27977], CON-POST MID=27977, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:13:00.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L769] added with generated token KeyToken[127.0.0.1:8245-8848C93808FD7745], CON-POST MID=27977, Token=8848C93808FD7745, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:13:00.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27977], KeyToken[127.0.0.1:8245-8848C93808FD7745]] 08:13:00.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:13:00.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E805,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27977, Token=8848C93808FD7745, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 08:13:00.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:13:00.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27977] 08:13:00.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770] replace CON-POST MID=27977, Token=8848C93808FD7745, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27977, Token=8848C93808FD7745, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R770] send response NON-2.05 MID=27977, Token=null, OptionSet={}, "server responds hi" 08:13:00.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, complete]! 08:13:00.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R770, complete] completed NON-2.04 MID=27977, Token=8848C93808FD7745, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 08:13:00.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:00.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E806,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27977, Token=8848C93808FD7745, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 08:13:00.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27977] 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769, complete]! 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L769, complete] for token KeyToken[127.0.0.1:8245-8848C93808FD7745] 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L769, complete] for MID KeyMID[127.0.0.1:8245-27977] 08:13:00.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L769, complete] completed CON-POST MID= -1, Token=8848C93808FD7745, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27977, Token=8848C93808FD7745, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 08:13:00.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L771] send request 08:13:00.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L771] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:13:00.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L771] added with generated mid KeyMID[127.0.0.1:8245-27978], CON-POST MID=27978, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:13:00.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L771] added with generated token KeyToken[127.0.0.1:8245-88C3A04AA2229B1D], CON-POST MID=27978, Token=88C3A04AA2229B1D, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:13:00.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27978], KeyToken[127.0.0.1:8245-88C3A04AA2229B1D]] 08:13:00.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:13:00.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E807,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27978, Token=88C3A04AA2229B1D, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 08:13:00.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:13:00.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27978] 08:13:00.991 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.991 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772] replace CON-POST MID=27978, Token=88C3A04AA2229B1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27978, Token=88C3A04AA2229B1D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R772] send response NON-2.05 MID=27978, Token=null, OptionSet={}, "server responds hi" 08:13:00.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, complete]! 08:13:00.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R772, complete] completed NON-2.04 MID=27978, Token=88C3A04AA2229B1D, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 08:13:00.991 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:00.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E808,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27978, Token=88C3A04AA2229B1D, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 08:13:00.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27978] 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771, complete]! 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L771, complete] for token KeyToken[127.0.0.1:8245-88C3A04AA2229B1D] 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L771, complete] for MID KeyMID[127.0.0.1:8245-27978] 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L771, complete] completed CON-POST MID= -1, Token=88C3A04AA2229B1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27978, Token=88C3A04AA2229B1D, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L773] send request 08:13:00.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L773] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:13:00.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L773] added with generated mid KeyMID[127.0.0.1:8245-27979], CON-POST MID=27979, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:13:00.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L773] added with generated token KeyToken[127.0.0.1:8245-CC49657832BE2281], CON-POST MID=27979, Token=CC49657832BE2281, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:13:00.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27979], KeyToken[127.0.0.1:8245-CC49657832BE2281]] 08:13:00.993 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:13:00.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E809,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27979, Token=CC49657832BE2281, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 08:13:00.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:13:00.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27979] 08:13:00.993 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.993 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774] replace CON-POST MID=27979, Token=CC49657832BE2281, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27979, Token=CC49657832BE2281, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R774] send response NON-2.05 MID=27979, Token=null, OptionSet={}, "server responds hi" 08:13:00.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774, complete]! 08:13:00.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R774, complete] completed NON-2.04 MID=27979, Token=CC49657832BE2281, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 08:13:00.994 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:00.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E810,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27979, Token=CC49657832BE2281, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 08:13:00.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27979] 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773, complete]! 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L773, complete] for token KeyToken[127.0.0.1:8245-CC49657832BE2281] 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L773, complete] for MID KeyMID[127.0.0.1:8245-27979] 08:13:00.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L773, complete] completed CON-POST MID= -1, Token=CC49657832BE2281, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27979, Token=CC49657832BE2281, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 08:13:00.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L775] send request 08:13:00.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L775] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:13:00.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L775] added with generated mid KeyMID[127.0.0.1:8245-27980], CON-POST MID=27980, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:13:00.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L775] added with generated token KeyToken[127.0.0.1:8245-84A09DE55022D4F2], CON-POST MID=27980, Token=84A09DE55022D4F2, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:13:00.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27980], KeyToken[127.0.0.1:8245-84A09DE55022D4F2]] 08:13:00.995 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:13:00.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E811,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27980, Token=84A09DE55022D4F2, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 08:13:00.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:13:00.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27980] 08:13:00.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:00.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:00.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776] replace CON-POST MID=27980, Token=84A09DE55022D4F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27980, Token=84A09DE55022D4F2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R776] send response NON-2.05 MID=27980, Token=null, OptionSet={}, "server responds hi" 08:13:00.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776, complete]! 08:13:00.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R776, complete] completed NON-2.04 MID=27980, Token=84A09DE55022D4F2, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 08:13:00.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:00.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E812,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27980, Token=84A09DE55022D4F2, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 08:13:00.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:00.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27980] 08:13:00.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:00.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:00.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:00.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775, complete]! 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L775, complete] for token KeyToken[127.0.0.1:8245-84A09DE55022D4F2] 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L775, complete] for MID KeyMID[127.0.0.1:8245-27980] 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L775, complete] completed CON-POST MID= -1, Token=84A09DE55022D4F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27980, Token=84A09DE55022D4F2, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L777] send request 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L777] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:13:00.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L777] added with generated mid KeyMID[127.0.0.1:8245-27981], CON-POST MID=27981, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:13:00.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L777] added with generated token KeyToken[127.0.0.1:8245-1C24301D3A4028A2], CON-POST MID=27981, Token=1C24301D3A4028A2, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:13:00.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27981], KeyToken[127.0.0.1:8245-1C24301D3A4028A2]] 08:13:00.998 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:13:00.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E813,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27981, Token=1C24301D3A4028A2, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 08:13:00.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:13:01.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27981] 08:13:01.052 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.052 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778] replace CON-POST MID=27981, Token=1C24301D3A4028A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27981, Token=1C24301D3A4028A2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R778] send response NON-2.05 MID=27981, Token=null, OptionSet={}, "server responds hi" 08:13:01.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, complete]! 08:13:01.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R778, complete] completed NON-2.04 MID=27981, Token=1C24301D3A4028A2, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 08:13:01.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E814,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27981, Token=1C24301D3A4028A2, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 08:13:01.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27981] 08:13:01.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777, complete]! 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L777, complete] for token KeyToken[127.0.0.1:8245-1C24301D3A4028A2] 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L777, complete] for MID KeyMID[127.0.0.1:8245-27981] 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L777, complete] completed CON-POST MID= -1, Token=1C24301D3A4028A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27981, Token=1C24301D3A4028A2, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L779] send request 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L779] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L779] added with generated mid KeyMID[127.0.0.1:8245-27982], CON-POST MID=27982, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L779] added with generated token KeyToken[127.0.0.1:8245-8CE9C3E809D02A0C], CON-POST MID=27982, Token=8CE9C3E809D02A0C, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:13:01.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27982], KeyToken[127.0.0.1:8245-8CE9C3E809D02A0C]] 08:13:01.055 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:13:01.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E815,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27982, Token=8CE9C3E809D02A0C, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 08:13:01.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:13:01.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27982] 08:13:01.055 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.055 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780] replace CON-POST MID=27982, Token=8CE9C3E809D02A0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27982, Token=8CE9C3E809D02A0C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R780] send response NON-2.05 MID=27982, Token=null, OptionSet={}, "server responds hi" 08:13:01.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, complete]! 08:13:01.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R780, complete] completed NON-2.04 MID=27982, Token=8CE9C3E809D02A0C, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 08:13:01.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E816,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27982, Token=8CE9C3E809D02A0C, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 08:13:01.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27982] 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779, complete]! 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L779, complete] for token KeyToken[127.0.0.1:8245-8CE9C3E809D02A0C] 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L779, complete] for MID KeyMID[127.0.0.1:8245-27982] 08:13:01.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L779, complete] completed CON-POST MID= -1, Token=8CE9C3E809D02A0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27982, Token=8CE9C3E809D02A0C, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 08:13:01.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L781] send request 08:13:01.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L781] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:13:01.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L781] added with generated mid KeyMID[127.0.0.1:8245-27983], CON-POST MID=27983, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:13:01.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L781] added with generated token KeyToken[127.0.0.1:8245-6C2286F5A2DD499B], CON-POST MID=27983, Token=6C2286F5A2DD499B, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:13:01.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27983], KeyToken[127.0.0.1:8245-6C2286F5A2DD499B]] 08:13:01.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:13:01.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E817,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27983, Token=6C2286F5A2DD499B, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 08:13:01.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:13:01.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27983] 08:13:01.058 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.058 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782] replace CON-POST MID=27983, Token=6C2286F5A2DD499B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27983, Token=6C2286F5A2DD499B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R782] send response NON-2.05 MID=27983, Token=null, OptionSet={}, "server responds hi" 08:13:01.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782, complete]! 08:13:01.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R782, complete] completed NON-2.04 MID=27983, Token=6C2286F5A2DD499B, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 08:13:01.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E818,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27983, Token=6C2286F5A2DD499B, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 08:13:01.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27983] 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781, complete]! 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L781, complete] for token KeyToken[127.0.0.1:8245-6C2286F5A2DD499B] 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L781, complete] for MID KeyMID[127.0.0.1:8245-27983] 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L781, complete] completed CON-POST MID= -1, Token=6C2286F5A2DD499B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27983, Token=6C2286F5A2DD499B, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L783] send request 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L783] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L783] added with generated mid KeyMID[127.0.0.1:8245-27984], CON-POST MID=27984, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L783] added with generated token KeyToken[127.0.0.1:8245-A4F6813C9B98E60B], CON-POST MID=27984, Token=A4F6813C9B98E60B, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:01.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27984], KeyToken[127.0.0.1:8245-A4F6813C9B98E60B]] 08:13:01.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:13:01.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E819,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27984, Token=A4F6813C9B98E60B, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 08:13:01.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:13:01.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27984] 08:13:01.060 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.060 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784] replace CON-POST MID=27984, Token=A4F6813C9B98E60B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27984, Token=A4F6813C9B98E60B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R784] send response NON-2.05 MID=27984, Token=null, OptionSet={}, "server responds hi" 08:13:01.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784, complete]! 08:13:01.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R784, complete] completed NON-2.04 MID=27984, Token=A4F6813C9B98E60B, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 08:13:01.061 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E820,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27984, Token=A4F6813C9B98E60B, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 08:13:01.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27984] 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783, complete]! 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L783, complete] for token KeyToken[127.0.0.1:8245-A4F6813C9B98E60B] 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L783, complete] for MID KeyMID[127.0.0.1:8245-27984] 08:13:01.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L783, complete] completed CON-POST MID= -1, Token=A4F6813C9B98E60B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27984, Token=A4F6813C9B98E60B, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 08:13:01.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L785] send request 08:13:01.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L785] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:13:01.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L785] added with generated mid KeyMID[127.0.0.1:8245-27985], CON-POST MID=27985, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:13:01.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L785] added with generated token KeyToken[127.0.0.1:8245-245331D91989B525], CON-POST MID=27985, Token=245331D91989B525, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:13:01.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27985], KeyToken[127.0.0.1:8245-245331D91989B525]] 08:13:01.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:13:01.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E821,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27985, Token=245331D91989B525, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1] 08:13:01.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:13:01.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27985] 08:13:01.063 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.063 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786] replace CON-POST MID=27985, Token=245331D91989B525, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27985, Token=245331D91989B525, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R786] send response NON-2.05 MID=27985, Token=null, OptionSet={}, "server responds hi" 08:13:01.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786, complete]! 08:13:01.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R786, complete] completed NON-2.04 MID=27985, Token=245331D91989B525, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A! 08:13:01.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E822,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27985, Token=245331D91989B525, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A] 08:13:01.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27985] 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785, complete]! 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L785, complete] for token KeyToken[127.0.0.1:8245-245331D91989B525] 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L785, complete] for MID KeyMID[127.0.0.1:8245-27985] 08:13:01.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L785, complete] completed CON-POST MID= -1, Token=245331D91989B525, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27985, Token=245331D91989B525, OptionSet={"Object-Security":0x0A0200}, acked AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1! 08:13:01.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L787] send request 08:13:01.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L787] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:13:01.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L787] added with generated mid KeyMID[127.0.0.1:8245-27986], CON-POST MID=27986, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:13:01.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L787] added with generated token KeyToken[127.0.0.1:8245-F0D52F321EF9E068], CON-POST MID=27986, Token=F0D52F321EF9E068, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:13:01.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27986], KeyToken[127.0.0.1:8245-F0D52F321EF9E068]] 08:13:01.065 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:13:01.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E823,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27986, Token=F0D52F321EF9E068, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE] 08:13:01.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:13:01.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27986] 08:13:01.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788] replace CON-POST MID=27986, Token=F0D52F321EF9E068, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27986, Token=F0D52F321EF9E068, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R788] send response NON-2.05 MID=27986, Token=null, OptionSet={}, "server responds hi" 08:13:01.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788, complete]! 08:13:01.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R788, complete] completed NON-2.04 MID=27986, Token=F0D52F321EF9E068, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F! 08:13:01.066 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E824,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27986, Token=F0D52F321EF9E068, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F] 08:13:01.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27986] 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787, complete]! 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L787, complete] for token KeyToken[127.0.0.1:8245-F0D52F321EF9E068] 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L787, complete] for MID KeyMID[127.0.0.1:8245-27986] 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L787, complete] completed CON-POST MID= -1, Token=F0D52F321EF9E068, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27986, Token=F0D52F321EF9E068, OptionSet={"Object-Security":0x0A0400}, acked D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE! 08:13:01.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L789] send request 08:13:01.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L789] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:13:01.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L789] added with generated mid KeyMID[127.0.0.1:8245-27987], CON-POST MID=27987, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:13:01.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L789] added with generated token KeyToken[127.0.0.1:8245-883966A591261C9D], CON-POST MID=27987, Token=883966A591261C9D, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:13:01.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27987], KeyToken[127.0.0.1:8245-883966A591261C9D]] 08:13:01.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:13:01.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E825,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27987, Token=883966A591261C9D, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7] 08:13:01.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:13:01.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27987] 08:13:01.069 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.069 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790] replace CON-POST MID=27987, Token=883966A591261C9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27987, Token=883966A591261C9D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R790] send response NON-2.05 MID=27987, Token=null, OptionSet={}, "server responds hi" 08:13:01.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, complete]! 08:13:01.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R790, complete] completed NON-2.04 MID=27987, Token=883966A591261C9D, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96! 08:13:01.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E826,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27987, Token=883966A591261C9D, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96] 08:13:01.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27987] 08:13:01.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789, complete]! 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L789, complete] for token KeyToken[127.0.0.1:8245-883966A591261C9D] 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L789, complete] for MID KeyMID[127.0.0.1:8245-27987] 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L789, complete] completed CON-POST MID= -1, Token=883966A591261C9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27987, Token=883966A591261C9D, OptionSet={"Object-Security":0x0A0800}, acked 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7! 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791] send request 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791] added with generated mid KeyMID[127.0.0.1:8245-27988], CON-POST MID=27988, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791] added with generated token KeyToken[127.0.0.1:8245-D451AD5F75A39F07], CON-POST MID=27988, Token=D451AD5F75A39F07, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:13:01.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27988], KeyToken[127.0.0.1:8245-D451AD5F75A39F07]] 08:13:01.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:13:01.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E827,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27988, Token=D451AD5F75A39F07, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70] 08:13:01.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:13:01.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27988] 08:13:01.071 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.071 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792] replace CON-POST MID=27988, Token=D451AD5F75A39F07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27988, Token=D451AD5F75A39F07, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R792] send response NON-2.05 MID=27988, Token=null, OptionSet={}, "server responds hi" 08:13:01.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, complete]! 08:13:01.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R792, complete] completed NON-2.04 MID=27988, Token=D451AD5F75A39F07, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9! 08:13:01.071 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E828,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27988, Token=D451AD5F75A39F07, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9] 08:13:01.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27988] 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, complete]! 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, complete] for token KeyToken[127.0.0.1:8245-D451AD5F75A39F07] 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, complete] for MID KeyMID[127.0.0.1:8245-27988] 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L791, complete] completed CON-POST MID= -1, Token=D451AD5F75A39F07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27988, Token=D451AD5F75A39F07, OptionSet={"Object-Security":0x0A1000}, acked F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70! 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793] send request 08:13:01.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:13:01.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793] added with generated mid KeyMID[127.0.0.1:8245-27989], CON-POST MID=27989, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:13:01.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793] added with generated token KeyToken[127.0.0.1:8245-B09852EDDB882966], CON-POST MID=27989, Token=B09852EDDB882966, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:13:01.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27989], KeyToken[127.0.0.1:8245-B09852EDDB882966]] 08:13:01.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:13:01.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E829,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27989, Token=B09852EDDB882966, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55] 08:13:01.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:13:01.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27989] 08:13:01.073 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.073 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794] replace CON-POST MID=27989, Token=B09852EDDB882966, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27989, Token=B09852EDDB882966, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R794] send response NON-2.05 MID=27989, Token=null, OptionSet={}, "server responds hi" 08:13:01.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, complete]! 08:13:01.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R794, complete] completed NON-2.04 MID=27989, Token=B09852EDDB882966, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E! 08:13:01.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E830,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27989, Token=B09852EDDB882966, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E] 08:13:01.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27989] 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, complete]! 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, complete] for token KeyToken[127.0.0.1:8245-B09852EDDB882966] 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, complete] for MID KeyMID[127.0.0.1:8245-27989] 08:13:01.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L793, complete] completed CON-POST MID= -1, Token=B09852EDDB882966, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27989, Token=B09852EDDB882966, OptionSet={"Object-Security":0x0A2000}, acked 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55! 08:13:01.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795] send request 08:13:01.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:13:01.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795] added with generated mid KeyMID[127.0.0.1:8245-27990], CON-POST MID=27990, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:13:01.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795] added with generated token KeyToken[127.0.0.1:8245-14B8356C558A7BAB], CON-POST MID=27990, Token=14B8356C558A7BAB, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:13:01.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27990], KeyToken[127.0.0.1:8245-14B8356C558A7BAB]] 08:13:01.075 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:13:01.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E831,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27990, Token=14B8356C558A7BAB, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA] 08:13:01.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:13:01.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27990] 08:13:01.076 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.076 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796] replace CON-POST MID=27990, Token=14B8356C558A7BAB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27990, Token=14B8356C558A7BAB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R796] send response NON-2.05 MID=27990, Token=null, OptionSet={}, "server responds hi" 08:13:01.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, complete]! 08:13:01.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R796, complete] completed NON-2.04 MID=27990, Token=14B8356C558A7BAB, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50! 08:13:01.076 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E832,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27990, Token=14B8356C558A7BAB, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50] 08:13:01.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27990] 08:13:01.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, complete]! 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, complete] for token KeyToken[127.0.0.1:8245-14B8356C558A7BAB] 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, complete] for MID KeyMID[127.0.0.1:8245-27990] 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L795, complete] completed CON-POST MID= -1, Token=14B8356C558A7BAB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27990, Token=14B8356C558A7BAB, OptionSet={"Object-Security":0x0A4000}, acked 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA! 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L797] send request 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L797] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L797] added with generated mid KeyMID[127.0.0.1:8245-27991], CON-POST MID=27991, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L797] added with generated token KeyToken[127.0.0.1:8245-2084264CFB9E0DC5], CON-POST MID=27991, Token=2084264CFB9E0DC5, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:13:01.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27991], KeyToken[127.0.0.1:8245-2084264CFB9E0DC5]] 08:13:01.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:13:01.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E833,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27991, Token=2084264CFB9E0DC5, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6] 08:13:01.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:13:01.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27991] 08:13:01.078 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.078 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798] replace CON-POST MID=27991, Token=2084264CFB9E0DC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27991, Token=2084264CFB9E0DC5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R798] send response NON-2.05 MID=27991, Token=null, OptionSet={}, "server responds hi" 08:13:01.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, complete]! 08:13:01.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R798, complete] completed NON-2.04 MID=27991, Token=2084264CFB9E0DC5, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32! 08:13:01.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E834,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27991, Token=2084264CFB9E0DC5, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32] 08:13:01.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27991] 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797, complete]! 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L797, complete] for token KeyToken[127.0.0.1:8245-2084264CFB9E0DC5] 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L797, complete] for MID KeyMID[127.0.0.1:8245-27991] 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L797, complete] completed CON-POST MID= -1, Token=2084264CFB9E0DC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27991, Token=2084264CFB9E0DC5, OptionSet={"Object-Security":0x0A8000}, acked D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6! 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L799] send request 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L799] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L799] added with generated mid KeyMID[127.0.0.1:8245-27992], CON-POST MID=27992, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L799] added with generated token KeyToken[127.0.0.1:8245-8800752ED00DCDF5], CON-POST MID=27992, Token=8800752ED00DCDF5, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:13:01.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27992], KeyToken[127.0.0.1:8245-8800752ED00DCDF5]] 08:13:01.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:13:01.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E835,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27992, Token=8800752ED00DCDF5, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8] 08:13:01.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:13:01.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27992] 08:13:01.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800] replace CON-POST MID=27992, Token=8800752ED00DCDF5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27992, Token=8800752ED00DCDF5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R800] send response NON-2.05 MID=27992, Token=null, OptionSet={}, "server responds hi" 08:13:01.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, complete]! 08:13:01.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R800, complete] completed NON-2.04 MID=27992, Token=8800752ED00DCDF5, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F! 08:13:01.080 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E836,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27992, Token=8800752ED00DCDF5, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F] 08:13:01.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27992] 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799, complete]! 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L799, complete] for token KeyToken[127.0.0.1:8245-8800752ED00DCDF5] 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L799, complete] for MID KeyMID[127.0.0.1:8245-27992] 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L799, complete] completed CON-POST MID= -1, Token=8800752ED00DCDF5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27992, Token=8800752ED00DCDF5, OptionSet={"Object-Security":0x0B010000}, acked 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8! 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801] send request 08:13:01.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:13:01.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801] added with generated mid KeyMID[127.0.0.1:8245-27993], CON-POST MID=27993, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:13:01.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801] added with generated token KeyToken[127.0.0.1:8245-4483317937B29667], CON-POST MID=27993, Token=4483317937B29667, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:13:01.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27993], KeyToken[127.0.0.1:8245-4483317937B29667]] 08:13:01.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:13:01.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E837,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27993, Token=4483317937B29667, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06] 08:13:01.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:13:01.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27993] 08:13:01.082 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.082 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802] replace CON-POST MID=27993, Token=4483317937B29667, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27993, Token=4483317937B29667, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R802] send response NON-2.05 MID=27993, Token=null, OptionSet={}, "server responds hi" 08:13:01.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, complete]! 08:13:01.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R802, complete] completed NON-2.04 MID=27993, Token=4483317937B29667, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2! 08:13:01.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E838,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27993, Token=4483317937B29667, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2] 08:13:01.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27993] 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, complete]! 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, complete] for token KeyToken[127.0.0.1:8245-4483317937B29667] 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, complete] for MID KeyMID[127.0.0.1:8245-27993] 08:13:01.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L801, complete] completed CON-POST MID= -1, Token=4483317937B29667, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27993, Token=4483317937B29667, OptionSet={"Object-Security":0x0B020000}, acked A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06! 08:13:01.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803] send request 08:13:01.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:13:01.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803] added with generated mid KeyMID[127.0.0.1:8245-27994], CON-POST MID=27994, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:13:01.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803] added with generated token KeyToken[127.0.0.1:8245-305DC809FF1E7C20], CON-POST MID=27994, Token=305DC809FF1E7C20, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:13:01.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27994], KeyToken[127.0.0.1:8245-305DC809FF1E7C20]] 08:13:01.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:13:01.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E839,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27994, Token=305DC809FF1E7C20, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43] 08:13:01.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:13:01.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27994] 08:13:01.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804] replace CON-POST MID=27994, Token=305DC809FF1E7C20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27994, Token=305DC809FF1E7C20, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R804] send response NON-2.05 MID=27994, Token=null, OptionSet={}, "server responds hi" 08:13:01.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, complete]! 08:13:01.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R804, complete] completed NON-2.04 MID=27994, Token=305DC809FF1E7C20, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8! 08:13:01.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E840,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27994, Token=305DC809FF1E7C20, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8] 08:13:01.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27994] 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, complete]! 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, complete] for token KeyToken[127.0.0.1:8245-305DC809FF1E7C20] 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, complete] for MID KeyMID[127.0.0.1:8245-27994] 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L803, complete] completed CON-POST MID= -1, Token=305DC809FF1E7C20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27994, Token=305DC809FF1E7C20, OptionSet={"Object-Security":0x0B040000}, acked B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43! 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805] send request 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805] added with generated mid KeyMID[127.0.0.1:8245-27995], CON-POST MID=27995, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805] added with generated token KeyToken[127.0.0.1:8245-84F54D2A60FAB5B1], CON-POST MID=27995, Token=84F54D2A60FAB5B1, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:13:01.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27995], KeyToken[127.0.0.1:8245-84F54D2A60FAB5B1]] 08:13:01.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:13:01.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E841,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27995, Token=84F54D2A60FAB5B1, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92] 08:13:01.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:13:01.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27995] 08:13:01.087 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.087 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806] replace CON-POST MID=27995, Token=84F54D2A60FAB5B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27995, Token=84F54D2A60FAB5B1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R806] send response NON-2.05 MID=27995, Token=null, OptionSet={}, "server responds hi" 08:13:01.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, complete]! 08:13:01.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R806, complete] completed NON-2.04 MID=27995, Token=84F54D2A60FAB5B1, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41! 08:13:01.087 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E842,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27995, Token=84F54D2A60FAB5B1, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41] 08:13:01.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27995] 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, complete]! 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, complete] for token KeyToken[127.0.0.1:8245-84F54D2A60FAB5B1] 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, complete] for MID KeyMID[127.0.0.1:8245-27995] 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L805, complete] completed CON-POST MID= -1, Token=84F54D2A60FAB5B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27995, Token=84F54D2A60FAB5B1, OptionSet={"Object-Security":0x0B080000}, acked 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92! 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807] send request 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:13:01.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807] added with generated mid KeyMID[127.0.0.1:8245-27996], CON-POST MID=27996, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:13:01.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807] added with generated token KeyToken[127.0.0.1:8245-DC28CC58CA18487B], CON-POST MID=27996, Token=DC28CC58CA18487B, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:13:01.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27996], KeyToken[127.0.0.1:8245-DC28CC58CA18487B]] 08:13:01.089 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:13:01.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E843,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27996, Token=DC28CC58CA18487B, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9] 08:13:01.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:13:01.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27996] 08:13:01.089 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.089 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808] replace CON-POST MID=27996, Token=DC28CC58CA18487B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27996, Token=DC28CC58CA18487B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R808] send response NON-2.05 MID=27996, Token=null, OptionSet={}, "server responds hi" 08:13:01.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, complete]! 08:13:01.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R808, complete] completed NON-2.04 MID=27996, Token=DC28CC58CA18487B, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F! 08:13:01.090 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E844,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27996, Token=DC28CC58CA18487B, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F] 08:13:01.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27996] 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, complete]! 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, complete] for token KeyToken[127.0.0.1:8245-DC28CC58CA18487B] 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, complete] for MID KeyMID[127.0.0.1:8245-27996] 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L807, complete] completed CON-POST MID= -1, Token=DC28CC58CA18487B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27996, Token=DC28CC58CA18487B, OptionSet={"Object-Security":0x0B100000}, acked 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9! 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809] send request 08:13:01.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:13:01.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809] added with generated mid KeyMID[127.0.0.1:8245-27997], CON-POST MID=27997, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:13:01.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809] added with generated token KeyToken[127.0.0.1:8245-1C3D28A04DA942E3], CON-POST MID=27997, Token=1C3D28A04DA942E3, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:13:01.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27997], KeyToken[127.0.0.1:8245-1C3D28A04DA942E3]] 08:13:01.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:13:01.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E845,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27997, Token=1C3D28A04DA942E3, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E] 08:13:01.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:13:01.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27997] 08:13:01.091 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.091 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810] replace CON-POST MID=27997, Token=1C3D28A04DA942E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27997, Token=1C3D28A04DA942E3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R810] send response NON-2.05 MID=27997, Token=null, OptionSet={}, "server responds hi" 08:13:01.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, complete]! 08:13:01.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R810, complete] completed NON-2.04 MID=27997, Token=1C3D28A04DA942E3, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C! 08:13:01.092 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E846,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27997, Token=1C3D28A04DA942E3, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C] 08:13:01.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27997] 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, complete]! 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, complete] for token KeyToken[127.0.0.1:8245-1C3D28A04DA942E3] 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, complete] for MID KeyMID[127.0.0.1:8245-27997] 08:13:01.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L809, complete] completed CON-POST MID= -1, Token=1C3D28A04DA942E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27997, Token=1C3D28A04DA942E3, OptionSet={"Object-Security":0x0B200000}, acked 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E! 08:13:01.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811] send request 08:13:01.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:13:01.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811] added with generated mid KeyMID[127.0.0.1:8245-27998], CON-POST MID=27998, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:13:01.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811] added with generated token KeyToken[127.0.0.1:8245-C8EDE114095D4DC1], CON-POST MID=27998, Token=C8EDE114095D4DC1, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:13:01.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27998], KeyToken[127.0.0.1:8245-C8EDE114095D4DC1]] 08:13:01.093 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:13:01.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E847,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27998, Token=C8EDE114095D4DC1, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20] 08:13:01.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:13:01.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27998] 08:13:01.093 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.093 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812] replace CON-POST MID=27998, Token=C8EDE114095D4DC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27998, Token=C8EDE114095D4DC1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R812] send response NON-2.05 MID=27998, Token=null, OptionSet={}, "server responds hi" 08:13:01.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, complete]! 08:13:01.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R812, complete] completed NON-2.04 MID=27998, Token=C8EDE114095D4DC1, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC! 08:13:01.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E848,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27998, Token=C8EDE114095D4DC1, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC] 08:13:01.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27998] 08:13:01.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, complete]! 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, complete] for token KeyToken[127.0.0.1:8245-C8EDE114095D4DC1] 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, complete] for MID KeyMID[127.0.0.1:8245-27998] 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L811, complete] completed CON-POST MID= -1, Token=C8EDE114095D4DC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27998, Token=C8EDE114095D4DC1, OptionSet={"Object-Security":0x0B400000}, acked A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20! 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L813] send request 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L813] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L813] added with generated mid KeyMID[127.0.0.1:8245-27999], CON-POST MID=27999, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L813] added with generated token KeyToken[127.0.0.1:8245-5040139FB6616982], CON-POST MID=27999, Token=5040139FB6616982, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:13:01.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-27999], KeyToken[127.0.0.1:8245-5040139FB6616982]] 08:13:01.096 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:13:01.096 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E849,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=27999, Token=5040139FB6616982, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5] 08:13:01.096 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:13:01.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-27999] 08:13:01.096 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.096 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814] replace CON-POST MID=27999, Token=5040139FB6616982, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=27999, Token=5040139FB6616982, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R814] send response NON-2.05 MID=27999, Token=null, OptionSet={}, "server responds hi" 08:13:01.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, complete]! 08:13:01.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R814, complete] completed NON-2.04 MID=27999, Token=5040139FB6616982, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6! 08:13:01.096 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.097 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E850,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=27999, Token=5040139FB6616982, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6] 08:13:01.097 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-27999] 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813, complete]! 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L813, complete] for token KeyToken[127.0.0.1:8245-5040139FB6616982] 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L813, complete] for MID KeyMID[127.0.0.1:8245-27999] 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L813, complete] completed CON-POST MID= -1, Token=5040139FB6616982, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=27999, Token=5040139FB6616982, OptionSet={"Object-Security":0x0B800000}, acked 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5! 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L815] send request 08:13:01.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L815] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:13:01.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L815] added with generated mid KeyMID[127.0.0.1:8245-28000], CON-POST MID=28000, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:13:01.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L815] added with generated token KeyToken[127.0.0.1:8245-24DCB8224E217C6C], CON-POST MID=28000, Token=24DCB8224E217C6C, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:13:01.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-28000], KeyToken[127.0.0.1:8245-24DCB8224E217C6C]] 08:13:01.098 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:13:01.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E851,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=28000, Token=24DCB8224E217C6C, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A] 08:13:01.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:13:01.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28000] 08:13:01.098 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.151 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816] replace CON-POST MID=28000, Token=24DCB8224E217C6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28000, Token=24DCB8224E217C6C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R816] send response NON-2.05 MID=28000, Token=null, OptionSet={}, "server responds hi" 08:13:01.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, complete]! 08:13:01.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R816, complete] completed NON-2.04 MID=28000, Token=24DCB8224E217C6C, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5! 08:13:01.152 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E852,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=28000, Token=24DCB8224E217C6C, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5] 08:13:01.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-28000] 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815, complete]! 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L815, complete] for token KeyToken[127.0.0.1:8245-24DCB8224E217C6C] 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L815, complete] for MID KeyMID[127.0.0.1:8245-28000] 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L815, complete] completed CON-POST MID= -1, Token=24DCB8224E217C6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28000, Token=24DCB8224E217C6C, OptionSet={"Object-Security":0x0C01000000}, acked 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A! 08:13:01.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L817] send request 08:13:01.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L817] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:13:01.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L817] added with generated mid KeyMID[127.0.0.1:8245-28001], CON-POST MID=28001, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:13:01.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L817] added with generated token KeyToken[127.0.0.1:8245-389BF9E6017E450A], CON-POST MID=28001, Token=389BF9E6017E450A, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:13:01.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-28001], KeyToken[127.0.0.1:8245-389BF9E6017E450A]] 08:13:01.154 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:13:01.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E853,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=28001, Token=389BF9E6017E450A, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24] 08:13:01.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:13:01.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28001] 08:13:01.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818] replace CON-POST MID=28001, Token=389BF9E6017E450A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28001, Token=389BF9E6017E450A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R818] send response NON-2.05 MID=28001, Token=null, OptionSet={}, "server responds hi" 08:13:01.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, complete]! 08:13:01.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R818, complete] completed NON-2.04 MID=28001, Token=389BF9E6017E450A, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29! 08:13:01.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E854,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=28001, Token=389BF9E6017E450A, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29] 08:13:01.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-28001] 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817, complete]! 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L817, complete] for token KeyToken[127.0.0.1:8245-389BF9E6017E450A] 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L817, complete] for MID KeyMID[127.0.0.1:8245-28001] 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L817, complete] completed CON-POST MID= -1, Token=389BF9E6017E450A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28001, Token=389BF9E6017E450A, OptionSet={"Object-Security":0x0C02000000}, acked CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24! 08:13:01.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L819] send request 08:13:01.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L819] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:13:01.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L819] added with generated mid KeyMID[127.0.0.1:8245-28002], CON-POST MID=28002, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:13:01.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L819] added with generated token KeyToken[127.0.0.1:8245-D05515048EB20265], CON-POST MID=28002, Token=D05515048EB20265, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:13:01.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-28002], KeyToken[127.0.0.1:8245-D05515048EB20265]] 08:13:01.157 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:13:01.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E855,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=28002, Token=D05515048EB20265, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34] 08:13:01.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:13:01.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28002] 08:13:01.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820] replace CON-POST MID=28002, Token=D05515048EB20265, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28002, Token=D05515048EB20265, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R820] send response NON-2.05 MID=28002, Token=null, OptionSet={}, "server responds hi" 08:13:01.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, complete]! 08:13:01.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R820, complete] completed NON-2.04 MID=28002, Token=D05515048EB20265, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24! 08:13:01.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E856,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=28002, Token=D05515048EB20265, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24] 08:13:01.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-28002] 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819, complete]! 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L819, complete] for token KeyToken[127.0.0.1:8245-D05515048EB20265] 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L819, complete] for MID KeyMID[127.0.0.1:8245-28002] 08:13:01.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L819, complete] completed CON-POST MID= -1, Token=D05515048EB20265, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28002, Token=D05515048EB20265, OptionSet={"Object-Security":0x0C04000000}, acked 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34! 08:13:01.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821] send request 08:13:01.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:13:01.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821] added with generated mid KeyMID[127.0.0.1:8245-28003], CON-POST MID=28003, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:13:01.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821] added with generated token KeyToken[127.0.0.1:8245-64E939CA9E1DF35B], CON-POST MID=28003, Token=64E939CA9E1DF35B, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:13:01.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-28003], KeyToken[127.0.0.1:8245-64E939CA9E1DF35B]] 08:13:01.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:13:01.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E857,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=28003, Token=64E939CA9E1DF35B, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25] 08:13:01.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:13:01.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28003] 08:13:01.161 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.161 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822] replace CON-POST MID=28003, Token=64E939CA9E1DF35B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28003, Token=64E939CA9E1DF35B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R822] send response NON-2.05 MID=28003, Token=null, OptionSet={}, "server responds hi" 08:13:01.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, complete]! 08:13:01.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R822, complete] completed NON-2.04 MID=28003, Token=64E939CA9E1DF35B, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5! 08:13:01.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E858,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=28003, Token=64E939CA9E1DF35B, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5] 08:13:01.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-28003] 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, complete]! 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, complete] for token KeyToken[127.0.0.1:8245-64E939CA9E1DF35B] 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, complete] for MID KeyMID[127.0.0.1:8245-28003] 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L821, complete] completed CON-POST MID= -1, Token=64E939CA9E1DF35B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28003, Token=64E939CA9E1DF35B, OptionSet={"Object-Security":0x0C08000000}, acked EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25! 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823] send request 08:13:01.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:13:01.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823] added with generated mid KeyMID[127.0.0.1:8245-28004], CON-POST MID=28004, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:13:01.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823] added with generated token KeyToken[127.0.0.1:8245-5CB689E32794F40C], CON-POST MID=28004, Token=5CB689E32794F40C, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:13:01.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-28004], KeyToken[127.0.0.1:8245-5CB689E32794F40C]] 08:13:01.163 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:13:01.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E859,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=28004, Token=5CB689E32794F40C, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA] 08:13:01.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:13:01.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28004] 08:13:01.163 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.163 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824] replace CON-POST MID=28004, Token=5CB689E32794F40C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28004, Token=5CB689E32794F40C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R824] send response NON-2.05 MID=28004, Token=null, OptionSet={}, "server responds hi" 08:13:01.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, complete]! 08:13:01.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R824, complete] completed NON-2.04 MID=28004, Token=5CB689E32794F40C, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA! 08:13:01.164 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E860,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=28004, Token=5CB689E32794F40C, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA] 08:13:01.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-28004] 08:13:01.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, complete]! 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, complete] for token KeyToken[127.0.0.1:8245-5CB689E32794F40C] 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, complete] for MID KeyMID[127.0.0.1:8245-28004] 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L823, complete] completed CON-POST MID= -1, Token=5CB689E32794F40C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28004, Token=5CB689E32794F40C, OptionSet={"Object-Security":0x0C10000000}, acked AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA! 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L825] send request 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L825] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L825] added with generated mid KeyMID[127.0.0.1:8245-28005], CON-POST MID=28005, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L825] added with generated token KeyToken[127.0.0.1:8245-443F3770D9C8C3A7], CON-POST MID=28005, Token=443F3770D9C8C3A7, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:13:01.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-28005], KeyToken[127.0.0.1:8245-443F3770D9C8C3A7]] 08:13:01.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:13:01.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E861,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID=28005, Token=443F3770D9C8C3A7, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6] 08:13:01.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:13:01.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28005] 08:13:01.166 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.166 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826] replace CON-POST MID=28005, Token=443F3770D9C8C3A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28005, Token=443F3770D9C8C3A7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R826] send response NON-2.05 MID=28005, Token=null, OptionSet={}, "server responds hi" 08:13:01.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, complete]! 08:13:01.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R826, complete] completed NON-2.04 MID=28005, Token=443F3770D9C8C3A7, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7! 08:13:01.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E862,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID=28005, Token=443F3770D9C8C3A7, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7] 08:13:01.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-28005] 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825, complete]! 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L825, complete] for token KeyToken[127.0.0.1:8245-443F3770D9C8C3A7] 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L825, complete] for MID KeyMID[127.0.0.1:8245-28005] 08:13:01.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L825, complete] completed CON-POST MID= -1, Token=443F3770D9C8C3A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28005, Token=443F3770D9C8C3A7, OptionSet={"Object-Security":0x0C20000000}, acked 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6! 08:13:01.167 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:01.167 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8245 08:13:01.167 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8245 08:13:01.167 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] stopping ... 08:13:01.167 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /127.0.0.1 08:13:01.167 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] has stopped. 08:13:01.167 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8245 08:13:01.167 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:01.168 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:01.168 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:01.168 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:01.168 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:01.168 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:01.168 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:01.168 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:01.168 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:01.168 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:01.168 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247 08:13:01.168 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:01.168 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8247, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:01.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:01.169 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8247 08:13:01.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:01.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L827] send request 08:13:01.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L827] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:13:01.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L827] added with generated mid KeyMID[127.0.0.1:8247-8077], CON-POST MID= 8077, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:13:01.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L827] added with generated token KeyToken[127.0.0.1:8247-945E471ABA9B593E], CON-POST MID= 8077, Token=945E471ABA9B593E, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:13:01.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-8077], KeyToken[127.0.0.1:8247-945E471ABA9B593E]] 08:13:01.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8247 08:13:01.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E863,T240) 127.0.0.1:8,246 ==> :8,247 [CON-POST MID= 8077, Token=945E471ABA9B593E, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65] 08:13:01.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8247) received 41 bytes from 127.0.0.1:8246 08:13:01.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-8077] 08:13:01.170 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.170 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828] replace CON-POST MID= 8077, Token=945E471ABA9B593E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 8077, Token=945E471ABA9B593E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R828] send response NON-2.05 MID= 8077, Token=null, OptionSet={}, "server responds hi" 08:13:01.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, complete]! 08:13:01.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R828, complete] completed NON-2.04 MID= 8077, Token=945E471ABA9B593E, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE! 08:13:01.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E864,T235) 127.0.0.1:8,247 ==> :8,246 [NON-2.04 MID= 8077, Token=945E471ABA9B593E, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE] 08:13:01.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8247 08:13:01.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8247-8077] 08:13:01.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827, complete]! 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L827, complete] for token KeyToken[127.0.0.1:8247-945E471ABA9B593E] 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L827, complete] for MID KeyMID[127.0.0.1:8247-8077] 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L827, complete] completed CON-POST MID= -1, Token=945E471ABA9B593E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 8077, Token=945E471ABA9B593E, OptionSet={"Object-Security":0x0A03E8}, acked 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65! 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829] send request 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829] added with generated mid KeyMID[127.0.0.1:8247-8078], CON-POST MID= 8078, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829] added with generated token KeyToken[127.0.0.1:8247-2C5B60B6FF09ECAF], CON-POST MID= 8078, Token=2C5B60B6FF09ECAF, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:13:01.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-8078], KeyToken[127.0.0.1:8247-2C5B60B6FF09ECAF]] 08:13:01.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8247 08:13:01.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E865,T240) 127.0.0.1:8,246 ==> :8,247 [CON-POST MID= 8078, Token=2C5B60B6FF09ECAF, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50] 08:13:01.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8247) received 41 bytes from 127.0.0.1:8246 08:13:01.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-8078] 08:13:01.173 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.173 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.173 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 08:13:01.173 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:13:01.173 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 08:13:01.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, complete]! 08:13:01.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R830, complete] completed ACK-4.01 MID= 8078, Token=2C5B60B6FF09ECAF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 08:13:01.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8246 08:13:01.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E866,T235) 127.0.0.1:8,247 ==> :8,246 [ACK-4.01 MID= 8078, Token=2C5B60B6FF09ECAF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 08:13:01.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 30 bytes from 127.0.0.1:8247 08:13:01.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:01.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID= 8078, Token=2C5B60B6FF09ECAF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 08:13:01.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, complete]! 08:13:01.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, complete] for token KeyToken[127.0.0.1:8247-2C5B60B6FF09ECAF] 08:13:01.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, complete] for MID KeyMID[127.0.0.1:8247-8078] 08:13:01.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L829, complete] completed CON-POST MID= -1, Token=2C5B60B6FF09ECAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 8078, Token=2C5B60B6FF09ECAF, OptionSet={"Object-Security":0x0A0388}, acked 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50! 08:13:01.174 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:01.174 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8247 08:13:01.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8247 08:13:01.174 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] stopping ... 08:13:01.174 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /127.0.0.1 08:13:01.174 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] has stopped. 08:13:01.174 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8247 08:13:01.174 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:01.175 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:01.175 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:01.175 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:01.175 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:01.175 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:01.175 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:01.175 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:01.175 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:01.175 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:01.175 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248 08:13:01.175 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:01.176 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8248, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:01.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:01.176 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8248 08:13:01.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:01.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831] send request 08:13:01.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:13:01.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831] added with generated mid KeyMID[127.0.0.1:8248-24301], CON-POST MID=24301, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:13:01.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831] added with generated token KeyToken[127.0.0.1:8248-CC078F317001B10E], CON-POST MID=24301, Token=CC078F317001B10E, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:13:01.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8248-24301], KeyToken[127.0.0.1:8248-CC078F317001B10E]] 08:13:01.177 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8248 08:13:01.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E867,T245) 127.0.0.1:8,246 ==> :8,248 [CON-POST MID=24301, Token=CC078F317001B10E, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 08:13:01.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8248) received 40 bytes from 127.0.0.1:8246 08:13:01.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-24301] 08:13:01.178 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.178 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832] replace CON-POST MID=24301, Token=CC078F317001B10E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=24301, Token=CC078F317001B10E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R832] send response NON-2.05 MID=24301, Token=null, OptionSet={}, "server responds hi" 08:13:01.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, complete]! 08:13:01.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R832, complete] completed NON-2.04 MID=24301, Token=CC078F317001B10E, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 08:13:01.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E868,T235) 127.0.0.1:8,248 ==> :8,246 [NON-2.04 MID=24301, Token=CC078F317001B10E, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 08:13:01.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8248 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-24301] 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, complete]! 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, complete] for token KeyToken[127.0.0.1:8248-CC078F317001B10E] 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, complete] for MID KeyMID[127.0.0.1:8248-24301] 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L831, complete] completed CON-POST MID= -1, Token=CC078F317001B10E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=24301, Token=CC078F317001B10E, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833] send request 08:13:01.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:13:01.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833] added with generated mid KeyMID[127.0.0.1:8248-24302], CON-POST MID=24302, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:13:01.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833] added with generated token KeyToken[127.0.0.1:8248-2CC6D8D76A916DB2], CON-POST MID=24302, Token=2CC6D8D76A916DB2, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:13:01.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8248-24302], KeyToken[127.0.0.1:8248-2CC6D8D76A916DB2]] 08:13:01.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8248 08:13:01.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E869,T245) 127.0.0.1:8,246 ==> :8,248 [CON-POST MID=24302, Token=2CC6D8D76A916DB2, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 08:13:01.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8248) received 40 bytes from 127.0.0.1:8246 08:13:01.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-24302] 08:13:01.180 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.180 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834] replace CON-POST MID=24302, Token=2CC6D8D76A916DB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=24302, Token=2CC6D8D76A916DB2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R834] send response NON-2.05 MID=24302, Token=null, OptionSet={}, "server responds hi" 08:13:01.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, complete]! 08:13:01.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R834, complete] completed NON-2.04 MID=24302, Token=2CC6D8D76A916DB2, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 08:13:01.181 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E870,T235) 127.0.0.1:8,248 ==> :8,246 [NON-2.04 MID=24302, Token=2CC6D8D76A916DB2, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 08:13:01.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8248 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-24302] 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, complete]! 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, complete] for token KeyToken[127.0.0.1:8248-2CC6D8D76A916DB2] 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, complete] for MID KeyMID[127.0.0.1:8248-24302] 08:13:01.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L833, complete] completed CON-POST MID= -1, Token=2CC6D8D76A916DB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=24302, Token=2CC6D8D76A916DB2, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 08:13:01.181 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:01.182 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8248 08:13:01.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8248 08:13:01.182 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8248] stopping ... 08:13:01.182 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /127.0.0.1 08:13:01.182 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8248] has stopped. 08:13:01.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8248 08:13:01.182 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:01.182 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:01.182 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:01.182 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:01.183 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:01.183 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:01.183 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:01.183 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:01.183 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:01.183 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:01.183 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249 08:13:01.183 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:01.183 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8249, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:01.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:01.183 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8249 08:13:01.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:01.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835] send request 08:13:01.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:01.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835] added with generated mid KeyMID[127.0.0.1:8249-63017], CON-POST MID=63017, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:01.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835] added with generated token KeyToken[127.0.0.1:8249-0448D300317CEB3E], CON-POST MID=63017, Token=0448D300317CEB3E, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:01.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63017], KeyToken[127.0.0.1:8249-0448D300317CEB3E]] 08:13:01.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E871,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63017, Token=0448D300317CEB3E, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:01.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63017] 08:13:01.185 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.185 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836] replace CON-POST MID=63017, Token=0448D300317CEB3E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63017, Token=0448D300317CEB3E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R836] send response NON-2.05 MID=63017, Token=null, OptionSet={}, "server responds hi" 08:13:01.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, complete]! 08:13:01.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R836, complete] completed NON-2.04 MID=63017, Token=0448D300317CEB3E, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:13:01.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E872,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63017, Token=0448D300317CEB3E, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:13:01.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63017] 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, complete]! 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, complete] for token KeyToken[127.0.0.1:8249-0448D300317CEB3E] 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, complete] for MID KeyMID[127.0.0.1:8249-63017] 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L835, complete] completed CON-POST MID= -1, Token=0448D300317CEB3E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63017, Token=0448D300317CEB3E, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837] send request 08:13:01.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:01.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837] added with generated mid KeyMID[127.0.0.1:8249-63018], CON-POST MID=63018, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:01.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837] added with generated token KeyToken[127.0.0.1:8249-44A7BE82FCB2B8A9], CON-POST MID=63018, Token=44A7BE82FCB2B8A9, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:01.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63018], KeyToken[127.0.0.1:8249-44A7BE82FCB2B8A9]] 08:13:01.187 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E873,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63018, Token=44A7BE82FCB2B8A9, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:13:01.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63018] 08:13:01.187 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.187 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838] replace CON-POST MID=63018, Token=44A7BE82FCB2B8A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63018, Token=44A7BE82FCB2B8A9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R838] send response NON-2.05 MID=63018, Token=null, OptionSet={}, "server responds hi" 08:13:01.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, complete]! 08:13:01.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R838, complete] completed NON-2.04 MID=63018, Token=44A7BE82FCB2B8A9, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:13:01.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E874,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63018, Token=44A7BE82FCB2B8A9, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:13:01.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63018] 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, complete]! 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, complete] for token KeyToken[127.0.0.1:8249-44A7BE82FCB2B8A9] 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, complete] for MID KeyMID[127.0.0.1:8249-63018] 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L837, complete] completed CON-POST MID= -1, Token=44A7BE82FCB2B8A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63018, Token=44A7BE82FCB2B8A9, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839] send request 08:13:01.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:13:01.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839] added with generated mid KeyMID[127.0.0.1:8249-63019], CON-POST MID=63019, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:13:01.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839] added with generated token KeyToken[127.0.0.1:8249-54A79F5DCB9E1617], CON-POST MID=63019, Token=54A79F5DCB9E1617, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:13:01.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63019], KeyToken[127.0.0.1:8249-54A79F5DCB9E1617]] 08:13:01.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E875,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63019, Token=54A79F5DCB9E1617, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 08:13:01.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63019] 08:13:01.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840] replace CON-POST MID=63019, Token=54A79F5DCB9E1617, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63019, Token=54A79F5DCB9E1617, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R840] send response NON-2.05 MID=63019, Token=null, OptionSet={}, "server responds hi" 08:13:01.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, complete]! 08:13:01.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R840, complete] completed NON-2.04 MID=63019, Token=54A79F5DCB9E1617, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 08:13:01.190 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E876,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63019, Token=54A79F5DCB9E1617, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 08:13:01.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63019] 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, complete]! 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, complete] for token KeyToken[127.0.0.1:8249-54A79F5DCB9E1617] 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, complete] for MID KeyMID[127.0.0.1:8249-63019] 08:13:01.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L839, complete] completed CON-POST MID= -1, Token=54A79F5DCB9E1617, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63019, Token=54A79F5DCB9E1617, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 08:13:01.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841] send request 08:13:01.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:13:01.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841] added with generated mid KeyMID[127.0.0.1:8249-63020], CON-POST MID=63020, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:13:01.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841] added with generated token KeyToken[127.0.0.1:8249-505E4CE602DBCE48], CON-POST MID=63020, Token=505E4CE602DBCE48, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:13:01.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63020], KeyToken[127.0.0.1:8249-505E4CE602DBCE48]] 08:13:01.191 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E877,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63020, Token=505E4CE602DBCE48, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4] 08:13:01.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63020] 08:13:01.192 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.192 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842] replace CON-POST MID=63020, Token=505E4CE602DBCE48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63020, Token=505E4CE602DBCE48, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R842] send response NON-2.05 MID=63020, Token=null, OptionSet={}, "server responds hi" 08:13:01.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, complete]! 08:13:01.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R842, complete] completed NON-2.04 MID=63020, Token=505E4CE602DBCE48, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB! 08:13:01.192 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E878,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63020, Token=505E4CE602DBCE48, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB] 08:13:01.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63020] 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, complete]! 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, complete] for token KeyToken[127.0.0.1:8249-505E4CE602DBCE48] 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, complete] for MID KeyMID[127.0.0.1:8249-63020] 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L841, complete] completed CON-POST MID= -1, Token=505E4CE602DBCE48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63020, Token=505E4CE602DBCE48, OptionSet={"Object-Security":0x0903}, acked C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4! 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843] send request 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:13:01.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843] added with generated mid KeyMID[127.0.0.1:8249-63021], CON-POST MID=63021, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:13:01.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843] added with generated token KeyToken[127.0.0.1:8249-2402D34BEDE03906], CON-POST MID=63021, Token=2402D34BEDE03906, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:13:01.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63021], KeyToken[127.0.0.1:8249-2402D34BEDE03906]] 08:13:01.194 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E879,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63021, Token=2402D34BEDE03906, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 08:13:01.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63021] 08:13:01.194 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.194 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844] replace CON-POST MID=63021, Token=2402D34BEDE03906, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63021, Token=2402D34BEDE03906, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R844] send response NON-2.05 MID=63021, Token=null, OptionSet={}, "server responds hi" 08:13:01.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, complete]! 08:13:01.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R844, complete] completed NON-2.04 MID=63021, Token=2402D34BEDE03906, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 08:13:01.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E880,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63021, Token=2402D34BEDE03906, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 08:13:01.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63021] 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, complete]! 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, complete] for token KeyToken[127.0.0.1:8249-2402D34BEDE03906] 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, complete] for MID KeyMID[127.0.0.1:8249-63021] 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L843, complete] completed CON-POST MID= -1, Token=2402D34BEDE03906, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63021, Token=2402D34BEDE03906, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845] send request 08:13:01.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:13:01.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845] added with generated mid KeyMID[127.0.0.1:8249-63022], CON-POST MID=63022, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:13:01.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845] added with generated token KeyToken[127.0.0.1:8249-80E5C3D37597256B], CON-POST MID=63022, Token=80E5C3D37597256B, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:13:01.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63022], KeyToken[127.0.0.1:8249-80E5C3D37597256B]] 08:13:01.196 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E881,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63022, Token=80E5C3D37597256B, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 08:13:01.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63022] 08:13:01.252 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.252 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846] replace CON-POST MID=63022, Token=80E5C3D37597256B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63022, Token=80E5C3D37597256B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R846] send response NON-2.05 MID=63022, Token=null, OptionSet={}, "server responds hi" 08:13:01.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, complete]! 08:13:01.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R846, complete] completed NON-2.04 MID=63022, Token=80E5C3D37597256B, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 08:13:01.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E882,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63022, Token=80E5C3D37597256B, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 08:13:01.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63022] 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, complete]! 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, complete] for token KeyToken[127.0.0.1:8249-80E5C3D37597256B] 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, complete] for MID KeyMID[127.0.0.1:8249-63022] 08:13:01.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L845, complete] completed CON-POST MID= -1, Token=80E5C3D37597256B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63022, Token=80E5C3D37597256B, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 08:13:01.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847] send request 08:13:01.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:13:01.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847] added with generated mid KeyMID[127.0.0.1:8249-63023], CON-POST MID=63023, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:13:01.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847] added with generated token KeyToken[127.0.0.1:8249-8CB3B593DED41D11], CON-POST MID=63023, Token=8CB3B593DED41D11, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:13:01.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63023], KeyToken[127.0.0.1:8249-8CB3B593DED41D11]] 08:13:01.255 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E883,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63023, Token=8CB3B593DED41D11, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD] 08:13:01.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63023] 08:13:01.255 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.255 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848] replace CON-POST MID=63023, Token=8CB3B593DED41D11, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63023, Token=8CB3B593DED41D11, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R848] send response NON-2.05 MID=63023, Token=null, OptionSet={}, "server responds hi" 08:13:01.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, complete]! 08:13:01.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R848, complete] completed NON-2.04 MID=63023, Token=8CB3B593DED41D11, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6! 08:13:01.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E884,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63023, Token=8CB3B593DED41D11, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6] 08:13:01.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63023] 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, complete]! 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, complete] for token KeyToken[127.0.0.1:8249-8CB3B593DED41D11] 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, complete] for MID KeyMID[127.0.0.1:8249-63023] 08:13:01.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L847, complete] completed CON-POST MID= -1, Token=8CB3B593DED41D11, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63023, Token=8CB3B593DED41D11, OptionSet={"Object-Security":0x0906}, acked 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD! 08:13:01.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849] send request 08:13:01.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:13:01.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849] added with generated mid KeyMID[127.0.0.1:8249-63024], CON-POST MID=63024, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:13:01.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849] added with generated token KeyToken[127.0.0.1:8249-A0A2D985F172D0E0], CON-POST MID=63024, Token=A0A2D985F172D0E0, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:13:01.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63024], KeyToken[127.0.0.1:8249-A0A2D985F172D0E0]] 08:13:01.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E885,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63024, Token=A0A2D985F172D0E0, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0] 08:13:01.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63024] 08:13:01.258 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.258 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850] replace CON-POST MID=63024, Token=A0A2D985F172D0E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63024, Token=A0A2D985F172D0E0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R850] send response NON-2.05 MID=63024, Token=null, OptionSet={}, "server responds hi" 08:13:01.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, complete]! 08:13:01.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R850, complete] completed NON-2.04 MID=63024, Token=A0A2D985F172D0E0, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6! 08:13:01.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E886,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63024, Token=A0A2D985F172D0E0, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6] 08:13:01.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63024] 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, complete]! 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, complete] for token KeyToken[127.0.0.1:8249-A0A2D985F172D0E0] 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, complete] for MID KeyMID[127.0.0.1:8249-63024] 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L849, complete] completed CON-POST MID= -1, Token=A0A2D985F172D0E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63024, Token=A0A2D985F172D0E0, OptionSet={"Object-Security":0x0907}, acked F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0! 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851] send request 08:13:01.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:13:01.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851] added with generated mid KeyMID[127.0.0.1:8249-63025], CON-POST MID=63025, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:13:01.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851] added with generated token KeyToken[127.0.0.1:8249-14804F46B8F1736D], CON-POST MID=63025, Token=14804F46B8F1736D, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:13:01.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63025], KeyToken[127.0.0.1:8249-14804F46B8F1736D]] 08:13:01.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E887,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63025, Token=14804F46B8F1736D, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 08:13:01.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63025] 08:13:01.260 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.260 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852] replace CON-POST MID=63025, Token=14804F46B8F1736D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63025, Token=14804F46B8F1736D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R852] send response NON-2.05 MID=63025, Token=null, OptionSet={}, "server responds hi" 08:13:01.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, complete]! 08:13:01.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R852, complete] completed NON-2.04 MID=63025, Token=14804F46B8F1736D, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 08:13:01.261 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E888,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63025, Token=14804F46B8F1736D, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 08:13:01.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63025] 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, complete]! 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, complete] for token KeyToken[127.0.0.1:8249-14804F46B8F1736D] 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, complete] for MID KeyMID[127.0.0.1:8249-63025] 08:13:01.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L851, complete] completed CON-POST MID= -1, Token=14804F46B8F1736D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63025, Token=14804F46B8F1736D, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 08:13:01.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853] send request 08:13:01.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:13:01.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853] added with generated mid KeyMID[127.0.0.1:8249-63026], CON-POST MID=63026, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:13:01.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853] added with generated token KeyToken[127.0.0.1:8249-40DFDCD262FE0092], CON-POST MID=63026, Token=40DFDCD262FE0092, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:13:01.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63026], KeyToken[127.0.0.1:8249-40DFDCD262FE0092]] 08:13:01.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E889,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63026, Token=40DFDCD262FE0092, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE] 08:13:01.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63026] 08:13:01.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854] replace CON-POST MID=63026, Token=40DFDCD262FE0092, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63026, Token=40DFDCD262FE0092, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R854] send response NON-2.05 MID=63026, Token=null, OptionSet={}, "server responds hi" 08:13:01.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, complete]! 08:13:01.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R854, complete] completed NON-2.04 MID=63026, Token=40DFDCD262FE0092, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C! 08:13:01.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E890,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63026, Token=40DFDCD262FE0092, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C] 08:13:01.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63026] 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, complete]! 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, complete] for token KeyToken[127.0.0.1:8249-40DFDCD262FE0092] 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, complete] for MID KeyMID[127.0.0.1:8249-63026] 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L853, complete] completed CON-POST MID= -1, Token=40DFDCD262FE0092, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63026, Token=40DFDCD262FE0092, OptionSet={"Object-Security":0x0909}, acked A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE! 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855] send request 08:13:01.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:13:01.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855] added with generated mid KeyMID[127.0.0.1:8249-63027], CON-POST MID=63027, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:13:01.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855] added with generated token KeyToken[127.0.0.1:8249-40E1B6931912E7E8], CON-POST MID=63027, Token=40E1B6931912E7E8, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:13:01.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63027], KeyToken[127.0.0.1:8249-40E1B6931912E7E8]] 08:13:01.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E891,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63027, Token=40E1B6931912E7E8, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 08:13:01.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63027] 08:13:01.265 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.265 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856] replace CON-POST MID=63027, Token=40E1B6931912E7E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63027, Token=40E1B6931912E7E8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R856] send response NON-2.05 MID=63027, Token=null, OptionSet={}, "server responds hi" 08:13:01.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, complete]! 08:13:01.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R856, complete] completed NON-2.04 MID=63027, Token=40E1B6931912E7E8, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 08:13:01.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E892,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63027, Token=40E1B6931912E7E8, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 08:13:01.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63027] 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, complete]! 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, complete] for token KeyToken[127.0.0.1:8249-40E1B6931912E7E8] 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, complete] for MID KeyMID[127.0.0.1:8249-63027] 08:13:01.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L855, complete] completed CON-POST MID= -1, Token=40E1B6931912E7E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63027, Token=40E1B6931912E7E8, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 08:13:01.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857] send request 08:13:01.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:13:01.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857] added with generated mid KeyMID[127.0.0.1:8249-63028], CON-POST MID=63028, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:13:01.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857] added with generated token KeyToken[127.0.0.1:8249-4847D2C5FD1B4AEE], CON-POST MID=63028, Token=4847D2C5FD1B4AEE, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:13:01.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63028], KeyToken[127.0.0.1:8249-4847D2C5FD1B4AEE]] 08:13:01.268 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E893,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63028, Token=4847D2C5FD1B4AEE, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9] 08:13:01.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63028] 08:13:01.268 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.268 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858] replace CON-POST MID=63028, Token=4847D2C5FD1B4AEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63028, Token=4847D2C5FD1B4AEE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R858] send response NON-2.05 MID=63028, Token=null, OptionSet={}, "server responds hi" 08:13:01.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, complete]! 08:13:01.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R858, complete] completed NON-2.04 MID=63028, Token=4847D2C5FD1B4AEE, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E! 08:13:01.269 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E894,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63028, Token=4847D2C5FD1B4AEE, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E] 08:13:01.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63028] 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, complete]! 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, complete] for token KeyToken[127.0.0.1:8249-4847D2C5FD1B4AEE] 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, complete] for MID KeyMID[127.0.0.1:8249-63028] 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L857, complete] completed CON-POST MID= -1, Token=4847D2C5FD1B4AEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63028, Token=4847D2C5FD1B4AEE, OptionSet={"Object-Security":0x090B}, acked 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9! 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859] send request 08:13:01.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:13:01.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859] added with generated mid KeyMID[127.0.0.1:8249-63029], CON-POST MID=63029, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:13:01.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859] added with generated token KeyToken[127.0.0.1:8249-F0B9B8BF2E435463], CON-POST MID=63029, Token=F0B9B8BF2E435463, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:13:01.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63029], KeyToken[127.0.0.1:8249-F0B9B8BF2E435463]] 08:13:01.270 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E895,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63029, Token=F0B9B8BF2E435463, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93] 08:13:01.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63029] 08:13:01.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860] replace CON-POST MID=63029, Token=F0B9B8BF2E435463, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63029, Token=F0B9B8BF2E435463, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R860] send response NON-2.05 MID=63029, Token=null, OptionSet={}, "server responds hi" 08:13:01.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, complete]! 08:13:01.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R860, complete] completed NON-2.04 MID=63029, Token=F0B9B8BF2E435463, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B! 08:13:01.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E896,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63029, Token=F0B9B8BF2E435463, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B] 08:13:01.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63029] 08:13:01.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, complete]! 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, complete] for token KeyToken[127.0.0.1:8249-F0B9B8BF2E435463] 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, complete] for MID KeyMID[127.0.0.1:8249-63029] 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L859, complete] completed CON-POST MID= -1, Token=F0B9B8BF2E435463, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63029, Token=F0B9B8BF2E435463, OptionSet={"Object-Security":0x090C}, acked A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93! 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861] send request 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861] added with generated mid KeyMID[127.0.0.1:8249-63030], CON-POST MID=63030, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861] added with generated token KeyToken[127.0.0.1:8249-2C4753837A360954], CON-POST MID=63030, Token=2C4753837A360954, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:13:01.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63030], KeyToken[127.0.0.1:8249-2C4753837A360954]] 08:13:01.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E897,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63030, Token=2C4753837A360954, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07] 08:13:01.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63030] 08:13:01.273 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.273 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862] replace CON-POST MID=63030, Token=2C4753837A360954, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63030, Token=2C4753837A360954, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R862] send response NON-2.05 MID=63030, Token=null, OptionSet={}, "server responds hi" 08:13:01.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, complete]! 08:13:01.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R862, complete] completed NON-2.04 MID=63030, Token=2C4753837A360954, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2! 08:13:01.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E898,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63030, Token=2C4753837A360954, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2] 08:13:01.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63030] 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, complete]! 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, complete] for token KeyToken[127.0.0.1:8249-2C4753837A360954] 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, complete] for MID KeyMID[127.0.0.1:8249-63030] 08:13:01.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L861, complete] completed CON-POST MID= -1, Token=2C4753837A360954, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63030, Token=2C4753837A360954, OptionSet={"Object-Security":0x090D}, acked 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07! 08:13:01.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863] send request 08:13:01.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:13:01.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863] added with generated mid KeyMID[127.0.0.1:8249-63031], CON-POST MID=63031, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:13:01.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863] added with generated token KeyToken[127.0.0.1:8249-7472C62F4E5AC5A6], CON-POST MID=63031, Token=7472C62F4E5AC5A6, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:13:01.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63031], KeyToken[127.0.0.1:8249-7472C62F4E5AC5A6]] 08:13:01.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E899,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63031, Token=7472C62F4E5AC5A6, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34] 08:13:01.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63031] 08:13:01.276 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.276 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864] replace CON-POST MID=63031, Token=7472C62F4E5AC5A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63031, Token=7472C62F4E5AC5A6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R864] send response NON-2.05 MID=63031, Token=null, OptionSet={}, "server responds hi" 08:13:01.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, complete]! 08:13:01.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R864, complete] completed NON-2.04 MID=63031, Token=7472C62F4E5AC5A6, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13! 08:13:01.277 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E900,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63031, Token=7472C62F4E5AC5A6, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13] 08:13:01.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63031] 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, complete]! 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, complete] for token KeyToken[127.0.0.1:8249-7472C62F4E5AC5A6] 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, complete] for MID KeyMID[127.0.0.1:8249-63031] 08:13:01.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L863, complete] completed CON-POST MID= -1, Token=7472C62F4E5AC5A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63031, Token=7472C62F4E5AC5A6, OptionSet={"Object-Security":0x090E}, acked 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34! 08:13:01.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865] send request 08:13:01.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:13:01.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865] added with generated mid KeyMID[127.0.0.1:8249-63032], CON-POST MID=63032, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:13:01.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865] added with generated token KeyToken[127.0.0.1:8249-845CF874465461DB], CON-POST MID=63032, Token=845CF874465461DB, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:13:01.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63032], KeyToken[127.0.0.1:8249-845CF874465461DB]] 08:13:01.278 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E901,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63032, Token=845CF874465461DB, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14] 08:13:01.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63032] 08:13:01.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866] replace CON-POST MID=63032, Token=845CF874465461DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63032, Token=845CF874465461DB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R866] send response NON-2.05 MID=63032, Token=null, OptionSet={}, "server responds hi" 08:13:01.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, complete]! 08:13:01.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R866, complete] completed NON-2.04 MID=63032, Token=845CF874465461DB, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB! 08:13:01.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E902,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63032, Token=845CF874465461DB, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB] 08:13:01.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63032] 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, complete]! 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, complete] for token KeyToken[127.0.0.1:8249-845CF874465461DB] 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, complete] for MID KeyMID[127.0.0.1:8249-63032] 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L865, complete] completed CON-POST MID= -1, Token=845CF874465461DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63032, Token=845CF874465461DB, OptionSet={"Object-Security":0x090F}, acked 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14! 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867] send request 08:13:01.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:13:01.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867] added with generated mid KeyMID[127.0.0.1:8249-63033], CON-POST MID=63033, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:13:01.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867] added with generated token KeyToken[127.0.0.1:8249-7009449921777FE1], CON-POST MID=63033, Token=7009449921777FE1, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:13:01.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63033], KeyToken[127.0.0.1:8249-7009449921777FE1]] 08:13:01.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E903,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63033, Token=7009449921777FE1, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 08:13:01.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63033] 08:13:01.282 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.282 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868] replace CON-POST MID=63033, Token=7009449921777FE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63033, Token=7009449921777FE1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R868] send response NON-2.05 MID=63033, Token=null, OptionSet={}, "server responds hi" 08:13:01.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, complete]! 08:13:01.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R868, complete] completed NON-2.04 MID=63033, Token=7009449921777FE1, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 08:13:01.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E904,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63033, Token=7009449921777FE1, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 08:13:01.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63033] 08:13:01.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, complete]! 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, complete] for token KeyToken[127.0.0.1:8249-7009449921777FE1] 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, complete] for MID KeyMID[127.0.0.1:8249-63033] 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L867, complete] completed CON-POST MID= -1, Token=7009449921777FE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63033, Token=7009449921777FE1, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869] send request 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:13:01.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869] added with generated mid KeyMID[127.0.0.1:8249-63034], CON-POST MID=63034, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:13:01.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869] added with generated token KeyToken[127.0.0.1:8249-706ED4F55846D884], CON-POST MID=63034, Token=706ED4F55846D884, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:13:01.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63034], KeyToken[127.0.0.1:8249-706ED4F55846D884]] 08:13:01.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E905,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63034, Token=706ED4F55846D884, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64] 08:13:01.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63034] 08:13:01.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870] replace CON-POST MID=63034, Token=706ED4F55846D884, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63034, Token=706ED4F55846D884, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R870] send response NON-2.05 MID=63034, Token=null, OptionSet={}, "server responds hi" 08:13:01.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, complete]! 08:13:01.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R870, complete] completed NON-2.04 MID=63034, Token=706ED4F55846D884, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43! 08:13:01.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E906,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63034, Token=706ED4F55846D884, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43] 08:13:01.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63034] 08:13:01.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, complete]! 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, complete] for token KeyToken[127.0.0.1:8249-706ED4F55846D884] 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, complete] for MID KeyMID[127.0.0.1:8249-63034] 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L869, complete] completed CON-POST MID= -1, Token=706ED4F55846D884, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63034, Token=706ED4F55846D884, OptionSet={"Object-Security":0x0911}, acked E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64! 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871] send request 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:13:01.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871] added with generated mid KeyMID[127.0.0.1:8249-63035], CON-POST MID=63035, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:13:01.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871] added with generated token KeyToken[127.0.0.1:8249-405BB566B05CA2A4], CON-POST MID=63035, Token=405BB566B05CA2A4, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:13:01.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63035], KeyToken[127.0.0.1:8249-405BB566B05CA2A4]] 08:13:01.287 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E907,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63035, Token=405BB566B05CA2A4, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5] 08:13:01.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63035] 08:13:01.287 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.287 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872] replace CON-POST MID=63035, Token=405BB566B05CA2A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63035, Token=405BB566B05CA2A4, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R872] send response NON-2.05 MID=63035, Token=null, OptionSet={}, "server responds hi" 08:13:01.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, complete]! 08:13:01.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R872, complete] completed NON-2.04 MID=63035, Token=405BB566B05CA2A4, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A! 08:13:01.288 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E908,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63035, Token=405BB566B05CA2A4, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A] 08:13:01.288 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63035] 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, complete]! 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, complete] for token KeyToken[127.0.0.1:8249-405BB566B05CA2A4] 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, complete] for MID KeyMID[127.0.0.1:8249-63035] 08:13:01.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L871, complete] completed CON-POST MID= -1, Token=405BB566B05CA2A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63035, Token=405BB566B05CA2A4, OptionSet={"Object-Security":0x0912}, acked 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5! 08:13:01.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873] send request 08:13:01.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:13:01.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873] added with generated mid KeyMID[127.0.0.1:8249-63036], CON-POST MID=63036, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:13:01.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873] added with generated token KeyToken[127.0.0.1:8249-E02F756940534F74], CON-POST MID=63036, Token=E02F756940534F74, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:13:01.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63036], KeyToken[127.0.0.1:8249-E02F756940534F74]] 08:13:01.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E909,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63036, Token=E02F756940534F74, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80] 08:13:01.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63036] 08:13:01.353 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.353 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874] replace CON-POST MID=63036, Token=E02F756940534F74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63036, Token=E02F756940534F74, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R874] send response NON-2.05 MID=63036, Token=null, OptionSet={}, "server responds hi" 08:13:01.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, complete]! 08:13:01.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R874, complete] completed NON-2.04 MID=63036, Token=E02F756940534F74, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38! 08:13:01.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E910,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63036, Token=E02F756940534F74, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38] 08:13:01.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63036] 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, complete]! 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, complete] for token KeyToken[127.0.0.1:8249-E02F756940534F74] 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, complete] for MID KeyMID[127.0.0.1:8249-63036] 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L873, complete] completed CON-POST MID= -1, Token=E02F756940534F74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63036, Token=E02F756940534F74, OptionSet={"Object-Security":0x0913}, acked 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80! 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875] send request 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:13:01.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875] added with generated mid KeyMID[127.0.0.1:8249-63037], CON-POST MID=63037, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:13:01.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875] added with generated token KeyToken[127.0.0.1:8249-9096BE7E3432741A], CON-POST MID=63037, Token=9096BE7E3432741A, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:13:01.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63037], KeyToken[127.0.0.1:8249-9096BE7E3432741A]] 08:13:01.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E911,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63037, Token=9096BE7E3432741A, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB] 08:13:01.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63037] 08:13:01.355 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.355 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876] replace CON-POST MID=63037, Token=9096BE7E3432741A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63037, Token=9096BE7E3432741A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R876] send response NON-2.05 MID=63037, Token=null, OptionSet={}, "server responds hi" 08:13:01.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, complete]! 08:13:01.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R876, complete] completed NON-2.04 MID=63037, Token=9096BE7E3432741A, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5! 08:13:01.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E912,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63037, Token=9096BE7E3432741A, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5] 08:13:01.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63037] 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, complete]! 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, complete] for token KeyToken[127.0.0.1:8249-9096BE7E3432741A] 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, complete] for MID KeyMID[127.0.0.1:8249-63037] 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L875, complete] completed CON-POST MID= -1, Token=9096BE7E3432741A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63037, Token=9096BE7E3432741A, OptionSet={"Object-Security":0x0914}, acked C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB! 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877] send request 08:13:01.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:13:01.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877] added with generated mid KeyMID[127.0.0.1:8249-63038], CON-POST MID=63038, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:13:01.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877] added with generated token KeyToken[127.0.0.1:8249-90EE106B867759F0], CON-POST MID=63038, Token=90EE106B867759F0, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:13:01.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63038], KeyToken[127.0.0.1:8249-90EE106B867759F0]] 08:13:01.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E913,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63038, Token=90EE106B867759F0, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC] 08:13:01.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63038] 08:13:01.357 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.357 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878] replace CON-POST MID=63038, Token=90EE106B867759F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63038, Token=90EE106B867759F0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R878] send response NON-2.05 MID=63038, Token=null, OptionSet={}, "server responds hi" 08:13:01.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, complete]! 08:13:01.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R878, complete] completed NON-2.04 MID=63038, Token=90EE106B867759F0, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05! 08:13:01.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E914,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63038, Token=90EE106B867759F0, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05] 08:13:01.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63038] 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, complete]! 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, complete] for token KeyToken[127.0.0.1:8249-90EE106B867759F0] 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, complete] for MID KeyMID[127.0.0.1:8249-63038] 08:13:01.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L877, complete] completed CON-POST MID= -1, Token=90EE106B867759F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63038, Token=90EE106B867759F0, OptionSet={"Object-Security":0x0915}, acked 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC! 08:13:01.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879] send request 08:13:01.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:13:01.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879] added with generated mid KeyMID[127.0.0.1:8249-63039], CON-POST MID=63039, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:13:01.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879] added with generated token KeyToken[127.0.0.1:8249-5C080C8DA8ACC150], CON-POST MID=63039, Token=5C080C8DA8ACC150, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:13:01.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63039], KeyToken[127.0.0.1:8249-5C080C8DA8ACC150]] 08:13:01.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E915,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63039, Token=5C080C8DA8ACC150, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79] 08:13:01.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63039] 08:13:01.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880] replace CON-POST MID=63039, Token=5C080C8DA8ACC150, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63039, Token=5C080C8DA8ACC150, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R880] send response NON-2.05 MID=63039, Token=null, OptionSet={}, "server responds hi" 08:13:01.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, complete]! 08:13:01.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R880, complete] completed NON-2.04 MID=63039, Token=5C080C8DA8ACC150, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE! 08:13:01.360 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E916,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63039, Token=5C080C8DA8ACC150, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE] 08:13:01.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63039] 08:13:01.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, complete]! 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, complete] for token KeyToken[127.0.0.1:8249-5C080C8DA8ACC150] 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, complete] for MID KeyMID[127.0.0.1:8249-63039] 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L879, complete] completed CON-POST MID= -1, Token=5C080C8DA8ACC150, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63039, Token=5C080C8DA8ACC150, OptionSet={"Object-Security":0x0916}, acked 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79! 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881] send request 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881] added with generated mid KeyMID[127.0.0.1:8249-63040], CON-POST MID=63040, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881] added with generated token KeyToken[127.0.0.1:8249-109ACA11A1E708B9], CON-POST MID=63040, Token=109ACA11A1E708B9, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:13:01.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63040], KeyToken[127.0.0.1:8249-109ACA11A1E708B9]] 08:13:01.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E917,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63040, Token=109ACA11A1E708B9, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02] 08:13:01.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63040] 08:13:01.362 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.362 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882] replace CON-POST MID=63040, Token=109ACA11A1E708B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63040, Token=109ACA11A1E708B9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R882] send response NON-2.05 MID=63040, Token=null, OptionSet={}, "server responds hi" 08:13:01.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, complete]! 08:13:01.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R882, complete] completed NON-2.04 MID=63040, Token=109ACA11A1E708B9, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78! 08:13:01.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E918,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63040, Token=109ACA11A1E708B9, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78] 08:13:01.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63040] 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, complete]! 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, complete] for token KeyToken[127.0.0.1:8249-109ACA11A1E708B9] 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, complete] for MID KeyMID[127.0.0.1:8249-63040] 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L881, complete] completed CON-POST MID= -1, Token=109ACA11A1E708B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63040, Token=109ACA11A1E708B9, OptionSet={"Object-Security":0x0917}, acked 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02! 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883] send request 08:13:01.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:13:01.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883] added with generated mid KeyMID[127.0.0.1:8249-63041], CON-POST MID=63041, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:13:01.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883] added with generated token KeyToken[127.0.0.1:8249-A4615C06A6EF48A8], CON-POST MID=63041, Token=A4615C06A6EF48A8, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:13:01.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63041], KeyToken[127.0.0.1:8249-A4615C06A6EF48A8]] 08:13:01.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E919,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63041, Token=A4615C06A6EF48A8, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93] 08:13:01.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63041] 08:13:01.364 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.364 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884] replace CON-POST MID=63041, Token=A4615C06A6EF48A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63041, Token=A4615C06A6EF48A8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R884] send response NON-2.05 MID=63041, Token=null, OptionSet={}, "server responds hi" 08:13:01.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, complete]! 08:13:01.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R884, complete] completed NON-2.04 MID=63041, Token=A4615C06A6EF48A8, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E! 08:13:01.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E920,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63041, Token=A4615C06A6EF48A8, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E] 08:13:01.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63041] 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, complete]! 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, complete] for token KeyToken[127.0.0.1:8249-A4615C06A6EF48A8] 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, complete] for MID KeyMID[127.0.0.1:8249-63041] 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L883, complete] completed CON-POST MID= -1, Token=A4615C06A6EF48A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63041, Token=A4615C06A6EF48A8, OptionSet={"Object-Security":0x0918}, acked 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93! 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885] send request 08:13:01.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:13:01.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885] added with generated mid KeyMID[127.0.0.1:8249-63042], CON-POST MID=63042, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:13:01.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885] added with generated token KeyToken[127.0.0.1:8249-E00B1DDAF6A9B2D4], CON-POST MID=63042, Token=E00B1DDAF6A9B2D4, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:13:01.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63042], KeyToken[127.0.0.1:8249-E00B1DDAF6A9B2D4]] 08:13:01.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E921,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63042, Token=E00B1DDAF6A9B2D4, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42] 08:13:01.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63042] 08:13:01.366 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.366 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886] replace CON-POST MID=63042, Token=E00B1DDAF6A9B2D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63042, Token=E00B1DDAF6A9B2D4, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R886] send response NON-2.05 MID=63042, Token=null, OptionSet={}, "server responds hi" 08:13:01.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, complete]! 08:13:01.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R886, complete] completed NON-2.04 MID=63042, Token=E00B1DDAF6A9B2D4, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E! 08:13:01.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E922,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63042, Token=E00B1DDAF6A9B2D4, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E] 08:13:01.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63042] 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, complete]! 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, complete] for token KeyToken[127.0.0.1:8249-E00B1DDAF6A9B2D4] 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, complete] for MID KeyMID[127.0.0.1:8249-63042] 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L885, complete] completed CON-POST MID= -1, Token=E00B1DDAF6A9B2D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63042, Token=E00B1DDAF6A9B2D4, OptionSet={"Object-Security":0x0919}, acked 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42! 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887] send request 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887] added with generated mid KeyMID[127.0.0.1:8249-63043], CON-POST MID=63043, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887] added with generated token KeyToken[127.0.0.1:8249-C4A9D64D99FF7A84], CON-POST MID=63043, Token=C4A9D64D99FF7A84, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:13:01.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63043], KeyToken[127.0.0.1:8249-C4A9D64D99FF7A84]] 08:13:01.369 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E923,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63043, Token=C4A9D64D99FF7A84, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6] 08:13:01.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63043] 08:13:01.369 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.369 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888] replace CON-POST MID=63043, Token=C4A9D64D99FF7A84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63043, Token=C4A9D64D99FF7A84, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R888] send response NON-2.05 MID=63043, Token=null, OptionSet={}, "server responds hi" 08:13:01.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, complete]! 08:13:01.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R888, complete] completed NON-2.04 MID=63043, Token=C4A9D64D99FF7A84, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB! 08:13:01.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E924,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63043, Token=C4A9D64D99FF7A84, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB] 08:13:01.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63043] 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, complete]! 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, complete] for token KeyToken[127.0.0.1:8249-C4A9D64D99FF7A84] 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, complete] for MID KeyMID[127.0.0.1:8249-63043] 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L887, complete] completed CON-POST MID= -1, Token=C4A9D64D99FF7A84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63043, Token=C4A9D64D99FF7A84, OptionSet={"Object-Security":0x091A}, acked 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6! 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889] send request 08:13:01.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:13:01.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889] added with generated mid KeyMID[127.0.0.1:8249-63044], CON-POST MID=63044, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:13:01.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889] added with generated token KeyToken[127.0.0.1:8249-F0DEB05C20DDB7B4], CON-POST MID=63044, Token=F0DEB05C20DDB7B4, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:13:01.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63044], KeyToken[127.0.0.1:8249-F0DEB05C20DDB7B4]] 08:13:01.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E925,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63044, Token=F0DEB05C20DDB7B4, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5] 08:13:01.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63044] 08:13:01.371 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.371 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890] replace CON-POST MID=63044, Token=F0DEB05C20DDB7B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63044, Token=F0DEB05C20DDB7B4, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R890] send response NON-2.05 MID=63044, Token=null, OptionSet={}, "server responds hi" 08:13:01.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, complete]! 08:13:01.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R890, complete] completed NON-2.04 MID=63044, Token=F0DEB05C20DDB7B4, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8! 08:13:01.372 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E926,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63044, Token=F0DEB05C20DDB7B4, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8] 08:13:01.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63044] 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, complete]! 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, complete] for token KeyToken[127.0.0.1:8249-F0DEB05C20DDB7B4] 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, complete] for MID KeyMID[127.0.0.1:8249-63044] 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L889, complete] completed CON-POST MID= -1, Token=F0DEB05C20DDB7B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63044, Token=F0DEB05C20DDB7B4, OptionSet={"Object-Security":0x091B}, acked 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5! 08:13:01.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891] send request 08:13:01.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:13:01.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891] added with generated mid KeyMID[127.0.0.1:8249-63045], CON-POST MID=63045, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:13:01.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891] added with generated token KeyToken[127.0.0.1:8249-60B8F908F03AFEE8], CON-POST MID=63045, Token=60B8F908F03AFEE8, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:13:01.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63045], KeyToken[127.0.0.1:8249-60B8F908F03AFEE8]] 08:13:01.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E927,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63045, Token=60B8F908F03AFEE8, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1] 08:13:01.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63045] 08:13:01.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892] replace CON-POST MID=63045, Token=60B8F908F03AFEE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63045, Token=60B8F908F03AFEE8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R892] send response NON-2.05 MID=63045, Token=null, OptionSet={}, "server responds hi" 08:13:01.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, complete]! 08:13:01.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R892, complete] completed NON-2.04 MID=63045, Token=60B8F908F03AFEE8, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4! 08:13:01.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E928,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63045, Token=60B8F908F03AFEE8, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4] 08:13:01.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63045] 08:13:01.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, complete]! 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, complete] for token KeyToken[127.0.0.1:8249-60B8F908F03AFEE8] 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, complete] for MID KeyMID[127.0.0.1:8249-63045] 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L891, complete] completed CON-POST MID= -1, Token=60B8F908F03AFEE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63045, Token=60B8F908F03AFEE8, OptionSet={"Object-Security":0x091C}, acked 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1! 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893] send request 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893] added with generated mid KeyMID[127.0.0.1:8249-63046], CON-POST MID=63046, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893] added with generated token KeyToken[127.0.0.1:8249-9022EFBC8EE4CC4C], CON-POST MID=63046, Token=9022EFBC8EE4CC4C, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:13:01.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63046], KeyToken[127.0.0.1:8249-9022EFBC8EE4CC4C]] 08:13:01.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E929,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63046, Token=9022EFBC8EE4CC4C, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5] 08:13:01.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63046] 08:13:01.376 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.376 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894] replace CON-POST MID=63046, Token=9022EFBC8EE4CC4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63046, Token=9022EFBC8EE4CC4C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R894] send response NON-2.05 MID=63046, Token=null, OptionSet={}, "server responds hi" 08:13:01.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, complete]! 08:13:01.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R894, complete] completed NON-2.04 MID=63046, Token=9022EFBC8EE4CC4C, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18! 08:13:01.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E930,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63046, Token=9022EFBC8EE4CC4C, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18] 08:13:01.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63046] 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, complete]! 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, complete] for token KeyToken[127.0.0.1:8249-9022EFBC8EE4CC4C] 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, complete] for MID KeyMID[127.0.0.1:8249-63046] 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L893, complete] completed CON-POST MID= -1, Token=9022EFBC8EE4CC4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63046, Token=9022EFBC8EE4CC4C, OptionSet={"Object-Security":0x091D}, acked D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5! 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895] send request 08:13:01.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:13:01.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895] added with generated mid KeyMID[127.0.0.1:8249-63047], CON-POST MID=63047, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:13:01.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895] added with generated token KeyToken[127.0.0.1:8249-A4CEE6F3D3DD4230], CON-POST MID=63047, Token=A4CEE6F3D3DD4230, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:13:01.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63047], KeyToken[127.0.0.1:8249-A4CEE6F3D3DD4230]] 08:13:01.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E931,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63047, Token=A4CEE6F3D3DD4230, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46] 08:13:01.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63047] 08:13:01.378 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.378 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896] replace CON-POST MID=63047, Token=A4CEE6F3D3DD4230, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63047, Token=A4CEE6F3D3DD4230, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R896] send response NON-2.05 MID=63047, Token=null, OptionSet={}, "server responds hi" 08:13:01.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, complete]! 08:13:01.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R896, complete] completed NON-2.04 MID=63047, Token=A4CEE6F3D3DD4230, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6! 08:13:01.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E932,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63047, Token=A4CEE6F3D3DD4230, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6] 08:13:01.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63047] 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, complete]! 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, complete] for token KeyToken[127.0.0.1:8249-A4CEE6F3D3DD4230] 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, complete] for MID KeyMID[127.0.0.1:8249-63047] 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L895, complete] completed CON-POST MID= -1, Token=A4CEE6F3D3DD4230, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63047, Token=A4CEE6F3D3DD4230, OptionSet={"Object-Security":0x091E}, acked 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46! 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897] send request 08:13:01.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:13:01.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897] added with generated mid KeyMID[127.0.0.1:8249-63048], CON-POST MID=63048, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:13:01.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897] added with generated token KeyToken[127.0.0.1:8249-5049955818CB2CC0], CON-POST MID=63048, Token=5049955818CB2CC0, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:13:01.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63048], KeyToken[127.0.0.1:8249-5049955818CB2CC0]] 08:13:01.380 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E933,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63048, Token=5049955818CB2CC0, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55] 08:13:01.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63048] 08:13:01.380 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.380 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898] replace CON-POST MID=63048, Token=5049955818CB2CC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63048, Token=5049955818CB2CC0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R898] send response NON-2.05 MID=63048, Token=null, OptionSet={}, "server responds hi" 08:13:01.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, complete]! 08:13:01.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R898, complete] completed NON-2.04 MID=63048, Token=5049955818CB2CC0, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80! 08:13:01.381 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E934,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63048, Token=5049955818CB2CC0, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80] 08:13:01.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63048] 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, complete]! 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, complete] for token KeyToken[127.0.0.1:8249-5049955818CB2CC0] 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, complete] for MID KeyMID[127.0.0.1:8249-63048] 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L897, complete] completed CON-POST MID= -1, Token=5049955818CB2CC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63048, Token=5049955818CB2CC0, OptionSet={"Object-Security":0x091F}, acked 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55! 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899] send request 08:13:01.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:13:01.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899] added with generated mid KeyMID[127.0.0.1:8249-63049], CON-POST MID=63049, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:13:01.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899] added with generated token KeyToken[127.0.0.1:8249-8067339EDC968282], CON-POST MID=63049, Token=8067339EDC968282, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:13:01.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63049], KeyToken[127.0.0.1:8249-8067339EDC968282]] 08:13:01.382 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E935,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63049, Token=8067339EDC968282, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 08:13:01.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63049] 08:13:01.382 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.382 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900] replace CON-POST MID=63049, Token=8067339EDC968282, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63049, Token=8067339EDC968282, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R900] send response NON-2.05 MID=63049, Token=null, OptionSet={}, "server responds hi" 08:13:01.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, complete]! 08:13:01.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R900, complete] completed NON-2.04 MID=63049, Token=8067339EDC968282, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 08:13:01.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E936,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63049, Token=8067339EDC968282, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 08:13:01.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63049] 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, complete]! 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, complete] for token KeyToken[127.0.0.1:8249-8067339EDC968282] 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, complete] for MID KeyMID[127.0.0.1:8249-63049] 08:13:01.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L899, complete] completed CON-POST MID= -1, Token=8067339EDC968282, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63049, Token=8067339EDC968282, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 08:13:01.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901] send request 08:13:01.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:13:01.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901] added with generated mid KeyMID[127.0.0.1:8249-63050], CON-POST MID=63050, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:13:01.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901] added with generated token KeyToken[127.0.0.1:8249-6C7381709F13B556], CON-POST MID=63050, Token=6C7381709F13B556, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:13:01.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63050], KeyToken[127.0.0.1:8249-6C7381709F13B556]] 08:13:01.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E937,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63050, Token=6C7381709F13B556, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35] 08:13:01.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63050] 08:13:01.385 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.385 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902] replace CON-POST MID=63050, Token=6C7381709F13B556, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63050, Token=6C7381709F13B556, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R902] send response NON-2.05 MID=63050, Token=null, OptionSet={}, "server responds hi" 08:13:01.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, complete]! 08:13:01.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R902, complete] completed NON-2.04 MID=63050, Token=6C7381709F13B556, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C! 08:13:01.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E938,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63050, Token=6C7381709F13B556, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C] 08:13:01.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63050] 08:13:01.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, complete]! 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, complete] for token KeyToken[127.0.0.1:8249-6C7381709F13B556] 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, complete] for MID KeyMID[127.0.0.1:8249-63050] 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L901, complete] completed CON-POST MID= -1, Token=6C7381709F13B556, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63050, Token=6C7381709F13B556, OptionSet={"Object-Security":0x0921}, acked 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35! 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903] send request 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:13:01.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903] added with generated mid KeyMID[127.0.0.1:8249-63051], CON-POST MID=63051, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:13:01.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903] added with generated token KeyToken[127.0.0.1:8249-60E49A508824A673], CON-POST MID=63051, Token=60E49A508824A673, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:13:01.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63051], KeyToken[127.0.0.1:8249-60E49A508824A673]] 08:13:01.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E939,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63051, Token=60E49A508824A673, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC] 08:13:01.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63051] 08:13:01.387 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.387 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904] replace CON-POST MID=63051, Token=60E49A508824A673, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63051, Token=60E49A508824A673, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R904] send response NON-2.05 MID=63051, Token=null, OptionSet={}, "server responds hi" 08:13:01.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, complete]! 08:13:01.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R904, complete] completed NON-2.04 MID=63051, Token=60E49A508824A673, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C! 08:13:01.388 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E940,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63051, Token=60E49A508824A673, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C] 08:13:01.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63051] 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, complete]! 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, complete] for token KeyToken[127.0.0.1:8249-60E49A508824A673] 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, complete] for MID KeyMID[127.0.0.1:8249-63051] 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L903, complete] completed CON-POST MID= -1, Token=60E49A508824A673, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63051, Token=60E49A508824A673, OptionSet={"Object-Security":0x0922}, acked FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC! 08:13:01.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905] send request 08:13:01.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:13:01.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905] added with generated mid KeyMID[127.0.0.1:8249-63052], CON-POST MID=63052, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:13:01.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905] added with generated token KeyToken[127.0.0.1:8249-88EA9A2C28DEB5B6], CON-POST MID=63052, Token=88EA9A2C28DEB5B6, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:13:01.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63052], KeyToken[127.0.0.1:8249-88EA9A2C28DEB5B6]] 08:13:01.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E941,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63052, Token=88EA9A2C28DEB5B6, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E] 08:13:01.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63052] 08:13:01.390 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.390 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906] replace CON-POST MID=63052, Token=88EA9A2C28DEB5B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63052, Token=88EA9A2C28DEB5B6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R906] send response NON-2.05 MID=63052, Token=null, OptionSet={}, "server responds hi" 08:13:01.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, complete]! 08:13:01.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R906, complete] completed NON-2.04 MID=63052, Token=88EA9A2C28DEB5B6, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74! 08:13:01.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E942,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63052, Token=88EA9A2C28DEB5B6, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74] 08:13:01.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63052] 08:13:01.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, complete]! 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, complete] for token KeyToken[127.0.0.1:8249-88EA9A2C28DEB5B6] 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, complete] for MID KeyMID[127.0.0.1:8249-63052] 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L905, complete] completed CON-POST MID= -1, Token=88EA9A2C28DEB5B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63052, Token=88EA9A2C28DEB5B6, OptionSet={"Object-Security":0x0923}, acked 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E! 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907] send request 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:13:01.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907] added with generated mid KeyMID[127.0.0.1:8249-63053], CON-POST MID=63053, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:13:01.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907] added with generated token KeyToken[127.0.0.1:8249-50B71A6855157199], CON-POST MID=63053, Token=50B71A6855157199, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:13:01.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63053], KeyToken[127.0.0.1:8249-50B71A6855157199]] 08:13:01.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E943,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63053, Token=50B71A6855157199, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC] 08:13:01.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63053] 08:13:01.392 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.392 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908] replace CON-POST MID=63053, Token=50B71A6855157199, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63053, Token=50B71A6855157199, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R908] send response NON-2.05 MID=63053, Token=null, OptionSet={}, "server responds hi" 08:13:01.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, complete]! 08:13:01.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R908, complete] completed NON-2.04 MID=63053, Token=50B71A6855157199, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8! 08:13:01.393 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E944,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63053, Token=50B71A6855157199, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8] 08:13:01.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63053] 08:13:01.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, complete]! 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, complete] for token KeyToken[127.0.0.1:8249-50B71A6855157199] 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, complete] for MID KeyMID[127.0.0.1:8249-63053] 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L907, complete] completed CON-POST MID= -1, Token=50B71A6855157199, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63053, Token=50B71A6855157199, OptionSet={"Object-Security":0x0924}, acked 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC! 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909] send request 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909] added with generated mid KeyMID[127.0.0.1:8249-63054], CON-POST MID=63054, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909] added with generated token KeyToken[127.0.0.1:8249-70E47C72E892DFDD], CON-POST MID=63054, Token=70E47C72E892DFDD, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:13:01.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63054], KeyToken[127.0.0.1:8249-70E47C72E892DFDD]] 08:13:01.395 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E945,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63054, Token=70E47C72E892DFDD, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9] 08:13:01.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63054] 08:13:01.395 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.395 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910] replace CON-POST MID=63054, Token=70E47C72E892DFDD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63054, Token=70E47C72E892DFDD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R910] send response NON-2.05 MID=63054, Token=null, OptionSet={}, "server responds hi" 08:13:01.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, complete]! 08:13:01.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R910, complete] completed NON-2.04 MID=63054, Token=70E47C72E892DFDD, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82! 08:13:01.396 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E946,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63054, Token=70E47C72E892DFDD, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82] 08:13:01.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63054] 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, complete]! 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, complete] for token KeyToken[127.0.0.1:8249-70E47C72E892DFDD] 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, complete] for MID KeyMID[127.0.0.1:8249-63054] 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L909, complete] completed CON-POST MID= -1, Token=70E47C72E892DFDD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63054, Token=70E47C72E892DFDD, OptionSet={"Object-Security":0x0925}, acked 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9! 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911] send request 08:13:01.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:13:01.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911] added with generated mid KeyMID[127.0.0.1:8249-63055], CON-POST MID=63055, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:13:01.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911] added with generated token KeyToken[127.0.0.1:8249-E879667B355FD209], CON-POST MID=63055, Token=E879667B355FD209, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:13:01.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63055], KeyToken[127.0.0.1:8249-E879667B355FD209]] 08:13:01.397 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E947,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63055, Token=E879667B355FD209, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2] 08:13:01.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63055] 08:13:01.397 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.397 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912] replace CON-POST MID=63055, Token=E879667B355FD209, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63055, Token=E879667B355FD209, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R912] send response NON-2.05 MID=63055, Token=null, OptionSet={}, "server responds hi" 08:13:01.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, complete]! 08:13:01.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R912, complete] completed NON-2.04 MID=63055, Token=E879667B355FD209, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3! 08:13:01.398 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E948,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63055, Token=E879667B355FD209, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3] 08:13:01.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63055] 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, complete]! 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, complete] for token KeyToken[127.0.0.1:8249-E879667B355FD209] 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, complete] for MID KeyMID[127.0.0.1:8249-63055] 08:13:01.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L911, complete] completed CON-POST MID= -1, Token=E879667B355FD209, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63055, Token=E879667B355FD209, OptionSet={"Object-Security":0x0926}, acked 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2! 08:13:01.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913] send request 08:13:01.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:13:01.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913] added with generated mid KeyMID[127.0.0.1:8249-63056], CON-POST MID=63056, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:13:01.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913] added with generated token KeyToken[127.0.0.1:8249-3CC44EEE65DC889D], CON-POST MID=63056, Token=3CC44EEE65DC889D, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:13:01.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63056], KeyToken[127.0.0.1:8249-3CC44EEE65DC889D]] 08:13:01.399 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E949,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63056, Token=3CC44EEE65DC889D, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47] 08:13:01.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63056] 08:13:01.400 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.400 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914] replace CON-POST MID=63056, Token=3CC44EEE65DC889D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63056, Token=3CC44EEE65DC889D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R914] send response NON-2.05 MID=63056, Token=null, OptionSet={}, "server responds hi" 08:13:01.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, complete]! 08:13:01.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R914, complete] completed NON-2.04 MID=63056, Token=3CC44EEE65DC889D, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73! 08:13:01.400 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.400 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E950,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63056, Token=3CC44EEE65DC889D, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73] 08:13:01.400 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63056] 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, complete]! 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, complete] for token KeyToken[127.0.0.1:8249-3CC44EEE65DC889D] 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, complete] for MID KeyMID[127.0.0.1:8249-63056] 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L913, complete] completed CON-POST MID= -1, Token=3CC44EEE65DC889D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63056, Token=3CC44EEE65DC889D, OptionSet={"Object-Security":0x0927}, acked 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47! 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915] send request 08:13:01.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:13:01.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915] added with generated mid KeyMID[127.0.0.1:8249-63057], CON-POST MID=63057, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:13:01.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915] added with generated token KeyToken[127.0.0.1:8249-547139FC6CF599CB], CON-POST MID=63057, Token=547139FC6CF599CB, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:13:01.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63057], KeyToken[127.0.0.1:8249-547139FC6CF599CB]] 08:13:01.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E951,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63057, Token=547139FC6CF599CB, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6] 08:13:01.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63057] 08:13:01.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916] replace CON-POST MID=63057, Token=547139FC6CF599CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63057, Token=547139FC6CF599CB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R916] send response NON-2.05 MID=63057, Token=null, OptionSet={}, "server responds hi" 08:13:01.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, complete]! 08:13:01.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R916, complete] completed NON-2.04 MID=63057, Token=547139FC6CF599CB, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A! 08:13:01.454 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E952,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63057, Token=547139FC6CF599CB, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A] 08:13:01.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63057] 08:13:01.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, complete]! 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, complete] for token KeyToken[127.0.0.1:8249-547139FC6CF599CB] 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, complete] for MID KeyMID[127.0.0.1:8249-63057] 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L915, complete] completed CON-POST MID= -1, Token=547139FC6CF599CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63057, Token=547139FC6CF599CB, OptionSet={"Object-Security":0x0928}, acked A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6! 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917] send request 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:13:01.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917] added with generated mid KeyMID[127.0.0.1:8249-63058], CON-POST MID=63058, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:13:01.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917] added with generated token KeyToken[127.0.0.1:8249-E8BE5E831706AEAF], CON-POST MID=63058, Token=E8BE5E831706AEAF, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:13:01.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63058], KeyToken[127.0.0.1:8249-E8BE5E831706AEAF]] 08:13:01.456 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E953,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63058, Token=E8BE5E831706AEAF, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A] 08:13:01.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63058] 08:13:01.456 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.456 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918] replace CON-POST MID=63058, Token=E8BE5E831706AEAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63058, Token=E8BE5E831706AEAF, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R918] send response NON-2.05 MID=63058, Token=null, OptionSet={}, "server responds hi" 08:13:01.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, complete]! 08:13:01.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R918, complete] completed NON-2.04 MID=63058, Token=E8BE5E831706AEAF, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7! 08:13:01.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E954,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63058, Token=E8BE5E831706AEAF, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7] 08:13:01.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63058] 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, complete]! 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, complete] for token KeyToken[127.0.0.1:8249-E8BE5E831706AEAF] 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, complete] for MID KeyMID[127.0.0.1:8249-63058] 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L917, complete] completed CON-POST MID= -1, Token=E8BE5E831706AEAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63058, Token=E8BE5E831706AEAF, OptionSet={"Object-Security":0x0929}, acked CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A! 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919] send request 08:13:01.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:13:01.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919] added with generated mid KeyMID[127.0.0.1:8249-63059], CON-POST MID=63059, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:13:01.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919] added with generated token KeyToken[127.0.0.1:8249-F0DD817504A3F875], CON-POST MID=63059, Token=F0DD817504A3F875, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:13:01.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63059], KeyToken[127.0.0.1:8249-F0DD817504A3F875]] 08:13:01.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E955,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63059, Token=F0DD817504A3F875, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3] 08:13:01.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63059] 08:13:01.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920] replace CON-POST MID=63059, Token=F0DD817504A3F875, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63059, Token=F0DD817504A3F875, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R920] send response NON-2.05 MID=63059, Token=null, OptionSet={}, "server responds hi" 08:13:01.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, complete]! 08:13:01.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R920, complete] completed NON-2.04 MID=63059, Token=F0DD817504A3F875, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75! 08:13:01.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E956,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63059, Token=F0DD817504A3F875, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75] 08:13:01.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63059] 08:13:01.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, complete]! 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, complete] for token KeyToken[127.0.0.1:8249-F0DD817504A3F875] 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, complete] for MID KeyMID[127.0.0.1:8249-63059] 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L919, complete] completed CON-POST MID= -1, Token=F0DD817504A3F875, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63059, Token=F0DD817504A3F875, OptionSet={"Object-Security":0x092A}, acked 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3! 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921] send request 08:13:01.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:13:01.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921] added with generated mid KeyMID[127.0.0.1:8249-63060], CON-POST MID=63060, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:13:01.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921] added with generated token KeyToken[127.0.0.1:8249-D8A0497D682A89A6], CON-POST MID=63060, Token=D8A0497D682A89A6, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:13:01.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63060], KeyToken[127.0.0.1:8249-D8A0497D682A89A6]] 08:13:01.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E957,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63060, Token=D8A0497D682A89A6, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54] 08:13:01.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63060] 08:13:01.461 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.461 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922] replace CON-POST MID=63060, Token=D8A0497D682A89A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63060, Token=D8A0497D682A89A6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R922] send response NON-2.05 MID=63060, Token=null, OptionSet={}, "server responds hi" 08:13:01.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, complete]! 08:13:01.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R922, complete] completed NON-2.04 MID=63060, Token=D8A0497D682A89A6, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26! 08:13:01.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E958,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63060, Token=D8A0497D682A89A6, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26] 08:13:01.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63060] 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, complete]! 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, complete] for token KeyToken[127.0.0.1:8249-D8A0497D682A89A6] 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, complete] for MID KeyMID[127.0.0.1:8249-63060] 08:13:01.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L921, complete] completed CON-POST MID= -1, Token=D8A0497D682A89A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63060, Token=D8A0497D682A89A6, OptionSet={"Object-Security":0x092B}, acked 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54! 08:13:01.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923] send request 08:13:01.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:13:01.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923] added with generated mid KeyMID[127.0.0.1:8249-63061], CON-POST MID=63061, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:13:01.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923] added with generated token KeyToken[127.0.0.1:8249-F0F0EB0B3C1237E3], CON-POST MID=63061, Token=F0F0EB0B3C1237E3, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:13:01.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63061], KeyToken[127.0.0.1:8249-F0F0EB0B3C1237E3]] 08:13:01.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E959,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63061, Token=F0F0EB0B3C1237E3, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A] 08:13:01.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63061] 08:13:01.464 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.464 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924] replace CON-POST MID=63061, Token=F0F0EB0B3C1237E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63061, Token=F0F0EB0B3C1237E3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R924] send response NON-2.05 MID=63061, Token=null, OptionSet={}, "server responds hi" 08:13:01.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, complete]! 08:13:01.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R924, complete] completed NON-2.04 MID=63061, Token=F0F0EB0B3C1237E3, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8! 08:13:01.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E960,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63061, Token=F0F0EB0B3C1237E3, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8] 08:13:01.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63061] 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, complete]! 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, complete] for token KeyToken[127.0.0.1:8249-F0F0EB0B3C1237E3] 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, complete] for MID KeyMID[127.0.0.1:8249-63061] 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L923, complete] completed CON-POST MID= -1, Token=F0F0EB0B3C1237E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63061, Token=F0F0EB0B3C1237E3, OptionSet={"Object-Security":0x092C}, acked F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A! 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925] send request 08:13:01.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:13:01.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925] added with generated mid KeyMID[127.0.0.1:8249-63062], CON-POST MID=63062, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:13:01.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925] added with generated token KeyToken[127.0.0.1:8249-286EAB38C66AD4B6], CON-POST MID=63062, Token=286EAB38C66AD4B6, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:13:01.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63062], KeyToken[127.0.0.1:8249-286EAB38C66AD4B6]] 08:13:01.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E961,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63062, Token=286EAB38C66AD4B6, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90] 08:13:01.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63062] 08:13:01.466 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.466 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926] replace CON-POST MID=63062, Token=286EAB38C66AD4B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63062, Token=286EAB38C66AD4B6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R926] send response NON-2.05 MID=63062, Token=null, OptionSet={}, "server responds hi" 08:13:01.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, complete]! 08:13:01.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R926, complete] completed NON-2.04 MID=63062, Token=286EAB38C66AD4B6, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08! 08:13:01.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E962,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63062, Token=286EAB38C66AD4B6, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08] 08:13:01.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63062] 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, complete]! 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, complete] for token KeyToken[127.0.0.1:8249-286EAB38C66AD4B6] 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, complete] for MID KeyMID[127.0.0.1:8249-63062] 08:13:01.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L925, complete] completed CON-POST MID= -1, Token=286EAB38C66AD4B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63062, Token=286EAB38C66AD4B6, OptionSet={"Object-Security":0x092D}, acked 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90! 08:13:01.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927] send request 08:13:01.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:13:01.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927] added with generated mid KeyMID[127.0.0.1:8249-63063], CON-POST MID=63063, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:13:01.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927] added with generated token KeyToken[127.0.0.1:8249-34F0F9CEA522705F], CON-POST MID=63063, Token=34F0F9CEA522705F, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:13:01.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63063], KeyToken[127.0.0.1:8249-34F0F9CEA522705F]] 08:13:01.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E963,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63063, Token=34F0F9CEA522705F, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F] 08:13:01.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63063] 08:13:01.469 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.469 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928] replace CON-POST MID=63063, Token=34F0F9CEA522705F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63063, Token=34F0F9CEA522705F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R928] send response NON-2.05 MID=63063, Token=null, OptionSet={}, "server responds hi" 08:13:01.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, complete]! 08:13:01.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R928, complete] completed NON-2.04 MID=63063, Token=34F0F9CEA522705F, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13! 08:13:01.469 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E964,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63063, Token=34F0F9CEA522705F, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13] 08:13:01.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63063] 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, complete]! 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, complete] for token KeyToken[127.0.0.1:8249-34F0F9CEA522705F] 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, complete] for MID KeyMID[127.0.0.1:8249-63063] 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L927, complete] completed CON-POST MID= -1, Token=34F0F9CEA522705F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63063, Token=34F0F9CEA522705F, OptionSet={"Object-Security":0x092E}, acked 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F! 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929] send request 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:13:01.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929] added with generated mid KeyMID[127.0.0.1:8249-63064], CON-POST MID=63064, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:13:01.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929] added with generated token KeyToken[127.0.0.1:8249-CCA21F43DAB863A8], CON-POST MID=63064, Token=CCA21F43DAB863A8, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:13:01.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63064], KeyToken[127.0.0.1:8249-CCA21F43DAB863A8]] 08:13:01.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E965,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63064, Token=CCA21F43DAB863A8, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7] 08:13:01.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63064] 08:13:01.471 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.471 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930] replace CON-POST MID=63064, Token=CCA21F43DAB863A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63064, Token=CCA21F43DAB863A8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R930] send response NON-2.05 MID=63064, Token=null, OptionSet={}, "server responds hi" 08:13:01.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, complete]! 08:13:01.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R930, complete] completed NON-2.04 MID=63064, Token=CCA21F43DAB863A8, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1! 08:13:01.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E966,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63064, Token=CCA21F43DAB863A8, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1] 08:13:01.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63064] 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, complete]! 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, complete] for token KeyToken[127.0.0.1:8249-CCA21F43DAB863A8] 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, complete] for MID KeyMID[127.0.0.1:8249-63064] 08:13:01.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L929, complete] completed CON-POST MID= -1, Token=CCA21F43DAB863A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63064, Token=CCA21F43DAB863A8, OptionSet={"Object-Security":0x092F}, acked 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7! 08:13:01.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931] send request 08:13:01.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:13:01.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931] added with generated mid KeyMID[127.0.0.1:8249-63065], CON-POST MID=63065, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:13:01.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931] added with generated token KeyToken[127.0.0.1:8249-C44955DBD14BEB93], CON-POST MID=63065, Token=C44955DBD14BEB93, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:13:01.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63065], KeyToken[127.0.0.1:8249-C44955DBD14BEB93]] 08:13:01.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E967,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63065, Token=C44955DBD14BEB93, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48] 08:13:01.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63065] 08:13:01.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932] replace CON-POST MID=63065, Token=C44955DBD14BEB93, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63065, Token=C44955DBD14BEB93, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R932] send response NON-2.05 MID=63065, Token=null, OptionSet={}, "server responds hi" 08:13:01.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, complete]! 08:13:01.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R932, complete] completed NON-2.04 MID=63065, Token=C44955DBD14BEB93, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83! 08:13:01.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E968,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63065, Token=C44955DBD14BEB93, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83] 08:13:01.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63065] 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, complete]! 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, complete] for token KeyToken[127.0.0.1:8249-C44955DBD14BEB93] 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, complete] for MID KeyMID[127.0.0.1:8249-63065] 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L931, complete] completed CON-POST MID= -1, Token=C44955DBD14BEB93, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63065, Token=C44955DBD14BEB93, OptionSet={"Object-Security":0x0930}, acked 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48! 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933] send request 08:13:01.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:13:01.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933] added with generated mid KeyMID[127.0.0.1:8249-63066], CON-POST MID=63066, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:13:01.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933] added with generated token KeyToken[127.0.0.1:8249-7C381F67C4FA1004], CON-POST MID=63066, Token=7C381F67C4FA1004, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:13:01.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63066], KeyToken[127.0.0.1:8249-7C381F67C4FA1004]] 08:13:01.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E969,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63066, Token=7C381F67C4FA1004, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1] 08:13:01.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63066] 08:13:01.476 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.476 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934] replace CON-POST MID=63066, Token=7C381F67C4FA1004, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63066, Token=7C381F67C4FA1004, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R934] send response NON-2.05 MID=63066, Token=null, OptionSet={}, "server responds hi" 08:13:01.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, complete]! 08:13:01.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R934, complete] completed NON-2.04 MID=63066, Token=7C381F67C4FA1004, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C! 08:13:01.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E970,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63066, Token=7C381F67C4FA1004, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C] 08:13:01.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63066] 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, complete]! 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, complete] for token KeyToken[127.0.0.1:8249-7C381F67C4FA1004] 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, complete] for MID KeyMID[127.0.0.1:8249-63066] 08:13:01.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L933, complete] completed CON-POST MID= -1, Token=7C381F67C4FA1004, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63066, Token=7C381F67C4FA1004, OptionSet={"Object-Security":0x0931}, acked 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1! 08:13:01.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935] send request 08:13:01.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:13:01.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935] added with generated mid KeyMID[127.0.0.1:8249-63067], CON-POST MID=63067, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:13:01.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935] added with generated token KeyToken[127.0.0.1:8249-189472AAAA8D6B5F], CON-POST MID=63067, Token=189472AAAA8D6B5F, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:13:01.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63067], KeyToken[127.0.0.1:8249-189472AAAA8D6B5F]] 08:13:01.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E971,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63067, Token=189472AAAA8D6B5F, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB] 08:13:01.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63067] 08:13:01.478 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.478 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936] replace CON-POST MID=63067, Token=189472AAAA8D6B5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63067, Token=189472AAAA8D6B5F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R936] send response NON-2.05 MID=63067, Token=null, OptionSet={}, "server responds hi" 08:13:01.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, complete]! 08:13:01.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R936, complete] completed NON-2.04 MID=63067, Token=189472AAAA8D6B5F, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0! 08:13:01.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E972,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63067, Token=189472AAAA8D6B5F, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0] 08:13:01.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63067] 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, complete]! 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, complete] for token KeyToken[127.0.0.1:8249-189472AAAA8D6B5F] 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, complete] for MID KeyMID[127.0.0.1:8249-63067] 08:13:01.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L935, complete] completed CON-POST MID= -1, Token=189472AAAA8D6B5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63067, Token=189472AAAA8D6B5F, OptionSet={"Object-Security":0x0932}, acked 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB! 08:13:01.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937] send request 08:13:01.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:13:01.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937] added with generated mid KeyMID[127.0.0.1:8249-63068], CON-POST MID=63068, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:13:01.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937] added with generated token KeyToken[127.0.0.1:8249-E08CFFFF2ED43E70], CON-POST MID=63068, Token=E08CFFFF2ED43E70, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:13:01.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63068], KeyToken[127.0.0.1:8249-E08CFFFF2ED43E70]] 08:13:01.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E973,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63068, Token=E08CFFFF2ED43E70, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23] 08:13:01.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63068] 08:13:01.481 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.481 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938] replace CON-POST MID=63068, Token=E08CFFFF2ED43E70, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63068, Token=E08CFFFF2ED43E70, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R938] send response NON-2.05 MID=63068, Token=null, OptionSet={}, "server responds hi" 08:13:01.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, complete]! 08:13:01.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R938, complete] completed NON-2.04 MID=63068, Token=E08CFFFF2ED43E70, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4! 08:13:01.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E974,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63068, Token=E08CFFFF2ED43E70, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4] 08:13:01.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63068] 08:13:01.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, complete]! 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, complete] for token KeyToken[127.0.0.1:8249-E08CFFFF2ED43E70] 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, complete] for MID KeyMID[127.0.0.1:8249-63068] 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L937, complete] completed CON-POST MID= -1, Token=E08CFFFF2ED43E70, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63068, Token=E08CFFFF2ED43E70, OptionSet={"Object-Security":0x0933}, acked 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23! 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939] send request 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939] added with generated mid KeyMID[127.0.0.1:8249-63069], CON-POST MID=63069, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939] added with generated token KeyToken[127.0.0.1:8249-10DDDC6E153C7EAE], CON-POST MID=63069, Token=10DDDC6E153C7EAE, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:13:01.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63069], KeyToken[127.0.0.1:8249-10DDDC6E153C7EAE]] 08:13:01.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E975,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63069, Token=10DDDC6E153C7EAE, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A] 08:13:01.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63069] 08:13:01.483 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.483 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940] replace CON-POST MID=63069, Token=10DDDC6E153C7EAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63069, Token=10DDDC6E153C7EAE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R940] send response NON-2.05 MID=63069, Token=null, OptionSet={}, "server responds hi" 08:13:01.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, complete]! 08:13:01.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R940, complete] completed NON-2.04 MID=63069, Token=10DDDC6E153C7EAE, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81! 08:13:01.484 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E976,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63069, Token=10DDDC6E153C7EAE, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81] 08:13:01.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63069] 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, complete]! 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, complete] for token KeyToken[127.0.0.1:8249-10DDDC6E153C7EAE] 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, complete] for MID KeyMID[127.0.0.1:8249-63069] 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L939, complete] completed CON-POST MID= -1, Token=10DDDC6E153C7EAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63069, Token=10DDDC6E153C7EAE, OptionSet={"Object-Security":0x0934}, acked B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A! 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941] send request 08:13:01.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:13:01.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941] added with generated mid KeyMID[127.0.0.1:8249-63070], CON-POST MID=63070, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:13:01.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941] added with generated token KeyToken[127.0.0.1:8249-946E3D441A8D7E49], CON-POST MID=63070, Token=946E3D441A8D7E49, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:13:01.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63070], KeyToken[127.0.0.1:8249-946E3D441A8D7E49]] 08:13:01.485 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E977,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63070, Token=946E3D441A8D7E49, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36] 08:13:01.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63070] 08:13:01.485 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.485 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942] replace CON-POST MID=63070, Token=946E3D441A8D7E49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63070, Token=946E3D441A8D7E49, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R942] send response NON-2.05 MID=63070, Token=null, OptionSet={}, "server responds hi" 08:13:01.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, complete]! 08:13:01.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R942, complete] completed NON-2.04 MID=63070, Token=946E3D441A8D7E49, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D! 08:13:01.486 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E978,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63070, Token=946E3D441A8D7E49, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D] 08:13:01.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63070] 08:13:01.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, complete]! 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, complete] for token KeyToken[127.0.0.1:8249-946E3D441A8D7E49] 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, complete] for MID KeyMID[127.0.0.1:8249-63070] 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L941, complete] completed CON-POST MID= -1, Token=946E3D441A8D7E49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63070, Token=946E3D441A8D7E49, OptionSet={"Object-Security":0x0935}, acked 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36! 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943] send request 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943] added with generated mid KeyMID[127.0.0.1:8249-63071], CON-POST MID=63071, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943] added with generated token KeyToken[127.0.0.1:8249-947417C941262A95], CON-POST MID=63071, Token=947417C941262A95, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:13:01.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63071], KeyToken[127.0.0.1:8249-947417C941262A95]] 08:13:01.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E979,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63071, Token=947417C941262A95, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA] 08:13:01.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63071] 08:13:01.488 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.488 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944] replace CON-POST MID=63071, Token=947417C941262A95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63071, Token=947417C941262A95, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R944] send response NON-2.05 MID=63071, Token=null, OptionSet={}, "server responds hi" 08:13:01.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, complete]! 08:13:01.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R944, complete] completed NON-2.04 MID=63071, Token=947417C941262A95, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75! 08:13:01.488 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E980,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63071, Token=947417C941262A95, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75] 08:13:01.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63071] 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, complete]! 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, complete] for token KeyToken[127.0.0.1:8249-947417C941262A95] 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, complete] for MID KeyMID[127.0.0.1:8249-63071] 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L943, complete] completed CON-POST MID= -1, Token=947417C941262A95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63071, Token=947417C941262A95, OptionSet={"Object-Security":0x0936}, acked 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA! 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945] send request 08:13:01.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:13:01.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945] added with generated mid KeyMID[127.0.0.1:8249-63072], CON-POST MID=63072, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:13:01.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945] added with generated token KeyToken[127.0.0.1:8249-C0AE372C9C8BE6BC], CON-POST MID=63072, Token=C0AE372C9C8BE6BC, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:13:01.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63072], KeyToken[127.0.0.1:8249-C0AE372C9C8BE6BC]] 08:13:01.490 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E981,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63072, Token=C0AE372C9C8BE6BC, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33] 08:13:01.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63072] 08:13:01.490 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.490 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946] replace CON-POST MID=63072, Token=C0AE372C9C8BE6BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63072, Token=C0AE372C9C8BE6BC, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R946] send response NON-2.05 MID=63072, Token=null, OptionSet={}, "server responds hi" 08:13:01.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, complete]! 08:13:01.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R946, complete] completed NON-2.04 MID=63072, Token=C0AE372C9C8BE6BC, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01! 08:13:01.491 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E982,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63072, Token=C0AE372C9C8BE6BC, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01] 08:13:01.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63072] 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, complete]! 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, complete] for token KeyToken[127.0.0.1:8249-C0AE372C9C8BE6BC] 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, complete] for MID KeyMID[127.0.0.1:8249-63072] 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L945, complete] completed CON-POST MID= -1, Token=C0AE372C9C8BE6BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63072, Token=C0AE372C9C8BE6BC, OptionSet={"Object-Security":0x0937}, acked 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33! 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947] send request 08:13:01.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:13:01.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947] added with generated mid KeyMID[127.0.0.1:8249-63073], CON-POST MID=63073, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:13:01.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947] added with generated token KeyToken[127.0.0.1:8249-BCC75CBA61FD353E], CON-POST MID=63073, Token=BCC75CBA61FD353E, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:13:01.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63073], KeyToken[127.0.0.1:8249-BCC75CBA61FD353E]] 08:13:01.553 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E983,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63073, Token=BCC75CBA61FD353E, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B] 08:13:01.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63073] 08:13:01.553 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.553 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948] replace CON-POST MID=63073, Token=BCC75CBA61FD353E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63073, Token=BCC75CBA61FD353E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R948] send response NON-2.05 MID=63073, Token=null, OptionSet={}, "server responds hi" 08:13:01.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, complete]! 08:13:01.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R948, complete] completed NON-2.04 MID=63073, Token=BCC75CBA61FD353E, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0! 08:13:01.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E984,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63073, Token=BCC75CBA61FD353E, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0] 08:13:01.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63073] 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, complete]! 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, complete] for token KeyToken[127.0.0.1:8249-BCC75CBA61FD353E] 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, complete] for MID KeyMID[127.0.0.1:8249-63073] 08:13:01.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L947, complete] completed CON-POST MID= -1, Token=BCC75CBA61FD353E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63073, Token=BCC75CBA61FD353E, OptionSet={"Object-Security":0x0938}, acked A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B! 08:13:01.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949] send request 08:13:01.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:13:01.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949] added with generated mid KeyMID[127.0.0.1:8249-63074], CON-POST MID=63074, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:13:01.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949] added with generated token KeyToken[127.0.0.1:8249-408DF3CEFC6A2DC1], CON-POST MID=63074, Token=408DF3CEFC6A2DC1, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:13:01.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63074], KeyToken[127.0.0.1:8249-408DF3CEFC6A2DC1]] 08:13:01.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E985,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63074, Token=408DF3CEFC6A2DC1, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7] 08:13:01.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63074] 08:13:01.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950] replace CON-POST MID=63074, Token=408DF3CEFC6A2DC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63074, Token=408DF3CEFC6A2DC1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R950] send response NON-2.05 MID=63074, Token=null, OptionSet={}, "server responds hi" 08:13:01.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, complete]! 08:13:01.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R950, complete] completed NON-2.04 MID=63074, Token=408DF3CEFC6A2DC1, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8! 08:13:01.556 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E986,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63074, Token=408DF3CEFC6A2DC1, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8] 08:13:01.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63074] 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, complete]! 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, complete] for token KeyToken[127.0.0.1:8249-408DF3CEFC6A2DC1] 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, complete] for MID KeyMID[127.0.0.1:8249-63074] 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L949, complete] completed CON-POST MID= -1, Token=408DF3CEFC6A2DC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63074, Token=408DF3CEFC6A2DC1, OptionSet={"Object-Security":0x0939}, acked D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7! 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951] send request 08:13:01.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:13:01.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951] added with generated mid KeyMID[127.0.0.1:8249-63075], CON-POST MID=63075, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:13:01.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951] added with generated token KeyToken[127.0.0.1:8249-F8BCBDCABFD5C91B], CON-POST MID=63075, Token=F8BCBDCABFD5C91B, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:13:01.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63075], KeyToken[127.0.0.1:8249-F8BCBDCABFD5C91B]] 08:13:01.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E987,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63075, Token=F8BCBDCABFD5C91B, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6] 08:13:01.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63075] 08:13:01.558 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.558 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952] replace CON-POST MID=63075, Token=F8BCBDCABFD5C91B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63075, Token=F8BCBDCABFD5C91B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R952] send response NON-2.05 MID=63075, Token=null, OptionSet={}, "server responds hi" 08:13:01.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, complete]! 08:13:01.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R952, complete] completed NON-2.04 MID=63075, Token=F8BCBDCABFD5C91B, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B! 08:13:01.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E988,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63075, Token=F8BCBDCABFD5C91B, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B] 08:13:01.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63075] 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, complete]! 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, complete] for token KeyToken[127.0.0.1:8249-F8BCBDCABFD5C91B] 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, complete] for MID KeyMID[127.0.0.1:8249-63075] 08:13:01.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L951, complete] completed CON-POST MID= -1, Token=F8BCBDCABFD5C91B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63075, Token=F8BCBDCABFD5C91B, OptionSet={"Object-Security":0x093A}, acked 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6! 08:13:01.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953] send request 08:13:01.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:13:01.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953] added with generated mid KeyMID[127.0.0.1:8249-63076], CON-POST MID=63076, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:13:01.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953] added with generated token KeyToken[127.0.0.1:8249-249B5BCB083957F3], CON-POST MID=63076, Token=249B5BCB083957F3, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:13:01.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63076], KeyToken[127.0.0.1:8249-249B5BCB083957F3]] 08:13:01.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E989,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63076, Token=249B5BCB083957F3, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98] 08:13:01.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63076] 08:13:01.561 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.561 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954] replace CON-POST MID=63076, Token=249B5BCB083957F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63076, Token=249B5BCB083957F3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R954] send response NON-2.05 MID=63076, Token=null, OptionSet={}, "server responds hi" 08:13:01.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, complete]! 08:13:01.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R954, complete] completed NON-2.04 MID=63076, Token=249B5BCB083957F3, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B! 08:13:01.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E990,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63076, Token=249B5BCB083957F3, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B] 08:13:01.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63076] 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, complete]! 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, complete] for token KeyToken[127.0.0.1:8249-249B5BCB083957F3] 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, complete] for MID KeyMID[127.0.0.1:8249-63076] 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L953, complete] completed CON-POST MID= -1, Token=249B5BCB083957F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63076, Token=249B5BCB083957F3, OptionSet={"Object-Security":0x093B}, acked 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98! 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955] send request 08:13:01.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:13:01.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955] added with generated mid KeyMID[127.0.0.1:8249-63077], CON-POST MID=63077, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:13:01.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955] added with generated token KeyToken[127.0.0.1:8249-1C37989584AE006A], CON-POST MID=63077, Token=1C37989584AE006A, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:13:01.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63077], KeyToken[127.0.0.1:8249-1C37989584AE006A]] 08:13:01.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E991,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63077, Token=1C37989584AE006A, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76] 08:13:01.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63077] 08:13:01.564 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.564 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956] replace CON-POST MID=63077, Token=1C37989584AE006A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63077, Token=1C37989584AE006A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R956] send response NON-2.05 MID=63077, Token=null, OptionSet={}, "server responds hi" 08:13:01.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, complete]! 08:13:01.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R956, complete] completed NON-2.04 MID=63077, Token=1C37989584AE006A, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE! 08:13:01.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E992,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63077, Token=1C37989584AE006A, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE] 08:13:01.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63077] 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, complete]! 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, complete] for token KeyToken[127.0.0.1:8249-1C37989584AE006A] 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, complete] for MID KeyMID[127.0.0.1:8249-63077] 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L955, complete] completed CON-POST MID= -1, Token=1C37989584AE006A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63077, Token=1C37989584AE006A, OptionSet={"Object-Security":0x093C}, acked 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76! 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957] send request 08:13:01.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:13:01.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957] added with generated mid KeyMID[127.0.0.1:8249-63078], CON-POST MID=63078, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:13:01.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957] added with generated token KeyToken[127.0.0.1:8249-50D739ED5EE4CA5E], CON-POST MID=63078, Token=50D739ED5EE4CA5E, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:13:01.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63078], KeyToken[127.0.0.1:8249-50D739ED5EE4CA5E]] 08:13:01.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E993,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63078, Token=50D739ED5EE4CA5E, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE] 08:13:01.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63078] 08:13:01.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.567 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958] replace CON-POST MID=63078, Token=50D739ED5EE4CA5E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63078, Token=50D739ED5EE4CA5E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R958] send response NON-2.05 MID=63078, Token=null, OptionSet={}, "server responds hi" 08:13:01.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, complete]! 08:13:01.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R958, complete] completed NON-2.04 MID=63078, Token=50D739ED5EE4CA5E, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25! 08:13:01.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E994,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63078, Token=50D739ED5EE4CA5E, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25] 08:13:01.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63078] 08:13:01.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, complete]! 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, complete] for token KeyToken[127.0.0.1:8249-50D739ED5EE4CA5E] 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, complete] for MID KeyMID[127.0.0.1:8249-63078] 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L957, complete] completed CON-POST MID= -1, Token=50D739ED5EE4CA5E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63078, Token=50D739ED5EE4CA5E, OptionSet={"Object-Security":0x093D}, acked 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE! 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959] send request 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959] added with generated mid KeyMID[127.0.0.1:8249-63079], CON-POST MID=63079, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959] added with generated token KeyToken[127.0.0.1:8249-68839E1F5C06EC25], CON-POST MID=63079, Token=68839E1F5C06EC25, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:13:01.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63079], KeyToken[127.0.0.1:8249-68839E1F5C06EC25]] 08:13:01.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E995,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63079, Token=68839E1F5C06EC25, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D] 08:13:01.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63079] 08:13:01.569 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.569 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960] replace CON-POST MID=63079, Token=68839E1F5C06EC25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63079, Token=68839E1F5C06EC25, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R960] send response NON-2.05 MID=63079, Token=null, OptionSet={}, "server responds hi" 08:13:01.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, complete]! 08:13:01.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R960, complete] completed NON-2.04 MID=63079, Token=68839E1F5C06EC25, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E! 08:13:01.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E996,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63079, Token=68839E1F5C06EC25, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E] 08:13:01.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63079] 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, complete]! 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, complete] for token KeyToken[127.0.0.1:8249-68839E1F5C06EC25] 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, complete] for MID KeyMID[127.0.0.1:8249-63079] 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L959, complete] completed CON-POST MID= -1, Token=68839E1F5C06EC25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63079, Token=68839E1F5C06EC25, OptionSet={"Object-Security":0x093E}, acked F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D! 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961] send request 08:13:01.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:13:01.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961] added with generated mid KeyMID[127.0.0.1:8249-63080], CON-POST MID=63080, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:13:01.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961] added with generated token KeyToken[127.0.0.1:8249-204A1FAEF183DE80], CON-POST MID=63080, Token=204A1FAEF183DE80, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:13:01.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63080], KeyToken[127.0.0.1:8249-204A1FAEF183DE80]] 08:13:01.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E997,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63080, Token=204A1FAEF183DE80, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A] 08:13:01.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63080] 08:13:01.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962] replace CON-POST MID=63080, Token=204A1FAEF183DE80, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63080, Token=204A1FAEF183DE80, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R962] send response NON-2.05 MID=63080, Token=null, OptionSet={}, "server responds hi" 08:13:01.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, complete]! 08:13:01.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R962, complete] completed NON-2.04 MID=63080, Token=204A1FAEF183DE80, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02! 08:13:01.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E998,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63080, Token=204A1FAEF183DE80, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02] 08:13:01.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63080] 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, complete]! 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, complete] for token KeyToken[127.0.0.1:8249-204A1FAEF183DE80] 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, complete] for MID KeyMID[127.0.0.1:8249-63080] 08:13:01.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L961, complete] completed CON-POST MID= -1, Token=204A1FAEF183DE80, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63080, Token=204A1FAEF183DE80, OptionSet={"Object-Security":0x093F}, acked E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A! 08:13:01.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963] send request 08:13:01.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:13:01.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963] added with generated mid KeyMID[127.0.0.1:8249-63081], CON-POST MID=63081, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:13:01.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963] added with generated token KeyToken[127.0.0.1:8249-50E51EEF6CE3C4C6], CON-POST MID=63081, Token=50E51EEF6CE3C4C6, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:13:01.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63081], KeyToken[127.0.0.1:8249-50E51EEF6CE3C4C6]] 08:13:01.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E999,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63081, Token=50E51EEF6CE3C4C6, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 08:13:01.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63081] 08:13:01.574 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.574 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964] replace CON-POST MID=63081, Token=50E51EEF6CE3C4C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63081, Token=50E51EEF6CE3C4C6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R964] send response NON-2.05 MID=63081, Token=null, OptionSet={}, "server responds hi" 08:13:01.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, complete]! 08:13:01.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R964, complete] completed NON-2.04 MID=63081, Token=50E51EEF6CE3C4C6, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 08:13:01.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,000,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63081, Token=50E51EEF6CE3C4C6, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 08:13:01.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63081] 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, complete]! 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, complete] for token KeyToken[127.0.0.1:8249-50E51EEF6CE3C4C6] 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, complete] for MID KeyMID[127.0.0.1:8249-63081] 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L963, complete] completed CON-POST MID= -1, Token=50E51EEF6CE3C4C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63081, Token=50E51EEF6CE3C4C6, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965] send request 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:13:01.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965] added with generated mid KeyMID[127.0.0.1:8249-63082], CON-POST MID=63082, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:13:01.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965] added with generated token KeyToken[127.0.0.1:8249-2C293E8F073E59C1], CON-POST MID=63082, Token=2C293E8F073E59C1, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:13:01.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63082], KeyToken[127.0.0.1:8249-2C293E8F073E59C1]] 08:13:01.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,001,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63082, Token=2C293E8F073E59C1, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6] 08:13:01.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63082] 08:13:01.576 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.576 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966] replace CON-POST MID=63082, Token=2C293E8F073E59C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63082, Token=2C293E8F073E59C1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R966] send response NON-2.05 MID=63082, Token=null, OptionSet={}, "server responds hi" 08:13:01.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, complete]! 08:13:01.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R966, complete] completed NON-2.04 MID=63082, Token=2C293E8F073E59C1, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C! 08:13:01.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,002,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63082, Token=2C293E8F073E59C1, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C] 08:13:01.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63082] 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, complete]! 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, complete] for token KeyToken[127.0.0.1:8249-2C293E8F073E59C1] 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, complete] for MID KeyMID[127.0.0.1:8249-63082] 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L965, complete] completed CON-POST MID= -1, Token=2C293E8F073E59C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63082, Token=2C293E8F073E59C1, OptionSet={"Object-Security":0x0941}, acked 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6! 08:13:01.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967] send request 08:13:01.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:13:01.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967] added with generated mid KeyMID[127.0.0.1:8249-63083], CON-POST MID=63083, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:13:01.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967] added with generated token KeyToken[127.0.0.1:8249-4486176035C096B9], CON-POST MID=63083, Token=4486176035C096B9, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:13:01.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63083], KeyToken[127.0.0.1:8249-4486176035C096B9]] 08:13:01.578 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,003,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63083, Token=4486176035C096B9, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77] 08:13:01.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63083] 08:13:01.578 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.578 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968] replace CON-POST MID=63083, Token=4486176035C096B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63083, Token=4486176035C096B9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R968] send response NON-2.05 MID=63083, Token=null, OptionSet={}, "server responds hi" 08:13:01.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, complete]! 08:13:01.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R968, complete] completed NON-2.04 MID=63083, Token=4486176035C096B9, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA! 08:13:01.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,004,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63083, Token=4486176035C096B9, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA] 08:13:01.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63083] 08:13:01.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, complete]! 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, complete] for token KeyToken[127.0.0.1:8249-4486176035C096B9] 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, complete] for MID KeyMID[127.0.0.1:8249-63083] 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L967, complete] completed CON-POST MID= -1, Token=4486176035C096B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63083, Token=4486176035C096B9, OptionSet={"Object-Security":0x0942}, acked FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77! 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969] send request 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:13:01.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969] added with generated mid KeyMID[127.0.0.1:8249-63084], CON-POST MID=63084, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:13:01.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969] added with generated token KeyToken[127.0.0.1:8249-D4511E26439B85B7], CON-POST MID=63084, Token=D4511E26439B85B7, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:13:01.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63084], KeyToken[127.0.0.1:8249-D4511E26439B85B7]] 08:13:01.581 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,005,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63084, Token=D4511E26439B85B7, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1] 08:13:01.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63084] 08:13:01.581 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.581 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970] replace CON-POST MID=63084, Token=D4511E26439B85B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63084, Token=D4511E26439B85B7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R970] send response NON-2.05 MID=63084, Token=null, OptionSet={}, "server responds hi" 08:13:01.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, complete]! 08:13:01.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R970, complete] completed NON-2.04 MID=63084, Token=D4511E26439B85B7, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2! 08:13:01.582 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,006,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63084, Token=D4511E26439B85B7, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2] 08:13:01.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63084] 08:13:01.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, complete]! 08:13:01.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, complete] for token KeyToken[127.0.0.1:8249-D4511E26439B85B7] 08:13:01.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, complete] for MID KeyMID[127.0.0.1:8249-63084] 08:13:01.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L969, complete] completed CON-POST MID= -1, Token=D4511E26439B85B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63084, Token=D4511E26439B85B7, OptionSet={"Object-Security":0x0943}, acked 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1! 08:13:01.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971] send request 08:13:01.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:13:01.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971] added with generated mid KeyMID[127.0.0.1:8249-63085], CON-POST MID=63085, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:13:01.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971] added with generated token KeyToken[127.0.0.1:8249-1CD117DE401D8F6C], CON-POST MID=63085, Token=1CD117DE401D8F6C, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:13:01.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63085], KeyToken[127.0.0.1:8249-1CD117DE401D8F6C]] 08:13:01.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,007,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63085, Token=1CD117DE401D8F6C, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B] 08:13:01.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63085] 08:13:01.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972] replace CON-POST MID=63085, Token=1CD117DE401D8F6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63085, Token=1CD117DE401D8F6C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R972] send response NON-2.05 MID=63085, Token=null, OptionSet={}, "server responds hi" 08:13:01.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, complete]! 08:13:01.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R972, complete] completed NON-2.04 MID=63085, Token=1CD117DE401D8F6C, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7! 08:13:01.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,008,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63085, Token=1CD117DE401D8F6C, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7] 08:13:01.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63085] 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, complete]! 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, complete] for token KeyToken[127.0.0.1:8249-1CD117DE401D8F6C] 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, complete] for MID KeyMID[127.0.0.1:8249-63085] 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L971, complete] completed CON-POST MID= -1, Token=1CD117DE401D8F6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63085, Token=1CD117DE401D8F6C, OptionSet={"Object-Security":0x0944}, acked F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B! 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973] send request 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:13:01.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973] added with generated mid KeyMID[127.0.0.1:8249-63086], CON-POST MID=63086, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:13:01.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973] added with generated token KeyToken[127.0.0.1:8249-08460577F924556F], CON-POST MID=63086, Token=08460577F924556F, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:13:01.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63086], KeyToken[127.0.0.1:8249-08460577F924556F]] 08:13:01.587 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,009,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63086, Token=08460577F924556F, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB] 08:13:01.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63086] 08:13:01.587 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.587 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974] replace CON-POST MID=63086, Token=08460577F924556F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63086, Token=08460577F924556F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R974] send response NON-2.05 MID=63086, Token=null, OptionSet={}, "server responds hi" 08:13:01.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, complete]! 08:13:01.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R974, complete] completed NON-2.04 MID=63086, Token=08460577F924556F, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C! 08:13:01.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,010,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63086, Token=08460577F924556F, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C] 08:13:01.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63086] 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, complete]! 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, complete] for token KeyToken[127.0.0.1:8249-08460577F924556F] 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, complete] for MID KeyMID[127.0.0.1:8249-63086] 08:13:01.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L973, complete] completed CON-POST MID= -1, Token=08460577F924556F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63086, Token=08460577F924556F, OptionSet={"Object-Security":0x0945}, acked F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB! 08:13:01.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975] send request 08:13:01.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:13:01.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975] added with generated mid KeyMID[127.0.0.1:8249-63087], CON-POST MID=63087, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:13:01.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975] added with generated token KeyToken[127.0.0.1:8249-6C3E81FF80029358], CON-POST MID=63087, Token=6C3E81FF80029358, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:13:01.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63087], KeyToken[127.0.0.1:8249-6C3E81FF80029358]] 08:13:01.589 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,011,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63087, Token=6C3E81FF80029358, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E] 08:13:01.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63087] 08:13:01.590 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.590 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976] replace CON-POST MID=63087, Token=6C3E81FF80029358, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63087, Token=6C3E81FF80029358, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R976] send response NON-2.05 MID=63087, Token=null, OptionSet={}, "server responds hi" 08:13:01.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, complete]! 08:13:01.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R976, complete] completed NON-2.04 MID=63087, Token=6C3E81FF80029358, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66! 08:13:01.590 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,012,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63087, Token=6C3E81FF80029358, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66] 08:13:01.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63087] 08:13:01.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, complete]! 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, complete] for token KeyToken[127.0.0.1:8249-6C3E81FF80029358] 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, complete] for MID KeyMID[127.0.0.1:8249-63087] 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L975, complete] completed CON-POST MID= -1, Token=6C3E81FF80029358, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63087, Token=6C3E81FF80029358, OptionSet={"Object-Security":0x0946}, acked 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E! 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977] send request 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:13:01.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977] added with generated mid KeyMID[127.0.0.1:8249-63088], CON-POST MID=63088, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:13:01.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977] added with generated token KeyToken[127.0.0.1:8249-A8A763F7CC3EB155], CON-POST MID=63088, Token=A8A763F7CC3EB155, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:13:01.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63088], KeyToken[127.0.0.1:8249-A8A763F7CC3EB155]] 08:13:01.592 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,013,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63088, Token=A8A763F7CC3EB155, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41] 08:13:01.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63088] 08:13:01.592 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.592 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978] replace CON-POST MID=63088, Token=A8A763F7CC3EB155, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63088, Token=A8A763F7CC3EB155, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R978] send response NON-2.05 MID=63088, Token=null, OptionSet={}, "server responds hi" 08:13:01.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, complete]! 08:13:01.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R978, complete] completed NON-2.04 MID=63088, Token=A8A763F7CC3EB155, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51! 08:13:01.593 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,014,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63088, Token=A8A763F7CC3EB155, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51] 08:13:01.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63088] 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, complete]! 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, complete] for token KeyToken[127.0.0.1:8249-A8A763F7CC3EB155] 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, complete] for MID KeyMID[127.0.0.1:8249-63088] 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L977, complete] completed CON-POST MID= -1, Token=A8A763F7CC3EB155, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63088, Token=A8A763F7CC3EB155, OptionSet={"Object-Security":0x0947}, acked 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41! 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979] send request 08:13:01.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:13:01.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979] added with generated mid KeyMID[127.0.0.1:8249-63089], CON-POST MID=63089, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:13:01.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979] added with generated token KeyToken[127.0.0.1:8249-4078A35A6E88AF0E], CON-POST MID=63089, Token=4078A35A6E88AF0E, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:13:01.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63089], KeyToken[127.0.0.1:8249-4078A35A6E88AF0E]] 08:13:01.594 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,015,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63089, Token=4078A35A6E88AF0E, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95] 08:13:01.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63089] 08:13:01.594 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.594 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980] replace CON-POST MID=63089, Token=4078A35A6E88AF0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63089, Token=4078A35A6E88AF0E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R980] send response NON-2.05 MID=63089, Token=null, OptionSet={}, "server responds hi" 08:13:01.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, complete]! 08:13:01.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R980, complete] completed NON-2.04 MID=63089, Token=4078A35A6E88AF0E, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2! 08:13:01.595 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,016,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63089, Token=4078A35A6E88AF0E, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2] 08:13:01.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63089] 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, complete]! 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, complete] for token KeyToken[127.0.0.1:8249-4078A35A6E88AF0E] 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, complete] for MID KeyMID[127.0.0.1:8249-63089] 08:13:01.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L979, complete] completed CON-POST MID= -1, Token=4078A35A6E88AF0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63089, Token=4078A35A6E88AF0E, OptionSet={"Object-Security":0x0948}, acked 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95! 08:13:01.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981] send request 08:13:01.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:13:01.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981] added with generated mid KeyMID[127.0.0.1:8249-63090], CON-POST MID=63090, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:13:01.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981] added with generated token KeyToken[127.0.0.1:8249-2C7D36547CAF276F], CON-POST MID=63090, Token=2C7D36547CAF276F, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:13:01.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63090], KeyToken[127.0.0.1:8249-2C7D36547CAF276F]] 08:13:01.596 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,017,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63090, Token=2C7D36547CAF276F, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95] 08:13:01.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63090] 08:13:01.597 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.597 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982] replace CON-POST MID=63090, Token=2C7D36547CAF276F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63090, Token=2C7D36547CAF276F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R982] send response NON-2.05 MID=63090, Token=null, OptionSet={}, "server responds hi" 08:13:01.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, complete]! 08:13:01.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R982, complete] completed NON-2.04 MID=63090, Token=2C7D36547CAF276F, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7! 08:13:01.597 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.597 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,018,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63090, Token=2C7D36547CAF276F, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7] 08:13:01.597 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63090] 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, complete]! 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, complete] for token KeyToken[127.0.0.1:8249-2C7D36547CAF276F] 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, complete] for MID KeyMID[127.0.0.1:8249-63090] 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L981, complete] completed CON-POST MID= -1, Token=2C7D36547CAF276F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63090, Token=2C7D36547CAF276F, OptionSet={"Object-Security":0x0949}, acked DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95! 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983] send request 08:13:01.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:13:01.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983] added with generated mid KeyMID[127.0.0.1:8249-63091], CON-POST MID=63091, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:13:01.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983] added with generated token KeyToken[127.0.0.1:8249-903E6252381E0DCB], CON-POST MID=63091, Token=903E6252381E0DCB, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:13:01.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63091], KeyToken[127.0.0.1:8249-903E6252381E0DCB]] 08:13:01.653 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,019,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63091, Token=903E6252381E0DCB, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB] 08:13:01.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63091] 08:13:01.654 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.654 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984] replace CON-POST MID=63091, Token=903E6252381E0DCB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63091, Token=903E6252381E0DCB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R984] send response NON-2.05 MID=63091, Token=null, OptionSet={}, "server responds hi" 08:13:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, complete]! 08:13:01.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R984, complete] completed NON-2.04 MID=63091, Token=903E6252381E0DCB, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27! 08:13:01.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,020,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63091, Token=903E6252381E0DCB, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27] 08:13:01.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63091] 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, complete]! 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, complete] for token KeyToken[127.0.0.1:8249-903E6252381E0DCB] 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, complete] for MID KeyMID[127.0.0.1:8249-63091] 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L983, complete] completed CON-POST MID= -1, Token=903E6252381E0DCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63091, Token=903E6252381E0DCB, OptionSet={"Object-Security":0x094A}, acked 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB! 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985] send request 08:13:01.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:13:01.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985] added with generated mid KeyMID[127.0.0.1:8249-63092], CON-POST MID=63092, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:13:01.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985] added with generated token KeyToken[127.0.0.1:8249-602D74AE465CA879], CON-POST MID=63092, Token=602D74AE465CA879, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:13:01.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63092], KeyToken[127.0.0.1:8249-602D74AE465CA879]] 08:13:01.656 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,021,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63092, Token=602D74AE465CA879, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A] 08:13:01.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63092] 08:13:01.656 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.656 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986] replace CON-POST MID=63092, Token=602D74AE465CA879, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63092, Token=602D74AE465CA879, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R986] send response NON-2.05 MID=63092, Token=null, OptionSet={}, "server responds hi" 08:13:01.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, complete]! 08:13:01.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R986, complete] completed NON-2.04 MID=63092, Token=602D74AE465CA879, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68! 08:13:01.657 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,022,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63092, Token=602D74AE465CA879, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68] 08:13:01.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63092] 08:13:01.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, complete]! 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, complete] for token KeyToken[127.0.0.1:8249-602D74AE465CA879] 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, complete] for MID KeyMID[127.0.0.1:8249-63092] 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L985, complete] completed CON-POST MID= -1, Token=602D74AE465CA879, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63092, Token=602D74AE465CA879, OptionSet={"Object-Security":0x094B}, acked 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A! 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987] send request 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:13:01.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987] added with generated mid KeyMID[127.0.0.1:8249-63093], CON-POST MID=63093, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:13:01.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987] added with generated token KeyToken[127.0.0.1:8249-AC96A6247DE23DB2], CON-POST MID=63093, Token=AC96A6247DE23DB2, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:13:01.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63093], KeyToken[127.0.0.1:8249-AC96A6247DE23DB2]] 08:13:01.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,023,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63093, Token=AC96A6247DE23DB2, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A] 08:13:01.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63093] 08:13:01.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988] replace CON-POST MID=63093, Token=AC96A6247DE23DB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63093, Token=AC96A6247DE23DB2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R988] send response NON-2.05 MID=63093, Token=null, OptionSet={}, "server responds hi" 08:13:01.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, complete]! 08:13:01.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R988, complete] completed NON-2.04 MID=63093, Token=AC96A6247DE23DB2, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1! 08:13:01.660 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,024,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63093, Token=AC96A6247DE23DB2, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1] 08:13:01.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63093] 08:13:01.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, complete]! 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, complete] for token KeyToken[127.0.0.1:8249-AC96A6247DE23DB2] 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, complete] for MID KeyMID[127.0.0.1:8249-63093] 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L987, complete] completed CON-POST MID= -1, Token=AC96A6247DE23DB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63093, Token=AC96A6247DE23DB2, OptionSet={"Object-Security":0x094C}, acked 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A! 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989] send request 08:13:01.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:13:01.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989] added with generated mid KeyMID[127.0.0.1:8249-63094], CON-POST MID=63094, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:13:01.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989] added with generated token KeyToken[127.0.0.1:8249-AC5671792415BCAA], CON-POST MID=63094, Token=AC5671792415BCAA, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:13:01.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63094], KeyToken[127.0.0.1:8249-AC5671792415BCAA]] 08:13:01.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,025,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63094, Token=AC5671792415BCAA, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10] 08:13:01.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63094] 08:13:01.662 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.662 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990] replace CON-POST MID=63094, Token=AC5671792415BCAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63094, Token=AC5671792415BCAA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R990] send response NON-2.05 MID=63094, Token=null, OptionSet={}, "server responds hi" 08:13:01.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, complete]! 08:13:01.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R990, complete] completed NON-2.04 MID=63094, Token=AC5671792415BCAA, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2! 08:13:01.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,026,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63094, Token=AC5671792415BCAA, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2] 08:13:01.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63094] 08:13:01.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, complete]! 08:13:01.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, complete] for token KeyToken[127.0.0.1:8249-AC5671792415BCAA] 08:13:01.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, complete] for MID KeyMID[127.0.0.1:8249-63094] 08:13:01.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L989, complete] completed CON-POST MID= -1, Token=AC5671792415BCAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63094, Token=AC5671792415BCAA, OptionSet={"Object-Security":0x094D}, acked 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10! 08:13:01.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991] send request 08:13:01.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:13:01.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991] added with generated mid KeyMID[127.0.0.1:8249-63095], CON-POST MID=63095, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:13:01.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991] added with generated token KeyToken[127.0.0.1:8249-74E2ACF10D7E6BFD], CON-POST MID=63095, Token=74E2ACF10D7E6BFD, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:13:01.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63095], KeyToken[127.0.0.1:8249-74E2ACF10D7E6BFD]] 08:13:01.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,027,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63095, Token=74E2ACF10D7E6BFD, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B] 08:13:01.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63095] 08:13:01.665 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.665 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992] replace CON-POST MID=63095, Token=74E2ACF10D7E6BFD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63095, Token=74E2ACF10D7E6BFD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R992] send response NON-2.05 MID=63095, Token=null, OptionSet={}, "server responds hi" 08:13:01.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, complete]! 08:13:01.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R992, complete] completed NON-2.04 MID=63095, Token=74E2ACF10D7E6BFD, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C! 08:13:01.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,028,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63095, Token=74E2ACF10D7E6BFD, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C] 08:13:01.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63095] 08:13:01.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, complete]! 08:13:01.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, complete] for token KeyToken[127.0.0.1:8249-74E2ACF10D7E6BFD] 08:13:01.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, complete] for MID KeyMID[127.0.0.1:8249-63095] 08:13:01.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L991, complete] completed CON-POST MID= -1, Token=74E2ACF10D7E6BFD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63095, Token=74E2ACF10D7E6BFD, OptionSet={"Object-Security":0x094E}, acked 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B! 08:13:01.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993] send request 08:13:01.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:13:01.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993] added with generated mid KeyMID[127.0.0.1:8249-63096], CON-POST MID=63096, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:13:01.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993] added with generated token KeyToken[127.0.0.1:8249-34806137554C170A], CON-POST MID=63096, Token=34806137554C170A, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:13:01.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63096], KeyToken[127.0.0.1:8249-34806137554C170A]] 08:13:01.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,029,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63096, Token=34806137554C170A, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D] 08:13:01.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63096] 08:13:01.668 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.668 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994] replace CON-POST MID=63096, Token=34806137554C170A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63096, Token=34806137554C170A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R994] send response NON-2.05 MID=63096, Token=null, OptionSet={}, "server responds hi" 08:13:01.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, complete]! 08:13:01.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R994, complete] completed NON-2.04 MID=63096, Token=34806137554C170A, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A! 08:13:01.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,030,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63096, Token=34806137554C170A, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A] 08:13:01.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63096] 08:13:01.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, complete]! 08:13:01.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, complete] for token KeyToken[127.0.0.1:8249-34806137554C170A] 08:13:01.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, complete] for MID KeyMID[127.0.0.1:8249-63096] 08:13:01.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L993, complete] completed CON-POST MID= -1, Token=34806137554C170A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63096, Token=34806137554C170A, OptionSet={"Object-Security":0x094F}, acked F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D! 08:13:01.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995] send request 08:13:01.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:13:01.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995] added with generated mid KeyMID[127.0.0.1:8249-63097], CON-POST MID=63097, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:13:01.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995] added with generated token KeyToken[127.0.0.1:8249-50A1118D5076D114], CON-POST MID=63097, Token=50A1118D5076D114, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:13:01.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63097], KeyToken[127.0.0.1:8249-50A1118D5076D114]] 08:13:01.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,031,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63097, Token=50A1118D5076D114, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C] 08:13:01.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63097] 08:13:01.671 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.671 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996] replace CON-POST MID=63097, Token=50A1118D5076D114, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63097, Token=50A1118D5076D114, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R996] send response NON-2.05 MID=63097, Token=null, OptionSet={}, "server responds hi" 08:13:01.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, complete]! 08:13:01.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R996, complete] completed NON-2.04 MID=63097, Token=50A1118D5076D114, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC! 08:13:01.672 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,032,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63097, Token=50A1118D5076D114, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC] 08:13:01.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63097] 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, complete]! 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, complete] for token KeyToken[127.0.0.1:8249-50A1118D5076D114] 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, complete] for MID KeyMID[127.0.0.1:8249-63097] 08:13:01.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L995, complete] completed CON-POST MID= -1, Token=50A1118D5076D114, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63097, Token=50A1118D5076D114, OptionSet={"Object-Security":0x0950}, acked F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C! 08:13:01.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997] send request 08:13:01.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:13:01.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997] added with generated mid KeyMID[127.0.0.1:8249-63098], CON-POST MID=63098, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:13:01.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997] added with generated token KeyToken[127.0.0.1:8249-449FF41219B0BF67], CON-POST MID=63098, Token=449FF41219B0BF67, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:13:01.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63098], KeyToken[127.0.0.1:8249-449FF41219B0BF67]] 08:13:01.673 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,033,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63098, Token=449FF41219B0BF67, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08] 08:13:01.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63098] 08:13:01.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998] replace CON-POST MID=63098, Token=449FF41219B0BF67, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63098, Token=449FF41219B0BF67, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R998] send response NON-2.05 MID=63098, Token=null, OptionSet={}, "server responds hi" 08:13:01.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, complete]! 08:13:01.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R998, complete] completed NON-2.04 MID=63098, Token=449FF41219B0BF67, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1! 08:13:01.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,034,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63098, Token=449FF41219B0BF67, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1] 08:13:01.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63098] 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, complete]! 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, complete] for token KeyToken[127.0.0.1:8249-449FF41219B0BF67] 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, complete] for MID KeyMID[127.0.0.1:8249-63098] 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L997, complete] completed CON-POST MID= -1, Token=449FF41219B0BF67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63098, Token=449FF41219B0BF67, OptionSet={"Object-Security":0x0951}, acked F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08! 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999] send request 08:13:01.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:13:01.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999] added with generated mid KeyMID[127.0.0.1:8249-63099], CON-POST MID=63099, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:13:01.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999] added with generated token KeyToken[127.0.0.1:8249-18DF55A6E0BF0382], CON-POST MID=63099, Token=18DF55A6E0BF0382, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:13:01.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63099], KeyToken[127.0.0.1:8249-18DF55A6E0BF0382]] 08:13:01.676 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,035,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63099, Token=18DF55A6E0BF0382, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB] 08:13:01.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63099] 08:13:01.677 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.677 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000] replace CON-POST MID=63099, Token=18DF55A6E0BF0382, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63099, Token=18DF55A6E0BF0382, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1000] send response NON-2.05 MID=63099, Token=null, OptionSet={}, "server responds hi" 08:13:01.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, complete]! 08:13:01.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1000, complete] completed NON-2.04 MID=63099, Token=18DF55A6E0BF0382, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C! 08:13:01.677 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,036,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63099, Token=18DF55A6E0BF0382, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C] 08:13:01.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63099] 08:13:01.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, complete]! 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, complete] for token KeyToken[127.0.0.1:8249-18DF55A6E0BF0382] 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, complete] for MID KeyMID[127.0.0.1:8249-63099] 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L999, complete] completed CON-POST MID= -1, Token=18DF55A6E0BF0382, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63099, Token=18DF55A6E0BF0382, OptionSet={"Object-Security":0x0952}, acked E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB! 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001] send request 08:13:01.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:13:01.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001] added with generated mid KeyMID[127.0.0.1:8249-63100], CON-POST MID=63100, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:13:01.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001] added with generated token KeyToken[127.0.0.1:8249-1000B9C03683395B], CON-POST MID=63100, Token=1000B9C03683395B, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:13:01.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63100], KeyToken[127.0.0.1:8249-1000B9C03683395B]] 08:13:01.679 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,037,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63100, Token=1000B9C03683395B, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C] 08:13:01.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63100] 08:13:01.679 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.679 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002] replace CON-POST MID=63100, Token=1000B9C03683395B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63100, Token=1000B9C03683395B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1002] send response NON-2.05 MID=63100, Token=null, OptionSet={}, "server responds hi" 08:13:01.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, complete]! 08:13:01.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1002, complete] completed NON-2.04 MID=63100, Token=1000B9C03683395B, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D! 08:13:01.680 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,038,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63100, Token=1000B9C03683395B, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D] 08:13:01.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63100] 08:13:01.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, complete]! 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, complete] for token KeyToken[127.0.0.1:8249-1000B9C03683395B] 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, complete] for MID KeyMID[127.0.0.1:8249-63100] 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1001, complete] completed CON-POST MID= -1, Token=1000B9C03683395B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63100, Token=1000B9C03683395B, OptionSet={"Object-Security":0x0953}, acked 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C! 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003] send request 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:13:01.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003] added with generated mid KeyMID[127.0.0.1:8249-63101], CON-POST MID=63101, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:13:01.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003] added with generated token KeyToken[127.0.0.1:8249-3CA2C510AC740995], CON-POST MID=63101, Token=3CA2C510AC740995, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:13:01.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63101], KeyToken[127.0.0.1:8249-3CA2C510AC740995]] 08:13:01.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,039,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63101, Token=3CA2C510AC740995, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A] 08:13:01.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63101] 08:13:01.682 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.682 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004] replace CON-POST MID=63101, Token=3CA2C510AC740995, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63101, Token=3CA2C510AC740995, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1004] send response NON-2.05 MID=63101, Token=null, OptionSet={}, "server responds hi" 08:13:01.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, complete]! 08:13:01.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1004, complete] completed NON-2.04 MID=63101, Token=3CA2C510AC740995, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD! 08:13:01.683 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,040,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63101, Token=3CA2C510AC740995, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD] 08:13:01.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63101] 08:13:01.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, complete]! 08:13:01.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, complete] for token KeyToken[127.0.0.1:8249-3CA2C510AC740995] 08:13:01.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, complete] for MID KeyMID[127.0.0.1:8249-63101] 08:13:01.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1003, complete] completed CON-POST MID= -1, Token=3CA2C510AC740995, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63101, Token=3CA2C510AC740995, OptionSet={"Object-Security":0x0954}, acked 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A! 08:13:01.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005] send request 08:13:01.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:13:01.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005] added with generated mid KeyMID[127.0.0.1:8249-63102], CON-POST MID=63102, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:13:01.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005] added with generated token KeyToken[127.0.0.1:8249-74FD2A7FD0054A74], CON-POST MID=63102, Token=74FD2A7FD0054A74, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:13:01.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63102], KeyToken[127.0.0.1:8249-74FD2A7FD0054A74]] 08:13:01.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,041,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63102, Token=74FD2A7FD0054A74, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4] 08:13:01.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63102] 08:13:01.685 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.685 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006] replace CON-POST MID=63102, Token=74FD2A7FD0054A74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63102, Token=74FD2A7FD0054A74, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1006] send response NON-2.05 MID=63102, Token=null, OptionSet={}, "server responds hi" 08:13:01.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, complete]! 08:13:01.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1006, complete] completed NON-2.04 MID=63102, Token=74FD2A7FD0054A74, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A! 08:13:01.686 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,042,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63102, Token=74FD2A7FD0054A74, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A] 08:13:01.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63102] 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, complete]! 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, complete] for token KeyToken[127.0.0.1:8249-74FD2A7FD0054A74] 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, complete] for MID KeyMID[127.0.0.1:8249-63102] 08:13:01.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1005, complete] completed CON-POST MID= -1, Token=74FD2A7FD0054A74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63102, Token=74FD2A7FD0054A74, OptionSet={"Object-Security":0x0955}, acked 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4! 08:13:01.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007] send request 08:13:01.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:13:01.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007] added with generated mid KeyMID[127.0.0.1:8249-63103], CON-POST MID=63103, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:13:01.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007] added with generated token KeyToken[127.0.0.1:8249-28E56602199AB1CA], CON-POST MID=63103, Token=28E56602199AB1CA, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:13:01.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63103], KeyToken[127.0.0.1:8249-28E56602199AB1CA]] 08:13:01.688 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,043,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63103, Token=28E56602199AB1CA, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B] 08:13:01.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63103] 08:13:01.688 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.688 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008] replace CON-POST MID=63103, Token=28E56602199AB1CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63103, Token=28E56602199AB1CA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1008] send response NON-2.05 MID=63103, Token=null, OptionSet={}, "server responds hi" 08:13:01.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, complete]! 08:13:01.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1008, complete] completed NON-2.04 MID=63103, Token=28E56602199AB1CA, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90! 08:13:01.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,044,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63103, Token=28E56602199AB1CA, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90] 08:13:01.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63103] 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, complete]! 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, complete] for token KeyToken[127.0.0.1:8249-28E56602199AB1CA] 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, complete] for MID KeyMID[127.0.0.1:8249-63103] 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1007, complete] completed CON-POST MID= -1, Token=28E56602199AB1CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63103, Token=28E56602199AB1CA, OptionSet={"Object-Security":0x0956}, acked 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B! 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009] send request 08:13:01.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:13:01.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009] added with generated mid KeyMID[127.0.0.1:8249-63104], CON-POST MID=63104, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:13:01.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009] added with generated token KeyToken[127.0.0.1:8249-70640A10D74B0E54], CON-POST MID=63104, Token=70640A10D74B0E54, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:13:01.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63104], KeyToken[127.0.0.1:8249-70640A10D74B0E54]] 08:13:01.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,045,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63104, Token=70640A10D74B0E54, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25] 08:13:01.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63104] 08:13:01.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010] replace CON-POST MID=63104, Token=70640A10D74B0E54, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63104, Token=70640A10D74B0E54, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1010] send response NON-2.05 MID=63104, Token=null, OptionSet={}, "server responds hi" 08:13:01.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, complete]! 08:13:01.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1010, complete] completed NON-2.04 MID=63104, Token=70640A10D74B0E54, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5! 08:13:01.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,046,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63104, Token=70640A10D74B0E54, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5] 08:13:01.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63104] 08:13:01.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, complete]! 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, complete] for token KeyToken[127.0.0.1:8249-70640A10D74B0E54] 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, complete] for MID KeyMID[127.0.0.1:8249-63104] 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1009, complete] completed CON-POST MID= -1, Token=70640A10D74B0E54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63104, Token=70640A10D74B0E54, OptionSet={"Object-Security":0x0957}, acked 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25! 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011] send request 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:13:01.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011] added with generated mid KeyMID[127.0.0.1:8249-63105], CON-POST MID=63105, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:13:01.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011] added with generated token KeyToken[127.0.0.1:8249-98B4E32D97C8502E], CON-POST MID=63105, Token=98B4E32D97C8502E, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:13:01.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63105], KeyToken[127.0.0.1:8249-98B4E32D97C8502E]] 08:13:01.693 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,047,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63105, Token=98B4E32D97C8502E, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60] 08:13:01.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63105] 08:13:01.693 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.693 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012] replace CON-POST MID=63105, Token=98B4E32D97C8502E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63105, Token=98B4E32D97C8502E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1012] send response NON-2.05 MID=63105, Token=null, OptionSet={}, "server responds hi" 08:13:01.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, complete]! 08:13:01.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1012, complete] completed NON-2.04 MID=63105, Token=98B4E32D97C8502E, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B! 08:13:01.694 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,048,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63105, Token=98B4E32D97C8502E, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B] 08:13:01.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63105] 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, complete]! 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, complete] for token KeyToken[127.0.0.1:8249-98B4E32D97C8502E] 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, complete] for MID KeyMID[127.0.0.1:8249-63105] 08:13:01.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1011, complete] completed CON-POST MID= -1, Token=98B4E32D97C8502E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63105, Token=98B4E32D97C8502E, OptionSet={"Object-Security":0x0958}, acked 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60! 08:13:01.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013] send request 08:13:01.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:13:01.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013] added with generated mid KeyMID[127.0.0.1:8249-63106], CON-POST MID=63106, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:13:01.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013] added with generated token KeyToken[127.0.0.1:8249-C0171EAF922A4F64], CON-POST MID=63106, Token=C0171EAF922A4F64, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:13:01.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63106], KeyToken[127.0.0.1:8249-C0171EAF922A4F64]] 08:13:01.696 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,049,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63106, Token=C0171EAF922A4F64, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60] 08:13:01.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63106] 08:13:01.696 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.696 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014] replace CON-POST MID=63106, Token=C0171EAF922A4F64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63106, Token=C0171EAF922A4F64, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1014] send response NON-2.05 MID=63106, Token=null, OptionSet={}, "server responds hi" 08:13:01.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, complete]! 08:13:01.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1014, complete] completed NON-2.04 MID=63106, Token=C0171EAF922A4F64, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A! 08:13:01.696 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,050,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63106, Token=C0171EAF922A4F64, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A] 08:13:01.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63106] 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, complete]! 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, complete] for token KeyToken[127.0.0.1:8249-C0171EAF922A4F64] 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, complete] for MID KeyMID[127.0.0.1:8249-63106] 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1013, complete] completed CON-POST MID= -1, Token=C0171EAF922A4F64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63106, Token=C0171EAF922A4F64, OptionSet={"Object-Security":0x0959}, acked C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60! 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015] send request 08:13:01.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:13:01.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015] added with generated mid KeyMID[127.0.0.1:8249-63107], CON-POST MID=63107, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:13:01.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015] added with generated token KeyToken[127.0.0.1:8249-3C6ADAC7680E87E7], CON-POST MID=63107, Token=3C6ADAC7680E87E7, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:13:01.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63107], KeyToken[127.0.0.1:8249-3C6ADAC7680E87E7]] 08:13:01.753 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,051,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63107, Token=3C6ADAC7680E87E7, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D] 08:13:01.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63107] 08:13:01.753 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.753 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016] replace CON-POST MID=63107, Token=3C6ADAC7680E87E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63107, Token=3C6ADAC7680E87E7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1016] send response NON-2.05 MID=63107, Token=null, OptionSet={}, "server responds hi" 08:13:01.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, complete]! 08:13:01.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1016, complete] completed NON-2.04 MID=63107, Token=3C6ADAC7680E87E7, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA! 08:13:01.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,052,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63107, Token=3C6ADAC7680E87E7, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA] 08:13:01.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63107] 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, complete]! 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, complete] for token KeyToken[127.0.0.1:8249-3C6ADAC7680E87E7] 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, complete] for MID KeyMID[127.0.0.1:8249-63107] 08:13:01.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1015, complete] completed CON-POST MID= -1, Token=3C6ADAC7680E87E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63107, Token=3C6ADAC7680E87E7, OptionSet={"Object-Security":0x095A}, acked 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D! 08:13:01.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017] send request 08:13:01.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:13:01.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017] added with generated mid KeyMID[127.0.0.1:8249-63108], CON-POST MID=63108, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:13:01.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017] added with generated token KeyToken[127.0.0.1:8249-10E75755B318DD93], CON-POST MID=63108, Token=10E75755B318DD93, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:13:01.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63108], KeyToken[127.0.0.1:8249-10E75755B318DD93]] 08:13:01.755 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,053,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63108, Token=10E75755B318DD93, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82] 08:13:01.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63108] 08:13:01.756 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.756 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018] replace CON-POST MID=63108, Token=10E75755B318DD93, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63108, Token=10E75755B318DD93, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1018] send response NON-2.05 MID=63108, Token=null, OptionSet={}, "server responds hi" 08:13:01.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, complete]! 08:13:01.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1018, complete] completed NON-2.04 MID=63108, Token=10E75755B318DD93, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24! 08:13:01.756 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,054,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63108, Token=10E75755B318DD93, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24] 08:13:01.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63108] 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, complete]! 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, complete] for token KeyToken[127.0.0.1:8249-10E75755B318DD93] 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, complete] for MID KeyMID[127.0.0.1:8249-63108] 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1017, complete] completed CON-POST MID= -1, Token=10E75755B318DD93, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63108, Token=10E75755B318DD93, OptionSet={"Object-Security":0x095B}, acked 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82! 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019] send request 08:13:01.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:13:01.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019] added with generated mid KeyMID[127.0.0.1:8249-63109], CON-POST MID=63109, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:13:01.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019] added with generated token KeyToken[127.0.0.1:8249-643C19ED66D381AE], CON-POST MID=63109, Token=643C19ED66D381AE, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:13:01.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63109], KeyToken[127.0.0.1:8249-643C19ED66D381AE]] 08:13:01.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,055,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63109, Token=643C19ED66D381AE, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C] 08:13:01.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63109] 08:13:01.759 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.759 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020] replace CON-POST MID=63109, Token=643C19ED66D381AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63109, Token=643C19ED66D381AE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1020] send response NON-2.05 MID=63109, Token=null, OptionSet={}, "server responds hi" 08:13:01.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, complete]! 08:13:01.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1020, complete] completed NON-2.04 MID=63109, Token=643C19ED66D381AE, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59! 08:13:01.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,056,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63109, Token=643C19ED66D381AE, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59] 08:13:01.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63109] 08:13:01.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, complete]! 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, complete] for token KeyToken[127.0.0.1:8249-643C19ED66D381AE] 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, complete] for MID KeyMID[127.0.0.1:8249-63109] 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1019, complete] completed CON-POST MID= -1, Token=643C19ED66D381AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63109, Token=643C19ED66D381AE, OptionSet={"Object-Security":0x095C}, acked AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C! 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021] send request 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021] added with generated mid KeyMID[127.0.0.1:8249-63110], CON-POST MID=63110, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:13:01.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021] added with generated token KeyToken[127.0.0.1:8249-50ECF02C5B044138], CON-POST MID=63110, Token=50ECF02C5B044138, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:13:01.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63110], KeyToken[127.0.0.1:8249-50ECF02C5B044138]] 08:13:01.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,057,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63110, Token=50ECF02C5B044138, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22] 08:13:01.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63110] 08:13:01.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022] replace CON-POST MID=63110, Token=50ECF02C5B044138, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63110, Token=50ECF02C5B044138, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1022] send response NON-2.05 MID=63110, Token=null, OptionSet={}, "server responds hi" 08:13:01.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, complete]! 08:13:01.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1022, complete] completed NON-2.04 MID=63110, Token=50ECF02C5B044138, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A! 08:13:01.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,058,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63110, Token=50ECF02C5B044138, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A] 08:13:01.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63110] 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, complete]! 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, complete] for token KeyToken[127.0.0.1:8249-50ECF02C5B044138] 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, complete] for MID KeyMID[127.0.0.1:8249-63110] 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1021, complete] completed CON-POST MID= -1, Token=50ECF02C5B044138, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63110, Token=50ECF02C5B044138, OptionSet={"Object-Security":0x095D}, acked C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22! 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023] send request 08:13:01.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:13:01.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023] added with generated mid KeyMID[127.0.0.1:8249-63111], CON-POST MID=63111, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:13:01.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023] added with generated token KeyToken[127.0.0.1:8249-605BF69628BFB8B9], CON-POST MID=63111, Token=605BF69628BFB8B9, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:13:01.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63111], KeyToken[127.0.0.1:8249-605BF69628BFB8B9]] 08:13:01.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,059,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63111, Token=605BF69628BFB8B9, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46] 08:13:01.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63111] 08:13:01.763 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.763 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024] replace CON-POST MID=63111, Token=605BF69628BFB8B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63111, Token=605BF69628BFB8B9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1024] send response NON-2.05 MID=63111, Token=null, OptionSet={}, "server responds hi" 08:13:01.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, complete]! 08:13:01.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1024, complete] completed NON-2.04 MID=63111, Token=605BF69628BFB8B9, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6! 08:13:01.764 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,060,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63111, Token=605BF69628BFB8B9, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6] 08:13:01.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63111] 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, complete]! 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, complete] for token KeyToken[127.0.0.1:8249-605BF69628BFB8B9] 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, complete] for MID KeyMID[127.0.0.1:8249-63111] 08:13:01.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1023, complete] completed CON-POST MID= -1, Token=605BF69628BFB8B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63111, Token=605BF69628BFB8B9, OptionSet={"Object-Security":0x095E}, acked 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46! 08:13:01.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025] send request 08:13:01.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:13:01.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025] added with generated mid KeyMID[127.0.0.1:8249-63112], CON-POST MID=63112, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:13:01.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025] added with generated token KeyToken[127.0.0.1:8249-0C6A186C77451965], CON-POST MID=63112, Token=0C6A186C77451965, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:13:01.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63112], KeyToken[127.0.0.1:8249-0C6A186C77451965]] 08:13:01.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,061,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63112, Token=0C6A186C77451965, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82] 08:13:01.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63112] 08:13:01.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026] replace CON-POST MID=63112, Token=0C6A186C77451965, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63112, Token=0C6A186C77451965, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1026] send response NON-2.05 MID=63112, Token=null, OptionSet={}, "server responds hi" 08:13:01.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, complete]! 08:13:01.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1026, complete] completed NON-2.04 MID=63112, Token=0C6A186C77451965, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52! 08:13:01.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,062,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63112, Token=0C6A186C77451965, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52] 08:13:01.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63112] 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, complete]! 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, complete] for token KeyToken[127.0.0.1:8249-0C6A186C77451965] 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, complete] for MID KeyMID[127.0.0.1:8249-63112] 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1025, complete] completed CON-POST MID= -1, Token=0C6A186C77451965, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63112, Token=0C6A186C77451965, OptionSet={"Object-Security":0x095F}, acked 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82! 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027] send request 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:13:01.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027] added with generated mid KeyMID[127.0.0.1:8249-63113], CON-POST MID=63113, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:13:01.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027] added with generated token KeyToken[127.0.0.1:8249-BC98DDE118A65569], CON-POST MID=63113, Token=BC98DDE118A65569, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:13:01.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63113], KeyToken[127.0.0.1:8249-BC98DDE118A65569]] 08:13:01.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,063,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63113, Token=BC98DDE118A65569, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83] 08:13:01.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63113] 08:13:01.768 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.768 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028] replace CON-POST MID=63113, Token=BC98DDE118A65569, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63113, Token=BC98DDE118A65569, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1028] send response NON-2.05 MID=63113, Token=null, OptionSet={}, "server responds hi" 08:13:01.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, complete]! 08:13:01.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1028, complete] completed NON-2.04 MID=63113, Token=BC98DDE118A65569, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4! 08:13:01.769 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,064,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63113, Token=BC98DDE118A65569, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4] 08:13:01.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63113] 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, complete]! 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, complete] for token KeyToken[127.0.0.1:8249-BC98DDE118A65569] 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, complete] for MID KeyMID[127.0.0.1:8249-63113] 08:13:01.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1027, complete] completed CON-POST MID= -1, Token=BC98DDE118A65569, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63113, Token=BC98DDE118A65569, OptionSet={"Object-Security":0x0960}, acked F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83! 08:13:01.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029] send request 08:13:01.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:13:01.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029] added with generated mid KeyMID[127.0.0.1:8249-63114], CON-POST MID=63114, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:13:01.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029] added with generated token KeyToken[127.0.0.1:8249-88556915D04DB907], CON-POST MID=63114, Token=88556915D04DB907, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:13:01.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63114], KeyToken[127.0.0.1:8249-88556915D04DB907]] 08:13:01.770 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,065,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63114, Token=88556915D04DB907, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C] 08:13:01.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63114] 08:13:01.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030] replace CON-POST MID=63114, Token=88556915D04DB907, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63114, Token=88556915D04DB907, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1030] send response NON-2.05 MID=63114, Token=null, OptionSet={}, "server responds hi" 08:13:01.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, complete]! 08:13:01.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1030, complete] completed NON-2.04 MID=63114, Token=88556915D04DB907, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33! 08:13:01.771 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,066,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63114, Token=88556915D04DB907, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33] 08:13:01.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63114] 08:13:01.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, complete]! 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, complete] for token KeyToken[127.0.0.1:8249-88556915D04DB907] 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, complete] for MID KeyMID[127.0.0.1:8249-63114] 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1029, complete] completed CON-POST MID= -1, Token=88556915D04DB907, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63114, Token=88556915D04DB907, OptionSet={"Object-Security":0x0961}, acked E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C! 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031] send request 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031] added with generated mid KeyMID[127.0.0.1:8249-63115], CON-POST MID=63115, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031] added with generated token KeyToken[127.0.0.1:8249-5C77C9F11082CEF1], CON-POST MID=63115, Token=5C77C9F11082CEF1, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:13:01.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63115], KeyToken[127.0.0.1:8249-5C77C9F11082CEF1]] 08:13:01.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,067,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63115, Token=5C77C9F11082CEF1, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43] 08:13:01.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63115] 08:13:01.773 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.773 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032] replace CON-POST MID=63115, Token=5C77C9F11082CEF1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63115, Token=5C77C9F11082CEF1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1032] send response NON-2.05 MID=63115, Token=null, OptionSet={}, "server responds hi" 08:13:01.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, complete]! 08:13:01.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1032, complete] completed NON-2.04 MID=63115, Token=5C77C9F11082CEF1, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED! 08:13:01.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,068,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63115, Token=5C77C9F11082CEF1, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED] 08:13:01.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63115] 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, complete]! 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, complete] for token KeyToken[127.0.0.1:8249-5C77C9F11082CEF1] 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, complete] for MID KeyMID[127.0.0.1:8249-63115] 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1031, complete] completed CON-POST MID= -1, Token=5C77C9F11082CEF1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63115, Token=5C77C9F11082CEF1, OptionSet={"Object-Security":0x0962}, acked 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43! 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033] send request 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033] added with generated mid KeyMID[127.0.0.1:8249-63116], CON-POST MID=63116, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:13:01.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033] added with generated token KeyToken[127.0.0.1:8249-2097593C29249681], CON-POST MID=63116, Token=2097593C29249681, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:13:01.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63116], KeyToken[127.0.0.1:8249-2097593C29249681]] 08:13:01.775 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,069,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63116, Token=2097593C29249681, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F] 08:13:01.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63116] 08:13:01.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034] replace CON-POST MID=63116, Token=2097593C29249681, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63116, Token=2097593C29249681, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1034] send response NON-2.05 MID=63116, Token=null, OptionSet={}, "server responds hi" 08:13:01.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, complete]! 08:13:01.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1034, complete] completed NON-2.04 MID=63116, Token=2097593C29249681, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B! 08:13:01.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,070,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63116, Token=2097593C29249681, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B] 08:13:01.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63116] 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, complete]! 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, complete] for token KeyToken[127.0.0.1:8249-2097593C29249681] 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, complete] for MID KeyMID[127.0.0.1:8249-63116] 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1033, complete] completed CON-POST MID= -1, Token=2097593C29249681, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63116, Token=2097593C29249681, OptionSet={"Object-Security":0x0963}, acked 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F! 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035] send request 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:13:01.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035] added with generated mid KeyMID[127.0.0.1:8249-63117], CON-POST MID=63117, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:13:01.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035] added with generated token KeyToken[127.0.0.1:8249-7009E8B043BC940C], CON-POST MID=63117, Token=7009E8B043BC940C, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:13:01.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63117], KeyToken[127.0.0.1:8249-7009E8B043BC940C]] 08:13:01.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,071,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63117, Token=7009E8B043BC940C, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70] 08:13:01.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63117] 08:13:01.777 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.777 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036] replace CON-POST MID=63117, Token=7009E8B043BC940C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63117, Token=7009E8B043BC940C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1036] send response NON-2.05 MID=63117, Token=null, OptionSet={}, "server responds hi" 08:13:01.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, complete]! 08:13:01.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1036, complete] completed NON-2.04 MID=63117, Token=7009E8B043BC940C, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE! 08:13:01.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,072,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63117, Token=7009E8B043BC940C, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE] 08:13:01.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63117] 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, complete]! 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, complete] for token KeyToken[127.0.0.1:8249-7009E8B043BC940C] 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, complete] for MID KeyMID[127.0.0.1:8249-63117] 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1035, complete] completed CON-POST MID= -1, Token=7009E8B043BC940C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63117, Token=7009E8B043BC940C, OptionSet={"Object-Security":0x0964}, acked 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70! 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037] send request 08:13:01.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:13:01.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037] added with generated mid KeyMID[127.0.0.1:8249-63118], CON-POST MID=63118, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:13:01.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037] added with generated token KeyToken[127.0.0.1:8249-6833FB175FB5D82D], CON-POST MID=63118, Token=6833FB175FB5D82D, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:13:01.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63118], KeyToken[127.0.0.1:8249-6833FB175FB5D82D]] 08:13:01.779 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,073,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63118, Token=6833FB175FB5D82D, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55] 08:13:01.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63118] 08:13:01.779 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.779 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038] replace CON-POST MID=63118, Token=6833FB175FB5D82D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63118, Token=6833FB175FB5D82D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1038] send response NON-2.05 MID=63118, Token=null, OptionSet={}, "server responds hi" 08:13:01.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, complete]! 08:13:01.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1038, complete] completed NON-2.04 MID=63118, Token=6833FB175FB5D82D, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5! 08:13:01.780 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,074,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63118, Token=6833FB175FB5D82D, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5] 08:13:01.780 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63118] 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, complete]! 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, complete] for token KeyToken[127.0.0.1:8249-6833FB175FB5D82D] 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, complete] for MID KeyMID[127.0.0.1:8249-63118] 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1037, complete] completed CON-POST MID= -1, Token=6833FB175FB5D82D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63118, Token=6833FB175FB5D82D, OptionSet={"Object-Security":0x0965}, acked CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55! 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039] send request 08:13:01.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:13:01.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039] added with generated mid KeyMID[127.0.0.1:8249-63119], CON-POST MID=63119, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:13:01.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039] added with generated token KeyToken[127.0.0.1:8249-6816EBB2C80C033D], CON-POST MID=63119, Token=6816EBB2C80C033D, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:13:01.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63119], KeyToken[127.0.0.1:8249-6816EBB2C80C033D]] 08:13:01.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,075,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63119, Token=6816EBB2C80C033D, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60] 08:13:01.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63119] 08:13:01.781 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.781 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040] replace CON-POST MID=63119, Token=6816EBB2C80C033D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63119, Token=6816EBB2C80C033D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1040] send response NON-2.05 MID=63119, Token=null, OptionSet={}, "server responds hi" 08:13:01.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, complete]! 08:13:01.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1040, complete] completed NON-2.04 MID=63119, Token=6816EBB2C80C033D, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07! 08:13:01.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,076,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63119, Token=6816EBB2C80C033D, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07] 08:13:01.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63119] 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, complete]! 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, complete] for token KeyToken[127.0.0.1:8249-6816EBB2C80C033D] 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, complete] for MID KeyMID[127.0.0.1:8249-63119] 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1039, complete] completed CON-POST MID= -1, Token=6816EBB2C80C033D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63119, Token=6816EBB2C80C033D, OptionSet={"Object-Security":0x0966}, acked 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60! 08:13:01.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041] send request 08:13:01.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:13:01.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041] added with generated mid KeyMID[127.0.0.1:8249-63120], CON-POST MID=63120, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:13:01.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041] added with generated token KeyToken[127.0.0.1:8249-8C1E9CAB54A437C9], CON-POST MID=63120, Token=8C1E9CAB54A437C9, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:13:01.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63120], KeyToken[127.0.0.1:8249-8C1E9CAB54A437C9]] 08:13:01.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,077,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63120, Token=8C1E9CAB54A437C9, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7] 08:13:01.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63120] 08:13:01.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042] replace CON-POST MID=63120, Token=8C1E9CAB54A437C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63120, Token=8C1E9CAB54A437C9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1042] send response NON-2.05 MID=63120, Token=null, OptionSet={}, "server responds hi" 08:13:01.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, complete]! 08:13:01.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1042, complete] completed NON-2.04 MID=63120, Token=8C1E9CAB54A437C9, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A! 08:13:01.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,078,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63120, Token=8C1E9CAB54A437C9, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A] 08:13:01.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63120] 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, complete]! 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, complete] for token KeyToken[127.0.0.1:8249-8C1E9CAB54A437C9] 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, complete] for MID KeyMID[127.0.0.1:8249-63120] 08:13:01.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1041, complete] completed CON-POST MID= -1, Token=8C1E9CAB54A437C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63120, Token=8C1E9CAB54A437C9, OptionSet={"Object-Security":0x0967}, acked 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7! 08:13:01.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043] send request 08:13:01.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:13:01.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043] added with generated mid KeyMID[127.0.0.1:8249-63121], CON-POST MID=63121, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:13:01.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043] added with generated token KeyToken[127.0.0.1:8249-402715C68625B56E], CON-POST MID=63121, Token=402715C68625B56E, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:13:01.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63121], KeyToken[127.0.0.1:8249-402715C68625B56E]] 08:13:01.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,079,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63121, Token=402715C68625B56E, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22] 08:13:01.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63121] 08:13:01.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044] replace CON-POST MID=63121, Token=402715C68625B56E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63121, Token=402715C68625B56E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1044] send response NON-2.05 MID=63121, Token=null, OptionSet={}, "server responds hi" 08:13:01.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, complete]! 08:13:01.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1044, complete] completed NON-2.04 MID=63121, Token=402715C68625B56E, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD! 08:13:01.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,080,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63121, Token=402715C68625B56E, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD] 08:13:01.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63121] 08:13:01.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, complete]! 08:13:01.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, complete] for token KeyToken[127.0.0.1:8249-402715C68625B56E] 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, complete] for MID KeyMID[127.0.0.1:8249-63121] 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1043, complete] completed CON-POST MID= -1, Token=402715C68625B56E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63121, Token=402715C68625B56E, OptionSet={"Object-Security":0x0968}, acked 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22! 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045] send request 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045] added with generated mid KeyMID[127.0.0.1:8249-63122], CON-POST MID=63122, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045] added with generated token KeyToken[127.0.0.1:8249-8CF2FE673F9787CA], CON-POST MID=63122, Token=8CF2FE673F9787CA, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:13:01.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63122], KeyToken[127.0.0.1:8249-8CF2FE673F9787CA]] 08:13:01.787 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,081,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63122, Token=8CF2FE673F9787CA, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88] 08:13:01.788 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63122] 08:13:01.788 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.788 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046] replace CON-POST MID=63122, Token=8CF2FE673F9787CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63122, Token=8CF2FE673F9787CA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1046] send response NON-2.05 MID=63122, Token=null, OptionSet={}, "server responds hi" 08:13:01.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, complete]! 08:13:01.788 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1046, complete] completed NON-2.04 MID=63122, Token=8CF2FE673F9787CA, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E! 08:13:01.788 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.788 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,082,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63122, Token=8CF2FE673F9787CA, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E] 08:13:01.788 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63122] 08:13:01.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, complete]! 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, complete] for token KeyToken[127.0.0.1:8249-8CF2FE673F9787CA] 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, complete] for MID KeyMID[127.0.0.1:8249-63122] 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1045, complete] completed CON-POST MID= -1, Token=8CF2FE673F9787CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63122, Token=8CF2FE673F9787CA, OptionSet={"Object-Security":0x0969}, acked FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88! 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047] send request 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047] added with generated mid KeyMID[127.0.0.1:8249-63123], CON-POST MID=63123, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047] added with generated token KeyToken[127.0.0.1:8249-4802DD5D81751363], CON-POST MID=63123, Token=4802DD5D81751363, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:13:01.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63123], KeyToken[127.0.0.1:8249-4802DD5D81751363]] 08:13:01.790 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,083,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63123, Token=4802DD5D81751363, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F] 08:13:01.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63123] 08:13:01.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048] replace CON-POST MID=63123, Token=4802DD5D81751363, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63123, Token=4802DD5D81751363, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1048] send response NON-2.05 MID=63123, Token=null, OptionSet={}, "server responds hi" 08:13:01.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, complete]! 08:13:01.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1048, complete] completed NON-2.04 MID=63123, Token=4802DD5D81751363, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74! 08:13:01.790 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,084,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63123, Token=4802DD5D81751363, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74] 08:13:01.791 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63123] 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, complete]! 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, complete] for token KeyToken[127.0.0.1:8249-4802DD5D81751363] 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, complete] for MID KeyMID[127.0.0.1:8249-63123] 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1047, complete] completed CON-POST MID= -1, Token=4802DD5D81751363, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63123, Token=4802DD5D81751363, OptionSet={"Object-Security":0x096A}, acked 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F! 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049] send request 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049] added with generated mid KeyMID[127.0.0.1:8249-63124], CON-POST MID=63124, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:13:01.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049] added with generated token KeyToken[127.0.0.1:8249-543595392D6E2F56], CON-POST MID=63124, Token=543595392D6E2F56, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:13:01.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63124], KeyToken[127.0.0.1:8249-543595392D6E2F56]] 08:13:01.792 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,085,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63124, Token=543595392D6E2F56, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE] 08:13:01.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63124] 08:13:01.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050] replace CON-POST MID=63124, Token=543595392D6E2F56, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63124, Token=543595392D6E2F56, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1050] send response NON-2.05 MID=63124, Token=null, OptionSet={}, "server responds hi" 08:13:01.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, complete]! 08:13:01.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1050, complete] completed NON-2.04 MID=63124, Token=543595392D6E2F56, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D! 08:13:01.792 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,086,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63124, Token=543595392D6E2F56, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D] 08:13:01.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63124] 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, complete]! 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, complete] for token KeyToken[127.0.0.1:8249-543595392D6E2F56] 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, complete] for MID KeyMID[127.0.0.1:8249-63124] 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1049, complete] completed CON-POST MID= -1, Token=543595392D6E2F56, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63124, Token=543595392D6E2F56, OptionSet={"Object-Security":0x096B}, acked F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE! 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051] send request 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:13:01.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051] added with generated mid KeyMID[127.0.0.1:8249-63125], CON-POST MID=63125, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:13:01.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051] added with generated token KeyToken[127.0.0.1:8249-B008437D31796AE3], CON-POST MID=63125, Token=B008437D31796AE3, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:13:01.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63125], KeyToken[127.0.0.1:8249-B008437D31796AE3]] 08:13:01.794 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.794 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,087,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63125, Token=B008437D31796AE3, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E] 08:13:01.794 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63125] 08:13:01.794 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.794 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052] replace CON-POST MID=63125, Token=B008437D31796AE3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63125, Token=B008437D31796AE3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1052] send response NON-2.05 MID=63125, Token=null, OptionSet={}, "server responds hi" 08:13:01.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, complete]! 08:13:01.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1052, complete] completed NON-2.04 MID=63125, Token=B008437D31796AE3, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5! 08:13:01.795 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.795 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,088,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63125, Token=B008437D31796AE3, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5] 08:13:01.795 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63125] 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, complete]! 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, complete] for token KeyToken[127.0.0.1:8249-B008437D31796AE3] 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, complete] for MID KeyMID[127.0.0.1:8249-63125] 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1051, complete] completed CON-POST MID= -1, Token=B008437D31796AE3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63125, Token=B008437D31796AE3, OptionSet={"Object-Security":0x096C}, acked BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E! 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053] send request 08:13:01.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:13:01.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053] added with generated mid KeyMID[127.0.0.1:8249-63126], CON-POST MID=63126, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:13:01.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053] added with generated token KeyToken[127.0.0.1:8249-7086FF8B5724FDA1], CON-POST MID=63126, Token=7086FF8B5724FDA1, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:13:01.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63126], KeyToken[127.0.0.1:8249-7086FF8B5724FDA1]] 08:13:01.796 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.796 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,089,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63126, Token=7086FF8B5724FDA1, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27] 08:13:01.796 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63126] 08:13:01.796 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.796 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054] replace CON-POST MID=63126, Token=7086FF8B5724FDA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63126, Token=7086FF8B5724FDA1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1054] send response NON-2.05 MID=63126, Token=null, OptionSet={}, "server responds hi" 08:13:01.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, complete]! 08:13:01.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1054, complete] completed NON-2.04 MID=63126, Token=7086FF8B5724FDA1, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A! 08:13:01.797 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,090,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63126, Token=7086FF8B5724FDA1, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A] 08:13:01.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63126] 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, complete]! 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, complete] for token KeyToken[127.0.0.1:8249-7086FF8B5724FDA1] 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, complete] for MID KeyMID[127.0.0.1:8249-63126] 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1053, complete] completed CON-POST MID= -1, Token=7086FF8B5724FDA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63126, Token=7086FF8B5724FDA1, OptionSet={"Object-Security":0x096D}, acked 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27! 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055] send request 08:13:01.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:13:01.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055] added with generated mid KeyMID[127.0.0.1:8249-63127], CON-POST MID=63127, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:13:01.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055] added with generated token KeyToken[127.0.0.1:8249-CC8BE63504D19E6A], CON-POST MID=63127, Token=CC8BE63504D19E6A, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:13:01.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63127], KeyToken[127.0.0.1:8249-CC8BE63504D19E6A]] 08:13:01.853 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,091,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63127, Token=CC8BE63504D19E6A, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D] 08:13:01.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63127] 08:13:01.853 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.853 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056] replace CON-POST MID=63127, Token=CC8BE63504D19E6A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63127, Token=CC8BE63504D19E6A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1056] send response NON-2.05 MID=63127, Token=null, OptionSet={}, "server responds hi" 08:13:01.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, complete]! 08:13:01.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1056, complete] completed NON-2.04 MID=63127, Token=CC8BE63504D19E6A, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50! 08:13:01.854 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,092,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63127, Token=CC8BE63504D19E6A, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50] 08:13:01.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63127] 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, complete]! 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, complete] for token KeyToken[127.0.0.1:8249-CC8BE63504D19E6A] 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, complete] for MID KeyMID[127.0.0.1:8249-63127] 08:13:01.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1055, complete] completed CON-POST MID= -1, Token=CC8BE63504D19E6A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63127, Token=CC8BE63504D19E6A, OptionSet={"Object-Security":0x096E}, acked D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D! 08:13:01.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057] send request 08:13:01.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:13:01.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057] added with generated mid KeyMID[127.0.0.1:8249-63128], CON-POST MID=63128, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:13:01.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057] added with generated token KeyToken[127.0.0.1:8249-747CB01950466B56], CON-POST MID=63128, Token=747CB01950466B56, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:13:01.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63128], KeyToken[127.0.0.1:8249-747CB01950466B56]] 08:13:01.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,093,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63128, Token=747CB01950466B56, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C] 08:13:01.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63128] 08:13:01.856 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.856 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058] replace CON-POST MID=63128, Token=747CB01950466B56, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63128, Token=747CB01950466B56, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1058] send response NON-2.05 MID=63128, Token=null, OptionSet={}, "server responds hi" 08:13:01.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, complete]! 08:13:01.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1058, complete] completed NON-2.04 MID=63128, Token=747CB01950466B56, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D! 08:13:01.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,094,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63128, Token=747CB01950466B56, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D] 08:13:01.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63128] 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, complete]! 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, complete] for token KeyToken[127.0.0.1:8249-747CB01950466B56] 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, complete] for MID KeyMID[127.0.0.1:8249-63128] 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1057, complete] completed CON-POST MID= -1, Token=747CB01950466B56, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63128, Token=747CB01950466B56, OptionSet={"Object-Security":0x096F}, acked 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C! 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059] send request 08:13:01.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:13:01.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059] added with generated mid KeyMID[127.0.0.1:8249-63129], CON-POST MID=63129, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:13:01.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059] added with generated token KeyToken[127.0.0.1:8249-24C26A798BCA905B], CON-POST MID=63129, Token=24C26A798BCA905B, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:13:01.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63129], KeyToken[127.0.0.1:8249-24C26A798BCA905B]] 08:13:01.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,095,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63129, Token=24C26A798BCA905B, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB] 08:13:01.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63129] 08:13:01.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060] replace CON-POST MID=63129, Token=24C26A798BCA905B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63129, Token=24C26A798BCA905B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1060] send response NON-2.05 MID=63129, Token=null, OptionSet={}, "server responds hi" 08:13:01.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, complete]! 08:13:01.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1060, complete] completed NON-2.04 MID=63129, Token=24C26A798BCA905B, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92! 08:13:01.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,096,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63129, Token=24C26A798BCA905B, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92] 08:13:01.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63129] 08:13:01.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, complete]! 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, complete] for token KeyToken[127.0.0.1:8249-24C26A798BCA905B] 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, complete] for MID KeyMID[127.0.0.1:8249-63129] 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1059, complete] completed CON-POST MID= -1, Token=24C26A798BCA905B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63129, Token=24C26A798BCA905B, OptionSet={"Object-Security":0x0970}, acked 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB! 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061] send request 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061] added with generated mid KeyMID[127.0.0.1:8249-63130], CON-POST MID=63130, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061] added with generated token KeyToken[127.0.0.1:8249-ACF0AB40A5AC7F67], CON-POST MID=63130, Token=ACF0AB40A5AC7F67, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:13:01.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63130], KeyToken[127.0.0.1:8249-ACF0AB40A5AC7F67]] 08:13:01.861 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,097,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63130, Token=ACF0AB40A5AC7F67, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD] 08:13:01.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63130] 08:13:01.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062] replace CON-POST MID=63130, Token=ACF0AB40A5AC7F67, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63130, Token=ACF0AB40A5AC7F67, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1062] send response NON-2.05 MID=63130, Token=null, OptionSet={}, "server responds hi" 08:13:01.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, complete]! 08:13:01.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1062, complete] completed NON-2.04 MID=63130, Token=ACF0AB40A5AC7F67, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09! 08:13:01.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,098,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63130, Token=ACF0AB40A5AC7F67, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09] 08:13:01.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63130] 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, complete]! 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, complete] for token KeyToken[127.0.0.1:8249-ACF0AB40A5AC7F67] 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, complete] for MID KeyMID[127.0.0.1:8249-63130] 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1061, complete] completed CON-POST MID= -1, Token=ACF0AB40A5AC7F67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63130, Token=ACF0AB40A5AC7F67, OptionSet={"Object-Security":0x0971}, acked 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD! 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063] send request 08:13:01.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:13:01.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063] added with generated mid KeyMID[127.0.0.1:8249-63131], CON-POST MID=63131, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:13:01.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063] added with generated token KeyToken[127.0.0.1:8249-5C178AE772CAAE40], CON-POST MID=63131, Token=5C178AE772CAAE40, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:13:01.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63131], KeyToken[127.0.0.1:8249-5C178AE772CAAE40]] 08:13:01.863 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,099,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63131, Token=5C178AE772CAAE40, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67] 08:13:01.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63131] 08:13:01.864 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.864 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064] replace CON-POST MID=63131, Token=5C178AE772CAAE40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63131, Token=5C178AE772CAAE40, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1064] send response NON-2.05 MID=63131, Token=null, OptionSet={}, "server responds hi" 08:13:01.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, complete]! 08:13:01.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1064, complete] completed NON-2.04 MID=63131, Token=5C178AE772CAAE40, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F! 08:13:01.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,100,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63131, Token=5C178AE772CAAE40, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F] 08:13:01.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63131] 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, complete]! 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, complete] for token KeyToken[127.0.0.1:8249-5C178AE772CAAE40] 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, complete] for MID KeyMID[127.0.0.1:8249-63131] 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1063, complete] completed CON-POST MID= -1, Token=5C178AE772CAAE40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63131, Token=5C178AE772CAAE40, OptionSet={"Object-Security":0x0972}, acked A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67! 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065] send request 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:13:01.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065] added with generated mid KeyMID[127.0.0.1:8249-63132], CON-POST MID=63132, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:13:01.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065] added with generated token KeyToken[127.0.0.1:8249-24621EEB4BBB12D5], CON-POST MID=63132, Token=24621EEB4BBB12D5, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:13:01.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63132], KeyToken[127.0.0.1:8249-24621EEB4BBB12D5]] 08:13:01.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,101,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63132, Token=24621EEB4BBB12D5, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D] 08:13:01.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63132] 08:13:01.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066] replace CON-POST MID=63132, Token=24621EEB4BBB12D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63132, Token=24621EEB4BBB12D5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1066] send response NON-2.05 MID=63132, Token=null, OptionSet={}, "server responds hi" 08:13:01.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, complete]! 08:13:01.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1066, complete] completed NON-2.04 MID=63132, Token=24621EEB4BBB12D5, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6! 08:13:01.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,102,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63132, Token=24621EEB4BBB12D5, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6] 08:13:01.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63132] 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, complete]! 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, complete] for token KeyToken[127.0.0.1:8249-24621EEB4BBB12D5] 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, complete] for MID KeyMID[127.0.0.1:8249-63132] 08:13:01.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1065, complete] completed CON-POST MID= -1, Token=24621EEB4BBB12D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63132, Token=24621EEB4BBB12D5, OptionSet={"Object-Security":0x0973}, acked 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D! 08:13:01.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067] send request 08:13:01.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:13:01.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067] added with generated mid KeyMID[127.0.0.1:8249-63133], CON-POST MID=63133, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:13:01.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067] added with generated token KeyToken[127.0.0.1:8249-C89EFA7D31A97C48], CON-POST MID=63133, Token=C89EFA7D31A97C48, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:13:01.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63133], KeyToken[127.0.0.1:8249-C89EFA7D31A97C48]] 08:13:01.868 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,103,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63133, Token=C89EFA7D31A97C48, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D] 08:13:01.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63133] 08:13:01.869 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.869 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068] replace CON-POST MID=63133, Token=C89EFA7D31A97C48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63133, Token=C89EFA7D31A97C48, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1068] send response NON-2.05 MID=63133, Token=null, OptionSet={}, "server responds hi" 08:13:01.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, complete]! 08:13:01.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1068, complete] completed NON-2.04 MID=63133, Token=C89EFA7D31A97C48, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB! 08:13:01.869 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,104,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63133, Token=C89EFA7D31A97C48, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB] 08:13:01.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63133] 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, complete]! 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, complete] for token KeyToken[127.0.0.1:8249-C89EFA7D31A97C48] 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, complete] for MID KeyMID[127.0.0.1:8249-63133] 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1067, complete] completed CON-POST MID= -1, Token=C89EFA7D31A97C48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63133, Token=C89EFA7D31A97C48, OptionSet={"Object-Security":0x0974}, acked 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D! 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069] send request 08:13:01.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:13:01.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069] added with generated mid KeyMID[127.0.0.1:8249-63134], CON-POST MID=63134, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:13:01.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069] added with generated token KeyToken[127.0.0.1:8249-CCF876AE02C11E49], CON-POST MID=63134, Token=CCF876AE02C11E49, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:13:01.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63134], KeyToken[127.0.0.1:8249-CCF876AE02C11E49]] 08:13:01.871 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,105,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63134, Token=CCF876AE02C11E49, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE] 08:13:01.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63134] 08:13:01.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070] replace CON-POST MID=63134, Token=CCF876AE02C11E49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63134, Token=CCF876AE02C11E49, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1070] send response NON-2.05 MID=63134, Token=null, OptionSet={}, "server responds hi" 08:13:01.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, complete]! 08:13:01.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1070, complete] completed NON-2.04 MID=63134, Token=CCF876AE02C11E49, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA! 08:13:01.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,106,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63134, Token=CCF876AE02C11E49, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA] 08:13:01.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63134] 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, complete]! 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, complete] for token KeyToken[127.0.0.1:8249-CCF876AE02C11E49] 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, complete] for MID KeyMID[127.0.0.1:8249-63134] 08:13:01.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1069, complete] completed CON-POST MID= -1, Token=CCF876AE02C11E49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63134, Token=CCF876AE02C11E49, OptionSet={"Object-Security":0x0975}, acked 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE! 08:13:01.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071] send request 08:13:01.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:13:01.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071] added with generated mid KeyMID[127.0.0.1:8249-63135], CON-POST MID=63135, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:13:01.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071] added with generated token KeyToken[127.0.0.1:8249-1CC9B7265CF90F32], CON-POST MID=63135, Token=1CC9B7265CF90F32, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:13:01.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63135], KeyToken[127.0.0.1:8249-1CC9B7265CF90F32]] 08:13:01.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,107,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63135, Token=1CC9B7265CF90F32, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85] 08:13:01.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63135] 08:13:01.874 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.874 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072] replace CON-POST MID=63135, Token=1CC9B7265CF90F32, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63135, Token=1CC9B7265CF90F32, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1072] send response NON-2.05 MID=63135, Token=null, OptionSet={}, "server responds hi" 08:13:01.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, complete]! 08:13:01.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1072, complete] completed NON-2.04 MID=63135, Token=1CC9B7265CF90F32, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E! 08:13:01.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,108,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63135, Token=1CC9B7265CF90F32, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E] 08:13:01.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63135] 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, complete]! 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, complete] for token KeyToken[127.0.0.1:8249-1CC9B7265CF90F32] 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, complete] for MID KeyMID[127.0.0.1:8249-63135] 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1071, complete] completed CON-POST MID= -1, Token=1CC9B7265CF90F32, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63135, Token=1CC9B7265CF90F32, OptionSet={"Object-Security":0x0976}, acked BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85! 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073] send request 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:13:01.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073] added with generated mid KeyMID[127.0.0.1:8249-63136], CON-POST MID=63136, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:13:01.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073] added with generated token KeyToken[127.0.0.1:8249-ECE73FD6B9C4B779], CON-POST MID=63136, Token=ECE73FD6B9C4B779, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:13:01.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63136], KeyToken[127.0.0.1:8249-ECE73FD6B9C4B779]] 08:13:01.876 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,109,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63136, Token=ECE73FD6B9C4B779, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20] 08:13:01.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63136] 08:13:01.876 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.876 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074] replace CON-POST MID=63136, Token=ECE73FD6B9C4B779, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63136, Token=ECE73FD6B9C4B779, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1074] send response NON-2.05 MID=63136, Token=null, OptionSet={}, "server responds hi" 08:13:01.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, complete]! 08:13:01.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1074, complete] completed NON-2.04 MID=63136, Token=ECE73FD6B9C4B779, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B! 08:13:01.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,110,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63136, Token=ECE73FD6B9C4B779, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B] 08:13:01.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63136] 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, complete]! 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, complete] for token KeyToken[127.0.0.1:8249-ECE73FD6B9C4B779] 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, complete] for MID KeyMID[127.0.0.1:8249-63136] 08:13:01.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1073, complete] completed CON-POST MID= -1, Token=ECE73FD6B9C4B779, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63136, Token=ECE73FD6B9C4B779, OptionSet={"Object-Security":0x0977}, acked D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20! 08:13:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075] send request 08:13:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:13:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075] added with generated mid KeyMID[127.0.0.1:8249-63137], CON-POST MID=63137, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:13:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075] added with generated token KeyToken[127.0.0.1:8249-A8085D5844048E62], CON-POST MID=63137, Token=A8085D5844048E62, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:13:01.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63137], KeyToken[127.0.0.1:8249-A8085D5844048E62]] 08:13:01.878 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,111,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63137, Token=A8085D5844048E62, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21] 08:13:01.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63137] 08:13:01.879 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.879 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076] replace CON-POST MID=63137, Token=A8085D5844048E62, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63137, Token=A8085D5844048E62, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1076] send response NON-2.05 MID=63137, Token=null, OptionSet={}, "server responds hi" 08:13:01.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, complete]! 08:13:01.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1076, complete] completed NON-2.04 MID=63137, Token=A8085D5844048E62, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B! 08:13:01.879 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,112,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63137, Token=A8085D5844048E62, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B] 08:13:01.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63137] 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, complete]! 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, complete] for token KeyToken[127.0.0.1:8249-A8085D5844048E62] 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, complete] for MID KeyMID[127.0.0.1:8249-63137] 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1075, complete] completed CON-POST MID= -1, Token=A8085D5844048E62, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63137, Token=A8085D5844048E62, OptionSet={"Object-Security":0x0978}, acked 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21! 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077] send request 08:13:01.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:13:01.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077] added with generated mid KeyMID[127.0.0.1:8249-63138], CON-POST MID=63138, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:13:01.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077] added with generated token KeyToken[127.0.0.1:8249-34035F0A41F61FB6], CON-POST MID=63138, Token=34035F0A41F61FB6, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:13:01.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63138], KeyToken[127.0.0.1:8249-34035F0A41F61FB6]] 08:13:01.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,113,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63138, Token=34035F0A41F61FB6, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD] 08:13:01.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63138] 08:13:01.881 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.881 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078] replace CON-POST MID=63138, Token=34035F0A41F61FB6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63138, Token=34035F0A41F61FB6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1078] send response NON-2.05 MID=63138, Token=null, OptionSet={}, "server responds hi" 08:13:01.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, complete]! 08:13:01.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1078, complete] completed NON-2.04 MID=63138, Token=34035F0A41F61FB6, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0! 08:13:01.882 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,114,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63138, Token=34035F0A41F61FB6, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0] 08:13:01.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63138] 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, complete]! 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, complete] for token KeyToken[127.0.0.1:8249-34035F0A41F61FB6] 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, complete] for MID KeyMID[127.0.0.1:8249-63138] 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1077, complete] completed CON-POST MID= -1, Token=34035F0A41F61FB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63138, Token=34035F0A41F61FB6, OptionSet={"Object-Security":0x0979}, acked 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD! 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079] send request 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:13:01.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079] added with generated mid KeyMID[127.0.0.1:8249-63139], CON-POST MID=63139, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:13:01.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079] added with generated token KeyToken[127.0.0.1:8249-202D27A9617F52B0], CON-POST MID=63139, Token=202D27A9617F52B0, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:13:01.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63139], KeyToken[127.0.0.1:8249-202D27A9617F52B0]] 08:13:01.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,115,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63139, Token=202D27A9617F52B0, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1] 08:13:01.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63139] 08:13:01.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080] replace CON-POST MID=63139, Token=202D27A9617F52B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63139, Token=202D27A9617F52B0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1080] send response NON-2.05 MID=63139, Token=null, OptionSet={}, "server responds hi" 08:13:01.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, complete]! 08:13:01.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1080, complete] completed NON-2.04 MID=63139, Token=202D27A9617F52B0, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18! 08:13:01.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,116,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63139, Token=202D27A9617F52B0, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18] 08:13:01.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63139] 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, complete]! 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, complete] for token KeyToken[127.0.0.1:8249-202D27A9617F52B0] 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, complete] for MID KeyMID[127.0.0.1:8249-63139] 08:13:01.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1079, complete] completed CON-POST MID= -1, Token=202D27A9617F52B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63139, Token=202D27A9617F52B0, OptionSet={"Object-Security":0x097A}, acked 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1! 08:13:01.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081] send request 08:13:01.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:13:01.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081] added with generated mid KeyMID[127.0.0.1:8249-63140], CON-POST MID=63140, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:13:01.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081] added with generated token KeyToken[127.0.0.1:8249-D02DBC093C7365DF], CON-POST MID=63140, Token=D02DBC093C7365DF, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:13:01.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63140], KeyToken[127.0.0.1:8249-D02DBC093C7365DF]] 08:13:01.886 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,117,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63140, Token=D02DBC093C7365DF, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17] 08:13:01.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63140] 08:13:01.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082] replace CON-POST MID=63140, Token=D02DBC093C7365DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63140, Token=D02DBC093C7365DF, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1082] send response NON-2.05 MID=63140, Token=null, OptionSet={}, "server responds hi" 08:13:01.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, complete]! 08:13:01.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1082, complete] completed NON-2.04 MID=63140, Token=D02DBC093C7365DF, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71! 08:13:01.887 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,118,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63140, Token=D02DBC093C7365DF, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71] 08:13:01.887 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63140] 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, complete]! 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, complete] for token KeyToken[127.0.0.1:8249-D02DBC093C7365DF] 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, complete] for MID KeyMID[127.0.0.1:8249-63140] 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1081, complete] completed CON-POST MID= -1, Token=D02DBC093C7365DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63140, Token=D02DBC093C7365DF, OptionSet={"Object-Security":0x097B}, acked 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17! 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083] send request 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:13:01.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083] added with generated mid KeyMID[127.0.0.1:8249-63141], CON-POST MID=63141, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:13:01.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083] added with generated token KeyToken[127.0.0.1:8249-387FCD2CAA23A936], CON-POST MID=63141, Token=387FCD2CAA23A936, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:13:01.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63141], KeyToken[127.0.0.1:8249-387FCD2CAA23A936]] 08:13:01.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,119,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63141, Token=387FCD2CAA23A936, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52] 08:13:01.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63141] 08:13:01.889 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.889 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084] replace CON-POST MID=63141, Token=387FCD2CAA23A936, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63141, Token=387FCD2CAA23A936, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1084] send response NON-2.05 MID=63141, Token=null, OptionSet={}, "server responds hi" 08:13:01.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, complete]! 08:13:01.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1084, complete] completed NON-2.04 MID=63141, Token=387FCD2CAA23A936, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B! 08:13:01.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,120,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63141, Token=387FCD2CAA23A936, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B] 08:13:01.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63141] 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, complete]! 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, complete] for token KeyToken[127.0.0.1:8249-387FCD2CAA23A936] 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, complete] for MID KeyMID[127.0.0.1:8249-63141] 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1083, complete] completed CON-POST MID= -1, Token=387FCD2CAA23A936, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63141, Token=387FCD2CAA23A936, OptionSet={"Object-Security":0x097C}, acked 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52! 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085] send request 08:13:01.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:13:01.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085] added with generated mid KeyMID[127.0.0.1:8249-63142], CON-POST MID=63142, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:13:01.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085] added with generated token KeyToken[127.0.0.1:8249-B07E70DCCD720D8C], CON-POST MID=63142, Token=B07E70DCCD720D8C, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:13:01.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63142], KeyToken[127.0.0.1:8249-B07E70DCCD720D8C]] 08:13:01.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,121,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63142, Token=B07E70DCCD720D8C, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02] 08:13:01.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63142] 08:13:01.891 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.891 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086] replace CON-POST MID=63142, Token=B07E70DCCD720D8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63142, Token=B07E70DCCD720D8C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1086] send response NON-2.05 MID=63142, Token=null, OptionSet={}, "server responds hi" 08:13:01.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, complete]! 08:13:01.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1086, complete] completed NON-2.04 MID=63142, Token=B07E70DCCD720D8C, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12! 08:13:01.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,122,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63142, Token=B07E70DCCD720D8C, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12] 08:13:01.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63142] 08:13:01.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, complete]! 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, complete] for token KeyToken[127.0.0.1:8249-B07E70DCCD720D8C] 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, complete] for MID KeyMID[127.0.0.1:8249-63142] 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1085, complete] completed CON-POST MID= -1, Token=B07E70DCCD720D8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63142, Token=B07E70DCCD720D8C, OptionSet={"Object-Security":0x097D}, acked 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02! 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087] send request 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:13:01.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087] added with generated mid KeyMID[127.0.0.1:8249-63143], CON-POST MID=63143, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:13:01.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087] added with generated token KeyToken[127.0.0.1:8249-BC069951D93F700C], CON-POST MID=63143, Token=BC069951D93F700C, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:13:01.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63143], KeyToken[127.0.0.1:8249-BC069951D93F700C]] 08:13:01.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,123,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63143, Token=BC069951D93F700C, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40] 08:13:01.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63143] 08:13:01.894 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.894 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088] replace CON-POST MID=63143, Token=BC069951D93F700C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63143, Token=BC069951D93F700C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1088] send response NON-2.05 MID=63143, Token=null, OptionSet={}, "server responds hi" 08:13:01.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, complete]! 08:13:01.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1088, complete] completed NON-2.04 MID=63143, Token=BC069951D93F700C, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69! 08:13:01.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,124,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63143, Token=BC069951D93F700C, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69] 08:13:01.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63143] 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, complete]! 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, complete] for token KeyToken[127.0.0.1:8249-BC069951D93F700C] 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, complete] for MID KeyMID[127.0.0.1:8249-63143] 08:13:01.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1087, complete] completed CON-POST MID= -1, Token=BC069951D93F700C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63143, Token=BC069951D93F700C, OptionSet={"Object-Security":0x097E}, acked FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40! 08:13:01.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089] send request 08:13:01.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:13:01.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089] added with generated mid KeyMID[127.0.0.1:8249-63144], CON-POST MID=63144, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:13:01.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089] added with generated token KeyToken[127.0.0.1:8249-0404BA9303A67C9A], CON-POST MID=63144, Token=0404BA9303A67C9A, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:13:01.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63144], KeyToken[127.0.0.1:8249-0404BA9303A67C9A]] 08:13:01.953 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,125,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63144, Token=0404BA9303A67C9A, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3] 08:13:01.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63144] 08:13:01.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090] replace CON-POST MID=63144, Token=0404BA9303A67C9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63144, Token=0404BA9303A67C9A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1090] send response NON-2.05 MID=63144, Token=null, OptionSet={}, "server responds hi" 08:13:01.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, complete]! 08:13:01.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1090, complete] completed NON-2.04 MID=63144, Token=0404BA9303A67C9A, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD! 08:13:01.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,126,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63144, Token=0404BA9303A67C9A, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD] 08:13:01.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63144] 08:13:01.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, complete]! 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, complete] for token KeyToken[127.0.0.1:8249-0404BA9303A67C9A] 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, complete] for MID KeyMID[127.0.0.1:8249-63144] 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1089, complete] completed CON-POST MID= -1, Token=0404BA9303A67C9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63144, Token=0404BA9303A67C9A, OptionSet={"Object-Security":0x097F}, acked B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3! 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091] send request 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091] added with generated mid KeyMID[127.0.0.1:8249-63145], CON-POST MID=63145, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091] added with generated token KeyToken[127.0.0.1:8249-3C0D1DDB2CB965BE], CON-POST MID=63145, Token=3C0D1DDB2CB965BE, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:13:01.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63145], KeyToken[127.0.0.1:8249-3C0D1DDB2CB965BE]] 08:13:01.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,127,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63145, Token=3C0D1DDB2CB965BE, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 08:13:01.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63145] 08:13:01.956 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.956 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092] replace CON-POST MID=63145, Token=3C0D1DDB2CB965BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63145, Token=3C0D1DDB2CB965BE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1092] send response NON-2.05 MID=63145, Token=null, OptionSet={}, "server responds hi" 08:13:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, complete]! 08:13:01.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1092, complete] completed NON-2.04 MID=63145, Token=3C0D1DDB2CB965BE, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 08:13:01.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,128,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63145, Token=3C0D1DDB2CB965BE, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 08:13:01.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63145] 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, complete]! 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, complete] for token KeyToken[127.0.0.1:8249-3C0D1DDB2CB965BE] 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, complete] for MID KeyMID[127.0.0.1:8249-63145] 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1091, complete] completed CON-POST MID= -1, Token=3C0D1DDB2CB965BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63145, Token=3C0D1DDB2CB965BE, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093] send request 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:13:01.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093] added with generated mid KeyMID[127.0.0.1:8249-63146], CON-POST MID=63146, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:13:01.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093] added with generated token KeyToken[127.0.0.1:8249-FC51B00443DEDF89], CON-POST MID=63146, Token=FC51B00443DEDF89, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:13:01.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63146], KeyToken[127.0.0.1:8249-FC51B00443DEDF89]] 08:13:01.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,129,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63146, Token=FC51B00443DEDF89, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA] 08:13:01.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63146] 08:13:01.958 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.958 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094] replace CON-POST MID=63146, Token=FC51B00443DEDF89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63146, Token=FC51B00443DEDF89, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1094] send response NON-2.05 MID=63146, Token=null, OptionSet={}, "server responds hi" 08:13:01.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, complete]! 08:13:01.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1094, complete] completed NON-2.04 MID=63146, Token=FC51B00443DEDF89, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F! 08:13:01.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,130,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63146, Token=FC51B00443DEDF89, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F] 08:13:01.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63146] 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, complete]! 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, complete] for token KeyToken[127.0.0.1:8249-FC51B00443DEDF89] 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, complete] for MID KeyMID[127.0.0.1:8249-63146] 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1093, complete] completed CON-POST MID= -1, Token=FC51B00443DEDF89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63146, Token=FC51B00443DEDF89, OptionSet={"Object-Security":0x0981}, acked 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA! 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095] send request 08:13:01.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:13:01.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095] added with generated mid KeyMID[127.0.0.1:8249-63147], CON-POST MID=63147, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:13:01.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095] added with generated token KeyToken[127.0.0.1:8249-2C3FE998197F698C], CON-POST MID=63147, Token=2C3FE998197F698C, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:13:01.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63147], KeyToken[127.0.0.1:8249-2C3FE998197F698C]] 08:13:01.960 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,131,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63147, Token=2C3FE998197F698C, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2] 08:13:01.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63147] 08:13:01.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096] replace CON-POST MID=63147, Token=2C3FE998197F698C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63147, Token=2C3FE998197F698C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1096] send response NON-2.05 MID=63147, Token=null, OptionSet={}, "server responds hi" 08:13:01.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, complete]! 08:13:01.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1096, complete] completed NON-2.04 MID=63147, Token=2C3FE998197F698C, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0! 08:13:01.961 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,132,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63147, Token=2C3FE998197F698C, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0] 08:13:01.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63147] 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, complete]! 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, complete] for token KeyToken[127.0.0.1:8249-2C3FE998197F698C] 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, complete] for MID KeyMID[127.0.0.1:8249-63147] 08:13:01.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1095, complete] completed CON-POST MID= -1, Token=2C3FE998197F698C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63147, Token=2C3FE998197F698C, OptionSet={"Object-Security":0x0982}, acked 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2! 08:13:01.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097] send request 08:13:01.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:13:01.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097] added with generated mid KeyMID[127.0.0.1:8249-63148], CON-POST MID=63148, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:13:01.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097] added with generated token KeyToken[127.0.0.1:8249-D850E4A39F0EFA28], CON-POST MID=63148, Token=D850E4A39F0EFA28, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:13:01.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63148], KeyToken[127.0.0.1:8249-D850E4A39F0EFA28]] 08:13:01.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,133,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63148, Token=D850E4A39F0EFA28, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99] 08:13:01.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63148] 08:13:01.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098] replace CON-POST MID=63148, Token=D850E4A39F0EFA28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63148, Token=D850E4A39F0EFA28, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1098] send response NON-2.05 MID=63148, Token=null, OptionSet={}, "server responds hi" 08:13:01.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, complete]! 08:13:01.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1098, complete] completed NON-2.04 MID=63148, Token=D850E4A39F0EFA28, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C! 08:13:01.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,134,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63148, Token=D850E4A39F0EFA28, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C] 08:13:01.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63148] 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, complete]! 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, complete] for token KeyToken[127.0.0.1:8249-D850E4A39F0EFA28] 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, complete] for MID KeyMID[127.0.0.1:8249-63148] 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1097, complete] completed CON-POST MID= -1, Token=D850E4A39F0EFA28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63148, Token=D850E4A39F0EFA28, OptionSet={"Object-Security":0x0983}, acked 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99! 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099] send request 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:13:01.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099] added with generated mid KeyMID[127.0.0.1:8249-63149], CON-POST MID=63149, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:13:01.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099] added with generated token KeyToken[127.0.0.1:8249-34842615EFF53FD5], CON-POST MID=63149, Token=34842615EFF53FD5, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:13:01.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63149], KeyToken[127.0.0.1:8249-34842615EFF53FD5]] 08:13:01.965 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,135,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63149, Token=34842615EFF53FD5, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF] 08:13:01.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63149] 08:13:01.965 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.965 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100] replace CON-POST MID=63149, Token=34842615EFF53FD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63149, Token=34842615EFF53FD5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1100] send response NON-2.05 MID=63149, Token=null, OptionSet={}, "server responds hi" 08:13:01.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, complete]! 08:13:01.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1100, complete] completed NON-2.04 MID=63149, Token=34842615EFF53FD5, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC! 08:13:01.966 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,136,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63149, Token=34842615EFF53FD5, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC] 08:13:01.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63149] 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, complete]! 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, complete] for token KeyToken[127.0.0.1:8249-34842615EFF53FD5] 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, complete] for MID KeyMID[127.0.0.1:8249-63149] 08:13:01.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1099, complete] completed CON-POST MID= -1, Token=34842615EFF53FD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63149, Token=34842615EFF53FD5, OptionSet={"Object-Security":0x0984}, acked 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF! 08:13:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101] send request 08:13:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:13:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101] added with generated mid KeyMID[127.0.0.1:8249-63150], CON-POST MID=63150, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:13:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101] added with generated token KeyToken[127.0.0.1:8249-4C9E18B8991D0A01], CON-POST MID=63150, Token=4C9E18B8991D0A01, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:13:01.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63150], KeyToken[127.0.0.1:8249-4C9E18B8991D0A01]] 08:13:01.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,137,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63150, Token=4C9E18B8991D0A01, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1] 08:13:01.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63150] 08:13:01.968 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.968 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102] replace CON-POST MID=63150, Token=4C9E18B8991D0A01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63150, Token=4C9E18B8991D0A01, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1102] send response NON-2.05 MID=63150, Token=null, OptionSet={}, "server responds hi" 08:13:01.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, complete]! 08:13:01.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1102, complete] completed NON-2.04 MID=63150, Token=4C9E18B8991D0A01, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96! 08:13:01.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,138,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63150, Token=4C9E18B8991D0A01, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96] 08:13:01.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63150] 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, complete]! 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, complete] for token KeyToken[127.0.0.1:8249-4C9E18B8991D0A01] 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, complete] for MID KeyMID[127.0.0.1:8249-63150] 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1101, complete] completed CON-POST MID= -1, Token=4C9E18B8991D0A01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63150, Token=4C9E18B8991D0A01, OptionSet={"Object-Security":0x0985}, acked 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1! 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103] send request 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:13:01.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103] added with generated mid KeyMID[127.0.0.1:8249-63151], CON-POST MID=63151, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:13:01.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103] added with generated token KeyToken[127.0.0.1:8249-D46B7E36DB260968], CON-POST MID=63151, Token=D46B7E36DB260968, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:13:01.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63151], KeyToken[127.0.0.1:8249-D46B7E36DB260968]] 08:13:01.970 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,139,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63151, Token=D46B7E36DB260968, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17] 08:13:01.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63151] 08:13:01.970 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.970 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104] replace CON-POST MID=63151, Token=D46B7E36DB260968, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63151, Token=D46B7E36DB260968, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1104] send response NON-2.05 MID=63151, Token=null, OptionSet={}, "server responds hi" 08:13:01.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, complete]! 08:13:01.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1104, complete] completed NON-2.04 MID=63151, Token=D46B7E36DB260968, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51! 08:13:01.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,140,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63151, Token=D46B7E36DB260968, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51] 08:13:01.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63151] 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, complete]! 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, complete] for token KeyToken[127.0.0.1:8249-D46B7E36DB260968] 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, complete] for MID KeyMID[127.0.0.1:8249-63151] 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1103, complete] completed CON-POST MID= -1, Token=D46B7E36DB260968, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63151, Token=D46B7E36DB260968, OptionSet={"Object-Security":0x0986}, acked FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17! 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105] send request 08:13:01.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:13:01.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105] added with generated mid KeyMID[127.0.0.1:8249-63152], CON-POST MID=63152, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:13:01.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105] added with generated token KeyToken[127.0.0.1:8249-78357CD62332C9C9], CON-POST MID=63152, Token=78357CD62332C9C9, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:13:01.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63152], KeyToken[127.0.0.1:8249-78357CD62332C9C9]] 08:13:01.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,141,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63152, Token=78357CD62332C9C9, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22] 08:13:01.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63152] 08:13:01.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106] replace CON-POST MID=63152, Token=78357CD62332C9C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63152, Token=78357CD62332C9C9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1106] send response NON-2.05 MID=63152, Token=null, OptionSet={}, "server responds hi" 08:13:01.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, complete]! 08:13:01.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1106, complete] completed NON-2.04 MID=63152, Token=78357CD62332C9C9, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7! 08:13:01.973 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,142,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63152, Token=78357CD62332C9C9, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7] 08:13:01.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63152] 08:13:01.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, complete]! 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, complete] for token KeyToken[127.0.0.1:8249-78357CD62332C9C9] 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, complete] for MID KeyMID[127.0.0.1:8249-63152] 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1105, complete] completed CON-POST MID= -1, Token=78357CD62332C9C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63152, Token=78357CD62332C9C9, OptionSet={"Object-Security":0x0987}, acked B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22! 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107] send request 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:13:01.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107] added with generated mid KeyMID[127.0.0.1:8249-63153], CON-POST MID=63153, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:13:01.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107] added with generated token KeyToken[127.0.0.1:8249-A0DC15BCB015060A], CON-POST MID=63153, Token=A0DC15BCB015060A, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:13:01.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63153], KeyToken[127.0.0.1:8249-A0DC15BCB015060A]] 08:13:01.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,143,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63153, Token=A0DC15BCB015060A, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C] 08:13:01.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63153] 08:13:01.975 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.975 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108] replace CON-POST MID=63153, Token=A0DC15BCB015060A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63153, Token=A0DC15BCB015060A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1108] send response NON-2.05 MID=63153, Token=null, OptionSet={}, "server responds hi" 08:13:01.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, complete]! 08:13:01.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1108, complete] completed NON-2.04 MID=63153, Token=A0DC15BCB015060A, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D! 08:13:01.976 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,144,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63153, Token=A0DC15BCB015060A, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D] 08:13:01.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63153] 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, complete]! 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, complete] for token KeyToken[127.0.0.1:8249-A0DC15BCB015060A] 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, complete] for MID KeyMID[127.0.0.1:8249-63153] 08:13:01.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1107, complete] completed CON-POST MID= -1, Token=A0DC15BCB015060A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63153, Token=A0DC15BCB015060A, OptionSet={"Object-Security":0x0988}, acked 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C! 08:13:01.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109] send request 08:13:01.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:13:01.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109] added with generated mid KeyMID[127.0.0.1:8249-63154], CON-POST MID=63154, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:13:01.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109] added with generated token KeyToken[127.0.0.1:8249-B0C9C8839316008B], CON-POST MID=63154, Token=B0C9C8839316008B, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:13:01.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63154], KeyToken[127.0.0.1:8249-B0C9C8839316008B]] 08:13:01.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,145,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63154, Token=B0C9C8839316008B, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31] 08:13:01.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63154] 08:13:01.978 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.978 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110] replace CON-POST MID=63154, Token=B0C9C8839316008B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63154, Token=B0C9C8839316008B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1110] send response NON-2.05 MID=63154, Token=null, OptionSet={}, "server responds hi" 08:13:01.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, complete]! 08:13:01.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1110, complete] completed NON-2.04 MID=63154, Token=B0C9C8839316008B, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE! 08:13:01.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,146,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63154, Token=B0C9C8839316008B, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE] 08:13:01.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63154] 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, complete]! 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, complete] for token KeyToken[127.0.0.1:8249-B0C9C8839316008B] 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, complete] for MID KeyMID[127.0.0.1:8249-63154] 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1109, complete] completed CON-POST MID= -1, Token=B0C9C8839316008B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63154, Token=B0C9C8839316008B, OptionSet={"Object-Security":0x0989}, acked C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31! 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111] send request 08:13:01.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:13:01.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111] added with generated mid KeyMID[127.0.0.1:8249-63155], CON-POST MID=63155, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:13:01.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111] added with generated token KeyToken[127.0.0.1:8249-689CEF91341303D8], CON-POST MID=63155, Token=689CEF91341303D8, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:13:01.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63155], KeyToken[127.0.0.1:8249-689CEF91341303D8]] 08:13:01.980 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,147,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63155, Token=689CEF91341303D8, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2] 08:13:01.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63155] 08:13:01.980 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.980 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112] replace CON-POST MID=63155, Token=689CEF91341303D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63155, Token=689CEF91341303D8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1112] send response NON-2.05 MID=63155, Token=null, OptionSet={}, "server responds hi" 08:13:01.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, complete]! 08:13:01.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1112, complete] completed NON-2.04 MID=63155, Token=689CEF91341303D8, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6! 08:13:01.981 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,148,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63155, Token=689CEF91341303D8, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6] 08:13:01.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63155] 08:13:01.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, complete]! 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, complete] for token KeyToken[127.0.0.1:8249-689CEF91341303D8] 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, complete] for MID KeyMID[127.0.0.1:8249-63155] 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1111, complete] completed CON-POST MID= -1, Token=689CEF91341303D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63155, Token=689CEF91341303D8, OptionSet={"Object-Security":0x098A}, acked 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2! 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113] send request 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:13:01.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113] added with generated mid KeyMID[127.0.0.1:8249-63156], CON-POST MID=63156, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:13:01.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113] added with generated token KeyToken[127.0.0.1:8249-6482AB9819FA7A8D], CON-POST MID=63156, Token=6482AB9819FA7A8D, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:13:01.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63156], KeyToken[127.0.0.1:8249-6482AB9819FA7A8D]] 08:13:01.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,149,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63156, Token=6482AB9819FA7A8D, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC] 08:13:01.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63156] 08:13:01.983 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.983 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114] replace CON-POST MID=63156, Token=6482AB9819FA7A8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63156, Token=6482AB9819FA7A8D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1114] send response NON-2.05 MID=63156, Token=null, OptionSet={}, "server responds hi" 08:13:01.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, complete]! 08:13:01.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1114, complete] completed NON-2.04 MID=63156, Token=6482AB9819FA7A8D, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A! 08:13:01.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,150,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63156, Token=6482AB9819FA7A8D, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A] 08:13:01.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63156] 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, complete]! 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, complete] for token KeyToken[127.0.0.1:8249-6482AB9819FA7A8D] 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, complete] for MID KeyMID[127.0.0.1:8249-63156] 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1113, complete] completed CON-POST MID= -1, Token=6482AB9819FA7A8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63156, Token=6482AB9819FA7A8D, OptionSet={"Object-Security":0x098B}, acked A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC! 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115] send request 08:13:01.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:13:01.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115] added with generated mid KeyMID[127.0.0.1:8249-63157], CON-POST MID=63157, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:13:01.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115] added with generated token KeyToken[127.0.0.1:8249-78852FB7D764B827], CON-POST MID=63157, Token=78852FB7D764B827, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:13:01.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63157], KeyToken[127.0.0.1:8249-78852FB7D764B827]] 08:13:01.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,151,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63157, Token=78852FB7D764B827, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D] 08:13:01.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63157] 08:13:01.985 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.985 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116] replace CON-POST MID=63157, Token=78852FB7D764B827, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63157, Token=78852FB7D764B827, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1116] send response NON-2.05 MID=63157, Token=null, OptionSet={}, "server responds hi" 08:13:01.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, complete]! 08:13:01.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1116, complete] completed NON-2.04 MID=63157, Token=78852FB7D764B827, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A! 08:13:01.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,152,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63157, Token=78852FB7D764B827, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A] 08:13:01.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63157] 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, complete]! 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, complete] for token KeyToken[127.0.0.1:8249-78852FB7D764B827] 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, complete] for MID KeyMID[127.0.0.1:8249-63157] 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1115, complete] completed CON-POST MID= -1, Token=78852FB7D764B827, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63157, Token=78852FB7D764B827, OptionSet={"Object-Security":0x098C}, acked 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D! 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117] send request 08:13:01.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:13:01.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117] added with generated mid KeyMID[127.0.0.1:8249-63158], CON-POST MID=63158, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:13:01.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117] added with generated token KeyToken[127.0.0.1:8249-809902ED36540DFA], CON-POST MID=63158, Token=809902ED36540DFA, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:13:01.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63158], KeyToken[127.0.0.1:8249-809902ED36540DFA]] 08:13:01.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,153,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63158, Token=809902ED36540DFA, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C] 08:13:01.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63158] 08:13:01.987 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.987 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118] replace CON-POST MID=63158, Token=809902ED36540DFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63158, Token=809902ED36540DFA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1118] send response NON-2.05 MID=63158, Token=null, OptionSet={}, "server responds hi" 08:13:01.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, complete]! 08:13:01.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1118, complete] completed NON-2.04 MID=63158, Token=809902ED36540DFA, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64! 08:13:01.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,154,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63158, Token=809902ED36540DFA, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64] 08:13:01.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63158] 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, complete]! 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, complete] for token KeyToken[127.0.0.1:8249-809902ED36540DFA] 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, complete] for MID KeyMID[127.0.0.1:8249-63158] 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1117, complete] completed CON-POST MID= -1, Token=809902ED36540DFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63158, Token=809902ED36540DFA, OptionSet={"Object-Security":0x098D}, acked 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C! 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119] send request 08:13:01.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:13:01.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119] added with generated mid KeyMID[127.0.0.1:8249-63159], CON-POST MID=63159, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:13:01.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119] added with generated token KeyToken[127.0.0.1:8249-7006110EA55A2553], CON-POST MID=63159, Token=7006110EA55A2553, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:13:01.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63159], KeyToken[127.0.0.1:8249-7006110EA55A2553]] 08:13:01.989 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:01.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,155,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63159, Token=7006110EA55A2553, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE] 08:13:01.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:01.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63159] 08:13:01.989 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:01.989 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:01.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120] replace CON-POST MID=63159, Token=7006110EA55A2553, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63159, Token=7006110EA55A2553, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1120] send response NON-2.05 MID=63159, Token=null, OptionSet={}, "server responds hi" 08:13:01.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, complete]! 08:13:01.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1120, complete] completed NON-2.04 MID=63159, Token=7006110EA55A2553, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A! 08:13:01.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:01.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,156,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63159, Token=7006110EA55A2553, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A] 08:13:01.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63159] 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, complete]! 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, complete] for token KeyToken[127.0.0.1:8249-7006110EA55A2553] 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, complete] for MID KeyMID[127.0.0.1:8249-63159] 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1119, complete] completed CON-POST MID= -1, Token=7006110EA55A2553, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63159, Token=7006110EA55A2553, OptionSet={"Object-Security":0x098E}, acked 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE! 08:13:01.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121] send request 08:13:01.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:01.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:13:01.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121] added with generated mid KeyMID[127.0.0.1:8249-63160], CON-POST MID=63160, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:13:01.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121] added with generated token KeyToken[127.0.0.1:8249-947ECAB306719195], CON-POST MID=63160, Token=947ECAB306719195, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:13:01.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63160], KeyToken[127.0.0.1:8249-947ECAB306719195]] 08:13:02.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,157,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63160, Token=947ECAB306719195, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74] 08:13:02.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63160] 08:13:02.052 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.052 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122] replace CON-POST MID=63160, Token=947ECAB306719195, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63160, Token=947ECAB306719195, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1122] send response NON-2.05 MID=63160, Token=null, OptionSet={}, "server responds hi" 08:13:02.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, complete]! 08:13:02.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1122, complete] completed NON-2.04 MID=63160, Token=947ECAB306719195, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC! 08:13:02.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,158,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63160, Token=947ECAB306719195, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC] 08:13:02.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63160] 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, complete]! 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, complete] for token KeyToken[127.0.0.1:8249-947ECAB306719195] 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, complete] for MID KeyMID[127.0.0.1:8249-63160] 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1121, complete] completed CON-POST MID= -1, Token=947ECAB306719195, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63160, Token=947ECAB306719195, OptionSet={"Object-Security":0x098F}, acked 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74! 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123] send request 08:13:02.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:13:02.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123] added with generated mid KeyMID[127.0.0.1:8249-63161], CON-POST MID=63161, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:13:02.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123] added with generated token KeyToken[127.0.0.1:8249-E8E43F2FAF04E48B], CON-POST MID=63161, Token=E8E43F2FAF04E48B, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:13:02.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63161], KeyToken[127.0.0.1:8249-E8E43F2FAF04E48B]] 08:13:02.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,159,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63161, Token=E8E43F2FAF04E48B, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13] 08:13:02.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63161] 08:13:02.055 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.055 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124] replace CON-POST MID=63161, Token=E8E43F2FAF04E48B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63161, Token=E8E43F2FAF04E48B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1124] send response NON-2.05 MID=63161, Token=null, OptionSet={}, "server responds hi" 08:13:02.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, complete]! 08:13:02.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1124, complete] completed NON-2.04 MID=63161, Token=E8E43F2FAF04E48B, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC! 08:13:02.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,160,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63161, Token=E8E43F2FAF04E48B, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC] 08:13:02.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63161] 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, complete]! 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, complete] for token KeyToken[127.0.0.1:8249-E8E43F2FAF04E48B] 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, complete] for MID KeyMID[127.0.0.1:8249-63161] 08:13:02.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1123, complete] completed CON-POST MID= -1, Token=E8E43F2FAF04E48B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63161, Token=E8E43F2FAF04E48B, OptionSet={"Object-Security":0x0990}, acked 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13! 08:13:02.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125] send request 08:13:02.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:13:02.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125] added with generated mid KeyMID[127.0.0.1:8249-63162], CON-POST MID=63162, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:13:02.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125] added with generated token KeyToken[127.0.0.1:8249-2CAB012B867DB162], CON-POST MID=63162, Token=2CAB012B867DB162, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:13:02.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63162], KeyToken[127.0.0.1:8249-2CAB012B867DB162]] 08:13:02.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,161,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63162, Token=2CAB012B867DB162, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1] 08:13:02.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63162] 08:13:02.058 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.058 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126] replace CON-POST MID=63162, Token=2CAB012B867DB162, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63162, Token=2CAB012B867DB162, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1126] send response NON-2.05 MID=63162, Token=null, OptionSet={}, "server responds hi" 08:13:02.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, complete]! 08:13:02.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1126, complete] completed NON-2.04 MID=63162, Token=2CAB012B867DB162, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01! 08:13:02.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,162,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63162, Token=2CAB012B867DB162, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01] 08:13:02.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63162] 08:13:02.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, complete]! 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, complete] for token KeyToken[127.0.0.1:8249-2CAB012B867DB162] 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, complete] for MID KeyMID[127.0.0.1:8249-63162] 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1125, complete] completed CON-POST MID= -1, Token=2CAB012B867DB162, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63162, Token=2CAB012B867DB162, OptionSet={"Object-Security":0x0991}, acked 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1! 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127] send request 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:13:02.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127] added with generated mid KeyMID[127.0.0.1:8249-63163], CON-POST MID=63163, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:13:02.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127] added with generated token KeyToken[127.0.0.1:8249-7C8CE1E4C30F0BEA], CON-POST MID=63163, Token=7C8CE1E4C30F0BEA, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:13:02.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63163], KeyToken[127.0.0.1:8249-7C8CE1E4C30F0BEA]] 08:13:02.061 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,163,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63163, Token=7C8CE1E4C30F0BEA, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01] 08:13:02.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63163] 08:13:02.061 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.061 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128] replace CON-POST MID=63163, Token=7C8CE1E4C30F0BEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63163, Token=7C8CE1E4C30F0BEA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1128] send response NON-2.05 MID=63163, Token=null, OptionSet={}, "server responds hi" 08:13:02.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, complete]! 08:13:02.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1128, complete] completed NON-2.04 MID=63163, Token=7C8CE1E4C30F0BEA, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A! 08:13:02.062 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,164,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63163, Token=7C8CE1E4C30F0BEA, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A] 08:13:02.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63163] 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, complete]! 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, complete] for token KeyToken[127.0.0.1:8249-7C8CE1E4C30F0BEA] 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, complete] for MID KeyMID[127.0.0.1:8249-63163] 08:13:02.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1127, complete] completed CON-POST MID= -1, Token=7C8CE1E4C30F0BEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63163, Token=7C8CE1E4C30F0BEA, OptionSet={"Object-Security":0x0992}, acked BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01! 08:13:02.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129] send request 08:13:02.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:13:02.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129] added with generated mid KeyMID[127.0.0.1:8249-63164], CON-POST MID=63164, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:13:02.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129] added with generated token KeyToken[127.0.0.1:8249-741E57D813FEE2E3], CON-POST MID=63164, Token=741E57D813FEE2E3, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:13:02.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63164], KeyToken[127.0.0.1:8249-741E57D813FEE2E3]] 08:13:02.063 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,165,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63164, Token=741E57D813FEE2E3, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB] 08:13:02.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63164] 08:13:02.064 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.064 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130] replace CON-POST MID=63164, Token=741E57D813FEE2E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63164, Token=741E57D813FEE2E3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1130] send response NON-2.05 MID=63164, Token=null, OptionSet={}, "server responds hi" 08:13:02.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, complete]! 08:13:02.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1130, complete] completed NON-2.04 MID=63164, Token=741E57D813FEE2E3, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD! 08:13:02.064 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,166,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63164, Token=741E57D813FEE2E3, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD] 08:13:02.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63164] 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, complete]! 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, complete] for token KeyToken[127.0.0.1:8249-741E57D813FEE2E3] 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, complete] for MID KeyMID[127.0.0.1:8249-63164] 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1129, complete] completed CON-POST MID= -1, Token=741E57D813FEE2E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63164, Token=741E57D813FEE2E3, OptionSet={"Object-Security":0x0993}, acked 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB! 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131] send request 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131] added with generated mid KeyMID[127.0.0.1:8249-63165], CON-POST MID=63165, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131] added with generated token KeyToken[127.0.0.1:8249-1CA3DB3ADE981819], CON-POST MID=63165, Token=1CA3DB3ADE981819, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:13:02.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63165], KeyToken[127.0.0.1:8249-1CA3DB3ADE981819]] 08:13:02.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,167,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63165, Token=1CA3DB3ADE981819, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A] 08:13:02.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63165] 08:13:02.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132] replace CON-POST MID=63165, Token=1CA3DB3ADE981819, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63165, Token=1CA3DB3ADE981819, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1132] send response NON-2.05 MID=63165, Token=null, OptionSet={}, "server responds hi" 08:13:02.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, complete]! 08:13:02.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1132, complete] completed NON-2.04 MID=63165, Token=1CA3DB3ADE981819, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A! 08:13:02.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,168,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63165, Token=1CA3DB3ADE981819, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A] 08:13:02.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63165] 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, complete]! 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, complete] for token KeyToken[127.0.0.1:8249-1CA3DB3ADE981819] 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, complete] for MID KeyMID[127.0.0.1:8249-63165] 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1131, complete] completed CON-POST MID= -1, Token=1CA3DB3ADE981819, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63165, Token=1CA3DB3ADE981819, OptionSet={"Object-Security":0x0994}, acked 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A! 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133] send request 08:13:02.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:13:02.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133] added with generated mid KeyMID[127.0.0.1:8249-63166], CON-POST MID=63166, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:13:02.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133] added with generated token KeyToken[127.0.0.1:8249-F085E2A8509FC091], CON-POST MID=63166, Token=F085E2A8509FC091, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:13:02.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63166], KeyToken[127.0.0.1:8249-F085E2A8509FC091]] 08:13:02.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,169,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63166, Token=F085E2A8509FC091, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5] 08:13:02.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63166] 08:13:02.068 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.068 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134] replace CON-POST MID=63166, Token=F085E2A8509FC091, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63166, Token=F085E2A8509FC091, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1134] send response NON-2.05 MID=63166, Token=null, OptionSet={}, "server responds hi" 08:13:02.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, complete]! 08:13:02.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1134, complete] completed NON-2.04 MID=63166, Token=F085E2A8509FC091, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07! 08:13:02.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,170,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63166, Token=F085E2A8509FC091, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07] 08:13:02.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63166] 08:13:02.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, complete]! 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, complete] for token KeyToken[127.0.0.1:8249-F085E2A8509FC091] 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, complete] for MID KeyMID[127.0.0.1:8249-63166] 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1133, complete] completed CON-POST MID= -1, Token=F085E2A8509FC091, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63166, Token=F085E2A8509FC091, OptionSet={"Object-Security":0x0995}, acked EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5! 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135] send request 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:13:02.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135] added with generated mid KeyMID[127.0.0.1:8249-63167], CON-POST MID=63167, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:13:02.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135] added with generated token KeyToken[127.0.0.1:8249-4CDAF3BFC6629967], CON-POST MID=63167, Token=4CDAF3BFC6629967, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:13:02.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63167], KeyToken[127.0.0.1:8249-4CDAF3BFC6629967]] 08:13:02.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,171,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63167, Token=4CDAF3BFC6629967, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D] 08:13:02.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63167] 08:13:02.071 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.071 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136] replace CON-POST MID=63167, Token=4CDAF3BFC6629967, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63167, Token=4CDAF3BFC6629967, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1136] send response NON-2.05 MID=63167, Token=null, OptionSet={}, "server responds hi" 08:13:02.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, complete]! 08:13:02.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1136, complete] completed NON-2.04 MID=63167, Token=4CDAF3BFC6629967, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB! 08:13:02.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,172,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63167, Token=4CDAF3BFC6629967, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB] 08:13:02.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63167] 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, complete]! 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, complete] for token KeyToken[127.0.0.1:8249-4CDAF3BFC6629967] 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, complete] for MID KeyMID[127.0.0.1:8249-63167] 08:13:02.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1135, complete] completed CON-POST MID= -1, Token=4CDAF3BFC6629967, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63167, Token=4CDAF3BFC6629967, OptionSet={"Object-Security":0x0996}, acked 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D! 08:13:02.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137] send request 08:13:02.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:13:02.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137] added with generated mid KeyMID[127.0.0.1:8249-63168], CON-POST MID=63168, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:13:02.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137] added with generated token KeyToken[127.0.0.1:8249-2094A2A16E39000F], CON-POST MID=63168, Token=2094A2A16E39000F, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:13:02.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63168], KeyToken[127.0.0.1:8249-2094A2A16E39000F]] 08:13:02.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,173,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63168, Token=2094A2A16E39000F, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46] 08:13:02.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63168] 08:13:02.074 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.074 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138] replace CON-POST MID=63168, Token=2094A2A16E39000F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63168, Token=2094A2A16E39000F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1138] send response NON-2.05 MID=63168, Token=null, OptionSet={}, "server responds hi" 08:13:02.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, complete]! 08:13:02.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1138, complete] completed NON-2.04 MID=63168, Token=2094A2A16E39000F, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE! 08:13:02.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,174,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63168, Token=2094A2A16E39000F, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE] 08:13:02.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63168] 08:13:02.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, complete]! 08:13:02.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, complete] for token KeyToken[127.0.0.1:8249-2094A2A16E39000F] 08:13:02.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, complete] for MID KeyMID[127.0.0.1:8249-63168] 08:13:02.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1137, complete] completed CON-POST MID= -1, Token=2094A2A16E39000F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63168, Token=2094A2A16E39000F, OptionSet={"Object-Security":0x0997}, acked 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46! 08:13:02.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139] send request 08:13:02.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:13:02.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139] added with generated mid KeyMID[127.0.0.1:8249-63169], CON-POST MID=63169, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:13:02.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139] added with generated token KeyToken[127.0.0.1:8249-6C3574ABD4EE6A58], CON-POST MID=63169, Token=6C3574ABD4EE6A58, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:13:02.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63169], KeyToken[127.0.0.1:8249-6C3574ABD4EE6A58]] 08:13:02.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,175,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63169, Token=6C3574ABD4EE6A58, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31] 08:13:02.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63169] 08:13:02.077 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.077 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140] replace CON-POST MID=63169, Token=6C3574ABD4EE6A58, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63169, Token=6C3574ABD4EE6A58, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1140] send response NON-2.05 MID=63169, Token=null, OptionSet={}, "server responds hi" 08:13:02.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, complete]! 08:13:02.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1140, complete] completed NON-2.04 MID=63169, Token=6C3574ABD4EE6A58, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D! 08:13:02.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,176,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63169, Token=6C3574ABD4EE6A58, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D] 08:13:02.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63169] 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, complete]! 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, complete] for token KeyToken[127.0.0.1:8249-6C3574ABD4EE6A58] 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, complete] for MID KeyMID[127.0.0.1:8249-63169] 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1139, complete] completed CON-POST MID= -1, Token=6C3574ABD4EE6A58, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63169, Token=6C3574ABD4EE6A58, OptionSet={"Object-Security":0x0998}, acked F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31! 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141] send request 08:13:02.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:13:02.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141] added with generated mid KeyMID[127.0.0.1:8249-63170], CON-POST MID=63170, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:13:02.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141] added with generated token KeyToken[127.0.0.1:8249-6C854864559ED725], CON-POST MID=63170, Token=6C854864559ED725, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:13:02.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63170], KeyToken[127.0.0.1:8249-6C854864559ED725]] 08:13:02.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,177,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63170, Token=6C854864559ED725, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3] 08:13:02.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63170] 08:13:02.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142] replace CON-POST MID=63170, Token=6C854864559ED725, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63170, Token=6C854864559ED725, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1142] send response NON-2.05 MID=63170, Token=null, OptionSet={}, "server responds hi" 08:13:02.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, complete]! 08:13:02.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1142, complete] completed NON-2.04 MID=63170, Token=6C854864559ED725, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC! 08:13:02.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,178,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63170, Token=6C854864559ED725, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC] 08:13:02.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63170] 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, complete]! 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, complete] for token KeyToken[127.0.0.1:8249-6C854864559ED725] 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, complete] for MID KeyMID[127.0.0.1:8249-63170] 08:13:02.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1141, complete] completed CON-POST MID= -1, Token=6C854864559ED725, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63170, Token=6C854864559ED725, OptionSet={"Object-Security":0x0999}, acked 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3! 08:13:02.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143] send request 08:13:02.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:13:02.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143] added with generated mid KeyMID[127.0.0.1:8249-63171], CON-POST MID=63171, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:13:02.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143] added with generated token KeyToken[127.0.0.1:8249-A0BE0150337B6607], CON-POST MID=63171, Token=A0BE0150337B6607, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:13:02.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63171], KeyToken[127.0.0.1:8249-A0BE0150337B6607]] 08:13:02.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,179,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63171, Token=A0BE0150337B6607, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B] 08:13:02.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63171] 08:13:02.083 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.083 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144] replace CON-POST MID=63171, Token=A0BE0150337B6607, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63171, Token=A0BE0150337B6607, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1144] send response NON-2.05 MID=63171, Token=null, OptionSet={}, "server responds hi" 08:13:02.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, complete]! 08:13:02.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1144, complete] completed NON-2.04 MID=63171, Token=A0BE0150337B6607, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD! 08:13:02.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,180,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63171, Token=A0BE0150337B6607, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD] 08:13:02.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63171] 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, complete]! 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, complete] for token KeyToken[127.0.0.1:8249-A0BE0150337B6607] 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, complete] for MID KeyMID[127.0.0.1:8249-63171] 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1143, complete] completed CON-POST MID= -1, Token=A0BE0150337B6607, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63171, Token=A0BE0150337B6607, OptionSet={"Object-Security":0x099A}, acked 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B! 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145] send request 08:13:02.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:13:02.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145] added with generated mid KeyMID[127.0.0.1:8249-63172], CON-POST MID=63172, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:13:02.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145] added with generated token KeyToken[127.0.0.1:8249-304951EC0D1D0221], CON-POST MID=63172, Token=304951EC0D1D0221, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:13:02.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63172], KeyToken[127.0.0.1:8249-304951EC0D1D0221]] 08:13:02.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,181,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63172, Token=304951EC0D1D0221, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85] 08:13:02.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63172] 08:13:02.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146] replace CON-POST MID=63172, Token=304951EC0D1D0221, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63172, Token=304951EC0D1D0221, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1146] send response NON-2.05 MID=63172, Token=null, OptionSet={}, "server responds hi" 08:13:02.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, complete]! 08:13:02.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1146, complete] completed NON-2.04 MID=63172, Token=304951EC0D1D0221, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D! 08:13:02.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,182,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63172, Token=304951EC0D1D0221, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D] 08:13:02.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63172] 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, complete]! 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, complete] for token KeyToken[127.0.0.1:8249-304951EC0D1D0221] 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, complete] for MID KeyMID[127.0.0.1:8249-63172] 08:13:02.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1145, complete] completed CON-POST MID= -1, Token=304951EC0D1D0221, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63172, Token=304951EC0D1D0221, OptionSet={"Object-Security":0x099B}, acked 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85! 08:13:02.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147] send request 08:13:02.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:13:02.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147] added with generated mid KeyMID[127.0.0.1:8249-63173], CON-POST MID=63173, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:13:02.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147] added with generated token KeyToken[127.0.0.1:8249-0C21E6F7878152DA], CON-POST MID=63173, Token=0C21E6F7878152DA, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:13:02.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63173], KeyToken[127.0.0.1:8249-0C21E6F7878152DA]] 08:13:02.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,183,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63173, Token=0C21E6F7878152DA, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5] 08:13:02.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63173] 08:13:02.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148] replace CON-POST MID=63173, Token=0C21E6F7878152DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63173, Token=0C21E6F7878152DA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1148] send response NON-2.05 MID=63173, Token=null, OptionSet={}, "server responds hi" 08:13:02.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, complete]! 08:13:02.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1148, complete] completed NON-2.04 MID=63173, Token=0C21E6F7878152DA, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF! 08:13:02.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,184,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63173, Token=0C21E6F7878152DA, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF] 08:13:02.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63173] 08:13:02.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, complete]! 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, complete] for token KeyToken[127.0.0.1:8249-0C21E6F7878152DA] 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, complete] for MID KeyMID[127.0.0.1:8249-63173] 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1147, complete] completed CON-POST MID= -1, Token=0C21E6F7878152DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63173, Token=0C21E6F7878152DA, OptionSet={"Object-Security":0x099C}, acked 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5! 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149] send request 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149] added with generated mid KeyMID[127.0.0.1:8249-63174], CON-POST MID=63174, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149] added with generated token KeyToken[127.0.0.1:8249-A050E6C8D73D7D57], CON-POST MID=63174, Token=A050E6C8D73D7D57, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:13:02.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63174], KeyToken[127.0.0.1:8249-A050E6C8D73D7D57]] 08:13:02.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,185,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63174, Token=A050E6C8D73D7D57, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50] 08:13:02.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63174] 08:13:02.090 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.090 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150] replace CON-POST MID=63174, Token=A050E6C8D73D7D57, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63174, Token=A050E6C8D73D7D57, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1150] send response NON-2.05 MID=63174, Token=null, OptionSet={}, "server responds hi" 08:13:02.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, complete]! 08:13:02.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1150, complete] completed NON-2.04 MID=63174, Token=A050E6C8D73D7D57, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23! 08:13:02.090 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.091 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,186,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63174, Token=A050E6C8D73D7D57, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23] 08:13:02.091 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63174] 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, complete]! 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, complete] for token KeyToken[127.0.0.1:8249-A050E6C8D73D7D57] 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, complete] for MID KeyMID[127.0.0.1:8249-63174] 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1149, complete] completed CON-POST MID= -1, Token=A050E6C8D73D7D57, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63174, Token=A050E6C8D73D7D57, OptionSet={"Object-Security":0x099D}, acked 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50! 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151] send request 08:13:02.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:13:02.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151] added with generated mid KeyMID[127.0.0.1:8249-63175], CON-POST MID=63175, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:13:02.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151] added with generated token KeyToken[127.0.0.1:8249-645EC6D10F3BF9F9], CON-POST MID=63175, Token=645EC6D10F3BF9F9, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:13:02.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63175], KeyToken[127.0.0.1:8249-645EC6D10F3BF9F9]] 08:13:02.092 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,187,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63175, Token=645EC6D10F3BF9F9, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B] 08:13:02.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63175] 08:13:02.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152] replace CON-POST MID=63175, Token=645EC6D10F3BF9F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63175, Token=645EC6D10F3BF9F9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1152] send response NON-2.05 MID=63175, Token=null, OptionSet={}, "server responds hi" 08:13:02.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, complete]! 08:13:02.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1152, complete] completed NON-2.04 MID=63175, Token=645EC6D10F3BF9F9, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23! 08:13:02.093 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,188,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63175, Token=645EC6D10F3BF9F9, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23] 08:13:02.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63175] 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, complete]! 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, complete] for token KeyToken[127.0.0.1:8249-645EC6D10F3BF9F9] 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, complete] for MID KeyMID[127.0.0.1:8249-63175] 08:13:02.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1151, complete] completed CON-POST MID= -1, Token=645EC6D10F3BF9F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63175, Token=645EC6D10F3BF9F9, OptionSet={"Object-Security":0x099E}, acked E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B! 08:13:02.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153] send request 08:13:02.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:13:02.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153] added with generated mid KeyMID[127.0.0.1:8249-63176], CON-POST MID=63176, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:13:02.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153] added with generated token KeyToken[127.0.0.1:8249-402B90B3FD2B148E], CON-POST MID=63176, Token=402B90B3FD2B148E, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:13:02.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63176], KeyToken[127.0.0.1:8249-402B90B3FD2B148E]] 08:13:02.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,189,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63176, Token=402B90B3FD2B148E, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6] 08:13:02.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63176] 08:13:02.152 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.152 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154] replace CON-POST MID=63176, Token=402B90B3FD2B148E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63176, Token=402B90B3FD2B148E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1154] send response NON-2.05 MID=63176, Token=null, OptionSet={}, "server responds hi" 08:13:02.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, complete]! 08:13:02.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1154, complete] completed NON-2.04 MID=63176, Token=402B90B3FD2B148E, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F! 08:13:02.153 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,190,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63176, Token=402B90B3FD2B148E, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F] 08:13:02.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63176] 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, complete]! 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, complete] for token KeyToken[127.0.0.1:8249-402B90B3FD2B148E] 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, complete] for MID KeyMID[127.0.0.1:8249-63176] 08:13:02.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1153, complete] completed CON-POST MID= -1, Token=402B90B3FD2B148E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63176, Token=402B90B3FD2B148E, OptionSet={"Object-Security":0x099F}, acked 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6! 08:13:02.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155] send request 08:13:02.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:13:02.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155] added with generated mid KeyMID[127.0.0.1:8249-63177], CON-POST MID=63177, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:13:02.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155] added with generated token KeyToken[127.0.0.1:8249-4C4512DFC75F3335], CON-POST MID=63177, Token=4C4512DFC75F3335, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:13:02.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63177], KeyToken[127.0.0.1:8249-4C4512DFC75F3335]] 08:13:02.154 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,191,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63177, Token=4C4512DFC75F3335, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32] 08:13:02.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63177] 08:13:02.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156] replace CON-POST MID=63177, Token=4C4512DFC75F3335, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63177, Token=4C4512DFC75F3335, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1156] send response NON-2.05 MID=63177, Token=null, OptionSet={}, "server responds hi" 08:13:02.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, complete]! 08:13:02.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1156, complete] completed NON-2.04 MID=63177, Token=4C4512DFC75F3335, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE! 08:13:02.155 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,192,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63177, Token=4C4512DFC75F3335, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE] 08:13:02.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63177] 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, complete]! 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, complete] for token KeyToken[127.0.0.1:8249-4C4512DFC75F3335] 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, complete] for MID KeyMID[127.0.0.1:8249-63177] 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1155, complete] completed CON-POST MID= -1, Token=4C4512DFC75F3335, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63177, Token=4C4512DFC75F3335, OptionSet={"Object-Security":0x09A0}, acked 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32! 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157] send request 08:13:02.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:13:02.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157] added with generated mid KeyMID[127.0.0.1:8249-63178], CON-POST MID=63178, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:13:02.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157] added with generated token KeyToken[127.0.0.1:8249-B8255279F977A299], CON-POST MID=63178, Token=B8255279F977A299, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:13:02.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63178], KeyToken[127.0.0.1:8249-B8255279F977A299]] 08:13:02.157 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,193,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63178, Token=B8255279F977A299, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3] 08:13:02.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63178] 08:13:02.157 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.157 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158] replace CON-POST MID=63178, Token=B8255279F977A299, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63178, Token=B8255279F977A299, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1158] send response NON-2.05 MID=63178, Token=null, OptionSet={}, "server responds hi" 08:13:02.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, complete]! 08:13:02.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1158, complete] completed NON-2.04 MID=63178, Token=B8255279F977A299, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73! 08:13:02.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,194,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63178, Token=B8255279F977A299, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73] 08:13:02.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63178] 08:13:02.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, complete]! 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, complete] for token KeyToken[127.0.0.1:8249-B8255279F977A299] 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, complete] for MID KeyMID[127.0.0.1:8249-63178] 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1157, complete] completed CON-POST MID= -1, Token=B8255279F977A299, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63178, Token=B8255279F977A299, OptionSet={"Object-Security":0x09A1}, acked 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3! 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159] send request 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159] added with generated mid KeyMID[127.0.0.1:8249-63179], CON-POST MID=63179, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159] added with generated token KeyToken[127.0.0.1:8249-645CA6E797EB951E], CON-POST MID=63179, Token=645CA6E797EB951E, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:13:02.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63179], KeyToken[127.0.0.1:8249-645CA6E797EB951E]] 08:13:02.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,195,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63179, Token=645CA6E797EB951E, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC] 08:13:02.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63179] 08:13:02.160 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.160 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160] replace CON-POST MID=63179, Token=645CA6E797EB951E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63179, Token=645CA6E797EB951E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1160] send response NON-2.05 MID=63179, Token=null, OptionSet={}, "server responds hi" 08:13:02.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, complete]! 08:13:02.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1160, complete] completed NON-2.04 MID=63179, Token=645CA6E797EB951E, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B! 08:13:02.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,196,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63179, Token=645CA6E797EB951E, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B] 08:13:02.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63179] 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, complete]! 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, complete] for token KeyToken[127.0.0.1:8249-645CA6E797EB951E] 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, complete] for MID KeyMID[127.0.0.1:8249-63179] 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1159, complete] completed CON-POST MID= -1, Token=645CA6E797EB951E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63179, Token=645CA6E797EB951E, OptionSet={"Object-Security":0x09A2}, acked 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC! 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161] send request 08:13:02.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:13:02.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161] added with generated mid KeyMID[127.0.0.1:8249-63180], CON-POST MID=63180, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:13:02.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161] added with generated token KeyToken[127.0.0.1:8249-C81EB93414D99437], CON-POST MID=63180, Token=C81EB93414D99437, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:13:02.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63180], KeyToken[127.0.0.1:8249-C81EB93414D99437]] 08:13:02.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,197,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63180, Token=C81EB93414D99437, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23] 08:13:02.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63180] 08:13:02.162 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.162 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162] replace CON-POST MID=63180, Token=C81EB93414D99437, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63180, Token=C81EB93414D99437, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1162] send response NON-2.05 MID=63180, Token=null, OptionSet={}, "server responds hi" 08:13:02.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, complete]! 08:13:02.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1162, complete] completed NON-2.04 MID=63180, Token=C81EB93414D99437, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00! 08:13:02.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,198,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63180, Token=C81EB93414D99437, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00] 08:13:02.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63180] 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, complete]! 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, complete] for token KeyToken[127.0.0.1:8249-C81EB93414D99437] 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, complete] for MID KeyMID[127.0.0.1:8249-63180] 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1161, complete] completed CON-POST MID= -1, Token=C81EB93414D99437, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63180, Token=C81EB93414D99437, OptionSet={"Object-Security":0x09A3}, acked 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23! 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163] send request 08:13:02.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:13:02.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163] added with generated mid KeyMID[127.0.0.1:8249-63181], CON-POST MID=63181, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:13:02.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163] added with generated token KeyToken[127.0.0.1:8249-E863836427902BDD], CON-POST MID=63181, Token=E863836427902BDD, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:13:02.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63181], KeyToken[127.0.0.1:8249-E863836427902BDD]] 08:13:02.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,199,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63181, Token=E863836427902BDD, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80] 08:13:02.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63181] 08:13:02.165 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.165 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164] replace CON-POST MID=63181, Token=E863836427902BDD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63181, Token=E863836427902BDD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1164] send response NON-2.05 MID=63181, Token=null, OptionSet={}, "server responds hi" 08:13:02.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, complete]! 08:13:02.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1164, complete] completed NON-2.04 MID=63181, Token=E863836427902BDD, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB! 08:13:02.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,200,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63181, Token=E863836427902BDD, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB] 08:13:02.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63181] 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, complete]! 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, complete] for token KeyToken[127.0.0.1:8249-E863836427902BDD] 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, complete] for MID KeyMID[127.0.0.1:8249-63181] 08:13:02.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1163, complete] completed CON-POST MID= -1, Token=E863836427902BDD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63181, Token=E863836427902BDD, OptionSet={"Object-Security":0x09A4}, acked 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80! 08:13:02.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165] send request 08:13:02.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:13:02.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165] added with generated mid KeyMID[127.0.0.1:8249-63182], CON-POST MID=63182, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:13:02.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165] added with generated token KeyToken[127.0.0.1:8249-2C33DA630AA52ECB], CON-POST MID=63182, Token=2C33DA630AA52ECB, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:13:02.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63182], KeyToken[127.0.0.1:8249-2C33DA630AA52ECB]] 08:13:02.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,201,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63182, Token=2C33DA630AA52ECB, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF] 08:13:02.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63182] 08:13:02.168 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.168 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166] replace CON-POST MID=63182, Token=2C33DA630AA52ECB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63182, Token=2C33DA630AA52ECB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1166] send response NON-2.05 MID=63182, Token=null, OptionSet={}, "server responds hi" 08:13:02.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, complete]! 08:13:02.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1166, complete] completed NON-2.04 MID=63182, Token=2C33DA630AA52ECB, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25! 08:13:02.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,202,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63182, Token=2C33DA630AA52ECB, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25] 08:13:02.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63182] 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, complete]! 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, complete] for token KeyToken[127.0.0.1:8249-2C33DA630AA52ECB] 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, complete] for MID KeyMID[127.0.0.1:8249-63182] 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1165, complete] completed CON-POST MID= -1, Token=2C33DA630AA52ECB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63182, Token=2C33DA630AA52ECB, OptionSet={"Object-Security":0x09A5}, acked 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF! 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167] send request 08:13:02.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:13:02.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167] added with generated mid KeyMID[127.0.0.1:8249-63183], CON-POST MID=63183, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:13:02.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167] added with generated token KeyToken[127.0.0.1:8249-CC1A145364CD6CD9], CON-POST MID=63183, Token=CC1A145364CD6CD9, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:13:02.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63183], KeyToken[127.0.0.1:8249-CC1A145364CD6CD9]] 08:13:02.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,203,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63183, Token=CC1A145364CD6CD9, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F] 08:13:02.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63183] 08:13:02.170 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.170 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168] replace CON-POST MID=63183, Token=CC1A145364CD6CD9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63183, Token=CC1A145364CD6CD9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1168] send response NON-2.05 MID=63183, Token=null, OptionSet={}, "server responds hi" 08:13:02.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, complete]! 08:13:02.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1168, complete] completed NON-2.04 MID=63183, Token=CC1A145364CD6CD9, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43! 08:13:02.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,204,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63183, Token=CC1A145364CD6CD9, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43] 08:13:02.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63183] 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, complete]! 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, complete] for token KeyToken[127.0.0.1:8249-CC1A145364CD6CD9] 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, complete] for MID KeyMID[127.0.0.1:8249-63183] 08:13:02.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1167, complete] completed CON-POST MID= -1, Token=CC1A145364CD6CD9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63183, Token=CC1A145364CD6CD9, OptionSet={"Object-Security":0x09A6}, acked 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F! 08:13:02.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169] send request 08:13:02.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:13:02.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169] added with generated mid KeyMID[127.0.0.1:8249-63184], CON-POST MID=63184, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:13:02.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169] added with generated token KeyToken[127.0.0.1:8249-3C6AE1D02B29B983], CON-POST MID=63184, Token=3C6AE1D02B29B983, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:13:02.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63184], KeyToken[127.0.0.1:8249-3C6AE1D02B29B983]] 08:13:02.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,205,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63184, Token=3C6AE1D02B29B983, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D] 08:13:02.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63184] 08:13:02.173 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.173 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170] replace CON-POST MID=63184, Token=3C6AE1D02B29B983, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63184, Token=3C6AE1D02B29B983, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1170] send response NON-2.05 MID=63184, Token=null, OptionSet={}, "server responds hi" 08:13:02.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, complete]! 08:13:02.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1170, complete] completed NON-2.04 MID=63184, Token=3C6AE1D02B29B983, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6! 08:13:02.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,206,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63184, Token=3C6AE1D02B29B983, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6] 08:13:02.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63184] 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, complete]! 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, complete] for token KeyToken[127.0.0.1:8249-3C6AE1D02B29B983] 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, complete] for MID KeyMID[127.0.0.1:8249-63184] 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1169, complete] completed CON-POST MID= -1, Token=3C6AE1D02B29B983, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63184, Token=3C6AE1D02B29B983, OptionSet={"Object-Security":0x09A7}, acked 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D! 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171] send request 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:13:02.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171] added with generated mid KeyMID[127.0.0.1:8249-63185], CON-POST MID=63185, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:13:02.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171] added with generated token KeyToken[127.0.0.1:8249-78A5E65154997478], CON-POST MID=63185, Token=78A5E65154997478, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:13:02.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63185], KeyToken[127.0.0.1:8249-78A5E65154997478]] 08:13:02.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,207,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63185, Token=78A5E65154997478, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28] 08:13:02.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63185] 08:13:02.175 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.175 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172] replace CON-POST MID=63185, Token=78A5E65154997478, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63185, Token=78A5E65154997478, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1172] send response NON-2.05 MID=63185, Token=null, OptionSet={}, "server responds hi" 08:13:02.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, complete]! 08:13:02.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1172, complete] completed NON-2.04 MID=63185, Token=78A5E65154997478, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40! 08:13:02.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,208,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63185, Token=78A5E65154997478, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40] 08:13:02.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63185] 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, complete]! 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, complete] for token KeyToken[127.0.0.1:8249-78A5E65154997478] 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, complete] for MID KeyMID[127.0.0.1:8249-63185] 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1171, complete] completed CON-POST MID= -1, Token=78A5E65154997478, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63185, Token=78A5E65154997478, OptionSet={"Object-Security":0x09A8}, acked D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28! 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173] send request 08:13:02.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:13:02.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173] added with generated mid KeyMID[127.0.0.1:8249-63186], CON-POST MID=63186, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:13:02.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173] added with generated token KeyToken[127.0.0.1:8249-506C3186FE9F1F21], CON-POST MID=63186, Token=506C3186FE9F1F21, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:13:02.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63186], KeyToken[127.0.0.1:8249-506C3186FE9F1F21]] 08:13:02.177 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,209,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63186, Token=506C3186FE9F1F21, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44] 08:13:02.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63186] 08:13:02.178 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.178 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174] replace CON-POST MID=63186, Token=506C3186FE9F1F21, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63186, Token=506C3186FE9F1F21, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1174] send response NON-2.05 MID=63186, Token=null, OptionSet={}, "server responds hi" 08:13:02.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, complete]! 08:13:02.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1174, complete] completed NON-2.04 MID=63186, Token=506C3186FE9F1F21, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75! 08:13:02.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,210,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63186, Token=506C3186FE9F1F21, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75] 08:13:02.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63186] 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, complete]! 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, complete] for token KeyToken[127.0.0.1:8249-506C3186FE9F1F21] 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, complete] for MID KeyMID[127.0.0.1:8249-63186] 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1173, complete] completed CON-POST MID= -1, Token=506C3186FE9F1F21, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63186, Token=506C3186FE9F1F21, OptionSet={"Object-Security":0x09A9}, acked 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44! 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175] send request 08:13:02.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:13:02.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175] added with generated mid KeyMID[127.0.0.1:8249-63187], CON-POST MID=63187, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:13:02.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175] added with generated token KeyToken[127.0.0.1:8249-342729DD093B03F5], CON-POST MID=63187, Token=342729DD093B03F5, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:13:02.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63187], KeyToken[127.0.0.1:8249-342729DD093B03F5]] 08:13:02.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,211,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63187, Token=342729DD093B03F5, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21] 08:13:02.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63187] 08:13:02.180 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.180 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176] replace CON-POST MID=63187, Token=342729DD093B03F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63187, Token=342729DD093B03F5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1176] send response NON-2.05 MID=63187, Token=null, OptionSet={}, "server responds hi" 08:13:02.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, complete]! 08:13:02.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1176, complete] completed NON-2.04 MID=63187, Token=342729DD093B03F5, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6! 08:13:02.181 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,212,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63187, Token=342729DD093B03F5, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6] 08:13:02.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63187] 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, complete]! 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, complete] for token KeyToken[127.0.0.1:8249-342729DD093B03F5] 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, complete] for MID KeyMID[127.0.0.1:8249-63187] 08:13:02.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1175, complete] completed CON-POST MID= -1, Token=342729DD093B03F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63187, Token=342729DD093B03F5, OptionSet={"Object-Security":0x09AA}, acked 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21! 08:13:02.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177] send request 08:13:02.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:13:02.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177] added with generated mid KeyMID[127.0.0.1:8249-63188], CON-POST MID=63188, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:13:02.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177] added with generated token KeyToken[127.0.0.1:8249-5C29F17762AB649F], CON-POST MID=63188, Token=5C29F17762AB649F, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:13:02.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63188], KeyToken[127.0.0.1:8249-5C29F17762AB649F]] 08:13:02.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,213,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63188, Token=5C29F17762AB649F, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E] 08:13:02.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63188] 08:13:02.183 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.183 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178] replace CON-POST MID=63188, Token=5C29F17762AB649F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63188, Token=5C29F17762AB649F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1178] send response NON-2.05 MID=63188, Token=null, OptionSet={}, "server responds hi" 08:13:02.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, complete]! 08:13:02.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1178, complete] completed NON-2.04 MID=63188, Token=5C29F17762AB649F, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98! 08:13:02.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,214,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63188, Token=5C29F17762AB649F, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98] 08:13:02.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63188] 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, complete]! 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, complete] for token KeyToken[127.0.0.1:8249-5C29F17762AB649F] 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, complete] for MID KeyMID[127.0.0.1:8249-63188] 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1177, complete] completed CON-POST MID= -1, Token=5C29F17762AB649F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63188, Token=5C29F17762AB649F, OptionSet={"Object-Security":0x09AB}, acked 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E! 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179] send request 08:13:02.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:13:02.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179] added with generated mid KeyMID[127.0.0.1:8249-63189], CON-POST MID=63189, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:13:02.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179] added with generated token KeyToken[127.0.0.1:8249-F872D93FD26A5C9F], CON-POST MID=63189, Token=F872D93FD26A5C9F, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:13:02.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63189], KeyToken[127.0.0.1:8249-F872D93FD26A5C9F]] 08:13:02.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,215,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63189, Token=F872D93FD26A5C9F, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7] 08:13:02.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63189] 08:13:02.186 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.186 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180] replace CON-POST MID=63189, Token=F872D93FD26A5C9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63189, Token=F872D93FD26A5C9F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1180] send response NON-2.05 MID=63189, Token=null, OptionSet={}, "server responds hi" 08:13:02.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, complete]! 08:13:02.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1180, complete] completed NON-2.04 MID=63189, Token=F872D93FD26A5C9F, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25! 08:13:02.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,216,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63189, Token=F872D93FD26A5C9F, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25] 08:13:02.186 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63189] 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, complete]! 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, complete] for token KeyToken[127.0.0.1:8249-F872D93FD26A5C9F] 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, complete] for MID KeyMID[127.0.0.1:8249-63189] 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1179, complete] completed CON-POST MID= -1, Token=F872D93FD26A5C9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63189, Token=F872D93FD26A5C9F, OptionSet={"Object-Security":0x09AC}, acked 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7! 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181] send request 08:13:02.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:13:02.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181] added with generated mid KeyMID[127.0.0.1:8249-63190], CON-POST MID=63190, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:13:02.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181] added with generated token KeyToken[127.0.0.1:8249-4025A7ECD9B5DE30], CON-POST MID=63190, Token=4025A7ECD9B5DE30, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:13:02.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63190], KeyToken[127.0.0.1:8249-4025A7ECD9B5DE30]] 08:13:02.188 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,217,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63190, Token=4025A7ECD9B5DE30, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82] 08:13:02.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63190] 08:13:02.188 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.188 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182] replace CON-POST MID=63190, Token=4025A7ECD9B5DE30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63190, Token=4025A7ECD9B5DE30, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1182] send response NON-2.05 MID=63190, Token=null, OptionSet={}, "server responds hi" 08:13:02.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, complete]! 08:13:02.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1182, complete] completed NON-2.04 MID=63190, Token=4025A7ECD9B5DE30, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F! 08:13:02.189 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,218,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63190, Token=4025A7ECD9B5DE30, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F] 08:13:02.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63190] 08:13:02.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, complete]! 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, complete] for token KeyToken[127.0.0.1:8249-4025A7ECD9B5DE30] 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, complete] for MID KeyMID[127.0.0.1:8249-63190] 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1181, complete] completed CON-POST MID= -1, Token=4025A7ECD9B5DE30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63190, Token=4025A7ECD9B5DE30, OptionSet={"Object-Security":0x09AD}, acked 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82! 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183] send request 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183] added with generated mid KeyMID[127.0.0.1:8249-63191], CON-POST MID=63191, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183] added with generated token KeyToken[127.0.0.1:8249-706C3F05C8086613], CON-POST MID=63191, Token=706C3F05C8086613, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:13:02.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63191], KeyToken[127.0.0.1:8249-706C3F05C8086613]] 08:13:02.191 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,219,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63191, Token=706C3F05C8086613, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42] 08:13:02.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63191] 08:13:02.191 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.191 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184] replace CON-POST MID=63191, Token=706C3F05C8086613, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63191, Token=706C3F05C8086613, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1184] send response NON-2.05 MID=63191, Token=null, OptionSet={}, "server responds hi" 08:13:02.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, complete]! 08:13:02.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1184, complete] completed NON-2.04 MID=63191, Token=706C3F05C8086613, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D! 08:13:02.192 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,220,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63191, Token=706C3F05C8086613, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D] 08:13:02.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63191] 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, complete]! 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, complete] for token KeyToken[127.0.0.1:8249-706C3F05C8086613] 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, complete] for MID KeyMID[127.0.0.1:8249-63191] 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1183, complete] completed CON-POST MID= -1, Token=706C3F05C8086613, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63191, Token=706C3F05C8086613, OptionSet={"Object-Security":0x09AE}, acked 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42! 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185] send request 08:13:02.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:13:02.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185] added with generated mid KeyMID[127.0.0.1:8249-63192], CON-POST MID=63192, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:13:02.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185] added with generated token KeyToken[127.0.0.1:8249-344654BD791A571D], CON-POST MID=63192, Token=344654BD791A571D, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:13:02.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63192], KeyToken[127.0.0.1:8249-344654BD791A571D]] 08:13:02.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,221,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63192, Token=344654BD791A571D, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27] 08:13:02.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63192] 08:13:02.194 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.194 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186] replace CON-POST MID=63192, Token=344654BD791A571D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63192, Token=344654BD791A571D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1186] send response NON-2.05 MID=63192, Token=null, OptionSet={}, "server responds hi" 08:13:02.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, complete]! 08:13:02.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1186, complete] completed NON-2.04 MID=63192, Token=344654BD791A571D, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41! 08:13:02.194 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,222,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63192, Token=344654BD791A571D, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41] 08:13:02.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63192] 08:13:02.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, complete]! 08:13:02.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, complete] for token KeyToken[127.0.0.1:8249-344654BD791A571D] 08:13:02.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, complete] for MID KeyMID[127.0.0.1:8249-63192] 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1185, complete] completed CON-POST MID= -1, Token=344654BD791A571D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63192, Token=344654BD791A571D, OptionSet={"Object-Security":0x09AF}, acked 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27! 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187] send request 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187] added with generated mid KeyMID[127.0.0.1:8249-63193], CON-POST MID=63193, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187] added with generated token KeyToken[127.0.0.1:8249-4C1040221194665C], CON-POST MID=63193, Token=4C1040221194665C, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:13:02.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63193], KeyToken[127.0.0.1:8249-4C1040221194665C]] 08:13:02.195 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,223,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63193, Token=4C1040221194665C, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3] 08:13:02.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63193] 08:13:02.196 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.196 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188] replace CON-POST MID=63193, Token=4C1040221194665C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63193, Token=4C1040221194665C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1188] send response NON-2.05 MID=63193, Token=null, OptionSet={}, "server responds hi" 08:13:02.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, complete]! 08:13:02.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1188, complete] completed NON-2.04 MID=63193, Token=4C1040221194665C, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8! 08:13:02.196 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,224,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63193, Token=4C1040221194665C, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8] 08:13:02.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63193] 08:13:02.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, complete]! 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, complete] for token KeyToken[127.0.0.1:8249-4C1040221194665C] 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, complete] for MID KeyMID[127.0.0.1:8249-63193] 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1187, complete] completed CON-POST MID= -1, Token=4C1040221194665C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63193, Token=4C1040221194665C, OptionSet={"Object-Security":0x09B0}, acked 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3! 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189] send request 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189] added with generated mid KeyMID[127.0.0.1:8249-63194], CON-POST MID=63194, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189] added with generated token KeyToken[127.0.0.1:8249-EC55064B132F4924], CON-POST MID=63194, Token=EC55064B132F4924, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:13:02.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63194], KeyToken[127.0.0.1:8249-EC55064B132F4924]] 08:13:02.198 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,225,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63194, Token=EC55064B132F4924, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81] 08:13:02.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63194] 08:13:02.198 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.198 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190] replace CON-POST MID=63194, Token=EC55064B132F4924, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63194, Token=EC55064B132F4924, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1190] send response NON-2.05 MID=63194, Token=null, OptionSet={}, "server responds hi" 08:13:02.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, complete]! 08:13:02.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1190, complete] completed NON-2.04 MID=63194, Token=EC55064B132F4924, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4! 08:13:02.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,226,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63194, Token=EC55064B132F4924, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4] 08:13:02.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63194] 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, complete]! 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, complete] for token KeyToken[127.0.0.1:8249-EC55064B132F4924] 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, complete] for MID KeyMID[127.0.0.1:8249-63194] 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1189, complete] completed CON-POST MID= -1, Token=EC55064B132F4924, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63194, Token=EC55064B132F4924, OptionSet={"Object-Security":0x09B1}, acked 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81! 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191] send request 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191] added with generated mid KeyMID[127.0.0.1:8249-63195], CON-POST MID=63195, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191] added with generated token KeyToken[127.0.0.1:8249-58E43AD417BFADEE], CON-POST MID=63195, Token=58E43AD417BFADEE, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:13:02.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63195], KeyToken[127.0.0.1:8249-58E43AD417BFADEE]] 08:13:02.200 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,227,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63195, Token=58E43AD417BFADEE, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F] 08:13:02.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63195] 08:13:02.252 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.252 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192] replace CON-POST MID=63195, Token=58E43AD417BFADEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63195, Token=58E43AD417BFADEE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1192] send response NON-2.05 MID=63195, Token=null, OptionSet={}, "server responds hi" 08:13:02.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, complete]! 08:13:02.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1192, complete] completed NON-2.04 MID=63195, Token=58E43AD417BFADEE, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70! 08:13:02.252 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,228,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63195, Token=58E43AD417BFADEE, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70] 08:13:02.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63195] 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, complete]! 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, complete] for token KeyToken[127.0.0.1:8249-58E43AD417BFADEE] 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, complete] for MID KeyMID[127.0.0.1:8249-63195] 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1191, complete] completed CON-POST MID= -1, Token=58E43AD417BFADEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63195, Token=58E43AD417BFADEE, OptionSet={"Object-Security":0x09B2}, acked 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F! 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193] send request 08:13:02.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:13:02.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193] added with generated mid KeyMID[127.0.0.1:8249-63196], CON-POST MID=63196, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:13:02.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193] added with generated token KeyToken[127.0.0.1:8249-5011F204D8D436C6], CON-POST MID=63196, Token=5011F204D8D436C6, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:13:02.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63196], KeyToken[127.0.0.1:8249-5011F204D8D436C6]] 08:13:02.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,229,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63196, Token=5011F204D8D436C6, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19] 08:13:02.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63196] 08:13:02.254 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.254 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194] replace CON-POST MID=63196, Token=5011F204D8D436C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63196, Token=5011F204D8D436C6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1194] send response NON-2.05 MID=63196, Token=null, OptionSet={}, "server responds hi" 08:13:02.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, complete]! 08:13:02.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1194, complete] completed NON-2.04 MID=63196, Token=5011F204D8D436C6, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7! 08:13:02.255 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,230,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63196, Token=5011F204D8D436C6, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7] 08:13:02.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63196] 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, complete]! 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, complete] for token KeyToken[127.0.0.1:8249-5011F204D8D436C6] 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, complete] for MID KeyMID[127.0.0.1:8249-63196] 08:13:02.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1193, complete] completed CON-POST MID= -1, Token=5011F204D8D436C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63196, Token=5011F204D8D436C6, OptionSet={"Object-Security":0x09B3}, acked 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19! 08:13:02.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195] send request 08:13:02.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:13:02.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195] added with generated mid KeyMID[127.0.0.1:8249-63197], CON-POST MID=63197, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:13:02.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195] added with generated token KeyToken[127.0.0.1:8249-58F6D4DE6FFC8D44], CON-POST MID=63197, Token=58F6D4DE6FFC8D44, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:13:02.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63197], KeyToken[127.0.0.1:8249-58F6D4DE6FFC8D44]] 08:13:02.256 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,231,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63197, Token=58F6D4DE6FFC8D44, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE] 08:13:02.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63197] 08:13:02.257 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.257 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196] replace CON-POST MID=63197, Token=58F6D4DE6FFC8D44, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63197, Token=58F6D4DE6FFC8D44, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1196] send response NON-2.05 MID=63197, Token=null, OptionSet={}, "server responds hi" 08:13:02.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, complete]! 08:13:02.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1196, complete] completed NON-2.04 MID=63197, Token=58F6D4DE6FFC8D44, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD! 08:13:02.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,232,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63197, Token=58F6D4DE6FFC8D44, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD] 08:13:02.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63197] 08:13:02.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, complete]! 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, complete] for token KeyToken[127.0.0.1:8249-58F6D4DE6FFC8D44] 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, complete] for MID KeyMID[127.0.0.1:8249-63197] 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1195, complete] completed CON-POST MID= -1, Token=58F6D4DE6FFC8D44, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63197, Token=58F6D4DE6FFC8D44, OptionSet={"Object-Security":0x09B4}, acked 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE! 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197] send request 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197] added with generated mid KeyMID[127.0.0.1:8249-63198], CON-POST MID=63198, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197] added with generated token KeyToken[127.0.0.1:8249-2459297FEEF4B19F], CON-POST MID=63198, Token=2459297FEEF4B19F, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:13:02.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63198], KeyToken[127.0.0.1:8249-2459297FEEF4B19F]] 08:13:02.259 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,233,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63198, Token=2459297FEEF4B19F, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8] 08:13:02.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63198] 08:13:02.259 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.259 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198] replace CON-POST MID=63198, Token=2459297FEEF4B19F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63198, Token=2459297FEEF4B19F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1198] send response NON-2.05 MID=63198, Token=null, OptionSet={}, "server responds hi" 08:13:02.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, complete]! 08:13:02.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1198, complete] completed NON-2.04 MID=63198, Token=2459297FEEF4B19F, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA! 08:13:02.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,234,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63198, Token=2459297FEEF4B19F, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA] 08:13:02.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63198] 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, complete]! 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, complete] for token KeyToken[127.0.0.1:8249-2459297FEEF4B19F] 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, complete] for MID KeyMID[127.0.0.1:8249-63198] 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1197, complete] completed CON-POST MID= -1, Token=2459297FEEF4B19F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63198, Token=2459297FEEF4B19F, OptionSet={"Object-Security":0x09B5}, acked 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8! 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199] send request 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:13:02.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199] added with generated mid KeyMID[127.0.0.1:8249-63199], CON-POST MID=63199, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:13:02.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199] added with generated token KeyToken[127.0.0.1:8249-E0AFB9B2D0DA29BA], CON-POST MID=63199, Token=E0AFB9B2D0DA29BA, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:13:02.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63199], KeyToken[127.0.0.1:8249-E0AFB9B2D0DA29BA]] 08:13:02.261 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,235,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63199, Token=E0AFB9B2D0DA29BA, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3] 08:13:02.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63199] 08:13:02.261 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.261 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200] replace CON-POST MID=63199, Token=E0AFB9B2D0DA29BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63199, Token=E0AFB9B2D0DA29BA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1200] send response NON-2.05 MID=63199, Token=null, OptionSet={}, "server responds hi" 08:13:02.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, complete]! 08:13:02.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1200, complete] completed NON-2.04 MID=63199, Token=E0AFB9B2D0DA29BA, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3! 08:13:02.262 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,236,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63199, Token=E0AFB9B2D0DA29BA, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3] 08:13:02.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63199] 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, complete]! 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, complete] for token KeyToken[127.0.0.1:8249-E0AFB9B2D0DA29BA] 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, complete] for MID KeyMID[127.0.0.1:8249-63199] 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1199, complete] completed CON-POST MID= -1, Token=E0AFB9B2D0DA29BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63199, Token=E0AFB9B2D0DA29BA, OptionSet={"Object-Security":0x09B6}, acked 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3! 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201] send request 08:13:02.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:13:02.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201] added with generated mid KeyMID[127.0.0.1:8249-63200], CON-POST MID=63200, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:13:02.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201] added with generated token KeyToken[127.0.0.1:8249-CCE20CCCEED64478], CON-POST MID=63200, Token=CCE20CCCEED64478, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:13:02.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63200], KeyToken[127.0.0.1:8249-CCE20CCCEED64478]] 08:13:02.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,237,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63200, Token=CCE20CCCEED64478, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7] 08:13:02.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63200] 08:13:02.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202] replace CON-POST MID=63200, Token=CCE20CCCEED64478, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63200, Token=CCE20CCCEED64478, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1202] send response NON-2.05 MID=63200, Token=null, OptionSet={}, "server responds hi" 08:13:02.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, complete]! 08:13:02.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1202, complete] completed NON-2.04 MID=63200, Token=CCE20CCCEED64478, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68! 08:13:02.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,238,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63200, Token=CCE20CCCEED64478, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68] 08:13:02.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63200] 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, complete]! 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, complete] for token KeyToken[127.0.0.1:8249-CCE20CCCEED64478] 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, complete] for MID KeyMID[127.0.0.1:8249-63200] 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1201, complete] completed CON-POST MID= -1, Token=CCE20CCCEED64478, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63200, Token=CCE20CCCEED64478, OptionSet={"Object-Security":0x09B7}, acked BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7! 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203] send request 08:13:02.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:13:02.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203] added with generated mid KeyMID[127.0.0.1:8249-63201], CON-POST MID=63201, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:13:02.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203] added with generated token KeyToken[127.0.0.1:8249-786C3AE22770DD3C], CON-POST MID=63201, Token=786C3AE22770DD3C, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:13:02.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63201], KeyToken[127.0.0.1:8249-786C3AE22770DD3C]] 08:13:02.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,239,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63201, Token=786C3AE22770DD3C, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8] 08:13:02.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63201] 08:13:02.265 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.265 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204] replace CON-POST MID=63201, Token=786C3AE22770DD3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63201, Token=786C3AE22770DD3C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1204] send response NON-2.05 MID=63201, Token=null, OptionSet={}, "server responds hi" 08:13:02.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, complete]! 08:13:02.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1204, complete] completed NON-2.04 MID=63201, Token=786C3AE22770DD3C, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD! 08:13:02.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,240,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63201, Token=786C3AE22770DD3C, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD] 08:13:02.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63201] 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, complete]! 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, complete] for token KeyToken[127.0.0.1:8249-786C3AE22770DD3C] 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, complete] for MID KeyMID[127.0.0.1:8249-63201] 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1203, complete] completed CON-POST MID= -1, Token=786C3AE22770DD3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63201, Token=786C3AE22770DD3C, OptionSet={"Object-Security":0x09B8}, acked 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8! 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205] send request 08:13:02.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:13:02.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205] added with generated mid KeyMID[127.0.0.1:8249-63202], CON-POST MID=63202, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:13:02.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205] added with generated token KeyToken[127.0.0.1:8249-A83A8643B62C7EC3], CON-POST MID=63202, Token=A83A8643B62C7EC3, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:13:02.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63202], KeyToken[127.0.0.1:8249-A83A8643B62C7EC3]] 08:13:02.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,241,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63202, Token=A83A8643B62C7EC3, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB] 08:13:02.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63202] 08:13:02.267 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.267 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206] replace CON-POST MID=63202, Token=A83A8643B62C7EC3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63202, Token=A83A8643B62C7EC3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1206] send response NON-2.05 MID=63202, Token=null, OptionSet={}, "server responds hi" 08:13:02.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, complete]! 08:13:02.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1206, complete] completed NON-2.04 MID=63202, Token=A83A8643B62C7EC3, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6! 08:13:02.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,242,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63202, Token=A83A8643B62C7EC3, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6] 08:13:02.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63202] 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, complete]! 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, complete] for token KeyToken[127.0.0.1:8249-A83A8643B62C7EC3] 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, complete] for MID KeyMID[127.0.0.1:8249-63202] 08:13:02.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1205, complete] completed CON-POST MID= -1, Token=A83A8643B62C7EC3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63202, Token=A83A8643B62C7EC3, OptionSet={"Object-Security":0x09B9}, acked 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB! 08:13:02.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207] send request 08:13:02.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:13:02.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207] added with generated mid KeyMID[127.0.0.1:8249-63203], CON-POST MID=63203, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:13:02.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207] added with generated token KeyToken[127.0.0.1:8249-7083E6AAD2FE6225], CON-POST MID=63203, Token=7083E6AAD2FE6225, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:13:02.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63203], KeyToken[127.0.0.1:8249-7083E6AAD2FE6225]] 08:13:02.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,243,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63203, Token=7083E6AAD2FE6225, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2] 08:13:02.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63203] 08:13:02.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208] replace CON-POST MID=63203, Token=7083E6AAD2FE6225, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63203, Token=7083E6AAD2FE6225, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1208] send response NON-2.05 MID=63203, Token=null, OptionSet={}, "server responds hi" 08:13:02.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, complete]! 08:13:02.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1208, complete] completed NON-2.04 MID=63203, Token=7083E6AAD2FE6225, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36! 08:13:02.270 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,244,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63203, Token=7083E6AAD2FE6225, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36] 08:13:02.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63203] 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, complete]! 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, complete] for token KeyToken[127.0.0.1:8249-7083E6AAD2FE6225] 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, complete] for MID KeyMID[127.0.0.1:8249-63203] 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1207, complete] completed CON-POST MID= -1, Token=7083E6AAD2FE6225, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63203, Token=7083E6AAD2FE6225, OptionSet={"Object-Security":0x09BA}, acked 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2! 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209] send request 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:13:02.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209] added with generated mid KeyMID[127.0.0.1:8249-63204], CON-POST MID=63204, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:13:02.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209] added with generated token KeyToken[127.0.0.1:8249-3065B0623373C15D], CON-POST MID=63204, Token=3065B0623373C15D, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:13:02.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63204], KeyToken[127.0.0.1:8249-3065B0623373C15D]] 08:13:02.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,245,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63204, Token=3065B0623373C15D, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1] 08:13:02.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63204] 08:13:02.272 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.272 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210] replace CON-POST MID=63204, Token=3065B0623373C15D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63204, Token=3065B0623373C15D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1210] send response NON-2.05 MID=63204, Token=null, OptionSet={}, "server responds hi" 08:13:02.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, complete]! 08:13:02.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1210, complete] completed NON-2.04 MID=63204, Token=3065B0623373C15D, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60! 08:13:02.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,246,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63204, Token=3065B0623373C15D, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60] 08:13:02.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63204] 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, complete]! 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, complete] for token KeyToken[127.0.0.1:8249-3065B0623373C15D] 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, complete] for MID KeyMID[127.0.0.1:8249-63204] 08:13:02.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1209, complete] completed CON-POST MID= -1, Token=3065B0623373C15D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63204, Token=3065B0623373C15D, OptionSet={"Object-Security":0x09BB}, acked 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1! 08:13:02.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211] send request 08:13:02.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:13:02.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211] added with generated mid KeyMID[127.0.0.1:8249-63205], CON-POST MID=63205, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:13:02.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211] added with generated token KeyToken[127.0.0.1:8249-90B0C94B39ED740A], CON-POST MID=63205, Token=90B0C94B39ED740A, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:13:02.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63205], KeyToken[127.0.0.1:8249-90B0C94B39ED740A]] 08:13:02.274 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,247,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63205, Token=90B0C94B39ED740A, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63] 08:13:02.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63205] 08:13:02.275 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.275 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212] replace CON-POST MID=63205, Token=90B0C94B39ED740A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63205, Token=90B0C94B39ED740A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1212] send response NON-2.05 MID=63205, Token=null, OptionSet={}, "server responds hi" 08:13:02.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, complete]! 08:13:02.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1212, complete] completed NON-2.04 MID=63205, Token=90B0C94B39ED740A, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27! 08:13:02.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,248,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63205, Token=90B0C94B39ED740A, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27] 08:13:02.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63205] 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, complete]! 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, complete] for token KeyToken[127.0.0.1:8249-90B0C94B39ED740A] 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, complete] for MID KeyMID[127.0.0.1:8249-63205] 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1211, complete] completed CON-POST MID= -1, Token=90B0C94B39ED740A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63205, Token=90B0C94B39ED740A, OptionSet={"Object-Security":0x09BC}, acked 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63! 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213] send request 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:13:02.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213] added with generated mid KeyMID[127.0.0.1:8249-63206], CON-POST MID=63206, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:13:02.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213] added with generated token KeyToken[127.0.0.1:8249-8CE06517497A92DD], CON-POST MID=63206, Token=8CE06517497A92DD, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:13:02.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63206], KeyToken[127.0.0.1:8249-8CE06517497A92DD]] 08:13:02.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,249,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63206, Token=8CE06517497A92DD, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7] 08:13:02.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63206] 08:13:02.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214] replace CON-POST MID=63206, Token=8CE06517497A92DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63206, Token=8CE06517497A92DD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1214] send response NON-2.05 MID=63206, Token=null, OptionSet={}, "server responds hi" 08:13:02.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, complete]! 08:13:02.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1214, complete] completed NON-2.04 MID=63206, Token=8CE06517497A92DD, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9! 08:13:02.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,250,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63206, Token=8CE06517497A92DD, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9] 08:13:02.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63206] 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, complete]! 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, complete] for token KeyToken[127.0.0.1:8249-8CE06517497A92DD] 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, complete] for MID KeyMID[127.0.0.1:8249-63206] 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1213, complete] completed CON-POST MID= -1, Token=8CE06517497A92DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63206, Token=8CE06517497A92DD, OptionSet={"Object-Security":0x09BD}, acked 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7! 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215] send request 08:13:02.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:13:02.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215] added with generated mid KeyMID[127.0.0.1:8249-63207], CON-POST MID=63207, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:13:02.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215] added with generated token KeyToken[127.0.0.1:8249-F4C2A87842BA205D], CON-POST MID=63207, Token=F4C2A87842BA205D, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:13:02.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63207], KeyToken[127.0.0.1:8249-F4C2A87842BA205D]] 08:13:02.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,251,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63207, Token=F4C2A87842BA205D, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4] 08:13:02.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63207] 08:13:02.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216] replace CON-POST MID=63207, Token=F4C2A87842BA205D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63207, Token=F4C2A87842BA205D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1216] send response NON-2.05 MID=63207, Token=null, OptionSet={}, "server responds hi" 08:13:02.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, complete]! 08:13:02.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1216, complete] completed NON-2.04 MID=63207, Token=F4C2A87842BA205D, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0! 08:13:02.280 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,252,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63207, Token=F4C2A87842BA205D, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0] 08:13:02.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63207] 08:13:02.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, complete]! 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, complete] for token KeyToken[127.0.0.1:8249-F4C2A87842BA205D] 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, complete] for MID KeyMID[127.0.0.1:8249-63207] 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1215, complete] completed CON-POST MID= -1, Token=F4C2A87842BA205D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63207, Token=F4C2A87842BA205D, OptionSet={"Object-Security":0x09BE}, acked 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4! 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217] send request 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217] added with generated mid KeyMID[127.0.0.1:8249-63208], CON-POST MID=63208, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217] added with generated token KeyToken[127.0.0.1:8249-E0B8F9790D4ECFAB], CON-POST MID=63208, Token=E0B8F9790D4ECFAB, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:13:02.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63208], KeyToken[127.0.0.1:8249-E0B8F9790D4ECFAB]] 08:13:02.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,253,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63208, Token=E0B8F9790D4ECFAB, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39] 08:13:02.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63208] 08:13:02.282 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.282 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218] replace CON-POST MID=63208, Token=E0B8F9790D4ECFAB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63208, Token=E0B8F9790D4ECFAB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1218] send response NON-2.05 MID=63208, Token=null, OptionSet={}, "server responds hi" 08:13:02.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, complete]! 08:13:02.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1218, complete] completed NON-2.04 MID=63208, Token=E0B8F9790D4ECFAB, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E! 08:13:02.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,254,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63208, Token=E0B8F9790D4ECFAB, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E] 08:13:02.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63208] 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, complete]! 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, complete] for token KeyToken[127.0.0.1:8249-E0B8F9790D4ECFAB] 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, complete] for MID KeyMID[127.0.0.1:8249-63208] 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1217, complete] completed CON-POST MID= -1, Token=E0B8F9790D4ECFAB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63208, Token=E0B8F9790D4ECFAB, OptionSet={"Object-Security":0x09BF}, acked 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39! 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219] send request 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:13:02.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219] added with generated mid KeyMID[127.0.0.1:8249-63209], CON-POST MID=63209, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:13:02.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219] added with generated token KeyToken[127.0.0.1:8249-88F72C0A0620C5E8], CON-POST MID=63209, Token=88F72C0A0620C5E8, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:13:02.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63209], KeyToken[127.0.0.1:8249-88F72C0A0620C5E8]] 08:13:02.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,255,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63209, Token=88F72C0A0620C5E8, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF] 08:13:02.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63209] 08:13:02.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220] replace CON-POST MID=63209, Token=88F72C0A0620C5E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63209, Token=88F72C0A0620C5E8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1220] send response NON-2.05 MID=63209, Token=null, OptionSet={}, "server responds hi" 08:13:02.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, complete]! 08:13:02.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1220, complete] completed NON-2.04 MID=63209, Token=88F72C0A0620C5E8, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21! 08:13:02.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,256,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63209, Token=88F72C0A0620C5E8, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21] 08:13:02.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63209] 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, complete]! 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, complete] for token KeyToken[127.0.0.1:8249-88F72C0A0620C5E8] 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, complete] for MID KeyMID[127.0.0.1:8249-63209] 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1219, complete] completed CON-POST MID= -1, Token=88F72C0A0620C5E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63209, Token=88F72C0A0620C5E8, OptionSet={"Object-Security":0x09C0}, acked A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF! 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221] send request 08:13:02.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:13:02.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221] added with generated mid KeyMID[127.0.0.1:8249-63210], CON-POST MID=63210, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:13:02.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221] added with generated token KeyToken[127.0.0.1:8249-549C0BFF269F82A2], CON-POST MID=63210, Token=549C0BFF269F82A2, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:13:02.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63210], KeyToken[127.0.0.1:8249-549C0BFF269F82A2]] 08:13:02.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,257,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63210, Token=549C0BFF269F82A2, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34] 08:13:02.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63210] 08:13:02.286 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.286 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222] replace CON-POST MID=63210, Token=549C0BFF269F82A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63210, Token=549C0BFF269F82A2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1222] send response NON-2.05 MID=63210, Token=null, OptionSet={}, "server responds hi" 08:13:02.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, complete]! 08:13:02.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1222, complete] completed NON-2.04 MID=63210, Token=549C0BFF269F82A2, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E! 08:13:02.287 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,258,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63210, Token=549C0BFF269F82A2, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E] 08:13:02.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63210] 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, complete]! 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, complete] for token KeyToken[127.0.0.1:8249-549C0BFF269F82A2] 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, complete] for MID KeyMID[127.0.0.1:8249-63210] 08:13:02.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1221, complete] completed CON-POST MID= -1, Token=549C0BFF269F82A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63210, Token=549C0BFF269F82A2, OptionSet={"Object-Security":0x09C1}, acked 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34! 08:13:02.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223] send request 08:13:02.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:13:02.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223] added with generated mid KeyMID[127.0.0.1:8249-63211], CON-POST MID=63211, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:13:02.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223] added with generated token KeyToken[127.0.0.1:8249-00CEB961C5669302], CON-POST MID=63211, Token=00CEB961C5669302, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:13:02.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63211], KeyToken[127.0.0.1:8249-00CEB961C5669302]] 08:13:02.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,259,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63211, Token=00CEB961C5669302, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B] 08:13:02.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63211] 08:13:02.288 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.288 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224] replace CON-POST MID=63211, Token=00CEB961C5669302, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63211, Token=00CEB961C5669302, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1224] send response NON-2.05 MID=63211, Token=null, OptionSet={}, "server responds hi" 08:13:02.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, complete]! 08:13:02.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1224, complete] completed NON-2.04 MID=63211, Token=00CEB961C5669302, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C! 08:13:02.290 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,260,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63211, Token=00CEB961C5669302, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C] 08:13:02.290 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63211] 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, complete]! 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, complete] for token KeyToken[127.0.0.1:8249-00CEB961C5669302] 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, complete] for MID KeyMID[127.0.0.1:8249-63211] 08:13:02.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1223, complete] completed CON-POST MID= -1, Token=00CEB961C5669302, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63211, Token=00CEB961C5669302, OptionSet={"Object-Security":0x09C2}, acked BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B! 08:13:02.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225] send request 08:13:02.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:13:02.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225] added with generated mid KeyMID[127.0.0.1:8249-63212], CON-POST MID=63212, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:13:02.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225] added with generated token KeyToken[127.0.0.1:8249-E84B0D2EC4FD1E82], CON-POST MID=63212, Token=E84B0D2EC4FD1E82, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:13:02.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63212], KeyToken[127.0.0.1:8249-E84B0D2EC4FD1E82]] 08:13:02.291 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,261,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63212, Token=E84B0D2EC4FD1E82, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A] 08:13:02.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63212] 08:13:02.292 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.292 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226] replace CON-POST MID=63212, Token=E84B0D2EC4FD1E82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63212, Token=E84B0D2EC4FD1E82, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1226] send response NON-2.05 MID=63212, Token=null, OptionSet={}, "server responds hi" 08:13:02.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, complete]! 08:13:02.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1226, complete] completed NON-2.04 MID=63212, Token=E84B0D2EC4FD1E82, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6! 08:13:02.292 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,262,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63212, Token=E84B0D2EC4FD1E82, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6] 08:13:02.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63212] 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, complete]! 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, complete] for token KeyToken[127.0.0.1:8249-E84B0D2EC4FD1E82] 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, complete] for MID KeyMID[127.0.0.1:8249-63212] 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1225, complete] completed CON-POST MID= -1, Token=E84B0D2EC4FD1E82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63212, Token=E84B0D2EC4FD1E82, OptionSet={"Object-Security":0x09C3}, acked 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A! 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227] send request 08:13:02.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:13:02.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227] added with generated mid KeyMID[127.0.0.1:8249-63213], CON-POST MID=63213, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:13:02.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227] added with generated token KeyToken[127.0.0.1:8249-4062FF51995A1EEA], CON-POST MID=63213, Token=4062FF51995A1EEA, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:13:02.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63213], KeyToken[127.0.0.1:8249-4062FF51995A1EEA]] 08:13:02.353 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,263,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63213, Token=4062FF51995A1EEA, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37] 08:13:02.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63213] 08:13:02.353 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.353 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228] replace CON-POST MID=63213, Token=4062FF51995A1EEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63213, Token=4062FF51995A1EEA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1228] send response NON-2.05 MID=63213, Token=null, OptionSet={}, "server responds hi" 08:13:02.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, complete]! 08:13:02.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1228, complete] completed NON-2.04 MID=63213, Token=4062FF51995A1EEA, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57! 08:13:02.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,264,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63213, Token=4062FF51995A1EEA, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57] 08:13:02.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63213] 08:13:02.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, complete]! 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, complete] for token KeyToken[127.0.0.1:8249-4062FF51995A1EEA] 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, complete] for MID KeyMID[127.0.0.1:8249-63213] 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1227, complete] completed CON-POST MID= -1, Token=4062FF51995A1EEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63213, Token=4062FF51995A1EEA, OptionSet={"Object-Security":0x09C4}, acked 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37! 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229] send request 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229] added with generated mid KeyMID[127.0.0.1:8249-63214], CON-POST MID=63214, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229] added with generated token KeyToken[127.0.0.1:8249-340EB516166AAEEB], CON-POST MID=63214, Token=340EB516166AAEEB, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:13:02.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63214], KeyToken[127.0.0.1:8249-340EB516166AAEEB]] 08:13:02.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,265,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63214, Token=340EB516166AAEEB, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A] 08:13:02.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63214] 08:13:02.356 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.356 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230] replace CON-POST MID=63214, Token=340EB516166AAEEB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63214, Token=340EB516166AAEEB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1230] send response NON-2.05 MID=63214, Token=null, OptionSet={}, "server responds hi" 08:13:02.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, complete]! 08:13:02.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1230, complete] completed NON-2.04 MID=63214, Token=340EB516166AAEEB, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5! 08:13:02.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,266,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63214, Token=340EB516166AAEEB, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5] 08:13:02.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63214] 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, complete]! 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, complete] for token KeyToken[127.0.0.1:8249-340EB516166AAEEB] 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, complete] for MID KeyMID[127.0.0.1:8249-63214] 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1229, complete] completed CON-POST MID= -1, Token=340EB516166AAEEB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63214, Token=340EB516166AAEEB, OptionSet={"Object-Security":0x09C5}, acked 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A! 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231] send request 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:13:02.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231] added with generated mid KeyMID[127.0.0.1:8249-63215], CON-POST MID=63215, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:13:02.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231] added with generated token KeyToken[127.0.0.1:8249-D0AADB898D1323A5], CON-POST MID=63215, Token=D0AADB898D1323A5, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:13:02.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63215], KeyToken[127.0.0.1:8249-D0AADB898D1323A5]] 08:13:02.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,267,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63215, Token=D0AADB898D1323A5, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA] 08:13:02.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63215] 08:13:02.358 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.358 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232] replace CON-POST MID=63215, Token=D0AADB898D1323A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63215, Token=D0AADB898D1323A5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1232] send response NON-2.05 MID=63215, Token=null, OptionSet={}, "server responds hi" 08:13:02.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, complete]! 08:13:02.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1232, complete] completed NON-2.04 MID=63215, Token=D0AADB898D1323A5, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12! 08:13:02.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,268,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63215, Token=D0AADB898D1323A5, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12] 08:13:02.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63215] 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, complete]! 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, complete] for token KeyToken[127.0.0.1:8249-D0AADB898D1323A5] 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, complete] for MID KeyMID[127.0.0.1:8249-63215] 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1231, complete] completed CON-POST MID= -1, Token=D0AADB898D1323A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63215, Token=D0AADB898D1323A5, OptionSet={"Object-Security":0x09C6}, acked 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA! 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233] send request 08:13:02.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:13:02.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233] added with generated mid KeyMID[127.0.0.1:8249-63216], CON-POST MID=63216, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:13:02.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233] added with generated token KeyToken[127.0.0.1:8249-244B981A19977602], CON-POST MID=63216, Token=244B981A19977602, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:13:02.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63216], KeyToken[127.0.0.1:8249-244B981A19977602]] 08:13:02.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,269,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63216, Token=244B981A19977602, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02] 08:13:02.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63216] 08:13:02.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234] replace CON-POST MID=63216, Token=244B981A19977602, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63216, Token=244B981A19977602, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1234] send response NON-2.05 MID=63216, Token=null, OptionSet={}, "server responds hi" 08:13:02.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, complete]! 08:13:02.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1234, complete] completed NON-2.04 MID=63216, Token=244B981A19977602, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC! 08:13:02.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,270,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63216, Token=244B981A19977602, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC] 08:13:02.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63216] 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, complete]! 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, complete] for token KeyToken[127.0.0.1:8249-244B981A19977602] 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, complete] for MID KeyMID[127.0.0.1:8249-63216] 08:13:02.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1233, complete] completed CON-POST MID= -1, Token=244B981A19977602, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63216, Token=244B981A19977602, OptionSet={"Object-Security":0x09C7}, acked 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02! 08:13:02.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235] send request 08:13:02.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:13:02.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235] added with generated mid KeyMID[127.0.0.1:8249-63217], CON-POST MID=63217, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:13:02.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235] added with generated token KeyToken[127.0.0.1:8249-2CBEF50E0ADF26E2], CON-POST MID=63217, Token=2CBEF50E0ADF26E2, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:13:02.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63217], KeyToken[127.0.0.1:8249-2CBEF50E0ADF26E2]] 08:13:02.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,271,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63217, Token=2CBEF50E0ADF26E2, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C] 08:13:02.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63217] 08:13:02.363 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.363 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236] replace CON-POST MID=63217, Token=2CBEF50E0ADF26E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63217, Token=2CBEF50E0ADF26E2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1236] send response NON-2.05 MID=63217, Token=null, OptionSet={}, "server responds hi" 08:13:02.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, complete]! 08:13:02.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1236, complete] completed NON-2.04 MID=63217, Token=2CBEF50E0ADF26E2, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4! 08:13:02.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,272,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63217, Token=2CBEF50E0ADF26E2, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4] 08:13:02.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63217] 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, complete]! 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, complete] for token KeyToken[127.0.0.1:8249-2CBEF50E0ADF26E2] 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, complete] for MID KeyMID[127.0.0.1:8249-63217] 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1235, complete] completed CON-POST MID= -1, Token=2CBEF50E0ADF26E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63217, Token=2CBEF50E0ADF26E2, OptionSet={"Object-Security":0x09C8}, acked 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C! 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237] send request 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237] added with generated mid KeyMID[127.0.0.1:8249-63218], CON-POST MID=63218, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237] added with generated token KeyToken[127.0.0.1:8249-FC6BD95253701391], CON-POST MID=63218, Token=FC6BD95253701391, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:13:02.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63218], KeyToken[127.0.0.1:8249-FC6BD95253701391]] 08:13:02.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,273,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63218, Token=FC6BD95253701391, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB] 08:13:02.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63218] 08:13:02.365 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.365 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238] replace CON-POST MID=63218, Token=FC6BD95253701391, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63218, Token=FC6BD95253701391, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1238] send response NON-2.05 MID=63218, Token=null, OptionSet={}, "server responds hi" 08:13:02.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, complete]! 08:13:02.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1238, complete] completed NON-2.04 MID=63218, Token=FC6BD95253701391, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47! 08:13:02.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,274,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63218, Token=FC6BD95253701391, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47] 08:13:02.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63218] 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, complete]! 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, complete] for token KeyToken[127.0.0.1:8249-FC6BD95253701391] 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, complete] for MID KeyMID[127.0.0.1:8249-63218] 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1237, complete] completed CON-POST MID= -1, Token=FC6BD95253701391, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63218, Token=FC6BD95253701391, OptionSet={"Object-Security":0x09C9}, acked 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB! 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239] send request 08:13:02.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:13:02.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239] added with generated mid KeyMID[127.0.0.1:8249-63219], CON-POST MID=63219, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:13:02.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239] added with generated token KeyToken[127.0.0.1:8249-B02F0EFADD25E46F], CON-POST MID=63219, Token=B02F0EFADD25E46F, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:13:02.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63219], KeyToken[127.0.0.1:8249-B02F0EFADD25E46F]] 08:13:02.367 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,275,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63219, Token=B02F0EFADD25E46F, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE] 08:13:02.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63219] 08:13:02.367 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.367 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240] replace CON-POST MID=63219, Token=B02F0EFADD25E46F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63219, Token=B02F0EFADD25E46F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1240] send response NON-2.05 MID=63219, Token=null, OptionSet={}, "server responds hi" 08:13:02.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, complete]! 08:13:02.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1240, complete] completed NON-2.04 MID=63219, Token=B02F0EFADD25E46F, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79! 08:13:02.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,276,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63219, Token=B02F0EFADD25E46F, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79] 08:13:02.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63219] 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, complete]! 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, complete] for token KeyToken[127.0.0.1:8249-B02F0EFADD25E46F] 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, complete] for MID KeyMID[127.0.0.1:8249-63219] 08:13:02.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1239, complete] completed CON-POST MID= -1, Token=B02F0EFADD25E46F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63219, Token=B02F0EFADD25E46F, OptionSet={"Object-Security":0x09CA}, acked 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE! 08:13:02.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241] send request 08:13:02.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:13:02.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241] added with generated mid KeyMID[127.0.0.1:8249-63220], CON-POST MID=63220, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:13:02.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241] added with generated token KeyToken[127.0.0.1:8249-74437129257DAACE], CON-POST MID=63220, Token=74437129257DAACE, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:13:02.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63220], KeyToken[127.0.0.1:8249-74437129257DAACE]] 08:13:02.369 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,277,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63220, Token=74437129257DAACE, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD] 08:13:02.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63220] 08:13:02.370 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.370 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242] replace CON-POST MID=63220, Token=74437129257DAACE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63220, Token=74437129257DAACE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1242] send response NON-2.05 MID=63220, Token=null, OptionSet={}, "server responds hi" 08:13:02.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, complete]! 08:13:02.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1242, complete] completed NON-2.04 MID=63220, Token=74437129257DAACE, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0! 08:13:02.370 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,278,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63220, Token=74437129257DAACE, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0] 08:13:02.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63220] 08:13:02.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, complete]! 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, complete] for token KeyToken[127.0.0.1:8249-74437129257DAACE] 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, complete] for MID KeyMID[127.0.0.1:8249-63220] 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1241, complete] completed CON-POST MID= -1, Token=74437129257DAACE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63220, Token=74437129257DAACE, OptionSet={"Object-Security":0x09CB}, acked 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD! 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243] send request 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:13:02.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243] added with generated mid KeyMID[127.0.0.1:8249-63221], CON-POST MID=63221, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:13:02.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243] added with generated token KeyToken[127.0.0.1:8249-D8E088BE97DB1254], CON-POST MID=63221, Token=D8E088BE97DB1254, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:13:02.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63221], KeyToken[127.0.0.1:8249-D8E088BE97DB1254]] 08:13:02.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,279,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63221, Token=D8E088BE97DB1254, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC] 08:13:02.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63221] 08:13:02.372 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.372 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244] replace CON-POST MID=63221, Token=D8E088BE97DB1254, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63221, Token=D8E088BE97DB1254, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1244] send response NON-2.05 MID=63221, Token=null, OptionSet={}, "server responds hi" 08:13:02.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, complete]! 08:13:02.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1244, complete] completed NON-2.04 MID=63221, Token=D8E088BE97DB1254, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD! 08:13:02.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,280,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63221, Token=D8E088BE97DB1254, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD] 08:13:02.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63221] 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, complete]! 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, complete] for token KeyToken[127.0.0.1:8249-D8E088BE97DB1254] 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, complete] for MID KeyMID[127.0.0.1:8249-63221] 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1243, complete] completed CON-POST MID= -1, Token=D8E088BE97DB1254, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63221, Token=D8E088BE97DB1254, OptionSet={"Object-Security":0x09CC}, acked C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC! 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245] send request 08:13:02.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:13:02.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245] added with generated mid KeyMID[127.0.0.1:8249-63222], CON-POST MID=63222, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:13:02.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245] added with generated token KeyToken[127.0.0.1:8249-FCB46B1B3A97B15E], CON-POST MID=63222, Token=FCB46B1B3A97B15E, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:13:02.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63222], KeyToken[127.0.0.1:8249-FCB46B1B3A97B15E]] 08:13:02.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,281,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63222, Token=FCB46B1B3A97B15E, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40] 08:13:02.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63222] 08:13:02.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246] replace CON-POST MID=63222, Token=FCB46B1B3A97B15E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63222, Token=FCB46B1B3A97B15E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1246] send response NON-2.05 MID=63222, Token=null, OptionSet={}, "server responds hi" 08:13:02.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, complete]! 08:13:02.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1246, complete] completed NON-2.04 MID=63222, Token=FCB46B1B3A97B15E, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F! 08:13:02.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,282,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63222, Token=FCB46B1B3A97B15E, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F] 08:13:02.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63222] 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, complete]! 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, complete] for token KeyToken[127.0.0.1:8249-FCB46B1B3A97B15E] 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, complete] for MID KeyMID[127.0.0.1:8249-63222] 08:13:02.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1245, complete] completed CON-POST MID= -1, Token=FCB46B1B3A97B15E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63222, Token=FCB46B1B3A97B15E, OptionSet={"Object-Security":0x09CD}, acked 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40! 08:13:02.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247] send request 08:13:02.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:13:02.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247] added with generated mid KeyMID[127.0.0.1:8249-63223], CON-POST MID=63223, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:13:02.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247] added with generated token KeyToken[127.0.0.1:8249-98A3A11EC8ED3C20], CON-POST MID=63223, Token=98A3A11EC8ED3C20, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:13:02.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63223], KeyToken[127.0.0.1:8249-98A3A11EC8ED3C20]] 08:13:02.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,283,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63223, Token=98A3A11EC8ED3C20, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48] 08:13:02.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63223] 08:13:02.377 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.377 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248] replace CON-POST MID=63223, Token=98A3A11EC8ED3C20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63223, Token=98A3A11EC8ED3C20, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1248] send response NON-2.05 MID=63223, Token=null, OptionSet={}, "server responds hi" 08:13:02.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, complete]! 08:13:02.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1248, complete] completed NON-2.04 MID=63223, Token=98A3A11EC8ED3C20, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46! 08:13:02.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,284,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63223, Token=98A3A11EC8ED3C20, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46] 08:13:02.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63223] 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, complete]! 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, complete] for token KeyToken[127.0.0.1:8249-98A3A11EC8ED3C20] 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, complete] for MID KeyMID[127.0.0.1:8249-63223] 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1247, complete] completed CON-POST MID= -1, Token=98A3A11EC8ED3C20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63223, Token=98A3A11EC8ED3C20, OptionSet={"Object-Security":0x09CE}, acked 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48! 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249] send request 08:13:02.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:13:02.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249] added with generated mid KeyMID[127.0.0.1:8249-63224], CON-POST MID=63224, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:13:02.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249] added with generated token KeyToken[127.0.0.1:8249-F8E59457606E18ED], CON-POST MID=63224, Token=F8E59457606E18ED, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:13:02.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63224], KeyToken[127.0.0.1:8249-F8E59457606E18ED]] 08:13:02.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,285,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63224, Token=F8E59457606E18ED, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5] 08:13:02.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63224] 08:13:02.379 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.379 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250] replace CON-POST MID=63224, Token=F8E59457606E18ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63224, Token=F8E59457606E18ED, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1250] send response NON-2.05 MID=63224, Token=null, OptionSet={}, "server responds hi" 08:13:02.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, complete]! 08:13:02.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1250, complete] completed NON-2.04 MID=63224, Token=F8E59457606E18ED, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71! 08:13:02.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,286,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63224, Token=F8E59457606E18ED, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71] 08:13:02.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63224] 08:13:02.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, complete]! 08:13:02.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, complete] for token KeyToken[127.0.0.1:8249-F8E59457606E18ED] 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, complete] for MID KeyMID[127.0.0.1:8249-63224] 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1249, complete] completed CON-POST MID= -1, Token=F8E59457606E18ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63224, Token=F8E59457606E18ED, OptionSet={"Object-Security":0x09CF}, acked 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5! 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251] send request 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251] added with generated mid KeyMID[127.0.0.1:8249-63225], CON-POST MID=63225, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:13:02.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251] added with generated token KeyToken[127.0.0.1:8249-9C9CB1FCE802D5F8], CON-POST MID=63225, Token=9C9CB1FCE802D5F8, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:13:02.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63225], KeyToken[127.0.0.1:8249-9C9CB1FCE802D5F8]] 08:13:02.382 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,287,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63225, Token=9C9CB1FCE802D5F8, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5] 08:13:02.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63225] 08:13:02.382 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.382 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252] replace CON-POST MID=63225, Token=9C9CB1FCE802D5F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63225, Token=9C9CB1FCE802D5F8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1252] send response NON-2.05 MID=63225, Token=null, OptionSet={}, "server responds hi" 08:13:02.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, complete]! 08:13:02.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1252, complete] completed NON-2.04 MID=63225, Token=9C9CB1FCE802D5F8, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8! 08:13:02.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,288,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63225, Token=9C9CB1FCE802D5F8, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8] 08:13:02.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63225] 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, complete]! 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, complete] for token KeyToken[127.0.0.1:8249-9C9CB1FCE802D5F8] 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, complete] for MID KeyMID[127.0.0.1:8249-63225] 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1251, complete] completed CON-POST MID= -1, Token=9C9CB1FCE802D5F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63225, Token=9C9CB1FCE802D5F8, OptionSet={"Object-Security":0x09D0}, acked 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5! 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253] send request 08:13:02.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:13:02.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253] added with generated mid KeyMID[127.0.0.1:8249-63226], CON-POST MID=63226, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:13:02.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253] added with generated token KeyToken[127.0.0.1:8249-6C59ABD8C420F57C], CON-POST MID=63226, Token=6C59ABD8C420F57C, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:13:02.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63226], KeyToken[127.0.0.1:8249-6C59ABD8C420F57C]] 08:13:02.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,289,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63226, Token=6C59ABD8C420F57C, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16] 08:13:02.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63226] 08:13:02.384 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.384 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254] replace CON-POST MID=63226, Token=6C59ABD8C420F57C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63226, Token=6C59ABD8C420F57C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1254] send response NON-2.05 MID=63226, Token=null, OptionSet={}, "server responds hi" 08:13:02.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, complete]! 08:13:02.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1254, complete] completed NON-2.04 MID=63226, Token=6C59ABD8C420F57C, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9! 08:13:02.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,290,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63226, Token=6C59ABD8C420F57C, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9] 08:13:02.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63226] 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, complete]! 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, complete] for token KeyToken[127.0.0.1:8249-6C59ABD8C420F57C] 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, complete] for MID KeyMID[127.0.0.1:8249-63226] 08:13:02.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1253, complete] completed CON-POST MID= -1, Token=6C59ABD8C420F57C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63226, Token=6C59ABD8C420F57C, OptionSet={"Object-Security":0x09D1}, acked BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16! 08:13:02.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255] send request 08:13:02.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:13:02.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255] added with generated mid KeyMID[127.0.0.1:8249-63227], CON-POST MID=63227, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:13:02.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255] added with generated token KeyToken[127.0.0.1:8249-E0CCF80BFC471A95], CON-POST MID=63227, Token=E0CCF80BFC471A95, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:13:02.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63227], KeyToken[127.0.0.1:8249-E0CCF80BFC471A95]] 08:13:02.386 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,291,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63227, Token=E0CCF80BFC471A95, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1] 08:13:02.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63227] 08:13:02.387 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.387 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256] replace CON-POST MID=63227, Token=E0CCF80BFC471A95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63227, Token=E0CCF80BFC471A95, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1256] send response NON-2.05 MID=63227, Token=null, OptionSet={}, "server responds hi" 08:13:02.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, complete]! 08:13:02.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1256, complete] completed NON-2.04 MID=63227, Token=E0CCF80BFC471A95, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9! 08:13:02.387 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,292,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63227, Token=E0CCF80BFC471A95, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9] 08:13:02.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63227] 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, complete]! 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, complete] for token KeyToken[127.0.0.1:8249-E0CCF80BFC471A95] 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, complete] for MID KeyMID[127.0.0.1:8249-63227] 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1255, complete] completed CON-POST MID= -1, Token=E0CCF80BFC471A95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63227, Token=E0CCF80BFC471A95, OptionSet={"Object-Security":0x09D2}, acked 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1! 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257] send request 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:13:02.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257] added with generated mid KeyMID[127.0.0.1:8249-63228], CON-POST MID=63228, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:13:02.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257] added with generated token KeyToken[127.0.0.1:8249-3810BB7BF1845470], CON-POST MID=63228, Token=3810BB7BF1845470, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:13:02.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63228], KeyToken[127.0.0.1:8249-3810BB7BF1845470]] 08:13:02.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,293,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63228, Token=3810BB7BF1845470, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67] 08:13:02.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63228] 08:13:02.389 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.389 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258] replace CON-POST MID=63228, Token=3810BB7BF1845470, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63228, Token=3810BB7BF1845470, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1258] send response NON-2.05 MID=63228, Token=null, OptionSet={}, "server responds hi" 08:13:02.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, complete]! 08:13:02.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1258, complete] completed NON-2.04 MID=63228, Token=3810BB7BF1845470, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8! 08:13:02.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,294,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63228, Token=3810BB7BF1845470, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8] 08:13:02.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63228] 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, complete]! 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, complete] for token KeyToken[127.0.0.1:8249-3810BB7BF1845470] 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, complete] for MID KeyMID[127.0.0.1:8249-63228] 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1257, complete] completed CON-POST MID= -1, Token=3810BB7BF1845470, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63228, Token=3810BB7BF1845470, OptionSet={"Object-Security":0x09D3}, acked 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67! 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259] send request 08:13:02.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:13:02.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259] added with generated mid KeyMID[127.0.0.1:8249-63229], CON-POST MID=63229, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:13:02.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259] added with generated token KeyToken[127.0.0.1:8249-806C845A897328A7], CON-POST MID=63229, Token=806C845A897328A7, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:13:02.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63229], KeyToken[127.0.0.1:8249-806C845A897328A7]] 08:13:02.391 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,295,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63229, Token=806C845A897328A7, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89] 08:13:02.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63229] 08:13:02.391 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.391 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.391 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260] replace CON-POST MID=63229, Token=806C845A897328A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63229, Token=806C845A897328A7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1260] send response NON-2.05 MID=63229, Token=null, OptionSet={}, "server responds hi" 08:13:02.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, complete]! 08:13:02.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1260, complete] completed NON-2.04 MID=63229, Token=806C845A897328A7, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05! 08:13:02.392 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.392 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,296,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63229, Token=806C845A897328A7, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05] 08:13:02.392 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63229] 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, complete]! 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, complete] for token KeyToken[127.0.0.1:8249-806C845A897328A7] 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, complete] for MID KeyMID[127.0.0.1:8249-63229] 08:13:02.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1259, complete] completed CON-POST MID= -1, Token=806C845A897328A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63229, Token=806C845A897328A7, OptionSet={"Object-Security":0x09D4}, acked 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89! 08:13:02.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261] send request 08:13:02.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:13:02.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261] added with generated mid KeyMID[127.0.0.1:8249-63230], CON-POST MID=63230, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:13:02.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261] added with generated token KeyToken[127.0.0.1:8249-44F9641992AD03E7], CON-POST MID=63230, Token=44F9641992AD03E7, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:13:02.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63230], KeyToken[127.0.0.1:8249-44F9641992AD03E7]] 08:13:02.393 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,297,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63230, Token=44F9641992AD03E7, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE] 08:13:02.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63230] 08:13:02.394 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.394 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262] replace CON-POST MID=63230, Token=44F9641992AD03E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63230, Token=44F9641992AD03E7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1262] send response NON-2.05 MID=63230, Token=null, OptionSet={}, "server responds hi" 08:13:02.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, complete]! 08:13:02.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1262, complete] completed NON-2.04 MID=63230, Token=44F9641992AD03E7, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D! 08:13:02.394 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,298,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63230, Token=44F9641992AD03E7, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D] 08:13:02.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63230] 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, complete]! 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, complete] for token KeyToken[127.0.0.1:8249-44F9641992AD03E7] 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, complete] for MID KeyMID[127.0.0.1:8249-63230] 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1261, complete] completed CON-POST MID= -1, Token=44F9641992AD03E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63230, Token=44F9641992AD03E7, OptionSet={"Object-Security":0x09D5}, acked 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE! 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263] send request 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:13:02.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263] added with generated mid KeyMID[127.0.0.1:8249-63231], CON-POST MID=63231, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:13:02.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263] added with generated token KeyToken[127.0.0.1:8249-448185EA920B3A5A], CON-POST MID=63231, Token=448185EA920B3A5A, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:13:02.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63231], KeyToken[127.0.0.1:8249-448185EA920B3A5A]] 08:13:02.396 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,299,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63231, Token=448185EA920B3A5A, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38] 08:13:02.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63231] 08:13:02.396 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.396 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264] replace CON-POST MID=63231, Token=448185EA920B3A5A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63231, Token=448185EA920B3A5A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1264] send response NON-2.05 MID=63231, Token=null, OptionSet={}, "server responds hi" 08:13:02.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, complete]! 08:13:02.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1264, complete] completed NON-2.04 MID=63231, Token=448185EA920B3A5A, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86! 08:13:02.397 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,300,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63231, Token=448185EA920B3A5A, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86] 08:13:02.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63231] 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, complete]! 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, complete] for token KeyToken[127.0.0.1:8249-448185EA920B3A5A] 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, complete] for MID KeyMID[127.0.0.1:8249-63231] 08:13:02.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1263, complete] completed CON-POST MID= -1, Token=448185EA920B3A5A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63231, Token=448185EA920B3A5A, OptionSet={"Object-Security":0x09D6}, acked B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38! 08:13:02.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265] send request 08:13:02.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:13:02.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265] added with generated mid KeyMID[127.0.0.1:8249-63232], CON-POST MID=63232, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:13:02.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265] added with generated token KeyToken[127.0.0.1:8249-3CFC7A49E764C555], CON-POST MID=63232, Token=3CFC7A49E764C555, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:13:02.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63232], KeyToken[127.0.0.1:8249-3CFC7A49E764C555]] 08:13:02.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,301,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63232, Token=3CFC7A49E764C555, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4] 08:13:02.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63232] 08:13:02.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266] replace CON-POST MID=63232, Token=3CFC7A49E764C555, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63232, Token=3CFC7A49E764C555, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1266] send response NON-2.05 MID=63232, Token=null, OptionSet={}, "server responds hi" 08:13:02.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, complete]! 08:13:02.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1266, complete] completed NON-2.04 MID=63232, Token=3CFC7A49E764C555, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3! 08:13:02.454 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,302,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63232, Token=3CFC7A49E764C555, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3] 08:13:02.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63232] 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, complete]! 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, complete] for token KeyToken[127.0.0.1:8249-3CFC7A49E764C555] 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, complete] for MID KeyMID[127.0.0.1:8249-63232] 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1265, complete] completed CON-POST MID= -1, Token=3CFC7A49E764C555, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63232, Token=3CFC7A49E764C555, OptionSet={"Object-Security":0x09D7}, acked 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4! 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267] send request 08:13:02.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:13:02.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267] added with generated mid KeyMID[127.0.0.1:8249-63233], CON-POST MID=63233, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:13:02.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267] added with generated token KeyToken[127.0.0.1:8249-24F148FE808C5F98], CON-POST MID=63233, Token=24F148FE808C5F98, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:13:02.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63233], KeyToken[127.0.0.1:8249-24F148FE808C5F98]] 08:13:02.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,303,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63233, Token=24F148FE808C5F98, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F] 08:13:02.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63233] 08:13:02.456 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.456 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268] replace CON-POST MID=63233, Token=24F148FE808C5F98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63233, Token=24F148FE808C5F98, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1268] send response NON-2.05 MID=63233, Token=null, OptionSet={}, "server responds hi" 08:13:02.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, complete]! 08:13:02.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1268, complete] completed NON-2.04 MID=63233, Token=24F148FE808C5F98, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4! 08:13:02.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,304,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63233, Token=24F148FE808C5F98, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4] 08:13:02.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63233] 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, complete]! 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, complete] for token KeyToken[127.0.0.1:8249-24F148FE808C5F98] 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, complete] for MID KeyMID[127.0.0.1:8249-63233] 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1267, complete] completed CON-POST MID= -1, Token=24F148FE808C5F98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63233, Token=24F148FE808C5F98, OptionSet={"Object-Security":0x09D8}, acked B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F! 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269] send request 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:13:02.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269] added with generated mid KeyMID[127.0.0.1:8249-63234], CON-POST MID=63234, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:13:02.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269] added with generated token KeyToken[127.0.0.1:8249-30C339B810A9E6F0], CON-POST MID=63234, Token=30C339B810A9E6F0, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:13:02.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63234], KeyToken[127.0.0.1:8249-30C339B810A9E6F0]] 08:13:02.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,305,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63234, Token=30C339B810A9E6F0, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6] 08:13:02.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63234] 08:13:02.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270] replace CON-POST MID=63234, Token=30C339B810A9E6F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63234, Token=30C339B810A9E6F0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1270] send response NON-2.05 MID=63234, Token=null, OptionSet={}, "server responds hi" 08:13:02.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, complete]! 08:13:02.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1270, complete] completed NON-2.04 MID=63234, Token=30C339B810A9E6F0, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B! 08:13:02.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,306,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63234, Token=30C339B810A9E6F0, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B] 08:13:02.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63234] 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, complete]! 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, complete] for token KeyToken[127.0.0.1:8249-30C339B810A9E6F0] 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, complete] for MID KeyMID[127.0.0.1:8249-63234] 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1269, complete] completed CON-POST MID= -1, Token=30C339B810A9E6F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63234, Token=30C339B810A9E6F0, OptionSet={"Object-Security":0x09D9}, acked 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6! 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271] send request 08:13:02.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:13:02.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271] added with generated mid KeyMID[127.0.0.1:8249-63235], CON-POST MID=63235, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:13:02.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271] added with generated token KeyToken[127.0.0.1:8249-E02FCF3E8B9FDB40], CON-POST MID=63235, Token=E02FCF3E8B9FDB40, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:13:02.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63235], KeyToken[127.0.0.1:8249-E02FCF3E8B9FDB40]] 08:13:02.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,307,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63235, Token=E02FCF3E8B9FDB40, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64] 08:13:02.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63235] 08:13:02.460 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.460 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272] replace CON-POST MID=63235, Token=E02FCF3E8B9FDB40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63235, Token=E02FCF3E8B9FDB40, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1272] send response NON-2.05 MID=63235, Token=null, OptionSet={}, "server responds hi" 08:13:02.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, complete]! 08:13:02.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1272, complete] completed NON-2.04 MID=63235, Token=E02FCF3E8B9FDB40, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0! 08:13:02.461 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,308,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63235, Token=E02FCF3E8B9FDB40, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0] 08:13:02.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63235] 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, complete]! 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, complete] for token KeyToken[127.0.0.1:8249-E02FCF3E8B9FDB40] 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, complete] for MID KeyMID[127.0.0.1:8249-63235] 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1271, complete] completed CON-POST MID= -1, Token=E02FCF3E8B9FDB40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63235, Token=E02FCF3E8B9FDB40, OptionSet={"Object-Security":0x09DA}, acked B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64! 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273] send request 08:13:02.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:13:02.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273] added with generated mid KeyMID[127.0.0.1:8249-63236], CON-POST MID=63236, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:13:02.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273] added with generated token KeyToken[127.0.0.1:8249-54D888ED5D2A6AC2], CON-POST MID=63236, Token=54D888ED5D2A6AC2, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:13:02.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63236], KeyToken[127.0.0.1:8249-54D888ED5D2A6AC2]] 08:13:02.462 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,309,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63236, Token=54D888ED5D2A6AC2, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1] 08:13:02.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63236] 08:13:02.462 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.462 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274] replace CON-POST MID=63236, Token=54D888ED5D2A6AC2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63236, Token=54D888ED5D2A6AC2, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1274] send response NON-2.05 MID=63236, Token=null, OptionSet={}, "server responds hi" 08:13:02.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, complete]! 08:13:02.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1274, complete] completed NON-2.04 MID=63236, Token=54D888ED5D2A6AC2, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8! 08:13:02.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,310,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63236, Token=54D888ED5D2A6AC2, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8] 08:13:02.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63236] 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, complete]! 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, complete] for token KeyToken[127.0.0.1:8249-54D888ED5D2A6AC2] 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, complete] for MID KeyMID[127.0.0.1:8249-63236] 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1273, complete] completed CON-POST MID= -1, Token=54D888ED5D2A6AC2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63236, Token=54D888ED5D2A6AC2, OptionSet={"Object-Security":0x09DB}, acked 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1! 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275] send request 08:13:02.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:13:02.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275] added with generated mid KeyMID[127.0.0.1:8249-63237], CON-POST MID=63237, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:13:02.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275] added with generated token KeyToken[127.0.0.1:8249-BC624926F7A67417], CON-POST MID=63237, Token=BC624926F7A67417, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:13:02.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63237], KeyToken[127.0.0.1:8249-BC624926F7A67417]] 08:13:02.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,311,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63237, Token=BC624926F7A67417, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3] 08:13:02.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63237] 08:13:02.464 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.464 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276] replace CON-POST MID=63237, Token=BC624926F7A67417, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63237, Token=BC624926F7A67417, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1276] send response NON-2.05 MID=63237, Token=null, OptionSet={}, "server responds hi" 08:13:02.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, complete]! 08:13:02.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1276, complete] completed NON-2.04 MID=63237, Token=BC624926F7A67417, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7! 08:13:02.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,312,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63237, Token=BC624926F7A67417, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7] 08:13:02.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63237] 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, complete]! 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, complete] for token KeyToken[127.0.0.1:8249-BC624926F7A67417] 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, complete] for MID KeyMID[127.0.0.1:8249-63237] 08:13:02.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1275, complete] completed CON-POST MID= -1, Token=BC624926F7A67417, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63237, Token=BC624926F7A67417, OptionSet={"Object-Security":0x09DC}, acked D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3! 08:13:02.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277] send request 08:13:02.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:13:02.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277] added with generated mid KeyMID[127.0.0.1:8249-63238], CON-POST MID=63238, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:13:02.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277] added with generated token KeyToken[127.0.0.1:8249-0C700C8F2D2E69F5], CON-POST MID=63238, Token=0C700C8F2D2E69F5, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:13:02.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63238], KeyToken[127.0.0.1:8249-0C700C8F2D2E69F5]] 08:13:02.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,313,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63238, Token=0C700C8F2D2E69F5, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55] 08:13:02.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63238] 08:13:02.466 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.466 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278] replace CON-POST MID=63238, Token=0C700C8F2D2E69F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63238, Token=0C700C8F2D2E69F5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1278] send response NON-2.05 MID=63238, Token=null, OptionSet={}, "server responds hi" 08:13:02.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, complete]! 08:13:02.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1278, complete] completed NON-2.04 MID=63238, Token=0C700C8F2D2E69F5, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8! 08:13:02.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,314,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63238, Token=0C700C8F2D2E69F5, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8] 08:13:02.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63238] 08:13:02.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, complete]! 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, complete] for token KeyToken[127.0.0.1:8249-0C700C8F2D2E69F5] 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, complete] for MID KeyMID[127.0.0.1:8249-63238] 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1277, complete] completed CON-POST MID= -1, Token=0C700C8F2D2E69F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63238, Token=0C700C8F2D2E69F5, OptionSet={"Object-Security":0x09DD}, acked F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55! 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279] send request 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279] added with generated mid KeyMID[127.0.0.1:8249-63239], CON-POST MID=63239, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279] added with generated token KeyToken[127.0.0.1:8249-CCCF46D0201FC30B], CON-POST MID=63239, Token=CCCF46D0201FC30B, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:13:02.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63239], KeyToken[127.0.0.1:8249-CCCF46D0201FC30B]] 08:13:02.469 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,315,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63239, Token=CCCF46D0201FC30B, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A] 08:13:02.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63239] 08:13:02.469 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.469 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280] replace CON-POST MID=63239, Token=CCCF46D0201FC30B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63239, Token=CCCF46D0201FC30B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1280] send response NON-2.05 MID=63239, Token=null, OptionSet={}, "server responds hi" 08:13:02.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, complete]! 08:13:02.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1280, complete] completed NON-2.04 MID=63239, Token=CCCF46D0201FC30B, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4! 08:13:02.469 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,316,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63239, Token=CCCF46D0201FC30B, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4] 08:13:02.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63239] 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, complete]! 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, complete] for token KeyToken[127.0.0.1:8249-CCCF46D0201FC30B] 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, complete] for MID KeyMID[127.0.0.1:8249-63239] 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1279, complete] completed CON-POST MID= -1, Token=CCCF46D0201FC30B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63239, Token=CCCF46D0201FC30B, OptionSet={"Object-Security":0x09DE}, acked 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A! 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281] send request 08:13:02.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:13:02.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281] added with generated mid KeyMID[127.0.0.1:8249-63240], CON-POST MID=63240, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:13:02.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281] added with generated token KeyToken[127.0.0.1:8249-00E2FC13B2EE575E], CON-POST MID=63240, Token=00E2FC13B2EE575E, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:13:02.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63240], KeyToken[127.0.0.1:8249-00E2FC13B2EE575E]] 08:13:02.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,317,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63240, Token=00E2FC13B2EE575E, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7] 08:13:02.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63240] 08:13:02.471 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.471 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282] replace CON-POST MID=63240, Token=00E2FC13B2EE575E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63240, Token=00E2FC13B2EE575E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1282] send response NON-2.05 MID=63240, Token=null, OptionSet={}, "server responds hi" 08:13:02.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, complete]! 08:13:02.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1282, complete] completed NON-2.04 MID=63240, Token=00E2FC13B2EE575E, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9! 08:13:02.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,318,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63240, Token=00E2FC13B2EE575E, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9] 08:13:02.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63240] 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, complete]! 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, complete] for token KeyToken[127.0.0.1:8249-00E2FC13B2EE575E] 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, complete] for MID KeyMID[127.0.0.1:8249-63240] 08:13:02.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1281, complete] completed CON-POST MID= -1, Token=00E2FC13B2EE575E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63240, Token=00E2FC13B2EE575E, OptionSet={"Object-Security":0x09DF}, acked B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7! 08:13:02.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283] send request 08:13:02.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:13:02.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283] added with generated mid KeyMID[127.0.0.1:8249-63241], CON-POST MID=63241, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:13:02.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283] added with generated token KeyToken[127.0.0.1:8249-A82886BB0FA88A1A], CON-POST MID=63241, Token=A82886BB0FA88A1A, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:13:02.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63241], KeyToken[127.0.0.1:8249-A82886BB0FA88A1A]] 08:13:02.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,319,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63241, Token=A82886BB0FA88A1A, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C] 08:13:02.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63241] 08:13:02.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284] replace CON-POST MID=63241, Token=A82886BB0FA88A1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63241, Token=A82886BB0FA88A1A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1284] send response NON-2.05 MID=63241, Token=null, OptionSet={}, "server responds hi" 08:13:02.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, complete]! 08:13:02.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1284, complete] completed NON-2.04 MID=63241, Token=A82886BB0FA88A1A, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE! 08:13:02.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,320,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63241, Token=A82886BB0FA88A1A, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE] 08:13:02.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63241] 08:13:02.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, complete]! 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, complete] for token KeyToken[127.0.0.1:8249-A82886BB0FA88A1A] 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, complete] for MID KeyMID[127.0.0.1:8249-63241] 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1283, complete] completed CON-POST MID= -1, Token=A82886BB0FA88A1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63241, Token=A82886BB0FA88A1A, OptionSet={"Object-Security":0x09E0}, acked D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C! 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285] send request 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285] added with generated mid KeyMID[127.0.0.1:8249-63242], CON-POST MID=63242, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285] added with generated token KeyToken[127.0.0.1:8249-C879BFF82154A1E5], CON-POST MID=63242, Token=C879BFF82154A1E5, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:13:02.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63242], KeyToken[127.0.0.1:8249-C879BFF82154A1E5]] 08:13:02.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,321,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63242, Token=C879BFF82154A1E5, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02] 08:13:02.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63242] 08:13:02.476 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.476 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286] replace CON-POST MID=63242, Token=C879BFF82154A1E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63242, Token=C879BFF82154A1E5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1286] send response NON-2.05 MID=63242, Token=null, OptionSet={}, "server responds hi" 08:13:02.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, complete]! 08:13:02.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1286, complete] completed NON-2.04 MID=63242, Token=C879BFF82154A1E5, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04! 08:13:02.476 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,322,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63242, Token=C879BFF82154A1E5, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04] 08:13:02.476 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63242] 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, complete]! 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, complete] for token KeyToken[127.0.0.1:8249-C879BFF82154A1E5] 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, complete] for MID KeyMID[127.0.0.1:8249-63242] 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1285, complete] completed CON-POST MID= -1, Token=C879BFF82154A1E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63242, Token=C879BFF82154A1E5, OptionSet={"Object-Security":0x09E1}, acked 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02! 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287] send request 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287] added with generated mid KeyMID[127.0.0.1:8249-63243], CON-POST MID=63243, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:13:02.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287] added with generated token KeyToken[127.0.0.1:8249-FC92F627BD310504], CON-POST MID=63243, Token=FC92F627BD310504, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:13:02.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63243], KeyToken[127.0.0.1:8249-FC92F627BD310504]] 08:13:02.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,323,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63243, Token=FC92F627BD310504, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E] 08:13:02.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63243] 08:13:02.478 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.478 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288] replace CON-POST MID=63243, Token=FC92F627BD310504, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63243, Token=FC92F627BD310504, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1288] send response NON-2.05 MID=63243, Token=null, OptionSet={}, "server responds hi" 08:13:02.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, complete]! 08:13:02.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1288, complete] completed NON-2.04 MID=63243, Token=FC92F627BD310504, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E! 08:13:02.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,324,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63243, Token=FC92F627BD310504, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E] 08:13:02.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63243] 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, complete]! 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, complete] for token KeyToken[127.0.0.1:8249-FC92F627BD310504] 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, complete] for MID KeyMID[127.0.0.1:8249-63243] 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1287, complete] completed CON-POST MID= -1, Token=FC92F627BD310504, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63243, Token=FC92F627BD310504, OptionSet={"Object-Security":0x09E2}, acked 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E! 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289] send request 08:13:02.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:13:02.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289] added with generated mid KeyMID[127.0.0.1:8249-63244], CON-POST MID=63244, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:13:02.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289] added with generated token KeyToken[127.0.0.1:8249-00DBD6EE85E2E943], CON-POST MID=63244, Token=00DBD6EE85E2E943, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:13:02.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63244], KeyToken[127.0.0.1:8249-00DBD6EE85E2E943]] 08:13:02.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,325,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63244, Token=00DBD6EE85E2E943, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D] 08:13:02.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63244] 08:13:02.480 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.480 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290] replace CON-POST MID=63244, Token=00DBD6EE85E2E943, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63244, Token=00DBD6EE85E2E943, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1290] send response NON-2.05 MID=63244, Token=null, OptionSet={}, "server responds hi" 08:13:02.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, complete]! 08:13:02.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1290, complete] completed NON-2.04 MID=63244, Token=00DBD6EE85E2E943, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84! 08:13:02.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,326,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63244, Token=00DBD6EE85E2E943, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84] 08:13:02.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63244] 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, complete]! 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, complete] for token KeyToken[127.0.0.1:8249-00DBD6EE85E2E943] 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, complete] for MID KeyMID[127.0.0.1:8249-63244] 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1289, complete] completed CON-POST MID= -1, Token=00DBD6EE85E2E943, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63244, Token=00DBD6EE85E2E943, OptionSet={"Object-Security":0x09E3}, acked E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D! 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291] send request 08:13:02.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:13:02.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291] added with generated mid KeyMID[127.0.0.1:8249-63245], CON-POST MID=63245, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:13:02.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291] added with generated token KeyToken[127.0.0.1:8249-60F1A6420D996333], CON-POST MID=63245, Token=60F1A6420D996333, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:13:02.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63245], KeyToken[127.0.0.1:8249-60F1A6420D996333]] 08:13:02.482 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,327,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63245, Token=60F1A6420D996333, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5] 08:13:02.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63245] 08:13:02.482 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.482 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292] replace CON-POST MID=63245, Token=60F1A6420D996333, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63245, Token=60F1A6420D996333, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1292] send response NON-2.05 MID=63245, Token=null, OptionSet={}, "server responds hi" 08:13:02.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, complete]! 08:13:02.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1292, complete] completed NON-2.04 MID=63245, Token=60F1A6420D996333, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9! 08:13:02.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,328,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63245, Token=60F1A6420D996333, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9] 08:13:02.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63245] 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, complete]! 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, complete] for token KeyToken[127.0.0.1:8249-60F1A6420D996333] 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, complete] for MID KeyMID[127.0.0.1:8249-63245] 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1291, complete] completed CON-POST MID= -1, Token=60F1A6420D996333, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63245, Token=60F1A6420D996333, OptionSet={"Object-Security":0x09E4}, acked D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5! 08:13:02.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293] send request 08:13:02.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:13:02.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293] added with generated mid KeyMID[127.0.0.1:8249-63246], CON-POST MID=63246, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:13:02.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293] added with generated token KeyToken[127.0.0.1:8249-38D82FA7CC7FCD7C], CON-POST MID=63246, Token=38D82FA7CC7FCD7C, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:13:02.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63246], KeyToken[127.0.0.1:8249-38D82FA7CC7FCD7C]] 08:13:02.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,329,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63246, Token=38D82FA7CC7FCD7C, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38] 08:13:02.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63246] 08:13:02.484 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.484 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294] replace CON-POST MID=63246, Token=38D82FA7CC7FCD7C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63246, Token=38D82FA7CC7FCD7C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1294] send response NON-2.05 MID=63246, Token=null, OptionSet={}, "server responds hi" 08:13:02.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, complete]! 08:13:02.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1294, complete] completed NON-2.04 MID=63246, Token=38D82FA7CC7FCD7C, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52! 08:13:02.485 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,330,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63246, Token=38D82FA7CC7FCD7C, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52] 08:13:02.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63246] 08:13:02.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, complete]! 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, complete] for token KeyToken[127.0.0.1:8249-38D82FA7CC7FCD7C] 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, complete] for MID KeyMID[127.0.0.1:8249-63246] 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1293, complete] completed CON-POST MID= -1, Token=38D82FA7CC7FCD7C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63246, Token=38D82FA7CC7FCD7C, OptionSet={"Object-Security":0x09E5}, acked 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38! 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295] send request 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295] added with generated mid KeyMID[127.0.0.1:8249-63247], CON-POST MID=63247, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295] added with generated token KeyToken[127.0.0.1:8249-04C72B6A60ACF0CE], CON-POST MID=63247, Token=04C72B6A60ACF0CE, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:13:02.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63247], KeyToken[127.0.0.1:8249-04C72B6A60ACF0CE]] 08:13:02.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,331,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63247, Token=04C72B6A60ACF0CE, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98] 08:13:02.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63247] 08:13:02.487 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.487 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296] replace CON-POST MID=63247, Token=04C72B6A60ACF0CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63247, Token=04C72B6A60ACF0CE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1296] send response NON-2.05 MID=63247, Token=null, OptionSet={}, "server responds hi" 08:13:02.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, complete]! 08:13:02.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1296, complete] completed NON-2.04 MID=63247, Token=04C72B6A60ACF0CE, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3! 08:13:02.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,332,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63247, Token=04C72B6A60ACF0CE, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3] 08:13:02.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63247] 08:13:02.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, complete]! 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, complete] for token KeyToken[127.0.0.1:8249-04C72B6A60ACF0CE] 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, complete] for MID KeyMID[127.0.0.1:8249-63247] 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1295, complete] completed CON-POST MID= -1, Token=04C72B6A60ACF0CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63247, Token=04C72B6A60ACF0CE, OptionSet={"Object-Security":0x09E6}, acked 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98! 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297] send request 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297] added with generated mid KeyMID[127.0.0.1:8249-63248], CON-POST MID=63248, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:13:02.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297] added with generated token KeyToken[127.0.0.1:8249-4460BAEDC4B1015A], CON-POST MID=63248, Token=4460BAEDC4B1015A, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:13:02.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63248], KeyToken[127.0.0.1:8249-4460BAEDC4B1015A]] 08:13:02.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,333,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63248, Token=4460BAEDC4B1015A, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3] 08:13:02.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63248] 08:13:02.489 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.489 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298] replace CON-POST MID=63248, Token=4460BAEDC4B1015A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63248, Token=4460BAEDC4B1015A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1298] send response NON-2.05 MID=63248, Token=null, OptionSet={}, "server responds hi" 08:13:02.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, complete]! 08:13:02.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1298, complete] completed NON-2.04 MID=63248, Token=4460BAEDC4B1015A, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91! 08:13:02.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,334,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63248, Token=4460BAEDC4B1015A, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91] 08:13:02.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63248] 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, complete]! 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, complete] for token KeyToken[127.0.0.1:8249-4460BAEDC4B1015A] 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, complete] for MID KeyMID[127.0.0.1:8249-63248] 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1297, complete] completed CON-POST MID= -1, Token=4460BAEDC4B1015A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63248, Token=4460BAEDC4B1015A, OptionSet={"Object-Security":0x09E7}, acked 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3! 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299] send request 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:13:02.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299] added with generated mid KeyMID[127.0.0.1:8249-63249], CON-POST MID=63249, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:13:02.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299] added with generated token KeyToken[127.0.0.1:8249-6429AD7D567B63C9], CON-POST MID=63249, Token=6429AD7D567B63C9, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:13:02.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63249], KeyToken[127.0.0.1:8249-6429AD7D567B63C9]] 08:13:02.491 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,335,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63249, Token=6429AD7D567B63C9, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03] 08:13:02.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63249] 08:13:02.491 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.491 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300] replace CON-POST MID=63249, Token=6429AD7D567B63C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63249, Token=6429AD7D567B63C9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1300] send response NON-2.05 MID=63249, Token=null, OptionSet={}, "server responds hi" 08:13:02.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, complete]! 08:13:02.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1300, complete] completed NON-2.04 MID=63249, Token=6429AD7D567B63C9, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56! 08:13:02.492 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,336,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63249, Token=6429AD7D567B63C9, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56] 08:13:02.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63249] 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, complete]! 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, complete] for token KeyToken[127.0.0.1:8249-6429AD7D567B63C9] 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, complete] for MID KeyMID[127.0.0.1:8249-63249] 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1299, complete] completed CON-POST MID= -1, Token=6429AD7D567B63C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63249, Token=6429AD7D567B63C9, OptionSet={"Object-Security":0x09E8}, acked 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03! 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301] send request 08:13:02.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:13:02.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301] added with generated mid KeyMID[127.0.0.1:8249-63250], CON-POST MID=63250, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:13:02.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301] added with generated token KeyToken[127.0.0.1:8249-684267ED8E51AAB3], CON-POST MID=63250, Token=684267ED8E51AAB3, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:13:02.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63250], KeyToken[127.0.0.1:8249-684267ED8E51AAB3]] 08:13:02.493 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,337,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63250, Token=684267ED8E51AAB3, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66] 08:13:02.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63250] 08:13:02.493 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.493 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302] replace CON-POST MID=63250, Token=684267ED8E51AAB3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63250, Token=684267ED8E51AAB3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1302] send response NON-2.05 MID=63250, Token=null, OptionSet={}, "server responds hi" 08:13:02.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, complete]! 08:13:02.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1302, complete] completed NON-2.04 MID=63250, Token=684267ED8E51AAB3, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72! 08:13:02.494 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,338,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63250, Token=684267ED8E51AAB3, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72] 08:13:02.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63250] 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, complete]! 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, complete] for token KeyToken[127.0.0.1:8249-684267ED8E51AAB3] 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, complete] for MID KeyMID[127.0.0.1:8249-63250] 08:13:02.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1301, complete] completed CON-POST MID= -1, Token=684267ED8E51AAB3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63250, Token=684267ED8E51AAB3, OptionSet={"Object-Security":0x09E9}, acked E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66! 08:13:02.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303] send request 08:13:02.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:13:02.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303] added with generated mid KeyMID[127.0.0.1:8249-63251], CON-POST MID=63251, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:13:02.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303] added with generated token KeyToken[127.0.0.1:8249-A04323EE847CB92C], CON-POST MID=63251, Token=A04323EE847CB92C, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:13:02.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63251], KeyToken[127.0.0.1:8249-A04323EE847CB92C]] 08:13:02.495 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,339,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63251, Token=A04323EE847CB92C, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F] 08:13:02.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63251] 08:13:02.496 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.496 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304] replace CON-POST MID=63251, Token=A04323EE847CB92C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63251, Token=A04323EE847CB92C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1304] send response NON-2.05 MID=63251, Token=null, OptionSet={}, "server responds hi" 08:13:02.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, complete]! 08:13:02.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1304, complete] completed NON-2.04 MID=63251, Token=A04323EE847CB92C, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84! 08:13:02.496 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,340,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63251, Token=A04323EE847CB92C, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84] 08:13:02.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63251] 08:13:02.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, complete]! 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, complete] for token KeyToken[127.0.0.1:8249-A04323EE847CB92C] 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, complete] for MID KeyMID[127.0.0.1:8249-63251] 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1303, complete] completed CON-POST MID= -1, Token=A04323EE847CB92C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63251, Token=A04323EE847CB92C, OptionSet={"Object-Security":0x09EA}, acked A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F! 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305] send request 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305] added with generated mid KeyMID[127.0.0.1:8249-63252], CON-POST MID=63252, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305] added with generated token KeyToken[127.0.0.1:8249-687CCDA64EF0E2C6], CON-POST MID=63252, Token=687CCDA64EF0E2C6, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:13:02.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63252], KeyToken[127.0.0.1:8249-687CCDA64EF0E2C6]] 08:13:02.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,341,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63252, Token=687CCDA64EF0E2C6, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36] 08:13:02.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63252] 08:13:02.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306] replace CON-POST MID=63252, Token=687CCDA64EF0E2C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63252, Token=687CCDA64EF0E2C6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1306] send response NON-2.05 MID=63252, Token=null, OptionSet={}, "server responds hi" 08:13:02.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, complete]! 08:13:02.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1306, complete] completed NON-2.04 MID=63252, Token=687CCDA64EF0E2C6, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76! 08:13:02.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,342,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63252, Token=687CCDA64EF0E2C6, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76] 08:13:02.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63252] 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, complete]! 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, complete] for token KeyToken[127.0.0.1:8249-687CCDA64EF0E2C6] 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, complete] for MID KeyMID[127.0.0.1:8249-63252] 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1305, complete] completed CON-POST MID= -1, Token=687CCDA64EF0E2C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63252, Token=687CCDA64EF0E2C6, OptionSet={"Object-Security":0x09EB}, acked FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36! 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307] send request 08:13:02.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:13:02.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307] added with generated mid KeyMID[127.0.0.1:8249-63253], CON-POST MID=63253, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:13:02.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307] added with generated token KeyToken[127.0.0.1:8249-B4080CC8A6CF5708], CON-POST MID=63253, Token=B4080CC8A6CF5708, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:13:02.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63253], KeyToken[127.0.0.1:8249-B4080CC8A6CF5708]] 08:13:02.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,343,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63253, Token=B4080CC8A6CF5708, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14] 08:13:02.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63253] 08:13:02.554 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.554 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308] replace CON-POST MID=63253, Token=B4080CC8A6CF5708, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63253, Token=B4080CC8A6CF5708, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1308] send response NON-2.05 MID=63253, Token=null, OptionSet={}, "server responds hi" 08:13:02.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, complete]! 08:13:02.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1308, complete] completed NON-2.04 MID=63253, Token=B4080CC8A6CF5708, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E! 08:13:02.555 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,344,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63253, Token=B4080CC8A6CF5708, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E] 08:13:02.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63253] 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, complete]! 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, complete] for token KeyToken[127.0.0.1:8249-B4080CC8A6CF5708] 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, complete] for MID KeyMID[127.0.0.1:8249-63253] 08:13:02.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1307, complete] completed CON-POST MID= -1, Token=B4080CC8A6CF5708, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63253, Token=B4080CC8A6CF5708, OptionSet={"Object-Security":0x09EC}, acked 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14! 08:13:02.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309] send request 08:13:02.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:13:02.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309] added with generated mid KeyMID[127.0.0.1:8249-63254], CON-POST MID=63254, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:13:02.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309] added with generated token KeyToken[127.0.0.1:8249-24A56BC36111EC22], CON-POST MID=63254, Token=24A56BC36111EC22, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:13:02.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63254], KeyToken[127.0.0.1:8249-24A56BC36111EC22]] 08:13:02.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,345,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63254, Token=24A56BC36111EC22, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F] 08:13:02.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63254] 08:13:02.557 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.557 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310] replace CON-POST MID=63254, Token=24A56BC36111EC22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63254, Token=24A56BC36111EC22, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1310] send response NON-2.05 MID=63254, Token=null, OptionSet={}, "server responds hi" 08:13:02.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, complete]! 08:13:02.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1310, complete] completed NON-2.04 MID=63254, Token=24A56BC36111EC22, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6! 08:13:02.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,346,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63254, Token=24A56BC36111EC22, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6] 08:13:02.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63254] 08:13:02.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, complete]! 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, complete] for token KeyToken[127.0.0.1:8249-24A56BC36111EC22] 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, complete] for MID KeyMID[127.0.0.1:8249-63254] 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1309, complete] completed CON-POST MID= -1, Token=24A56BC36111EC22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63254, Token=24A56BC36111EC22, OptionSet={"Object-Security":0x09ED}, acked A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F! 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311] send request 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311] added with generated mid KeyMID[127.0.0.1:8249-63255], CON-POST MID=63255, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311] added with generated token KeyToken[127.0.0.1:8249-0C5E0489C7817CBD], CON-POST MID=63255, Token=0C5E0489C7817CBD, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:13:02.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63255], KeyToken[127.0.0.1:8249-0C5E0489C7817CBD]] 08:13:02.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,347,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63255, Token=0C5E0489C7817CBD, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0] 08:13:02.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63255] 08:13:02.559 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.559 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312] replace CON-POST MID=63255, Token=0C5E0489C7817CBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63255, Token=0C5E0489C7817CBD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1312] send response NON-2.05 MID=63255, Token=null, OptionSet={}, "server responds hi" 08:13:02.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, complete]! 08:13:02.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1312, complete] completed NON-2.04 MID=63255, Token=0C5E0489C7817CBD, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4! 08:13:02.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,348,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63255, Token=0C5E0489C7817CBD, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4] 08:13:02.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63255] 08:13:02.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, complete]! 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, complete] for token KeyToken[127.0.0.1:8249-0C5E0489C7817CBD] 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, complete] for MID KeyMID[127.0.0.1:8249-63255] 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1311, complete] completed CON-POST MID= -1, Token=0C5E0489C7817CBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63255, Token=0C5E0489C7817CBD, OptionSet={"Object-Security":0x09EE}, acked 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0! 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313] send request 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313] added with generated mid KeyMID[127.0.0.1:8249-63256], CON-POST MID=63256, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313] added with generated token KeyToken[127.0.0.1:8249-10A1B6522E0487DB], CON-POST MID=63256, Token=10A1B6522E0487DB, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:13:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63256], KeyToken[127.0.0.1:8249-10A1B6522E0487DB]] 08:13:02.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,349,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63256, Token=10A1B6522E0487DB, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3] 08:13:02.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63256] 08:13:02.561 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.561 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314] replace CON-POST MID=63256, Token=10A1B6522E0487DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63256, Token=10A1B6522E0487DB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1314] send response NON-2.05 MID=63256, Token=null, OptionSet={}, "server responds hi" 08:13:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, complete]! 08:13:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1314, complete] completed NON-2.04 MID=63256, Token=10A1B6522E0487DB, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D! 08:13:02.561 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,350,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63256, Token=10A1B6522E0487DB, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D] 08:13:02.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63256] 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, complete]! 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, complete] for token KeyToken[127.0.0.1:8249-10A1B6522E0487DB] 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, complete] for MID KeyMID[127.0.0.1:8249-63256] 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1313, complete] completed CON-POST MID= -1, Token=10A1B6522E0487DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63256, Token=10A1B6522E0487DB, OptionSet={"Object-Security":0x09EF}, acked 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3! 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315] send request 08:13:02.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:13:02.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315] added with generated mid KeyMID[127.0.0.1:8249-63257], CON-POST MID=63257, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:13:02.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315] added with generated token KeyToken[127.0.0.1:8249-F8AB7C6692D1DED7], CON-POST MID=63257, Token=F8AB7C6692D1DED7, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:13:02.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63257], KeyToken[127.0.0.1:8249-F8AB7C6692D1DED7]] 08:13:02.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,351,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63257, Token=F8AB7C6692D1DED7, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7] 08:13:02.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63257] 08:13:02.563 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.563 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316] replace CON-POST MID=63257, Token=F8AB7C6692D1DED7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63257, Token=F8AB7C6692D1DED7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1316] send response NON-2.05 MID=63257, Token=null, OptionSet={}, "server responds hi" 08:13:02.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, complete]! 08:13:02.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1316, complete] completed NON-2.04 MID=63257, Token=F8AB7C6692D1DED7, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7! 08:13:02.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,352,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63257, Token=F8AB7C6692D1DED7, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7] 08:13:02.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63257] 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, complete]! 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, complete] for token KeyToken[127.0.0.1:8249-F8AB7C6692D1DED7] 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, complete] for MID KeyMID[127.0.0.1:8249-63257] 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1315, complete] completed CON-POST MID= -1, Token=F8AB7C6692D1DED7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63257, Token=F8AB7C6692D1DED7, OptionSet={"Object-Security":0x09F0}, acked 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7! 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317] send request 08:13:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:13:02.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317] added with generated mid KeyMID[127.0.0.1:8249-63258], CON-POST MID=63258, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:13:02.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317] added with generated token KeyToken[127.0.0.1:8249-D8A5C582113E8E97], CON-POST MID=63258, Token=D8A5C582113E8E97, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:13:02.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63258], KeyToken[127.0.0.1:8249-D8A5C582113E8E97]] 08:13:02.565 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,353,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63258, Token=D8A5C582113E8E97, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B] 08:13:02.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63258] 08:13:02.565 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.565 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318] replace CON-POST MID=63258, Token=D8A5C582113E8E97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63258, Token=D8A5C582113E8E97, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1318] send response NON-2.05 MID=63258, Token=null, OptionSet={}, "server responds hi" 08:13:02.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, complete]! 08:13:02.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1318, complete] completed NON-2.04 MID=63258, Token=D8A5C582113E8E97, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0! 08:13:02.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,354,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63258, Token=D8A5C582113E8E97, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0] 08:13:02.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63258] 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, complete]! 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, complete] for token KeyToken[127.0.0.1:8249-D8A5C582113E8E97] 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, complete] for MID KeyMID[127.0.0.1:8249-63258] 08:13:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1317, complete] completed CON-POST MID= -1, Token=D8A5C582113E8E97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63258, Token=D8A5C582113E8E97, OptionSet={"Object-Security":0x09F1}, acked 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B! 08:13:02.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319] send request 08:13:02.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:13:02.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319] added with generated mid KeyMID[127.0.0.1:8249-63259], CON-POST MID=63259, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:13:02.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319] added with generated token KeyToken[127.0.0.1:8249-F4EA6FB70E367ED6], CON-POST MID=63259, Token=F4EA6FB70E367ED6, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:13:02.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63259], KeyToken[127.0.0.1:8249-F4EA6FB70E367ED6]] 08:13:02.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,355,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63259, Token=F4EA6FB70E367ED6, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9] 08:13:02.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63259] 08:13:02.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320] replace CON-POST MID=63259, Token=F4EA6FB70E367ED6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63259, Token=F4EA6FB70E367ED6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1320] send response NON-2.05 MID=63259, Token=null, OptionSet={}, "server responds hi" 08:13:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, complete]! 08:13:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1320, complete] completed NON-2.04 MID=63259, Token=F4EA6FB70E367ED6, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F! 08:13:02.568 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,356,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63259, Token=F4EA6FB70E367ED6, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F] 08:13:02.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63259] 08:13:02.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, complete]! 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, complete] for token KeyToken[127.0.0.1:8249-F4EA6FB70E367ED6] 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, complete] for MID KeyMID[127.0.0.1:8249-63259] 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1319, complete] completed CON-POST MID= -1, Token=F4EA6FB70E367ED6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63259, Token=F4EA6FB70E367ED6, OptionSet={"Object-Security":0x09F2}, acked 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9! 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321] send request 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321] added with generated mid KeyMID[127.0.0.1:8249-63260], CON-POST MID=63260, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321] added with generated token KeyToken[127.0.0.1:8249-C82EF323443C9E30], CON-POST MID=63260, Token=C82EF323443C9E30, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:13:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63260], KeyToken[127.0.0.1:8249-C82EF323443C9E30]] 08:13:02.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,357,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63260, Token=C82EF323443C9E30, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9] 08:13:02.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63260] 08:13:02.570 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.570 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322] replace CON-POST MID=63260, Token=C82EF323443C9E30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63260, Token=C82EF323443C9E30, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1322] send response NON-2.05 MID=63260, Token=null, OptionSet={}, "server responds hi" 08:13:02.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, complete]! 08:13:02.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1322, complete] completed NON-2.04 MID=63260, Token=C82EF323443C9E30, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4! 08:13:02.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,358,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63260, Token=C82EF323443C9E30, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4] 08:13:02.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63260] 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, complete]! 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, complete] for token KeyToken[127.0.0.1:8249-C82EF323443C9E30] 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, complete] for MID KeyMID[127.0.0.1:8249-63260] 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1321, complete] completed CON-POST MID= -1, Token=C82EF323443C9E30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63260, Token=C82EF323443C9E30, OptionSet={"Object-Security":0x09F3}, acked B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9! 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323] send request 08:13:02.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:13:02.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323] added with generated mid KeyMID[127.0.0.1:8249-63261], CON-POST MID=63261, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:13:02.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323] added with generated token KeyToken[127.0.0.1:8249-ECC9864AECF4D064], CON-POST MID=63261, Token=ECC9864AECF4D064, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:13:02.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63261], KeyToken[127.0.0.1:8249-ECC9864AECF4D064]] 08:13:02.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,359,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63261, Token=ECC9864AECF4D064, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98] 08:13:02.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63261] 08:13:02.572 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.572 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324] replace CON-POST MID=63261, Token=ECC9864AECF4D064, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63261, Token=ECC9864AECF4D064, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1324] send response NON-2.05 MID=63261, Token=null, OptionSet={}, "server responds hi" 08:13:02.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, complete]! 08:13:02.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1324, complete] completed NON-2.04 MID=63261, Token=ECC9864AECF4D064, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F! 08:13:02.573 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,360,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63261, Token=ECC9864AECF4D064, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F] 08:13:02.573 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63261] 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, complete]! 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, complete] for token KeyToken[127.0.0.1:8249-ECC9864AECF4D064] 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, complete] for MID KeyMID[127.0.0.1:8249-63261] 08:13:02.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1323, complete] completed CON-POST MID= -1, Token=ECC9864AECF4D064, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63261, Token=ECC9864AECF4D064, OptionSet={"Object-Security":0x09F4}, acked 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98! 08:13:02.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325] send request 08:13:02.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:13:02.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325] added with generated mid KeyMID[127.0.0.1:8249-63262], CON-POST MID=63262, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:13:02.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325] added with generated token KeyToken[127.0.0.1:8249-9470AD6785C7F93A], CON-POST MID=63262, Token=9470AD6785C7F93A, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:13:02.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63262], KeyToken[127.0.0.1:8249-9470AD6785C7F93A]] 08:13:02.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,361,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63262, Token=9470AD6785C7F93A, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43] 08:13:02.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63262] 08:13:02.575 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.575 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326] replace CON-POST MID=63262, Token=9470AD6785C7F93A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63262, Token=9470AD6785C7F93A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1326] send response NON-2.05 MID=63262, Token=null, OptionSet={}, "server responds hi" 08:13:02.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, complete]! 08:13:02.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1326, complete] completed NON-2.04 MID=63262, Token=9470AD6785C7F93A, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96! 08:13:02.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,362,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63262, Token=9470AD6785C7F93A, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96] 08:13:02.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63262] 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, complete]! 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, complete] for token KeyToken[127.0.0.1:8249-9470AD6785C7F93A] 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, complete] for MID KeyMID[127.0.0.1:8249-63262] 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1325, complete] completed CON-POST MID= -1, Token=9470AD6785C7F93A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63262, Token=9470AD6785C7F93A, OptionSet={"Object-Security":0x09F5}, acked C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43! 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327] send request 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:13:02.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327] added with generated mid KeyMID[127.0.0.1:8249-63263], CON-POST MID=63263, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:13:02.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327] added with generated token KeyToken[127.0.0.1:8249-20C8AFB16FD197C4], CON-POST MID=63263, Token=20C8AFB16FD197C4, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:13:02.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63263], KeyToken[127.0.0.1:8249-20C8AFB16FD197C4]] 08:13:02.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,363,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63263, Token=20C8AFB16FD197C4, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0] 08:13:02.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63263] 08:13:02.577 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.577 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328] replace CON-POST MID=63263, Token=20C8AFB16FD197C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63263, Token=20C8AFB16FD197C4, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1328] send response NON-2.05 MID=63263, Token=null, OptionSet={}, "server responds hi" 08:13:02.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, complete]! 08:13:02.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1328, complete] completed NON-2.04 MID=63263, Token=20C8AFB16FD197C4, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F! 08:13:02.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,364,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63263, Token=20C8AFB16FD197C4, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F] 08:13:02.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63263] 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, complete]! 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, complete] for token KeyToken[127.0.0.1:8249-20C8AFB16FD197C4] 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, complete] for MID KeyMID[127.0.0.1:8249-63263] 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1327, complete] completed CON-POST MID= -1, Token=20C8AFB16FD197C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63263, Token=20C8AFB16FD197C4, OptionSet={"Object-Security":0x09F6}, acked 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0! 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329] send request 08:13:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:13:02.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329] added with generated mid KeyMID[127.0.0.1:8249-63264], CON-POST MID=63264, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:13:02.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329] added with generated token KeyToken[127.0.0.1:8249-D0A227E1C4A03815], CON-POST MID=63264, Token=D0A227E1C4A03815, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:13:02.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63264], KeyToken[127.0.0.1:8249-D0A227E1C4A03815]] 08:13:02.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,365,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63264, Token=D0A227E1C4A03815, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3] 08:13:02.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63264] 08:13:02.579 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.579 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330] replace CON-POST MID=63264, Token=D0A227E1C4A03815, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63264, Token=D0A227E1C4A03815, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1330] send response NON-2.05 MID=63264, Token=null, OptionSet={}, "server responds hi" 08:13:02.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, complete]! 08:13:02.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1330, complete] completed NON-2.04 MID=63264, Token=D0A227E1C4A03815, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8! 08:13:02.580 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,366,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63264, Token=D0A227E1C4A03815, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8] 08:13:02.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63264] 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, complete]! 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, complete] for token KeyToken[127.0.0.1:8249-D0A227E1C4A03815] 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, complete] for MID KeyMID[127.0.0.1:8249-63264] 08:13:02.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1329, complete] completed CON-POST MID= -1, Token=D0A227E1C4A03815, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63264, Token=D0A227E1C4A03815, OptionSet={"Object-Security":0x09F7}, acked 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3! 08:13:02.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331] send request 08:13:02.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:13:02.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331] added with generated mid KeyMID[127.0.0.1:8249-63265], CON-POST MID=63265, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:13:02.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331] added with generated token KeyToken[127.0.0.1:8249-B4A5B8C7D75B33BB], CON-POST MID=63265, Token=B4A5B8C7D75B33BB, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:13:02.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63265], KeyToken[127.0.0.1:8249-B4A5B8C7D75B33BB]] 08:13:02.581 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,367,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63265, Token=B4A5B8C7D75B33BB, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42] 08:13:02.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63265] 08:13:02.582 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.582 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332] replace CON-POST MID=63265, Token=B4A5B8C7D75B33BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63265, Token=B4A5B8C7D75B33BB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1332] send response NON-2.05 MID=63265, Token=null, OptionSet={}, "server responds hi" 08:13:02.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, complete]! 08:13:02.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1332, complete] completed NON-2.04 MID=63265, Token=B4A5B8C7D75B33BB, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7! 08:13:02.582 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,368,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63265, Token=B4A5B8C7D75B33BB, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7] 08:13:02.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63265] 08:13:02.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, complete]! 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, complete] for token KeyToken[127.0.0.1:8249-B4A5B8C7D75B33BB] 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, complete] for MID KeyMID[127.0.0.1:8249-63265] 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1331, complete] completed CON-POST MID= -1, Token=B4A5B8C7D75B33BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63265, Token=B4A5B8C7D75B33BB, OptionSet={"Object-Security":0x09F8}, acked 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42! 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333] send request 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:13:02.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333] added with generated mid KeyMID[127.0.0.1:8249-63266], CON-POST MID=63266, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:13:02.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333] added with generated token KeyToken[127.0.0.1:8249-90D048F3AAFE27A8], CON-POST MID=63266, Token=90D048F3AAFE27A8, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:13:02.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63266], KeyToken[127.0.0.1:8249-90D048F3AAFE27A8]] 08:13:02.584 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,369,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63266, Token=90D048F3AAFE27A8, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61] 08:13:02.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63266] 08:13:02.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334] replace CON-POST MID=63266, Token=90D048F3AAFE27A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63266, Token=90D048F3AAFE27A8, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1334] send response NON-2.05 MID=63266, Token=null, OptionSet={}, "server responds hi" 08:13:02.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, complete]! 08:13:02.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1334, complete] completed NON-2.04 MID=63266, Token=90D048F3AAFE27A8, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE! 08:13:02.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,370,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63266, Token=90D048F3AAFE27A8, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE] 08:13:02.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63266] 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, complete]! 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, complete] for token KeyToken[127.0.0.1:8249-90D048F3AAFE27A8] 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, complete] for MID KeyMID[127.0.0.1:8249-63266] 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1333, complete] completed CON-POST MID= -1, Token=90D048F3AAFE27A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63266, Token=90D048F3AAFE27A8, OptionSet={"Object-Security":0x09F9}, acked 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61! 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335] send request 08:13:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:13:02.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335] added with generated mid KeyMID[127.0.0.1:8249-63267], CON-POST MID=63267, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:13:02.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335] added with generated token KeyToken[127.0.0.1:8249-64E9BF51F5FD2FC1], CON-POST MID=63267, Token=64E9BF51F5FD2FC1, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:13:02.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63267], KeyToken[127.0.0.1:8249-64E9BF51F5FD2FC1]] 08:13:02.586 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,371,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63267, Token=64E9BF51F5FD2FC1, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73] 08:13:02.586 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63267] 08:13:02.586 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.586 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336] replace CON-POST MID=63267, Token=64E9BF51F5FD2FC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63267, Token=64E9BF51F5FD2FC1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1336] send response NON-2.05 MID=63267, Token=null, OptionSet={}, "server responds hi" 08:13:02.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, complete]! 08:13:02.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1336, complete] completed NON-2.04 MID=63267, Token=64E9BF51F5FD2FC1, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70! 08:13:02.587 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,372,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63267, Token=64E9BF51F5FD2FC1, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70] 08:13:02.587 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63267] 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, complete]! 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, complete] for token KeyToken[127.0.0.1:8249-64E9BF51F5FD2FC1] 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, complete] for MID KeyMID[127.0.0.1:8249-63267] 08:13:02.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1335, complete] completed CON-POST MID= -1, Token=64E9BF51F5FD2FC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63267, Token=64E9BF51F5FD2FC1, OptionSet={"Object-Security":0x09FA}, acked A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73! 08:13:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337] send request 08:13:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:13:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337] added with generated mid KeyMID[127.0.0.1:8249-63268], CON-POST MID=63268, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:13:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337] added with generated token KeyToken[127.0.0.1:8249-28EE17AE76346BFA], CON-POST MID=63268, Token=28EE17AE76346BFA, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:13:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63268], KeyToken[127.0.0.1:8249-28EE17AE76346BFA]] 08:13:02.588 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,373,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63268, Token=28EE17AE76346BFA, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13] 08:13:02.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63268] 08:13:02.589 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.589 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338] replace CON-POST MID=63268, Token=28EE17AE76346BFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63268, Token=28EE17AE76346BFA, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1338] send response NON-2.05 MID=63268, Token=null, OptionSet={}, "server responds hi" 08:13:02.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, complete]! 08:13:02.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1338, complete] completed NON-2.04 MID=63268, Token=28EE17AE76346BFA, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2! 08:13:02.589 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,374,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63268, Token=28EE17AE76346BFA, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2] 08:13:02.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63268] 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, complete]! 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, complete] for token KeyToken[127.0.0.1:8249-28EE17AE76346BFA] 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, complete] for MID KeyMID[127.0.0.1:8249-63268] 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1337, complete] completed CON-POST MID= -1, Token=28EE17AE76346BFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63268, Token=28EE17AE76346BFA, OptionSet={"Object-Security":0x09FB}, acked 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13! 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339] send request 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:13:02.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339] added with generated mid KeyMID[127.0.0.1:8249-63269], CON-POST MID=63269, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:13:02.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339] added with generated token KeyToken[127.0.0.1:8249-309BDEEF3971A22B], CON-POST MID=63269, Token=309BDEEF3971A22B, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:13:02.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63269], KeyToken[127.0.0.1:8249-309BDEEF3971A22B]] 08:13:02.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,375,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63269, Token=309BDEEF3971A22B, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F] 08:13:02.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63269] 08:13:02.591 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.591 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340] replace CON-POST MID=63269, Token=309BDEEF3971A22B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63269, Token=309BDEEF3971A22B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1340] send response NON-2.05 MID=63269, Token=null, OptionSet={}, "server responds hi" 08:13:02.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, complete]! 08:13:02.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1340, complete] completed NON-2.04 MID=63269, Token=309BDEEF3971A22B, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26! 08:13:02.592 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,376,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63269, Token=309BDEEF3971A22B, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26] 08:13:02.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63269] 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, complete]! 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, complete] for token KeyToken[127.0.0.1:8249-309BDEEF3971A22B] 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, complete] for MID KeyMID[127.0.0.1:8249-63269] 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1339, complete] completed CON-POST MID= -1, Token=309BDEEF3971A22B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63269, Token=309BDEEF3971A22B, OptionSet={"Object-Security":0x09FC}, acked 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F! 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341] send request 08:13:02.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:13:02.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341] added with generated mid KeyMID[127.0.0.1:8249-63270], CON-POST MID=63270, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:13:02.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341] added with generated token KeyToken[127.0.0.1:8249-7CC792B7A3315671], CON-POST MID=63270, Token=7CC792B7A3315671, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:13:02.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63270], KeyToken[127.0.0.1:8249-7CC792B7A3315671]] 08:13:02.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,377,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63270, Token=7CC792B7A3315671, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5] 08:13:02.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63270] 08:13:02.593 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.593 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342] replace CON-POST MID=63270, Token=7CC792B7A3315671, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63270, Token=7CC792B7A3315671, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1342] send response NON-2.05 MID=63270, Token=null, OptionSet={}, "server responds hi" 08:13:02.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, complete]! 08:13:02.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1342, complete] completed NON-2.04 MID=63270, Token=7CC792B7A3315671, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B! 08:13:02.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,378,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63270, Token=7CC792B7A3315671, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B] 08:13:02.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63270] 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, complete]! 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, complete] for token KeyToken[127.0.0.1:8249-7CC792B7A3315671] 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, complete] for MID KeyMID[127.0.0.1:8249-63270] 08:13:02.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1341, complete] completed CON-POST MID= -1, Token=7CC792B7A3315671, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63270, Token=7CC792B7A3315671, OptionSet={"Object-Security":0x09FD}, acked A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5! 08:13:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343] send request 08:13:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:13:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343] added with generated mid KeyMID[127.0.0.1:8249-63271], CON-POST MID=63271, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:13:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343] added with generated token KeyToken[127.0.0.1:8249-C03084A806067267], CON-POST MID=63271, Token=C03084A806067267, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:13:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63271], KeyToken[127.0.0.1:8249-C03084A806067267]] 08:13:02.595 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,379,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63271, Token=C03084A806067267, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E] 08:13:02.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63271] 08:13:02.596 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.596 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344] replace CON-POST MID=63271, Token=C03084A806067267, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63271, Token=C03084A806067267, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1344] send response NON-2.05 MID=63271, Token=null, OptionSet={}, "server responds hi" 08:13:02.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, complete]! 08:13:02.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1344, complete] completed NON-2.04 MID=63271, Token=C03084A806067267, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65! 08:13:02.596 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,380,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63271, Token=C03084A806067267, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65] 08:13:02.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63271] 08:13:02.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, complete]! 08:13:02.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, complete] for token KeyToken[127.0.0.1:8249-C03084A806067267] 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, complete] for MID KeyMID[127.0.0.1:8249-63271] 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1343, complete] completed CON-POST MID= -1, Token=C03084A806067267, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63271, Token=C03084A806067267, OptionSet={"Object-Security":0x09FE}, acked AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E! 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345] send request 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345] added with generated mid KeyMID[127.0.0.1:8249-63272], CON-POST MID=63272, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345] added with generated token KeyToken[127.0.0.1:8249-44FF0935A81AB512], CON-POST MID=63272, Token=44FF0935A81AB512, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:13:02.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63272], KeyToken[127.0.0.1:8249-44FF0935A81AB512]] 08:13:02.597 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:13:02.597 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,381,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63272, Token=44FF0935A81AB512, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07] 08:13:02.597 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:13:02.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63272] 08:13:02.598 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.598 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346] replace CON-POST MID=63272, Token=44FF0935A81AB512, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63272, Token=44FF0935A81AB512, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1346] send response NON-2.05 MID=63272, Token=null, OptionSet={}, "server responds hi" 08:13:02.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, complete]! 08:13:02.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1346, complete] completed NON-2.04 MID=63272, Token=44FF0935A81AB512, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0! 08:13:02.598 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.598 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,382,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63272, Token=44FF0935A81AB512, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0] 08:13:02.598 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63272] 08:13:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, complete]! 08:13:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, complete] for token KeyToken[127.0.0.1:8249-44FF0935A81AB512] 08:13:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, complete] for MID KeyMID[127.0.0.1:8249-63272] 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1345, complete] completed CON-POST MID= -1, Token=44FF0935A81AB512, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63272, Token=44FF0935A81AB512, OptionSet={"Object-Security":0x09FF}, acked 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07! 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347] send request 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347] added with generated mid KeyMID[127.0.0.1:8249-63273], CON-POST MID=63273, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347] added with generated token KeyToken[127.0.0.1:8249-ECB344A47F8924CB], CON-POST MID=63273, Token=ECB344A47F8924CB, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:13:02.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63273], KeyToken[127.0.0.1:8249-ECB344A47F8924CB]] 08:13:02.599 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,383,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63273, Token=ECB344A47F8924CB, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 08:13:02.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63273] 08:13:02.600 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.600 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348] replace CON-POST MID=63273, Token=ECB344A47F8924CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63273, Token=ECB344A47F8924CB, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1348] send response NON-2.05 MID=63273, Token=null, OptionSet={}, "server responds hi" 08:13:02.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, complete]! 08:13:02.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1348, complete] completed NON-2.04 MID=63273, Token=ECB344A47F8924CB, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 08:13:02.600 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,384,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63273, Token=ECB344A47F8924CB, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 08:13:02.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63273] 08:13:02.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, complete]! 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, complete] for token KeyToken[127.0.0.1:8249-ECB344A47F8924CB] 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, complete] for MID KeyMID[127.0.0.1:8249-63273] 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1347, complete] completed CON-POST MID= -1, Token=ECB344A47F8924CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63273, Token=ECB344A47F8924CB, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349] send request 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:13:02.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349] added with generated mid KeyMID[127.0.0.1:8249-63274], CON-POST MID=63274, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:13:02.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349] added with generated token KeyToken[127.0.0.1:8249-4C75C48353850DA6], CON-POST MID=63274, Token=4C75C48353850DA6, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:13:02.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63274], KeyToken[127.0.0.1:8249-4C75C48353850DA6]] 08:13:02.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,385,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63274, Token=4C75C48353850DA6, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E] 08:13:02.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63274] 08:13:02.652 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.652 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350] replace CON-POST MID=63274, Token=4C75C48353850DA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63274, Token=4C75C48353850DA6, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1350] send response NON-2.05 MID=63274, Token=null, OptionSet={}, "server responds hi" 08:13:02.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, complete]! 08:13:02.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1350, complete] completed NON-2.04 MID=63274, Token=4C75C48353850DA6, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52! 08:13:02.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,386,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63274, Token=4C75C48353850DA6, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52] 08:13:02.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63274] 08:13:02.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, complete]! 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, complete] for token KeyToken[127.0.0.1:8249-4C75C48353850DA6] 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, complete] for MID KeyMID[127.0.0.1:8249-63274] 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1349, complete] completed CON-POST MID= -1, Token=4C75C48353850DA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63274, Token=4C75C48353850DA6, OptionSet={"Object-Security":0x0A0101}, acked A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E! 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351] send request 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:13:02.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351] added with generated mid KeyMID[127.0.0.1:8249-63275], CON-POST MID=63275, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:13:02.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351] added with generated token KeyToken[127.0.0.1:8249-983537CAFF69508D], CON-POST MID=63275, Token=983537CAFF69508D, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:13:02.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63275], KeyToken[127.0.0.1:8249-983537CAFF69508D]] 08:13:02.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,387,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63275, Token=983537CAFF69508D, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA] 08:13:02.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63275] 08:13:02.655 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.655 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352] replace CON-POST MID=63275, Token=983537CAFF69508D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63275, Token=983537CAFF69508D, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1352] send response NON-2.05 MID=63275, Token=null, OptionSet={}, "server responds hi" 08:13:02.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, complete]! 08:13:02.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1352, complete] completed NON-2.04 MID=63275, Token=983537CAFF69508D, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04! 08:13:02.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,388,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63275, Token=983537CAFF69508D, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04] 08:13:02.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63275] 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, complete]! 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, complete] for token KeyToken[127.0.0.1:8249-983537CAFF69508D] 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, complete] for MID KeyMID[127.0.0.1:8249-63275] 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1351, complete] completed CON-POST MID= -1, Token=983537CAFF69508D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63275, Token=983537CAFF69508D, OptionSet={"Object-Security":0x0A0102}, acked E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA! 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353] send request 08:13:02.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:13:02.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353] added with generated mid KeyMID[127.0.0.1:8249-63276], CON-POST MID=63276, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:13:02.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353] added with generated token KeyToken[127.0.0.1:8249-C8CE4D04F7B42761], CON-POST MID=63276, Token=C8CE4D04F7B42761, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:13:02.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63276], KeyToken[127.0.0.1:8249-C8CE4D04F7B42761]] 08:13:02.657 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,389,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63276, Token=C8CE4D04F7B42761, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34] 08:13:02.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63276] 08:13:02.657 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.657 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354] replace CON-POST MID=63276, Token=C8CE4D04F7B42761, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63276, Token=C8CE4D04F7B42761, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1354] send response NON-2.05 MID=63276, Token=null, OptionSet={}, "server responds hi" 08:13:02.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, complete]! 08:13:02.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1354, complete] completed NON-2.04 MID=63276, Token=C8CE4D04F7B42761, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F! 08:13:02.658 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,390,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63276, Token=C8CE4D04F7B42761, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F] 08:13:02.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63276] 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, complete]! 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, complete] for token KeyToken[127.0.0.1:8249-C8CE4D04F7B42761] 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, complete] for MID KeyMID[127.0.0.1:8249-63276] 08:13:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1353, complete] completed CON-POST MID= -1, Token=C8CE4D04F7B42761, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63276, Token=C8CE4D04F7B42761, OptionSet={"Object-Security":0x0A0103}, acked 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34! 08:13:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355] send request 08:13:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:13:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355] added with generated mid KeyMID[127.0.0.1:8249-63277], CON-POST MID=63277, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:13:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355] added with generated token KeyToken[127.0.0.1:8249-44D3FCC574BB74D0], CON-POST MID=63277, Token=44D3FCC574BB74D0, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:13:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63277], KeyToken[127.0.0.1:8249-44D3FCC574BB74D0]] 08:13:02.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,391,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63277, Token=44D3FCC574BB74D0, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13] 08:13:02.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63277] 08:13:02.660 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.660 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356] replace CON-POST MID=63277, Token=44D3FCC574BB74D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63277, Token=44D3FCC574BB74D0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1356] send response NON-2.05 MID=63277, Token=null, OptionSet={}, "server responds hi" 08:13:02.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, complete]! 08:13:02.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1356, complete] completed NON-2.04 MID=63277, Token=44D3FCC574BB74D0, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2! 08:13:02.660 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,392,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63277, Token=44D3FCC574BB74D0, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2] 08:13:02.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63277] 08:13:02.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, complete]! 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, complete] for token KeyToken[127.0.0.1:8249-44D3FCC574BB74D0] 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, complete] for MID KeyMID[127.0.0.1:8249-63277] 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1355, complete] completed CON-POST MID= -1, Token=44D3FCC574BB74D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63277, Token=44D3FCC574BB74D0, OptionSet={"Object-Security":0x0A0104}, acked 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13! 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357] send request 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:13:02.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357] added with generated mid KeyMID[127.0.0.1:8249-63278], CON-POST MID=63278, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:13:02.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357] added with generated token KeyToken[127.0.0.1:8249-2844DEB4F2D90429], CON-POST MID=63278, Token=2844DEB4F2D90429, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:13:02.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63278], KeyToken[127.0.0.1:8249-2844DEB4F2D90429]] 08:13:02.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,393,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63278, Token=2844DEB4F2D90429, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16] 08:13:02.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63278] 08:13:02.662 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.662 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358] replace CON-POST MID=63278, Token=2844DEB4F2D90429, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63278, Token=2844DEB4F2D90429, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1358] send response NON-2.05 MID=63278, Token=null, OptionSet={}, "server responds hi" 08:13:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, complete]! 08:13:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1358, complete] completed NON-2.04 MID=63278, Token=2844DEB4F2D90429, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28! 08:13:02.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,394,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63278, Token=2844DEB4F2D90429, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28] 08:13:02.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63278] 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, complete]! 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, complete] for token KeyToken[127.0.0.1:8249-2844DEB4F2D90429] 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, complete] for MID KeyMID[127.0.0.1:8249-63278] 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1357, complete] completed CON-POST MID= -1, Token=2844DEB4F2D90429, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63278, Token=2844DEB4F2D90429, OptionSet={"Object-Security":0x0A0105}, acked 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16! 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359] send request 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:13:02.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359] added with generated mid KeyMID[127.0.0.1:8249-63279], CON-POST MID=63279, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:13:02.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359] added with generated token KeyToken[127.0.0.1:8249-946B6E6566AAA14F], CON-POST MID=63279, Token=946B6E6566AAA14F, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:13:02.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63279], KeyToken[127.0.0.1:8249-946B6E6566AAA14F]] 08:13:02.664 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,395,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63279, Token=946B6E6566AAA14F, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0] 08:13:02.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63279] 08:13:02.664 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.664 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360] replace CON-POST MID=63279, Token=946B6E6566AAA14F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63279, Token=946B6E6566AAA14F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1360] send response NON-2.05 MID=63279, Token=null, OptionSet={}, "server responds hi" 08:13:02.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, complete]! 08:13:02.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1360, complete] completed NON-2.04 MID=63279, Token=946B6E6566AAA14F, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71! 08:13:02.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,396,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63279, Token=946B6E6566AAA14F, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71] 08:13:02.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63279] 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, complete]! 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, complete] for token KeyToken[127.0.0.1:8249-946B6E6566AAA14F] 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, complete] for MID KeyMID[127.0.0.1:8249-63279] 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1359, complete] completed CON-POST MID= -1, Token=946B6E6566AAA14F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63279, Token=946B6E6566AAA14F, OptionSet={"Object-Security":0x0A0106}, acked 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0! 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361] send request 08:13:02.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:13:02.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361] added with generated mid KeyMID[127.0.0.1:8249-63280], CON-POST MID=63280, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:13:02.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361] added with generated token KeyToken[127.0.0.1:8249-30E88A984B1A4DD5], CON-POST MID=63280, Token=30E88A984B1A4DD5, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:13:02.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63280], KeyToken[127.0.0.1:8249-30E88A984B1A4DD5]] 08:13:02.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,397,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63280, Token=30E88A984B1A4DD5, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9] 08:13:02.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63280] 08:13:02.666 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.666 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362] replace CON-POST MID=63280, Token=30E88A984B1A4DD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63280, Token=30E88A984B1A4DD5, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1362] send response NON-2.05 MID=63280, Token=null, OptionSet={}, "server responds hi" 08:13:02.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, complete]! 08:13:02.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1362, complete] completed NON-2.04 MID=63280, Token=30E88A984B1A4DD5, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8! 08:13:02.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,398,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63280, Token=30E88A984B1A4DD5, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8] 08:13:02.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63280] 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, complete]! 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, complete] for token KeyToken[127.0.0.1:8249-30E88A984B1A4DD5] 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, complete] for MID KeyMID[127.0.0.1:8249-63280] 08:13:02.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1361, complete] completed CON-POST MID= -1, Token=30E88A984B1A4DD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63280, Token=30E88A984B1A4DD5, OptionSet={"Object-Security":0x0A0107}, acked F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9! 08:13:02.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363] send request 08:13:02.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:13:02.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363] added with generated mid KeyMID[127.0.0.1:8249-63281], CON-POST MID=63281, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:13:02.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363] added with generated token KeyToken[127.0.0.1:8249-84368863849649FD], CON-POST MID=63281, Token=84368863849649FD, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:13:02.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63281], KeyToken[127.0.0.1:8249-84368863849649FD]] 08:13:02.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,399,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63281, Token=84368863849649FD, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1] 08:13:02.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63281] 08:13:02.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364] replace CON-POST MID=63281, Token=84368863849649FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63281, Token=84368863849649FD, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1364] send response NON-2.05 MID=63281, Token=null, OptionSet={}, "server responds hi" 08:13:02.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, complete]! 08:13:02.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1364, complete] completed NON-2.04 MID=63281, Token=84368863849649FD, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2! 08:13:02.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,400,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63281, Token=84368863849649FD, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2] 08:13:02.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63281] 08:13:02.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, complete]! 08:13:02.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, complete] for token KeyToken[127.0.0.1:8249-84368863849649FD] 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, complete] for MID KeyMID[127.0.0.1:8249-63281] 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1363, complete] completed CON-POST MID= -1, Token=84368863849649FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63281, Token=84368863849649FD, OptionSet={"Object-Security":0x0A0108}, acked 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1! 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365] send request 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365] added with generated mid KeyMID[127.0.0.1:8249-63282], CON-POST MID=63282, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365] added with generated token KeyToken[127.0.0.1:8249-8830850A2CB79B3E], CON-POST MID=63282, Token=8830850A2CB79B3E, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:13:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63282], KeyToken[127.0.0.1:8249-8830850A2CB79B3E]] 08:13:02.670 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,401,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63282, Token=8830850A2CB79B3E, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA] 08:13:02.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63282] 08:13:02.671 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.671 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366] replace CON-POST MID=63282, Token=8830850A2CB79B3E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63282, Token=8830850A2CB79B3E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1366] send response NON-2.05 MID=63282, Token=null, OptionSet={}, "server responds hi" 08:13:02.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, complete]! 08:13:02.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1366, complete] completed NON-2.04 MID=63282, Token=8830850A2CB79B3E, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0! 08:13:02.671 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,402,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63282, Token=8830850A2CB79B3E, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0] 08:13:02.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63282] 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, complete]! 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, complete] for token KeyToken[127.0.0.1:8249-8830850A2CB79B3E] 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, complete] for MID KeyMID[127.0.0.1:8249-63282] 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1365, complete] completed CON-POST MID= -1, Token=8830850A2CB79B3E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63282, Token=8830850A2CB79B3E, OptionSet={"Object-Security":0x0A0109}, acked 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA! 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367] send request 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:13:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367] added with generated mid KeyMID[127.0.0.1:8249-63283], CON-POST MID=63283, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:13:02.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367] added with generated token KeyToken[127.0.0.1:8249-A07140ADEEDE4998], CON-POST MID=63283, Token=A07140ADEEDE4998, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:13:02.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63283], KeyToken[127.0.0.1:8249-A07140ADEEDE4998]] 08:13:02.673 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,403,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63283, Token=A07140ADEEDE4998, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F] 08:13:02.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63283] 08:13:02.673 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.673 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368] replace CON-POST MID=63283, Token=A07140ADEEDE4998, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63283, Token=A07140ADEEDE4998, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1368] send response NON-2.05 MID=63283, Token=null, OptionSet={}, "server responds hi" 08:13:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, complete]! 08:13:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1368, complete] completed NON-2.04 MID=63283, Token=A07140ADEEDE4998, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0! 08:13:02.673 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,404,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63283, Token=A07140ADEEDE4998, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0] 08:13:02.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63283] 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, complete]! 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, complete] for token KeyToken[127.0.0.1:8249-A07140ADEEDE4998] 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, complete] for MID KeyMID[127.0.0.1:8249-63283] 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1367, complete] completed CON-POST MID= -1, Token=A07140ADEEDE4998, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63283, Token=A07140ADEEDE4998, OptionSet={"Object-Security":0x0A010A}, acked 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F! 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369] send request 08:13:02.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:13:02.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369] added with generated mid KeyMID[127.0.0.1:8249-63284], CON-POST MID=63284, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:13:02.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369] added with generated token KeyToken[127.0.0.1:8249-08B47BC1F5748323], CON-POST MID=63284, Token=08B47BC1F5748323, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:13:02.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63284], KeyToken[127.0.0.1:8249-08B47BC1F5748323]] 08:13:02.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,405,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63284, Token=08B47BC1F5748323, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B] 08:13:02.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63284] 08:13:02.675 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.675 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370] replace CON-POST MID=63284, Token=08B47BC1F5748323, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63284, Token=08B47BC1F5748323, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1370] send response NON-2.05 MID=63284, Token=null, OptionSet={}, "server responds hi" 08:13:02.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, complete]! 08:13:02.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1370, complete] completed NON-2.04 MID=63284, Token=08B47BC1F5748323, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF! 08:13:02.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,406,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63284, Token=08B47BC1F5748323, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF] 08:13:02.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63284] 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, complete]! 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, complete] for token KeyToken[127.0.0.1:8249-08B47BC1F5748323] 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, complete] for MID KeyMID[127.0.0.1:8249-63284] 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1369, complete] completed CON-POST MID= -1, Token=08B47BC1F5748323, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63284, Token=08B47BC1F5748323, OptionSet={"Object-Security":0x0A010B}, acked 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B! 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371] send request 08:13:02.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:13:02.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371] added with generated mid KeyMID[127.0.0.1:8249-63285], CON-POST MID=63285, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:13:02.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371] added with generated token KeyToken[127.0.0.1:8249-F4CF99C361D06743], CON-POST MID=63285, Token=F4CF99C361D06743, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:13:02.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63285], KeyToken[127.0.0.1:8249-F4CF99C361D06743]] 08:13:02.677 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,407,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63285, Token=F4CF99C361D06743, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5] 08:13:02.677 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63285] 08:13:02.677 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.677 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372] replace CON-POST MID=63285, Token=F4CF99C361D06743, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63285, Token=F4CF99C361D06743, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1372] send response NON-2.05 MID=63285, Token=null, OptionSet={}, "server responds hi" 08:13:02.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, complete]! 08:13:02.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1372, complete] completed NON-2.04 MID=63285, Token=F4CF99C361D06743, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4! 08:13:02.678 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,408,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63285, Token=F4CF99C361D06743, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4] 08:13:02.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63285] 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, complete]! 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, complete] for token KeyToken[127.0.0.1:8249-F4CF99C361D06743] 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, complete] for MID KeyMID[127.0.0.1:8249-63285] 08:13:02.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1371, complete] completed CON-POST MID= -1, Token=F4CF99C361D06743, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63285, Token=F4CF99C361D06743, OptionSet={"Object-Security":0x0A010C}, acked 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5! 08:13:02.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1373] send request 08:13:02.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1373] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1373] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:13:02.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1373] added with generated mid KeyMID[127.0.0.1:8249-63286], CON-POST MID=63286, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:13:02.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1373] added with generated token KeyToken[127.0.0.1:8249-80ED116AD70A0F6A], CON-POST MID=63286, Token=80ED116AD70A0F6A, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:13:02.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63286], KeyToken[127.0.0.1:8249-80ED116AD70A0F6A]] 08:13:02.679 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,409,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63286, Token=80ED116AD70A0F6A, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4] 08:13:02.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63286] 08:13:02.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374] replace CON-POST MID=63286, Token=80ED116AD70A0F6A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63286, Token=80ED116AD70A0F6A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1374] send response NON-2.05 MID=63286, Token=null, OptionSet={}, "server responds hi" 08:13:02.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, complete]! 08:13:02.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1374, complete] completed NON-2.04 MID=63286, Token=80ED116AD70A0F6A, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29! 08:13:02.680 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,410,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63286, Token=80ED116AD70A0F6A, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29] 08:13:02.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63286] 08:13:02.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1373, complete]! 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1373, complete] for token KeyToken[127.0.0.1:8249-80ED116AD70A0F6A] 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1373, complete] for MID KeyMID[127.0.0.1:8249-63286] 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1373, complete] completed CON-POST MID= -1, Token=80ED116AD70A0F6A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63286, Token=80ED116AD70A0F6A, OptionSet={"Object-Security":0x0A010D}, acked 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4! 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1375] send request 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1375] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1375] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1375] added with generated mid KeyMID[127.0.0.1:8249-63287], CON-POST MID=63287, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1375] added with generated token KeyToken[127.0.0.1:8249-D84E51109DB81911], CON-POST MID=63287, Token=D84E51109DB81911, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:13:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63287], KeyToken[127.0.0.1:8249-D84E51109DB81911]] 08:13:02.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,411,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63287, Token=D84E51109DB81911, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2] 08:13:02.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63287] 08:13:02.682 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.682 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376] replace CON-POST MID=63287, Token=D84E51109DB81911, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63287, Token=D84E51109DB81911, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1376] send response NON-2.05 MID=63287, Token=null, OptionSet={}, "server responds hi" 08:13:02.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, complete]! 08:13:02.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1376, complete] completed NON-2.04 MID=63287, Token=D84E51109DB81911, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF! 08:13:02.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,412,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63287, Token=D84E51109DB81911, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF] 08:13:02.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63287] 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1375, complete]! 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1375, complete] for token KeyToken[127.0.0.1:8249-D84E51109DB81911] 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1375, complete] for MID KeyMID[127.0.0.1:8249-63287] 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1375, complete] completed CON-POST MID= -1, Token=D84E51109DB81911, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63287, Token=D84E51109DB81911, OptionSet={"Object-Security":0x0A010E}, acked 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2! 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1377] send request 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1377] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1377] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1377] added with generated mid KeyMID[127.0.0.1:8249-63288], CON-POST MID=63288, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1377] added with generated token KeyToken[127.0.0.1:8249-2096A6BB644A8853], CON-POST MID=63288, Token=2096A6BB644A8853, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:13:02.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63288], KeyToken[127.0.0.1:8249-2096A6BB644A8853]] 08:13:02.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,413,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63288, Token=2096A6BB644A8853, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A] 08:13:02.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63288] 08:13:02.684 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.684 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378] replace CON-POST MID=63288, Token=2096A6BB644A8853, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63288, Token=2096A6BB644A8853, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1378] send response NON-2.05 MID=63288, Token=null, OptionSet={}, "server responds hi" 08:13:02.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, complete]! 08:13:02.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1378, complete] completed NON-2.04 MID=63288, Token=2096A6BB644A8853, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77! 08:13:02.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,414,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63288, Token=2096A6BB644A8853, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77] 08:13:02.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63288] 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1377, complete]! 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1377, complete] for token KeyToken[127.0.0.1:8249-2096A6BB644A8853] 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1377, complete] for MID KeyMID[127.0.0.1:8249-63288] 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1377, complete] completed CON-POST MID= -1, Token=2096A6BB644A8853, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63288, Token=2096A6BB644A8853, OptionSet={"Object-Security":0x0A010F}, acked 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A! 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1379] send request 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1379] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1379] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1379] added with generated mid KeyMID[127.0.0.1:8249-63289], CON-POST MID=63289, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1379] added with generated token KeyToken[127.0.0.1:8249-B43DBE51F9F1885E], CON-POST MID=63289, Token=B43DBE51F9F1885E, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:13:02.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63289], KeyToken[127.0.0.1:8249-B43DBE51F9F1885E]] 08:13:02.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,415,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63289, Token=B43DBE51F9F1885E, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47] 08:13:02.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63289] 08:13:02.686 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.686 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380] replace CON-POST MID=63289, Token=B43DBE51F9F1885E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63289, Token=B43DBE51F9F1885E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1380] send response NON-2.05 MID=63289, Token=null, OptionSet={}, "server responds hi" 08:13:02.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, complete]! 08:13:02.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1380, complete] completed NON-2.04 MID=63289, Token=B43DBE51F9F1885E, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48! 08:13:02.686 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,416,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63289, Token=B43DBE51F9F1885E, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48] 08:13:02.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63289] 08:13:02.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1379, complete]! 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1379, complete] for token KeyToken[127.0.0.1:8249-B43DBE51F9F1885E] 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1379, complete] for MID KeyMID[127.0.0.1:8249-63289] 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1379, complete] completed CON-POST MID= -1, Token=B43DBE51F9F1885E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63289, Token=B43DBE51F9F1885E, OptionSet={"Object-Security":0x0A0110}, acked CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47! 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1381] send request 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1381] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1381] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1381] added with generated mid KeyMID[127.0.0.1:8249-63290], CON-POST MID=63290, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:13:02.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1381] added with generated token KeyToken[127.0.0.1:8249-9859CA08E792D339], CON-POST MID=63290, Token=9859CA08E792D339, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:13:02.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63290], KeyToken[127.0.0.1:8249-9859CA08E792D339]] 08:13:02.688 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,417,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63290, Token=9859CA08E792D339, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53] 08:13:02.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63290] 08:13:02.688 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.688 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382] replace CON-POST MID=63290, Token=9859CA08E792D339, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63290, Token=9859CA08E792D339, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1382] send response NON-2.05 MID=63290, Token=null, OptionSet={}, "server responds hi" 08:13:02.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, complete]! 08:13:02.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1382, complete] completed NON-2.04 MID=63290, Token=9859CA08E792D339, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F! 08:13:02.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,418,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63290, Token=9859CA08E792D339, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F] 08:13:02.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63290] 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1381, complete]! 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1381, complete] for token KeyToken[127.0.0.1:8249-9859CA08E792D339] 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1381, complete] for MID KeyMID[127.0.0.1:8249-63290] 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1381, complete] completed CON-POST MID= -1, Token=9859CA08E792D339, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63290, Token=9859CA08E792D339, OptionSet={"Object-Security":0x0A0111}, acked D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53! 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383] send request 08:13:02.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:13:02.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383] added with generated mid KeyMID[127.0.0.1:8249-63291], CON-POST MID=63291, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:13:02.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383] added with generated token KeyToken[127.0.0.1:8249-A83AB2C4A9FF590F], CON-POST MID=63291, Token=A83AB2C4A9FF590F, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:13:02.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63291], KeyToken[127.0.0.1:8249-A83AB2C4A9FF590F]] 08:13:02.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,419,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63291, Token=A83AB2C4A9FF590F, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7] 08:13:02.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63291] 08:13:02.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384] replace CON-POST MID=63291, Token=A83AB2C4A9FF590F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63291, Token=A83AB2C4A9FF590F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1384] send response NON-2.05 MID=63291, Token=null, OptionSet={}, "server responds hi" 08:13:02.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, complete]! 08:13:02.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1384, complete] completed NON-2.04 MID=63291, Token=A83AB2C4A9FF590F, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7! 08:13:02.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,420,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63291, Token=A83AB2C4A9FF590F, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7] 08:13:02.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63291] 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, complete]! 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, complete] for token KeyToken[127.0.0.1:8249-A83AB2C4A9FF590F] 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, complete] for MID KeyMID[127.0.0.1:8249-63291] 08:13:02.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1383, complete] completed CON-POST MID= -1, Token=A83AB2C4A9FF590F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63291, Token=A83AB2C4A9FF590F, OptionSet={"Object-Security":0x0A0112}, acked D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7! 08:13:02.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1385] send request 08:13:02.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1385] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1385] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:13:02.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1385] added with generated mid KeyMID[127.0.0.1:8249-63292], CON-POST MID=63292, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:13:02.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1385] added with generated token KeyToken[127.0.0.1:8249-289F4224A6AFD4B7], CON-POST MID=63292, Token=289F4224A6AFD4B7, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:13:02.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63292], KeyToken[127.0.0.1:8249-289F4224A6AFD4B7]] 08:13:02.692 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,421,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63292, Token=289F4224A6AFD4B7, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A] 08:13:02.692 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63292] 08:13:02.692 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.692 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386] replace CON-POST MID=63292, Token=289F4224A6AFD4B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63292, Token=289F4224A6AFD4B7, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1386] send response NON-2.05 MID=63292, Token=null, OptionSet={}, "server responds hi" 08:13:02.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, complete]! 08:13:02.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1386, complete] completed NON-2.04 MID=63292, Token=289F4224A6AFD4B7, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D! 08:13:02.693 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,422,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63292, Token=289F4224A6AFD4B7, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D] 08:13:02.693 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63292] 08:13:02.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1385, complete]! 08:13:02.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1385, complete] for token KeyToken[127.0.0.1:8249-289F4224A6AFD4B7] 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1385, complete] for MID KeyMID[127.0.0.1:8249-63292] 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1385, complete] completed CON-POST MID= -1, Token=289F4224A6AFD4B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63292, Token=289F4224A6AFD4B7, OptionSet={"Object-Security":0x0A0113}, acked 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A! 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1387] send request 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1387] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1387] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1387] added with generated mid KeyMID[127.0.0.1:8249-63293], CON-POST MID=63293, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1387] added with generated token KeyToken[127.0.0.1:8249-C07A09848781E4E9], CON-POST MID=63293, Token=C07A09848781E4E9, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:13:02.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63293], KeyToken[127.0.0.1:8249-C07A09848781E4E9]] 08:13:02.694 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,423,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63293, Token=C07A09848781E4E9, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E] 08:13:02.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63293] 08:13:02.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1388] replace CON-POST MID=63293, Token=C07A09848781E4E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63293, Token=C07A09848781E4E9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1388] send response NON-2.05 MID=63293, Token=null, OptionSet={}, "server responds hi" 08:13:02.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1388, complete]! 08:13:02.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1388, complete] completed NON-2.04 MID=63293, Token=C07A09848781E4E9, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC! 08:13:02.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,424,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63293, Token=C07A09848781E4E9, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC] 08:13:02.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63293] 08:13:02.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1387, complete]! 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1387, complete] for token KeyToken[127.0.0.1:8249-C07A09848781E4E9] 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1387, complete] for MID KeyMID[127.0.0.1:8249-63293] 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1387, complete] completed CON-POST MID= -1, Token=C07A09848781E4E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63293, Token=C07A09848781E4E9, OptionSet={"Object-Security":0x0A0114}, acked 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E! 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1389] send request 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1389] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1389] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1389] added with generated mid KeyMID[127.0.0.1:8249-63294], CON-POST MID=63294, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1389] added with generated token KeyToken[127.0.0.1:8249-CCBB182270690B30], CON-POST MID=63294, Token=CCBB182270690B30, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:13:02.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63294], KeyToken[127.0.0.1:8249-CCBB182270690B30]] 08:13:02.697 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,425,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63294, Token=CCBB182270690B30, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF] 08:13:02.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63294] 08:13:02.697 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.697 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390] replace CON-POST MID=63294, Token=CCBB182270690B30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63294, Token=CCBB182270690B30, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1390] send response NON-2.05 MID=63294, Token=null, OptionSet={}, "server responds hi" 08:13:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, complete]! 08:13:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1390, complete] completed NON-2.04 MID=63294, Token=CCBB182270690B30, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69! 08:13:02.697 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.697 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,426,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63294, Token=CCBB182270690B30, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69] 08:13:02.697 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63294] 08:13:02.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1389, complete]! 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1389, complete] for token KeyToken[127.0.0.1:8249-CCBB182270690B30] 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1389, complete] for MID KeyMID[127.0.0.1:8249-63294] 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1389, complete] completed CON-POST MID= -1, Token=CCBB182270690B30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63294, Token=CCBB182270690B30, OptionSet={"Object-Security":0x0A0115}, acked 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF! 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1391] send request 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1391] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1391] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1391] added with generated mid KeyMID[127.0.0.1:8249-63295], CON-POST MID=63295, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:13:02.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1391] added with generated token KeyToken[127.0.0.1:8249-681275871033B7A9], CON-POST MID=63295, Token=681275871033B7A9, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:13:02.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63295], KeyToken[127.0.0.1:8249-681275871033B7A9]] 08:13:02.699 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,427,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63295, Token=681275871033B7A9, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50] 08:13:02.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63295] 08:13:02.699 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.699 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392] replace CON-POST MID=63295, Token=681275871033B7A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63295, Token=681275871033B7A9, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1392] send response NON-2.05 MID=63295, Token=null, OptionSet={}, "server responds hi" 08:13:02.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, complete]! 08:13:02.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1392, complete] completed NON-2.04 MID=63295, Token=681275871033B7A9, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B! 08:13:02.699 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,428,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63295, Token=681275871033B7A9, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B] 08:13:02.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63295] 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1391, complete]! 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1391, complete] for token KeyToken[127.0.0.1:8249-681275871033B7A9] 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1391, complete] for MID KeyMID[127.0.0.1:8249-63295] 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1391, complete] completed CON-POST MID= -1, Token=681275871033B7A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63295, Token=681275871033B7A9, OptionSet={"Object-Security":0x0A0116}, acked D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50! 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393] send request 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:13:02.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1393] added with generated mid KeyMID[127.0.0.1:8249-63296], CON-POST MID=63296, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:13:02.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1393] added with generated token KeyToken[127.0.0.1:8249-E43E476C6821381B], CON-POST MID=63296, Token=E43E476C6821381B, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:13:02.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63296], KeyToken[127.0.0.1:8249-E43E476C6821381B]] 08:13:02.701 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,429,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63296, Token=E43E476C6821381B, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A] 08:13:02.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63296] 08:13:02.701 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.701 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1394] replace CON-POST MID=63296, Token=E43E476C6821381B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63296, Token=E43E476C6821381B, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1394] send response NON-2.05 MID=63296, Token=null, OptionSet={}, "server responds hi" 08:13:02.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1394, complete]! 08:13:02.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1394, complete] completed NON-2.04 MID=63296, Token=E43E476C6821381B, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2! 08:13:02.702 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.702 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,430,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63296, Token=E43E476C6821381B, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2] 08:13:02.702 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63296] 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393, complete]! 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1393, complete] for token KeyToken[127.0.0.1:8249-E43E476C6821381B] 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1393, complete] for MID KeyMID[127.0.0.1:8249-63296] 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1393, complete] completed CON-POST MID= -1, Token=E43E476C6821381B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63296, Token=E43E476C6821381B, OptionSet={"Object-Security":0x0A0117}, acked 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A! 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1395] send request 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1395] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1395] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:13:02.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1395] added with generated mid KeyMID[127.0.0.1:8249-63297], CON-POST MID=63297, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:13:02.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1395] added with generated token KeyToken[127.0.0.1:8249-CCEA04210F45B898], CON-POST MID=63297, Token=CCEA04210F45B898, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:13:02.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63297], KeyToken[127.0.0.1:8249-CCEA04210F45B898]] 08:13:02.703 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,431,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63297, Token=CCEA04210F45B898, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0] 08:13:02.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63297] 08:13:02.703 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.703 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396] replace CON-POST MID=63297, Token=CCEA04210F45B898, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63297, Token=CCEA04210F45B898, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1396] send response NON-2.05 MID=63297, Token=null, OptionSet={}, "server responds hi" 08:13:02.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, complete]! 08:13:02.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1396, complete] completed NON-2.04 MID=63297, Token=CCEA04210F45B898, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C! 08:13:02.703 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.703 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,432,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63297, Token=CCEA04210F45B898, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C] 08:13:02.703 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63297] 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1395, complete]! 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1395, complete] for token KeyToken[127.0.0.1:8249-CCEA04210F45B898] 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1395, complete] for MID KeyMID[127.0.0.1:8249-63297] 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1395, complete] completed CON-POST MID= -1, Token=CCEA04210F45B898, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63297, Token=CCEA04210F45B898, OptionSet={"Object-Security":0x0A0118}, acked 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0! 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1397] send request 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1397] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1397] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1397] added with generated mid KeyMID[127.0.0.1:8249-63298], CON-POST MID=63298, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1397] added with generated token KeyToken[127.0.0.1:8249-64E92B2ADD97D0A0], CON-POST MID=63298, Token=64E92B2ADD97D0A0, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:13:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63298], KeyToken[127.0.0.1:8249-64E92B2ADD97D0A0]] 08:13:02.705 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.705 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,433,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63298, Token=64E92B2ADD97D0A0, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33] 08:13:02.705 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63298] 08:13:02.705 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.705 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398] replace CON-POST MID=63298, Token=64E92B2ADD97D0A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63298, Token=64E92B2ADD97D0A0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1398] send response NON-2.05 MID=63298, Token=null, OptionSet={}, "server responds hi" 08:13:02.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, complete]! 08:13:02.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1398, complete] completed NON-2.04 MID=63298, Token=64E92B2ADD97D0A0, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF! 08:13:02.705 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.705 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,434,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63298, Token=64E92B2ADD97D0A0, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF] 08:13:02.705 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63298] 08:13:02.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1397, complete]! 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1397, complete] for token KeyToken[127.0.0.1:8249-64E92B2ADD97D0A0] 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1397, complete] for MID KeyMID[127.0.0.1:8249-63298] 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1397, complete] completed CON-POST MID= -1, Token=64E92B2ADD97D0A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63298, Token=64E92B2ADD97D0A0, OptionSet={"Object-Security":0x0A0119}, acked 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33! 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1399] send request 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1399] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1399] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1399] added with generated mid KeyMID[127.0.0.1:8249-63299], CON-POST MID=63299, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1399] added with generated token KeyToken[127.0.0.1:8249-EC11EE92E5F722EE], CON-POST MID=63299, Token=EC11EE92E5F722EE, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:13:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63299], KeyToken[127.0.0.1:8249-EC11EE92E5F722EE]] 08:13:02.752 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,435,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63299, Token=EC11EE92E5F722EE, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F] 08:13:02.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63299] 08:13:02.752 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.752 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400] replace CON-POST MID=63299, Token=EC11EE92E5F722EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63299, Token=EC11EE92E5F722EE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1400] send response NON-2.05 MID=63299, Token=null, OptionSet={}, "server responds hi" 08:13:02.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, complete]! 08:13:02.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1400, complete] completed NON-2.04 MID=63299, Token=EC11EE92E5F722EE, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41! 08:13:02.753 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,436,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63299, Token=EC11EE92E5F722EE, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41] 08:13:02.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63299] 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1399, complete]! 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1399, complete] for token KeyToken[127.0.0.1:8249-EC11EE92E5F722EE] 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1399, complete] for MID KeyMID[127.0.0.1:8249-63299] 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1399, complete] completed CON-POST MID= -1, Token=EC11EE92E5F722EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63299, Token=EC11EE92E5F722EE, OptionSet={"Object-Security":0x0A011A}, acked 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F! 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1401] send request 08:13:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1401] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1401] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:13:02.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1401] added with generated mid KeyMID[127.0.0.1:8249-63300], CON-POST MID=63300, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:13:02.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1401] added with generated token KeyToken[127.0.0.1:8249-A4DCF2F759F1DF61], CON-POST MID=63300, Token=A4DCF2F759F1DF61, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:13:02.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63300], KeyToken[127.0.0.1:8249-A4DCF2F759F1DF61]] 08:13:02.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,437,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63300, Token=A4DCF2F759F1DF61, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F] 08:13:02.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63300] 08:13:02.754 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.754 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402] replace CON-POST MID=63300, Token=A4DCF2F759F1DF61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63300, Token=A4DCF2F759F1DF61, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402] send response NON-2.05 MID=63300, Token=null, OptionSet={}, "server responds hi" 08:13:02.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, complete]! 08:13:02.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, complete] completed NON-2.04 MID=63300, Token=A4DCF2F759F1DF61, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91! 08:13:02.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,438,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63300, Token=A4DCF2F759F1DF61, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91] 08:13:02.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63300] 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1401, complete]! 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1401, complete] for token KeyToken[127.0.0.1:8249-A4DCF2F759F1DF61] 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1401, complete] for MID KeyMID[127.0.0.1:8249-63300] 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1401, complete] completed CON-POST MID= -1, Token=A4DCF2F759F1DF61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63300, Token=A4DCF2F759F1DF61, OptionSet={"Object-Security":0x0A011B}, acked ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F! 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1403] send request 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1403] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:13:02.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403] added with generated mid KeyMID[127.0.0.1:8249-63301], CON-POST MID=63301, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:13:02.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403] added with generated token KeyToken[127.0.0.1:8249-2C32B044D12B2C26], CON-POST MID=63301, Token=2C32B044D12B2C26, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:13:02.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63301], KeyToken[127.0.0.1:8249-2C32B044D12B2C26]] 08:13:02.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,439,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63301, Token=2C32B044D12B2C26, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2] 08:13:02.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63301] 08:13:02.756 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.756 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404] replace CON-POST MID=63301, Token=2C32B044D12B2C26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63301, Token=2C32B044D12B2C26, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1404] send response NON-2.05 MID=63301, Token=null, OptionSet={}, "server responds hi" 08:13:02.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, complete]! 08:13:02.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, complete] completed NON-2.04 MID=63301, Token=2C32B044D12B2C26, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05! 08:13:02.756 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,440,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63301, Token=2C32B044D12B2C26, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05] 08:13:02.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63301] 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, complete]! 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, complete] for token KeyToken[127.0.0.1:8249-2C32B044D12B2C26] 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, complete] for MID KeyMID[127.0.0.1:8249-63301] 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1403, complete] completed CON-POST MID= -1, Token=2C32B044D12B2C26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63301, Token=2C32B044D12B2C26, OptionSet={"Object-Security":0x0A011C}, acked 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2! 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405] send request 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:13:02.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405] added with generated mid KeyMID[127.0.0.1:8249-63302], CON-POST MID=63302, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:13:02.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405] added with generated token KeyToken[127.0.0.1:8249-54AACE733B657C60], CON-POST MID=63302, Token=54AACE733B657C60, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:13:02.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63302], KeyToken[127.0.0.1:8249-54AACE733B657C60]] 08:13:02.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,441,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63302, Token=54AACE733B657C60, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63] 08:13:02.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63302] 08:13:02.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406] replace CON-POST MID=63302, Token=54AACE733B657C60, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63302, Token=54AACE733B657C60, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1406] send response NON-2.05 MID=63302, Token=null, OptionSet={}, "server responds hi" 08:13:02.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, complete]! 08:13:02.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1406, complete] completed NON-2.04 MID=63302, Token=54AACE733B657C60, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C! 08:13:02.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,442,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63302, Token=54AACE733B657C60, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C] 08:13:02.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63302] 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, complete]! 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, complete] for token KeyToken[127.0.0.1:8249-54AACE733B657C60] 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, complete] for MID KeyMID[127.0.0.1:8249-63302] 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1405, complete] completed CON-POST MID= -1, Token=54AACE733B657C60, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63302, Token=54AACE733B657C60, OptionSet={"Object-Security":0x0A011D}, acked 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63! 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407] send request 08:13:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:13:02.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407] added with generated mid KeyMID[127.0.0.1:8249-63303], CON-POST MID=63303, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:13:02.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407] added with generated token KeyToken[127.0.0.1:8249-606243CB3222D00E], CON-POST MID=63303, Token=606243CB3222D00E, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:13:02.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63303], KeyToken[127.0.0.1:8249-606243CB3222D00E]] 08:13:02.760 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,443,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63303, Token=606243CB3222D00E, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E] 08:13:02.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63303] 08:13:02.760 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.760 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408] replace CON-POST MID=63303, Token=606243CB3222D00E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63303, Token=606243CB3222D00E, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1408] send response NON-2.05 MID=63303, Token=null, OptionSet={}, "server responds hi" 08:13:02.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, complete]! 08:13:02.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, complete] completed NON-2.04 MID=63303, Token=606243CB3222D00E, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51! 08:13:02.761 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,444,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63303, Token=606243CB3222D00E, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51] 08:13:02.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63303] 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, complete]! 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, complete] for token KeyToken[127.0.0.1:8249-606243CB3222D00E] 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, complete] for MID KeyMID[127.0.0.1:8249-63303] 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1407, complete] completed CON-POST MID= -1, Token=606243CB3222D00E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63303, Token=606243CB3222D00E, OptionSet={"Object-Security":0x0A011E}, acked F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E! 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1409] send request 08:13:02.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1409] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1409] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:13:02.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1409] added with generated mid KeyMID[127.0.0.1:8249-63304], CON-POST MID=63304, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:13:02.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1409] added with generated token KeyToken[127.0.0.1:8249-3801A726D1163B4C], CON-POST MID=63304, Token=3801A726D1163B4C, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:13:02.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63304], KeyToken[127.0.0.1:8249-3801A726D1163B4C]] 08:13:02.762 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,445,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63304, Token=3801A726D1163B4C, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA] 08:13:02.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63304] 08:13:02.762 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.762 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410] replace CON-POST MID=63304, Token=3801A726D1163B4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63304, Token=3801A726D1163B4C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1410] send response NON-2.05 MID=63304, Token=null, OptionSet={}, "server responds hi" 08:13:02.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, complete]! 08:13:02.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, complete] completed NON-2.04 MID=63304, Token=3801A726D1163B4C, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C! 08:13:02.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,446,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63304, Token=3801A726D1163B4C, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C] 08:13:02.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63304] 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1409, complete]! 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1409, complete] for token KeyToken[127.0.0.1:8249-3801A726D1163B4C] 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1409, complete] for MID KeyMID[127.0.0.1:8249-63304] 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1409, complete] completed CON-POST MID= -1, Token=3801A726D1163B4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63304, Token=3801A726D1163B4C, OptionSet={"Object-Security":0x0A011F}, acked CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA! 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411] send request 08:13:02.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:13:02.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411] added with generated mid KeyMID[127.0.0.1:8249-63305], CON-POST MID=63305, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:13:02.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411] added with generated token KeyToken[127.0.0.1:8249-48308E1A429937E0], CON-POST MID=63305, Token=48308E1A429937E0, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:13:02.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63305], KeyToken[127.0.0.1:8249-48308E1A429937E0]] 08:13:02.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,447,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63305, Token=48308E1A429937E0, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1] 08:13:02.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63305] 08:13:02.764 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.764 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412] replace CON-POST MID=63305, Token=48308E1A429937E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63305, Token=48308E1A429937E0, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1412] send response NON-2.05 MID=63305, Token=null, OptionSet={}, "server responds hi" 08:13:02.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, complete]! 08:13:02.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, complete] completed NON-2.04 MID=63305, Token=48308E1A429937E0, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F! 08:13:02.765 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,448,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63305, Token=48308E1A429937E0, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F] 08:13:02.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63305] 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, complete]! 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, complete] for token KeyToken[127.0.0.1:8249-48308E1A429937E0] 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, complete] for MID KeyMID[127.0.0.1:8249-63305] 08:13:02.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1411, complete] completed CON-POST MID= -1, Token=48308E1A429937E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63305, Token=48308E1A429937E0, OptionSet={"Object-Security":0x0A0120}, acked 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1! 08:13:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413] send request 08:13:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:13:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413] added with generated mid KeyMID[127.0.0.1:8249-63306], CON-POST MID=63306, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:13:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413] added with generated token KeyToken[127.0.0.1:8249-A0FD52C3FB841136], CON-POST MID=63306, Token=A0FD52C3FB841136, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:13:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63306], KeyToken[127.0.0.1:8249-A0FD52C3FB841136]] 08:13:02.766 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,449,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63306, Token=A0FD52C3FB841136, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42] 08:13:02.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63306] 08:13:02.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414] replace CON-POST MID=63306, Token=A0FD52C3FB841136, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63306, Token=A0FD52C3FB841136, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1414] send response NON-2.05 MID=63306, Token=null, OptionSet={}, "server responds hi" 08:13:02.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, complete]! 08:13:02.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, complete] completed NON-2.04 MID=63306, Token=A0FD52C3FB841136, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4! 08:13:02.767 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,450,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63306, Token=A0FD52C3FB841136, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4] 08:13:02.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63306] 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, complete]! 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, complete] for token KeyToken[127.0.0.1:8249-A0FD52C3FB841136] 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, complete] for MID KeyMID[127.0.0.1:8249-63306] 08:13:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1413, complete] completed CON-POST MID= -1, Token=A0FD52C3FB841136, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63306, Token=A0FD52C3FB841136, OptionSet={"Object-Security":0x0A0121}, acked BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42! 08:13:02.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415] send request 08:13:02.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:13:02.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415] added with generated mid KeyMID[127.0.0.1:8249-63307], CON-POST MID=63307, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:13:02.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415] added with generated token KeyToken[127.0.0.1:8249-D4E66068F47CEDD1], CON-POST MID=63307, Token=D4E66068F47CEDD1, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:13:02.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63307], KeyToken[127.0.0.1:8249-D4E66068F47CEDD1]] 08:13:02.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,451,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63307, Token=D4E66068F47CEDD1, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17] 08:13:02.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63307] 08:13:02.768 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.768 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416] replace CON-POST MID=63307, Token=D4E66068F47CEDD1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63307, Token=D4E66068F47CEDD1, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1416] send response NON-2.05 MID=63307, Token=null, OptionSet={}, "server responds hi" 08:13:02.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, complete]! 08:13:02.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1416, complete] completed NON-2.04 MID=63307, Token=D4E66068F47CEDD1, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C! 08:13:02.769 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,452,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63307, Token=D4E66068F47CEDD1, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C] 08:13:02.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63307] 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415, complete]! 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, complete] for token KeyToken[127.0.0.1:8249-D4E66068F47CEDD1] 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, complete] for MID KeyMID[127.0.0.1:8249-63307] 08:13:02.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1415, complete] completed CON-POST MID= -1, Token=D4E66068F47CEDD1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63307, Token=D4E66068F47CEDD1, OptionSet={"Object-Security":0x0A0122}, acked A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17! 08:13:02.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417] send request 08:13:02.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:13:02.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417] added with generated mid KeyMID[127.0.0.1:8249-63308], CON-POST MID=63308, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:13:02.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417] added with generated token KeyToken[127.0.0.1:8249-4036593573741D18], CON-POST MID=63308, Token=4036593573741D18, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:13:02.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63308], KeyToken[127.0.0.1:8249-4036593573741D18]] 08:13:02.770 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,453,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63308, Token=4036593573741D18, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D] 08:13:02.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63308] 08:13:02.770 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.770 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418] replace CON-POST MID=63308, Token=4036593573741D18, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63308, Token=4036593573741D18, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1418] send response NON-2.05 MID=63308, Token=null, OptionSet={}, "server responds hi" 08:13:02.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, complete]! 08:13:02.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, complete] completed NON-2.04 MID=63308, Token=4036593573741D18, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03! 08:13:02.771 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,454,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63308, Token=4036593573741D18, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03] 08:13:02.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63308] 08:13:02.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, complete]! 08:13:02.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, complete] for token KeyToken[127.0.0.1:8249-4036593573741D18] 08:13:02.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, complete] for MID KeyMID[127.0.0.1:8249-63308] 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1417, complete] completed CON-POST MID= -1, Token=4036593573741D18, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63308, Token=4036593573741D18, OptionSet={"Object-Security":0x0A0123}, acked 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D! 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419] send request 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419] added with generated mid KeyMID[127.0.0.1:8249-63309], CON-POST MID=63309, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419] added with generated token KeyToken[127.0.0.1:8249-ECA6AADD7A3C0427], CON-POST MID=63309, Token=ECA6AADD7A3C0427, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:13:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63309], KeyToken[127.0.0.1:8249-ECA6AADD7A3C0427]] 08:13:02.772 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,455,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63309, Token=ECA6AADD7A3C0427, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00] 08:13:02.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63309] 08:13:02.773 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.773 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420] replace CON-POST MID=63309, Token=ECA6AADD7A3C0427, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63309, Token=ECA6AADD7A3C0427, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1420] send response NON-2.05 MID=63309, Token=null, OptionSet={}, "server responds hi" 08:13:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, complete]! 08:13:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, complete] completed NON-2.04 MID=63309, Token=ECA6AADD7A3C0427, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E! 08:13:02.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,456,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63309, Token=ECA6AADD7A3C0427, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E] 08:13:02.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63309] 08:13:02.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, complete]! 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, complete] for token KeyToken[127.0.0.1:8249-ECA6AADD7A3C0427] 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, complete] for MID KeyMID[127.0.0.1:8249-63309] 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1419, complete] completed CON-POST MID= -1, Token=ECA6AADD7A3C0427, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63309, Token=ECA6AADD7A3C0427, OptionSet={"Object-Security":0x0A0124}, acked 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00! 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421] send request 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421] added with generated mid KeyMID[127.0.0.1:8249-63310], CON-POST MID=63310, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421] added with generated token KeyToken[127.0.0.1:8249-A80E810A8385C6C3], CON-POST MID=63310, Token=A80E810A8385C6C3, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:13:02.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63310], KeyToken[127.0.0.1:8249-A80E810A8385C6C3]] 08:13:02.774 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,457,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63310, Token=A80E810A8385C6C3, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53] 08:13:02.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63310] 08:13:02.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422] replace CON-POST MID=63310, Token=A80E810A8385C6C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63310, Token=A80E810A8385C6C3, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1422] send response NON-2.05 MID=63310, Token=null, OptionSet={}, "server responds hi" 08:13:02.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, complete]! 08:13:02.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1422, complete] completed NON-2.04 MID=63310, Token=A80E810A8385C6C3, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11! 08:13:02.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,458,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63310, Token=A80E810A8385C6C3, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11] 08:13:02.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63310] 08:13:02.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, complete]! 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, complete] for token KeyToken[127.0.0.1:8249-A80E810A8385C6C3] 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, complete] for MID KeyMID[127.0.0.1:8249-63310] 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1421, complete] completed CON-POST MID= -1, Token=A80E810A8385C6C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63310, Token=A80E810A8385C6C3, OptionSet={"Object-Security":0x0A0125}, acked 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53! 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423] send request 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423] added with generated mid KeyMID[127.0.0.1:8249-63311], CON-POST MID=63311, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423] added with generated token KeyToken[127.0.0.1:8249-00205D246C0DC434], CON-POST MID=63311, Token=00205D246C0DC434, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:13:02.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63311], KeyToken[127.0.0.1:8249-00205D246C0DC434]] 08:13:02.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,459,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63311, Token=00205D246C0DC434, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C] 08:13:02.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63311] 08:13:02.777 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.777 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424] replace CON-POST MID=63311, Token=00205D246C0DC434, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63311, Token=00205D246C0DC434, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1424] send response NON-2.05 MID=63311, Token=null, OptionSet={}, "server responds hi" 08:13:02.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, complete]! 08:13:02.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, complete] completed NON-2.04 MID=63311, Token=00205D246C0DC434, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B! 08:13:02.777 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,460,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63311, Token=00205D246C0DC434, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B] 08:13:02.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63311] 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, complete]! 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, complete] for token KeyToken[127.0.0.1:8249-00205D246C0DC434] 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, complete] for MID KeyMID[127.0.0.1:8249-63311] 08:13:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1423, complete] completed CON-POST MID= -1, Token=00205D246C0DC434, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63311, Token=00205D246C0DC434, OptionSet={"Object-Security":0x0A0126}, acked 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C! 08:13:02.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1425] send request 08:13:02.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1425] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1425] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:13:02.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1425] added with generated mid KeyMID[127.0.0.1:8249-63312], CON-POST MID=63312, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:13:02.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1425] added with generated token KeyToken[127.0.0.1:8249-3CB9417EA3AAF655], CON-POST MID=63312, Token=3CB9417EA3AAF655, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:13:02.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63312], KeyToken[127.0.0.1:8249-3CB9417EA3AAF655]] 08:13:02.778 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,461,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63312, Token=3CB9417EA3AAF655, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF] 08:13:02.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63312] 08:13:02.778 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.778 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426] replace CON-POST MID=63312, Token=3CB9417EA3AAF655, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63312, Token=3CB9417EA3AAF655, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1426] send response NON-2.05 MID=63312, Token=null, OptionSet={}, "server responds hi" 08:13:02.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, complete]! 08:13:02.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1426, complete] completed NON-2.04 MID=63312, Token=3CB9417EA3AAF655, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17! 08:13:02.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,462,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63312, Token=3CB9417EA3AAF655, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17] 08:13:02.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63312] 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1425, complete]! 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1425, complete] for token KeyToken[127.0.0.1:8249-3CB9417EA3AAF655] 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1425, complete] for MID KeyMID[127.0.0.1:8249-63312] 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1425, complete] completed CON-POST MID= -1, Token=3CB9417EA3AAF655, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63312, Token=3CB9417EA3AAF655, OptionSet={"Object-Security":0x0A0127}, acked 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF! 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1427] send request 08:13:02.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1427] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1427] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:13:02.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1427] added with generated mid KeyMID[127.0.0.1:8249-63313], CON-POST MID=63313, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:13:02.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1427] added with generated token KeyToken[127.0.0.1:8249-5CCAEC3311EA3591], CON-POST MID=63313, Token=5CCAEC3311EA3591, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:13:02.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63313], KeyToken[127.0.0.1:8249-5CCAEC3311EA3591]] 08:13:02.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,463,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63313, Token=5CCAEC3311EA3591, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED] 08:13:02.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63313] 08:13:02.780 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.780 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428] replace CON-POST MID=63313, Token=5CCAEC3311EA3591, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63313, Token=5CCAEC3311EA3591, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1428] send response NON-2.05 MID=63313, Token=null, OptionSet={}, "server responds hi" 08:13:02.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, complete]! 08:13:02.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1428, complete] completed NON-2.04 MID=63313, Token=5CCAEC3311EA3591, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3! 08:13:02.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,464,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63313, Token=5CCAEC3311EA3591, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3] 08:13:02.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63313] 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1427, complete]! 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1427, complete] for token KeyToken[127.0.0.1:8249-5CCAEC3311EA3591] 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1427, complete] for MID KeyMID[127.0.0.1:8249-63313] 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1427, complete] completed CON-POST MID= -1, Token=5CCAEC3311EA3591, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63313, Token=5CCAEC3311EA3591, OptionSet={"Object-Security":0x0A0128}, acked 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED! 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1429] send request 08:13:02.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1429] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1429] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:13:02.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1429] added with generated mid KeyMID[127.0.0.1:8249-63314], CON-POST MID=63314, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:13:02.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1429] added with generated token KeyToken[127.0.0.1:8249-30E8C4FA4A67BF8F], CON-POST MID=63314, Token=30E8C4FA4A67BF8F, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:13:02.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63314], KeyToken[127.0.0.1:8249-30E8C4FA4A67BF8F]] 08:13:02.782 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,465,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63314, Token=30E8C4FA4A67BF8F, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D] 08:13:02.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63314] 08:13:02.782 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.782 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430] replace CON-POST MID=63314, Token=30E8C4FA4A67BF8F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63314, Token=30E8C4FA4A67BF8F, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1430] send response NON-2.05 MID=63314, Token=null, OptionSet={}, "server responds hi" 08:13:02.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, complete]! 08:13:02.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1430, complete] completed NON-2.04 MID=63314, Token=30E8C4FA4A67BF8F, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78! 08:13:02.783 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,466,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63314, Token=30E8C4FA4A67BF8F, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78] 08:13:02.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63314] 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1429, complete]! 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1429, complete] for token KeyToken[127.0.0.1:8249-30E8C4FA4A67BF8F] 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1429, complete] for MID KeyMID[127.0.0.1:8249-63314] 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1429, complete] completed CON-POST MID= -1, Token=30E8C4FA4A67BF8F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63314, Token=30E8C4FA4A67BF8F, OptionSet={"Object-Security":0x0A0129}, acked 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D! 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1431] send request 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1431] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1431] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1431] added with generated mid KeyMID[127.0.0.1:8249-63315], CON-POST MID=63315, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1431] added with generated token KeyToken[127.0.0.1:8249-A86C83FC20530065], CON-POST MID=63315, Token=A86C83FC20530065, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:13:02.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63315], KeyToken[127.0.0.1:8249-A86C83FC20530065]] 08:13:02.784 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,467,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63315, Token=A86C83FC20530065, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6] 08:13:02.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63315] 08:13:02.784 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.784 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432] replace CON-POST MID=63315, Token=A86C83FC20530065, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63315, Token=A86C83FC20530065, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1432] send response NON-2.05 MID=63315, Token=null, OptionSet={}, "server responds hi" 08:13:02.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, complete]! 08:13:02.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, complete] completed NON-2.04 MID=63315, Token=A86C83FC20530065, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9! 08:13:02.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,468,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63315, Token=A86C83FC20530065, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9] 08:13:02.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63315] 08:13:02.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1431, complete]! 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1431, complete] for token KeyToken[127.0.0.1:8249-A86C83FC20530065] 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1431, complete] for MID KeyMID[127.0.0.1:8249-63315] 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1431, complete] completed CON-POST MID= -1, Token=A86C83FC20530065, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63315, Token=A86C83FC20530065, OptionSet={"Object-Security":0x0A012A}, acked AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6! 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433] send request 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433] added with generated mid KeyMID[127.0.0.1:8249-63316], CON-POST MID=63316, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433] added with generated token KeyToken[127.0.0.1:8249-2C0B97D3B3734082], CON-POST MID=63316, Token=2C0B97D3B3734082, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:13:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-63316], KeyToken[127.0.0.1:8249-2C0B97D3B3734082]] 08:13:02.785 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:13:02.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,469,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=63316, Token=2C0B97D3B3734082, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46] 08:13:02.785 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:13:02.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-63316] 08:13:02.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434] replace CON-POST MID=63316, Token=2C0B97D3B3734082, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=63316, Token=2C0B97D3B3734082, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1434] send response NON-2.05 MID=63316, Token=null, OptionSet={}, "server responds hi" 08:13:02.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, complete]! 08:13:02.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, complete] completed NON-2.04 MID=63316, Token=2C0B97D3B3734082, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C! 08:13:02.786 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,470,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=63316, Token=2C0B97D3B3734082, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C] 08:13:02.786 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-63316] 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, complete]! 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, complete] for token KeyToken[127.0.0.1:8249-2C0B97D3B3734082] 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, complete] for MID KeyMID[127.0.0.1:8249-63316] 08:13:02.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1433, complete] completed CON-POST MID= -1, Token=2C0B97D3B3734082, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=63316, Token=2C0B97D3B3734082, OptionSet={"Object-Security":0x0A012B}, acked 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46! 08:13:02.786 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:02.787 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8249 08:13:02.787 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8249 08:13:02.787 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] stopping ... 08:13:02.787 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /127.0.0.1 08:13:02.787 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] has stopped. 08:13:02.787 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8249 08:13:02.787 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:02.788 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.788 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.788 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.788 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.788 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:02.789 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:02.789 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.789 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.789 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:02.789 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250 08:13:02.789 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.789 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8250, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:02.789 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8250 08:13:02.789 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:13:02.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435] send request 08:13:02.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435] added with KeyMID[127.0.0.1:8250-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435] added with generated token KeyToken[127.0.0.1:8250-D00B8A5EC9EB894C], CON-POST MID=10000, Token=D00B8A5EC9EB894C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8250-10000], KeyToken[127.0.0.1:8250-D00B8A5EC9EB894C]] 08:13:02.790 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8250 08:13:02.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,471,T255) 127.0.0.1:8,246 ==> :8,250 [CON-POST MID=10000, Token=D00B8A5EC9EB894C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:02.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8250) received 40 bytes from 127.0.0.1:8246 08:13:02.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-10000] 08:13:02.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436] replace CON-POST MID=10000, Token=D00B8A5EC9EB894C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=D00B8A5EC9EB894C, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1436] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 08:13:02.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, complete]! 08:13:02.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1436, complete] completed NON-2.04 MID=10000, Token=D00B8A5EC9EB894C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:13:02.791 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.791 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,472,T235) 127.0.0.1:8,250 ==> :8,246 [NON-2.04 MID=10000, Token=D00B8A5EC9EB894C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:13:02.791 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8250 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-10000] 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, complete]! 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, complete] for token KeyToken[127.0.0.1:8250-D00B8A5EC9EB894C] 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, complete] for MID KeyMID[127.0.0.1:8250-10000] 08:13:02.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1435, complete] completed CON-POST MID=10000, Token=D00B8A5EC9EB894C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=D00B8A5EC9EB894C, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response 08:13:02.792 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:02.792 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8250 08:13:02.792 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8250 08:13:02.792 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8250] stopping ... 08:13:02.792 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /127.0.0.1 08:13:02.793 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8250] has stopped. 08:13:02.793 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8250 08:13:02.793 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:02.793 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.793 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.793 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.793 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.793 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:02.794 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:02.794 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.794 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.794 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:02.794 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251 08:13:02.794 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.794 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8251, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.794 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8251 08:13:02.794 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:02.794 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] client sent request 08:13:02.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1437] send request 08:13:02.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1437] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1437] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:13:02.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1437] added with KeyMID[127.0.0.1:8251-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:13:02.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1437] added with generated token KeyToken[127.0.0.1:8251-E05794F024ECCD83], CON-POST MID=10000, Token=E05794F024ECCD83, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:13:02.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-10000], KeyToken[127.0.0.1:8251-E05794F024ECCD83]] 08:13:02.852 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8251 08:13:02.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,473,T260) 127.0.0.1:8,246 ==> :8,251 [CON-POST MID=10000, Token=E05794F024ECCD83, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41] 08:13:02.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 41 bytes from 127.0.0.1:8246 08:13:02.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-10000] 08:13:02.852 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.852 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.852 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 08:13:02.852 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 08:13:02.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, complete]! 08:13:02.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1438, complete] completed ACK-4.01 MID=10000, Token=E05794F024ECCD83, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 08:13:02.852 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8246 08:13:02.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,474,T235) 127.0.0.1:8,251 ==> :8,246 [ACK-4.01 MID=10000, Token=E05794F024ECCD83, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 08:13:02.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 41 bytes from 127.0.0.1:8251 08:13:02.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:02.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=E05794F024ECCD83, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 08:13:02.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1437, complete]! 08:13:02.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1437, complete] for token KeyToken[127.0.0.1:8251-E05794F024ECCD83] 08:13:02.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1437, complete] for MID KeyMID[127.0.0.1:8251-10000] 08:13:02.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1437, complete] completed CON-POST MID=10000, Token=E05794F024ECCD83, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=E05794F024ECCD83, OptionSet={"Object-Security":0x090077}, acked 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41! client received response 08:13:02.853 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:02.853 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8251 08:13:02.853 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8251 08:13:02.853 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] stopping ... 08:13:02.853 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /127.0.0.1 08:13:02.853 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] has stopped. 08:13:02.854 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8251 08:13:02.854 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:02.854 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.854 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.854 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.854 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.854 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:02.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:02.855 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.855 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:02.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252 08:13:02.855 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.855 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8252, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:02.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8252 08:13:02.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:02.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1439] send request 08:13:02.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1439] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1439] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1439] added with generated mid KeyMID[127.0.0.1:8252-41635], CON-POST MID=41635, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1439] added with generated token KeyToken[127.0.0.1:8252-5CD6ED3B4CE45DDE], CON-POST MID=41635, Token=5CD6ED3B4CE45DDE, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-41635], KeyToken[127.0.0.1:8252-5CD6ED3B4CE45DDE]] 08:13:02.856 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8252 08:13:02.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,475,T265) 127.0.0.1:8,246 ==> :8,252 [CON-POST MID=41635, Token=5CD6ED3B4CE45DDE, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:02.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8252) received 40 bytes from 127.0.0.1:8246 08:13:02.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-41635] 08:13:02.857 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.857 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440] replace CON-POST MID=41635, Token=5CD6ED3B4CE45DDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=41635, Token=5CD6ED3B4CE45DDE, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1440] send response NON-2.05 MID=41635, Token=null, OptionSet={}, "server responds hi" 08:13:02.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, complete]! 08:13:02.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1440, complete] completed NON-2.04 MID=41635, Token=5CD6ED3B4CE45DDE, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:13:02.857 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,476,T235) 127.0.0.1:8,252 ==> :8,246 [NON-2.04 MID=41635, Token=5CD6ED3B4CE45DDE, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:13:02.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8252 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-41635] 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1439, complete]! 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1439, complete] for token KeyToken[127.0.0.1:8252-5CD6ED3B4CE45DDE] 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1439, complete] for MID KeyMID[127.0.0.1:8252-41635] 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1439, complete] completed CON-POST MID= -1, Token=5CD6ED3B4CE45DDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=41635, Token=5CD6ED3B4CE45DDE, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441] send request 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441] added with generated mid KeyMID[127.0.0.1:8252-41636], CON-POST MID=41636, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:02.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441] added with generated token KeyToken[127.0.0.1:8252-38F030AAE4C2E806], CON-POST MID=41636, Token=38F030AAE4C2E806, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:02.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-41636], KeyToken[127.0.0.1:8252-38F030AAE4C2E806]] 08:13:02.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8252 08:13:02.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,477,T265) 127.0.0.1:8,246 ==> :8,252 [CON-POST MID=41636, Token=38F030AAE4C2E806, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:13:02.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8252) received 40 bytes from 127.0.0.1:8246 08:13:02.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-41636] 08:13:02.859 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.859 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442] replace CON-POST MID=41636, Token=38F030AAE4C2E806, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=41636, Token=38F030AAE4C2E806, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1442] send response NON-2.05 MID=41636, Token=null, OptionSet={}, "server responds hi" 08:13:02.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, complete]! 08:13:02.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1442, complete] completed NON-2.04 MID=41636, Token=38F030AAE4C2E806, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:13:02.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,478,T235) 127.0.0.1:8,252 ==> :8,246 [NON-2.04 MID=41636, Token=38F030AAE4C2E806, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:13:02.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8252 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-41636] 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, complete]! 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, complete] for token KeyToken[127.0.0.1:8252-38F030AAE4C2E806] 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, complete] for MID KeyMID[127.0.0.1:8252-41636] 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1441, complete] completed CON-POST MID= -1, Token=38F030AAE4C2E806, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=41636, Token=38F030AAE4C2E806, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1443] send request 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1443] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1443] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1443] added with generated mid KeyMID[127.0.0.1:8252-41637], CON-POST MID=41637, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1443] added with generated token KeyToken[127.0.0.1:8252-A02CCCC26C6214CD], CON-POST MID=41637, Token=A02CCCC26C6214CD, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-41637], KeyToken[127.0.0.1:8252-A02CCCC26C6214CD]] 08:13:02.861 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8252 08:13:02.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,479,T265) 127.0.0.1:8,246 ==> :8,252 [CON-POST MID=41637, Token=A02CCCC26C6214CD, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:02.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8252) received 40 bytes from 127.0.0.1:8246 08:13:02.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-41637] 08:13:02.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.861 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 08:13:02.861 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:13:02.861 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 08:13:02.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, complete]! 08:13:02.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1444, complete] completed ACK-4.01 MID=41637, Token=A02CCCC26C6214CD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 08:13:02.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8246 08:13:02.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,480,T235) 127.0.0.1:8,252 ==> :8,246 [ACK-4.01 MID=41637, Token=A02CCCC26C6214CD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 08:13:02.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 30 bytes from 127.0.0.1:8252 08:13:02.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:02.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=41637, Token=A02CCCC26C6214CD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 08:13:02.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1443, complete]! 08:13:02.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1443, complete] for token KeyToken[127.0.0.1:8252-A02CCCC26C6214CD] 08:13:02.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1443, complete] for MID KeyMID[127.0.0.1:8252-41637] 08:13:02.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1443, complete] completed CON-POST MID= -1, Token=A02CCCC26C6214CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=41637, Token=A02CCCC26C6214CD, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:13:02.862 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:02.862 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8252 08:13:02.862 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8252 08:13:02.862 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8252] stopping ... 08:13:02.862 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /127.0.0.1 08:13:02.862 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8252] has stopped. 08:13:02.862 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8252 08:13:02.862 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:13:02.863 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.863 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.864 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.864 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.864 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:02.864 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:02.864 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.864 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.864 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:02.864 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253 08:13:02.864 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.864 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8253, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.864 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8253 08:13:02.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:02.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:13:02.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1445] send request 08:13:02.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1445] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1445] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1445] added with KeyMID[127.0.0.1:8253-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1445] added with generated token KeyToken[127.0.0.1:8253-6C1273870FCD7F05], CON-POST MID=10000, Token=6C1273870FCD7F05, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:13:02.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-10000], KeyToken[127.0.0.1:8253-6C1273870FCD7F05]] 08:13:02.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8253 08:13:02.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,481,T270) 127.0.0.1:8,246 ==> :8,253 [CON-POST MID=10000, Token=6C1273870FCD7F05, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:13:02.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 40 bytes from 127.0.0.1:8246 08:13:02.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-10000] 08:13:02.866 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 08:13:02.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, complete]! 08:13:02.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1446, complete] completed ACK-4.01 MID=10000, Token=6C1273870FCD7F05, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 08:13:02.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8246 08:13:02.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,482,T235) 127.0.0.1:8,253 ==> :8,246 [ACK-4.01 MID=10000, Token=6C1273870FCD7F05, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 08:13:02.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 66 bytes from 127.0.0.1:8253 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=6C1273870FCD7F05, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1445, complete]! 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1445, complete] for token KeyToken[127.0.0.1:8253-6C1273870FCD7F05] 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1445, complete] for MID KeyMID[127.0.0.1:8253-10000] 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1445, complete] completed CON-POST MID=10000, Token=6C1273870FCD7F05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=6C1273870FCD7F05, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response client sent request 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1447] send request 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1447] prepare retransmission for CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1447] replace CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:02.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1447] added with KeyMID[127.0.0.1:8253-10001], CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:02.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1447] added with generated token KeyToken[127.0.0.1:8253-38FAF9BE28995A6A], CON-POST MID=10001, Token=38FAF9BE28995A6A, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:13:02.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-10001], KeyToken[127.0.0.1:8253-38FAF9BE28995A6A]] 08:13:02.868 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8253 08:13:02.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,483,T270) 127.0.0.1:8,246 ==> :8,253 [CON-POST MID=10001, Token=38FAF9BE28995A6A, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:13:02.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 49 bytes from 127.0.0.1:8246 08:13:02.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-10001] 08:13:02.868 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.868 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448] replace CON-POST MID=10001, Token=38FAF9BE28995A6A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=38FAF9BE28995A6A, OptionSet={"Object-Security":0x}, "client says hi" 08:13:02.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1448] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 08:13:02.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, complete]! 08:13:02.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, complete] completed NON-2.04 MID=10001, Token=38FAF9BE28995A6A, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:13:02.869 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:13:02.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,484,T235) 127.0.0.1:8,253 ==> :8,246 [NON-2.04 MID=10001, Token=38FAF9BE28995A6A, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:13:02.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8253 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8253-10001] 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1447, complete]! 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1447, complete] for token KeyToken[127.0.0.1:8253-38FAF9BE28995A6A] 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1447, complete] for MID KeyMID[127.0.0.1:8253-10001] 08:13:02.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1447, complete] completed CON-POST MID=10001, Token=38FAF9BE28995A6A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=38FAF9BE28995A6A, OptionSet={"Object-Security":0x1901087465737474657374}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! client received response 08:13:02.870 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:02.870 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8253 08:13:02.870 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8253 08:13:02.870 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] stopping ... 08:13:02.870 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /127.0.0.1 08:13:02.870 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] has stopped. 08:13:02.870 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8253 08:13:02.870 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 08:13:02.870 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:13:02.870 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8246 08:13:02.870 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8246 08:13:02.870 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] stopping ... 08:13:02.870 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /0.0.0.0 08:13:02.870 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] has stopped. 08:13:02.871 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8246 08:13:02.871 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.115 s - in org.eclipse.californium.oscore.OSCoreServerClientTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 08:13:02.871 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.871 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.871 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.872 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.872 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:02.872 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:02.872 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.872 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.872 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:02.872 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254 08:13:02.872 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.872 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8254, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:02.872 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8254 08:13:02.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:02.873 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.873 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.873 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.873 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.873 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:02.873 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:02.873 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.873 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.873 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:02.873 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255 08:13:02.873 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.873 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8255, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:02.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8255 08:13:02.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:02.874 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8255 for coap client sent request 08:13:02.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:13:02.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1449] send request 08:13:02.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1449] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:13:02.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:13:02.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1449] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:13:02.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1449] added with generated mid KeyMID[127.0.0.1:8254-20510], CON-POST MID=20510, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:13:02.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1449] added with generated token KeyToken[127.0.0.1:8254-FC57EFD2785F079B], CON-POST MID=20510, Token=FC57EFD2785F079B, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:13:02.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8254-20510], KeyToken[127.0.0.1:8254-FC57EFD2785F079B]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:13:02.875 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8254 08:13:02.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,485,T275) 127.0.0.1:8,255 ==> :8,254 [CON-POST MID=20510, Token=FC57EFD2785F079B, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 08:13:02.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8254) received 29 bytes from 127.0.0.1:8255 08:13:02.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-20510] 08:13:02.875 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.875 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450] replace CON-POST MID=20510, Token=FC57EFD2785F079B, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=20510, Token=FC57EFD2785F079B, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:13:02.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1450] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:13:02.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, complete]! 08:13:02.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, complete] completed ACK-2.04 MID=20510, Token=FC57EFD2785F079B, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:13:02.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8255 08:13:02.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,486,T278) 127.0.0.1:8,254 ==> :8,255 [ACK-2.04 MID=20510, Token=FC57EFD2785F079B, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 08:13:02.876 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8255) received 42 bytes from 127.0.0.1:8254 08:13:02.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1449, complete]! 08:13:02.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1449, complete] for token KeyToken[127.0.0.1:8254-FC57EFD2785F079B] 08:13:02.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1449, complete] for MID KeyMID[127.0.0.1:8254-20510] 08:13:02.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1449, complete] completed CON-GET MID= -1, Token=FC57EFD2785F079B, OptionSet={"Object-Security":0x}, -/- CON-POST MID=20510, Token=FC57EFD2785F079B, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 08:13:02.877 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:02.877 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8254 08:13:02.877 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8254 08:13:02.877 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8254] stopping ... 08:13:02.877 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /127.0.0.1 08:13:02.878 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8254] has stopped. 08:13:02.878 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8254 08:13:02.878 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 08:13:02.879 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.879 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.879 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.879 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:02.879 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:02.879 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.879 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.879 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:02.879 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256 08:13:02.879 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.880 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8256, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:02.880 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8256 08:13:02.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext 08:13:02.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:13:02.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1451] send request 08:13:02.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1451] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:13:02.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:13:02.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1451] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:13:02.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1451] added with generated mid KeyMID[127.0.0.1:8256-21330], CON-POST MID=21330, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:13:02.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1451] added with generated token KeyToken[127.0.0.1:8256-BC96C180DED441F6], CON-POST MID=21330, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:13:02.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-21330], KeyToken[127.0.0.1:8256-BC96C180DED441F6]] 08:13:02.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8256 08:13:02.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,487,T283) 127.0.0.1:8,255 ==> :8,256 [CON-POST MID=21330, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 08:13:02.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 29 bytes from 127.0.0.1:8255 08:13:02.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-21330] 08:13:02.881 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.881 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452] replace CON-POST MID=21330, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=21330, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:13:02.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1452] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:13:02.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, complete]! 08:13:02.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, complete] completed ACK-2.04 MID=21330, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:13:02.883 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8255 08:13:02.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,488,T278) 127.0.0.1:8,256 ==> :8,255 [ACK-2.04 MID=21330, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 08:13:02.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8255) received 42 bytes from 127.0.0.1:8256 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1451, complete]! 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1451, complete] for token KeyToken[127.0.0.1:8256-BC96C180DED441F6] 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1451, complete] for MID KeyMID[127.0.0.1:8256-21330] 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1451, complete] completed CON-GET MID= -1, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, -/- CON-POST MID=21330, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response Client: Response source context type: class org.eclipse.californium.elements.MapBasedEndpointContext client sent second request 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453] send request 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453] prepare retransmission for CON-GET MID= -1, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453] replace CON-GET MID= -1, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:13:02.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453] added with generated mid KeyMID[127.0.0.1:8256-21331], CON-POST MID=21331, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:13:02.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453] added with token KeyToken[127.0.0.1:8256-BC96C180DED441F6], CON-POST MID=21331, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:13:02.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-21331], KeyToken[127.0.0.1:8256-BC96C180DED441F6]] 08:13:02.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8256 08:13:02.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,489,T283) 127.0.0.1:8,255 ==> :8,256 [CON-POST MID=21331, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 08:13:02.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 29 bytes from 127.0.0.1:8255 08:13:02.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-21331] 08:13:02.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454] replace CON-POST MID=21331, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=21331, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:13:02.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1454] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:13:02.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, complete]! 08:13:02.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, complete] completed ACK-2.04 MID=21331, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:13:02.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8255 08:13:02.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,490,T278) 127.0.0.1:8,256 ==> :8,255 [ACK-2.04 MID=21331, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50] 08:13:02.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8255) received 42 bytes from 127.0.0.1:8256 08:13:02.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, complete]! 08:13:02.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, complete] for token KeyToken[127.0.0.1:8256-BC96C180DED441F6] 08:13:02.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, complete] for MID KeyMID[127.0.0.1:8256-21331] 08:13:02.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1453, complete] completed CON-GET MID= -1, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x}, -/- CON-POST MID=21331, Token=BC96C180DED441F6, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 08:13:02.885 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:02.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8256 08:13:02.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8256 08:13:02.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8256] stopping ... 08:13:02.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /127.0.0.1 08:13:02.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8256] has stopped. 08:13:02.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8256 08:13:02.952 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 08:13:02.952 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:13:02.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8255 08:13:02.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8255 08:13:02.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8255] stopping ... 08:13:02.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /0.0.0.0 08:13:02.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8255] has stopped. 08:13:02.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8255 08:13:02.953 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 08:13:02.953 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 08:13:02.954 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.954 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.954 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.954 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.954 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:02.955 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:02.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.955 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:02.955 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257 08:13:02.955 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.955 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8257, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:02.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8257 08:13:02.955 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:02.955 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.955 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:02.955 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:02.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.956 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:02.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258 08:13:02.956 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.956 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8258, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8258 08:13:02.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:02.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:02.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 08:13:02.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8257]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:13:02.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:13:02.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:13:02.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:13:02.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3731], CON-POST MID= 3731, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:13:02.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated token KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3731, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:13:02.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3731], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.959 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8257 08:13:02.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,491,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3731, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 08:13:02.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 107 bytes from 127.0.0.1:8258 08:13:02.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3731] 08:13:02.959 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.959 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456] replace CON-POST MID= 3731, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= 3731, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:13:02.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 08:13:02.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:13:02.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:13:02.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1456] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 08:13:02.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, complete]! 08:13:02.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1456, complete] completed ACK-2.04 MID= 3731, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 08:13:02.960 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8258 08:13:02.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,492,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3731, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 08:13:02.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 26 bytes from 127.0.0.1:8257 08:13:02.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 08:13:02.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:02.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3731, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:02.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:02.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:13:02.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3732], CON-POST MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:13:02.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3731] 08:13:02.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:13:02.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3732], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.961 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8257 08:13:02.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,493,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 08:13:02.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 103 bytes from 127.0.0.1:8258 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3732] 08:13:02.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457] replace CON-POST MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8258] for CON-POST MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1457] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, complete]! 08:13:02.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1457, complete] completed ACK-2.04 MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 08:13:02.962 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8258 08:13:02.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,494,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 08:13:02.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 26 bytes from 127.0.0.1:8257 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3732, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0901}, acked 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:02.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:13:02.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3733], CON-POST MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:13:02.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3732] 08:13:02.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:13:02.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3733], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.964 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8257 08:13:02.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,495,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 08:13:02.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 103 bytes from 127.0.0.1:8258 08:13:02.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3733] 08:13:02.964 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.964 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1458] replace CON-POST MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:02.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 08:13:02.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8258] for CON-POST MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:02.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:13:02.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1458] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 08:13:02.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1458, complete]! 08:13:02.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1458, complete] completed ACK-2.04 MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 08:13:02.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8258 08:13:02.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,496,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 08:13:02.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 26 bytes from 127.0.0.1:8257 08:13:02.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3733, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0902}, acked 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3734], CON-POST MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3733] 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:13:02.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3734], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8257 08:13:02.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,497,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 08:13:02.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 103 bytes from 127.0.0.1:8258 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3734] 08:13:02.967 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.967 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459] replace CON-POST MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8258] for CON-POST MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/resource, 127.0.0.1:8258]], block1 transfers still in progress: 0 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 08:13:02.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 08:13:02.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1459] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 08:13:02.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, complete]! 08:13:02.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1459, complete] completed ACK-2.04 MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes! 08:13:02.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8258 08:13:02.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,498,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes] 08:13:02.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 96 bytes from 127.0.0.1:8257 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/resource, 127.0.0.1:8257] inbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8257]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:13:02.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0903}, acked 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:13:02.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:13:02.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:13:02.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3735], CON-POST MID= 3735, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:13:02.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3734] 08:13:02.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3735, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:13:02.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3735], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.969 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:13:02.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,499,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3735, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B] 08:13:02.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:13:02.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3735] 08:13:02.969 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.969 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460] replace CON-POST MID= 3735, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= 3735, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:13:02.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 08:13:02.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1460] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:02.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, complete]! 08:13:02.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, complete] completed ACK-2.04 MID= 3735, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes! 08:13:02.970 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:13:02.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,500,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3735, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes] 08:13:02.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3735, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0904}, acked 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3736], CON-POST MID= 3736, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3735] 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3736, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:13:02.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3736], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:13:02.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,501,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3736, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F] 08:13:02.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:13:02.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3736] 08:13:02.972 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.972 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461] replace CON-POST MID= 3736, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= 3736, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:13:02.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 08:13:02.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1461] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:02.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, complete]! 08:13:02.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1461, complete] completed ACK-2.04 MID= 3736, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes! 08:13:02.972 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:13:02.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,502,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3736, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes] 08:13:02.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3736, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0905}, acked 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:13:02.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3737], CON-POST MID= 3737, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:13:02.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3736] 08:13:02.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3737, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:13:02.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3737], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.974 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:13:02.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,503,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3737, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2] 08:13:02.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:13:02.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3737] 08:13:02.974 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.974 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462] replace CON-POST MID= 3737, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= 3737, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:13:02.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 08:13:02.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1462] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:02.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, complete]! 08:13:02.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, complete] completed ACK-2.04 MID= 3737, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes! 08:13:02.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:13:02.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,504,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3737, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes] 08:13:02.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:13:02.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:13:02.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3737, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0906}, acked EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:13:02.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:13:02.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:13:02.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3738], CON-POST MID= 3738, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:13:02.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3737] 08:13:02.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3738, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:13:02.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3738], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:13:02.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,505,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3738, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20] 08:13:02.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:13:02.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3738] 08:13:02.977 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.977 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1463] replace CON-POST MID= 3738, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID= 3738, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:13:02.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 08:13:02.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1463] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 08:13:02.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1463, complete]! 08:13:02.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1463, complete] completed ACK-2.04 MID= 3738, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes! 08:13:02.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:13:02.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,506,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3738, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes] 08:13:02.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:13:02.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3738, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0907}, acked 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3739], CON-POST MID= 3739, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3738] 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3739, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:13:02.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3739], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:13:02.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,507,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3739, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82] 08:13:02.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:13:02.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3739] 08:13:02.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1464] replace CON-POST MID= 3739, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID= 3739, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:13:02.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 08:13:02.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1464] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 08:13:02.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1464, complete]! 08:13:02.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1464, complete] completed ACK-2.04 MID= 3739, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes! 08:13:02.979 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:13:02.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,508,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3739, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes] 08:13:02.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3739, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0908}, acked D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:13:02.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:13:02.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3740], CON-POST MID= 3740, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:13:02.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3739] 08:13:02.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3740, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:13:02.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3740], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.981 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:13:02.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,509,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3740, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C] 08:13:02.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:13:02.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3740] 08:13:02.981 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.981 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465] replace CON-POST MID= 3740, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID= 3740, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:13:02.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 08:13:02.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1465] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 08:13:02.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465, complete]! 08:13:02.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1465, complete] completed ACK-2.04 MID= 3740, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes! 08:13:02.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:13:02.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,510,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3740, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes] 08:13:02.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:13:02.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3740, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x0909}, acked B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-3741], CON-POST MID= 3741, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-3740] 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-E49EA50E8B02EF65], CON-POST MID= 3741, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:13:02.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-3741], KeyToken[127.0.0.1:8257-E49EA50E8B02EF65]] 08:13:02.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:13:02.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,511,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID= 3741, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42] 08:13:02.984 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:13:02.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-3741] 08:13:02.984 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.984 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1466] replace CON-POST MID= 3741, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID= 3741, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:13:02.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 08:13:02.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1466] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 08:13:02.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1466, complete]! 08:13:02.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1466, complete] completed ACK-2.04 MID= 3741, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes! 08:13:02.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:13:02.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,512,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID= 3741, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes] 08:13:02.985 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/resource, 127.0.0.1:8257]], block2 transfers still in progress: 0 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID= 3734, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= 3741, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x090A}, acked 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 by CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455, complete]! 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455, complete] for token KeyToken[127.0.0.1:8257-E49EA50E8B02EF65] 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455, complete] for MID KeyMID[127.0.0.1:8257-3741] 08:13:02.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1455, complete] completed CON-POST MID= -1, Token=E49EA50E8B02EF65, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 08:13:02.985 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:02.985 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:02.986 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8257 08:13:02.986 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8257 08:13:02.986 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] stopping ... 08:13:02.986 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /127.0.0.1 08:13:02.986 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] has stopped. 08:13:02.986 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8257 08:13:02.986 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:02.986 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8258 08:13:02.986 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8258 08:13:02.986 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] stopping ... 08:13:02.986 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /0.0.0.0 08:13:02.986 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] has stopped. 08:13:02.986 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8258 08:13:02.987 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 08:13:02.987 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 08:13:02.988 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.988 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.988 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.988 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.988 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:02.988 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:02.988 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.988 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.988 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:02.988 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259 08:13:02.988 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.989 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8259, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:02.989 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8259 08:13:02.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:02.989 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:02.989 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:02.989 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:02.989 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:02.989 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:02.989 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:02.989 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:02.989 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:02.989 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:02.989 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260 08:13:02.989 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:02.989 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8260, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:02.990 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8260 08:13:02.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:02.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:02.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:02.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] send request 08:13:02.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:02.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:02.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:02.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated mid KeyMID[127.0.0.1:8259-13945], CON-POST MID=13945, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:02.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated token KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C], CON-POST MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:02.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-13945], KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C]] 08:13:02.991 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8259 08:13:02.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,513,T296) 127.0.0.1:8,260 ==> :8,259 [CON-POST MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:02.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 34 bytes from 127.0.0.1:8260 08:13:02.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-13945] 08:13:02.991 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.991 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1468] replace CON-POST MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:02.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 08:13:02.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8260]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:13:02.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1468] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 08:13:02.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1468, complete]! 08:13:02.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1468, complete] completed ACK-2.04 MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes! 08:13:02.993 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8260 08:13:02.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,514,T299) 127.0.0.1:8,259 ==> :8,260 [ACK-2.04 MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes] 08:13:02.993 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 94 bytes from 127.0.0.1:8259 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/resource, 127.0.0.1:8259] inbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8259]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-POST MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] send request 08:13:02.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] prepare retransmission for CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:13:02.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:02.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:13:02.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated mid KeyMID[127.0.0.1:8259-13946], CON-POST MID=13946, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:13:02.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467] for MID KeyMID[127.0.0.1:8259-13945] 08:13:02.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] keep for KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C], CON-POST MID=13946, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:13:02.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-13946], KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C]] 08:13:02.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8259 08:13:02.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,515,T296) 127.0.0.1:8,260 ==> :8,259 [CON-POST MID=13946, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13] 08:13:02.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 36 bytes from 127.0.0.1:8260 08:13:02.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-13946] 08:13:02.994 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.994 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469] replace CON-POST MID=13946, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=13946, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:13:02.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8260]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 08:13:02.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1469] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:02.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469, complete]! 08:13:02.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1469, complete] completed ACK-2.04 MID=13946, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes! 08:13:02.995 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8260 08:13:02.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,516,T299) 127.0.0.1:8,259 ==> :8,260 [ACK-2.04 MID=13946, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes] 08:13:02.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 91 bytes from 127.0.0.1:8259 08:13:02.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:13:02.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-POST MID=13946, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0901}, acked 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 by CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:13:02.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] send request 08:13:02.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] prepare retransmission for CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:13:02.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:02.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:13:02.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated mid KeyMID[127.0.0.1:8259-13947], CON-POST MID=13947, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:13:02.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467] for MID KeyMID[127.0.0.1:8259-13946] 08:13:02.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] keep for KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C], CON-POST MID=13947, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:13:02.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-13947], KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C]] 08:13:02.996 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8259 08:13:02.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,517,T296) 127.0.0.1:8,260 ==> :8,259 [CON-POST MID=13947, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2] 08:13:02.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 36 bytes from 127.0.0.1:8260 08:13:02.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-13947] 08:13:02.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1470] replace CON-POST MID=13947, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=13947, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:13:02.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8260]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 08:13:02.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1470] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:02.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1470, complete]! 08:13:02.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1470, complete] completed ACK-2.04 MID=13947, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes! 08:13:02.997 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8260 08:13:02.997 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,518,T299) 127.0.0.1:8,259 ==> :8,260 [ACK-2.04 MID=13947, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes] 08:13:02.997 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 91 bytes from 127.0.0.1:8259 08:13:02.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:02.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:02.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-POST MID=13947, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0902}, acked 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 by CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] send request 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] prepare retransmission for CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated mid KeyMID[127.0.0.1:8259-13948], CON-POST MID=13948, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467] for MID KeyMID[127.0.0.1:8259-13947] 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] keep for KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C], CON-POST MID=13948, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:13:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-13948], KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C]] 08:13:02.999 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8259 08:13:02.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,519,T296) 127.0.0.1:8,260 ==> :8,259 [CON-POST MID=13948, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9] 08:13:02.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 36 bytes from 127.0.0.1:8260 08:13:02.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-13948] 08:13:02.999 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:02.999 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:02.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:02.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471] replace CON-POST MID=13948, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=13948, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:13:02.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8260]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 08:13:02.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1471] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:02.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471, complete]! 08:13:02.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1471, complete] completed ACK-2.04 MID=13948, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes! 08:13:03.000 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8260 08:13:03.000 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,520,T299) 127.0.0.1:8,259 ==> :8,260 [ACK-2.04 MID=13948, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes] 08:13:03.000 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 91 bytes from 127.0.0.1:8259 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/resource, 127.0.0.1:8259]], block2 transfers still in progress: 0 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=13945, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-POST MID=13948, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x0903}, acked 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 by CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467, complete]! 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467, complete] for token KeyToken[127.0.0.1:8259-F8E63EF4B1860F8C] 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467, complete] for MID KeyMID[127.0.0.1:8259-13948] 08:13:03.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1467, complete] completed CON-GET MID= -1, Token=F8E63EF4B1860F8C, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 08:13:03.000 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.000 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.001 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8259 08:13:03.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8259 08:13:03.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] stopping ... 08:13:03.001 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /127.0.0.1 08:13:03.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] has stopped. 08:13:03.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8259 08:13:03.001 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.001 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8260 08:13:03.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8260 08:13:03.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] stopping ... 08:13:03.001 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /0.0.0.0 08:13:03.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] has stopped. 08:13:03.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8260 08:13:03.001 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 08:13:03.002 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 08:13:03.002 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.002 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.002 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.002 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.002 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.003 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.003 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.003 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.003 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.003 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261 08:13:03.003 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.003 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8261, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.003 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.003 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8261 08:13:03.003 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.003 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.003 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.003 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.003 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.004 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.004 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.004 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.004 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.004 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.004 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262 08:13:03.004 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.004 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.004 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8262, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.004 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.004 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8262 08:13:03.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:03.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 08:13:03.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8261]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:13:03.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:13:03.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] send request 08:13:03.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:13:03.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:03.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:13:03.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated mid KeyMID[127.0.0.1:8261-32752], CON-POST MID=32752, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:13:03.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated token KeyToken[127.0.0.1:8261-F0CA0F0809047539], CON-POST MID=32752, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:13:03.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-32752], KeyToken[127.0.0.1:8261-F0CA0F0809047539]] 08:13:03.006 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8261 08:13:03.006 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,521,T304) 127.0.0.1:8,262 ==> :8,261 [CON-POST MID=32752, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 08:13:03.006 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 107 bytes from 127.0.0.1:8262 08:13:03.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-32752] 08:13:03.006 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.006 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1473] replace CON-POST MID=32752, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-PUT MID=32752, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:13:03.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 08:13:03.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8262]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:13:03.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:13:03.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1473] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 08:13:03.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1473, complete]! 08:13:03.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1473, complete] completed ACK-2.04 MID=32752, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 08:13:03.007 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8262 08:13:03.008 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,522,T307) 127.0.0.1:8,261 ==> :8,262 [ACK-2.04 MID=32752, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 08:13:03.008 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 26 bytes from 127.0.0.1:8261 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-POST MID=32752, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0900}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] send request 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] prepare retransmission for CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:03.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:13:03.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated mid KeyMID[127.0.0.1:8261-32753], CON-POST MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:13:03.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472] for MID KeyMID[127.0.0.1:8261-32752] 08:13:03.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] keep for KeyToken[127.0.0.1:8261-F0CA0F0809047539], CON-POST MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:13:03.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-32753], KeyToken[127.0.0.1:8261-F0CA0F0809047539]] 08:13:03.009 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8261 08:13:03.009 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,523,T304) 127.0.0.1:8,262 ==> :8,261 [CON-POST MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 08:13:03.009 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 103 bytes from 127.0.0.1:8262 08:13:03.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-32753] 08:13:03.009 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.009 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474] replace CON-POST MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-PUT MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:03.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 08:13:03.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8262] for CON-PUT MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:13:03.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:13:03.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1474] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 08:13:03.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, complete]! 08:13:03.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, complete] completed ACK-2.04 MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 08:13:03.010 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8262 08:13:03.010 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,524,T307) 127.0.0.1:8,261 ==> :8,262 [ACK-2.04 MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 08:13:03.010 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 26 bytes from 127.0.0.1:8261 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-POST MID=32753, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0901}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] send request 08:13:03.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] prepare retransmission for CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:13:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated mid KeyMID[127.0.0.1:8261-32754], CON-POST MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:13:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472] for MID KeyMID[127.0.0.1:8261-32753] 08:13:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] keep for KeyToken[127.0.0.1:8261-F0CA0F0809047539], CON-POST MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:13:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-32754], KeyToken[127.0.0.1:8261-F0CA0F0809047539]] 08:13:03.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8261 08:13:03.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,525,T304) 127.0.0.1:8,262 ==> :8,261 [CON-POST MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 08:13:03.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 103 bytes from 127.0.0.1:8262 08:13:03.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-32754] 08:13:03.052 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.052 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1475] replace CON-POST MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-PUT MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:03.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 08:13:03.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8262] for CON-PUT MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:13:03.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:13:03.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1475] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 08:13:03.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1475, complete]! 08:13:03.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1475, complete] completed ACK-2.04 MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 08:13:03.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8262 08:13:03.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,526,T307) 127.0.0.1:8,261 ==> :8,262 [ACK-2.04 MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 08:13:03.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 26 bytes from 127.0.0.1:8261 08:13:03.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-POST MID=32754, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0902}, acked 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] send request 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] prepare retransmission for CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated mid KeyMID[127.0.0.1:8261-32755], CON-POST MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472] for MID KeyMID[127.0.0.1:8261-32754] 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] keep for KeyToken[127.0.0.1:8261-F0CA0F0809047539], CON-POST MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:13:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-32755], KeyToken[127.0.0.1:8261-F0CA0F0809047539]] 08:13:03.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8261 08:13:03.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,527,T304) 127.0.0.1:8,262 ==> :8,261 [CON-POST MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 08:13:03.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 103 bytes from 127.0.0.1:8262 08:13:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-32755] 08:13:03.055 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.055 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476] replace CON-POST MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-PUT MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 08:13:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8262] for CON-PUT MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:13:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 08:13:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/resource, 127.0.0.1:8262]], block1 transfers still in progress: 0 08:13:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1476] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 08:13:03.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, complete]! 08:13:03.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, complete] completed ACK-2.04 MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 08:13:03.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8262 08:13:03.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,528,T307) 127.0.0.1:8,261 ==> :8,262 [ACK-2.04 MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 08:13:03.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 26 bytes from 127.0.0.1:8261 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472, complete]! 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472, complete] for token KeyToken[127.0.0.1:8261-F0CA0F0809047539] 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472, complete] for MID KeyMID[127.0.0.1:8261-32755] 08:13:03.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1472, complete] completed CON-PUT MID= -1, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=32755, Token=F0CA0F0809047539, OptionSet={"Object-Security":0x0903}, acked 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes! 08:13:03.056 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.056 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8261 08:13:03.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8261 08:13:03.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] stopping ... 08:13:03.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /127.0.0.1 08:13:03.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] has stopped. 08:13:03.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8261 08:13:03.057 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8262 08:13:03.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8262 08:13:03.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] stopping ... 08:13:03.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /0.0.0.0 08:13:03.057 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] has stopped. 08:13:03.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8262 08:13:03.058 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 08:13:03.058 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 08:13:03.059 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.059 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.059 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.059 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.059 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.059 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.059 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263 08:13:03.059 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.059 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8263, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8263 08:13:03.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.060 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.060 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.060 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.060 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.060 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.060 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264 08:13:03.060 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.060 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8264, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.061 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8264 08:13:03.061 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 08:13:03.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477] send request 08:13:03.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 08:13:03.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, complete]! 08:13:03.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1477, complete] request [MID=-1, null] 08:13:03.062 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.062 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.063 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8263 08:13:03.063 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8263 08:13:03.063 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] stopping ... 08:13:03.063 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /127.0.0.1 08:13:03.063 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] has stopped. 08:13:03.063 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8263 08:13:03.063 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.063 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8264 08:13:03.063 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8264 08:13:03.063 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] stopping ... 08:13:03.063 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /0.0.0.0 08:13:03.063 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] has stopped. 08:13:03.063 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8264 08:13:03.064 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 08:13:03.064 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:13:03.064 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest 08:13:03.064 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 08:13:03.065 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.065 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.065 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.065 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.065 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.065 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.065 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.065 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265 08:13:03.065 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.065 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8265, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8265 08:13:03.066 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.066 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.066 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.066 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.066 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.066 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.066 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266 08:13:03.066 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8266, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8266 08:13:03.067 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.067 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.067 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.068 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.068 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.068 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.068 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267 08:13:03.068 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.068 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8267, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8267 08:13:03.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.068 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8267 08:13:03.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, 08:13:03.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1478] send request 08:13:03.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, 08:13:03.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1478] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1478] added with generated mid KeyMID[127.0.0.1:8266-61620], NON-POST MID=61620, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1478] added with generated token KeyToken[127.0.0.1:8266-50ABD550ACE0C49C], NON-POST MID=61620, Token=50ABD550ACE0C49C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8266-61620], KeyToken[127.0.0.1:8266-50ABD550ACE0C49C]] 08:13:03.070 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8266 08:13:03.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,529,T325) 127.0.0.1:8,267 ==> :8,266 [NON-POST MID=61620, Token=50ABD550ACE0C49C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:03.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8266) received 58 bytes from 127.0.0.1:8267 08:13:03.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8267-61620] 08:13:03.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.070 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.070 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.070 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.070 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.070 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268 08:13:03.070 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.071 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8268, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.071 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8268 08:13:03.071 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8268 08:13:03.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1480] send request 08:13:03.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1480] added with generated mid KeyMID[127.0.0.1:8265-46927], NON-POST MID=46927, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1480] added with generated token KeyToken[127.0.0.1:8265-380B79143CA43F12], NON-POST MID=46927, Token=380B79143CA43F12, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-46927], KeyToken[127.0.0.1:8265-380B79143CA43F12]] 08:13:03.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8265 08:13:03.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,530,T320) 127.0.0.1:8,268 ==> :8,265 [NON-POST MID=46927, Token=380B79143CA43F12, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:03.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 34 bytes from 127.0.0.1:8268 08:13:03.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8268-46927] 08:13:03.072 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.072 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481] replace NON-POST MID=46927, Token=380B79143CA43F12, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=46927, Token=380B79143CA43F12, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:03.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1481] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:13:03.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481, complete]! 08:13:03.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1481, complete] completed NON-2.04 MID=31432, Token=380B79143CA43F12, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:13:03.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8268 08:13:03.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,531,T331) 127.0.0.1:8,265 ==> :8,268 [NON-2.04 MID=31432, Token=380B79143CA43F12, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:13:03.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8268) received 152 bytes from 127.0.0.1:8265 08:13:03.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8265-31432] 08:13:03.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1480, complete]! 08:13:03.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1480, complete] for token KeyToken[127.0.0.1:8265-380B79143CA43F12] 08:13:03.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1480, complete] for MID KeyMID[127.0.0.1:8265-46927] 08:13:03.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1480, complete] completed NON-POST MID=46927, Token=380B79143CA43F12, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:13:03.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [138/32] requires blockwise transfer 08:13:03.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8267]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1 08:13:03.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1479] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:13:03.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1479, complete]! 08:13:03.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1479, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes -/- NON-2.04 MID=37395, Token=50ABD550ACE0C49C, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:13:03.073 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8267 08:13:03.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,532,T328) 127.0.0.1:8,266 ==> :8,267 [NON-2.04 MID=37395, Token=50ABD550ACE0C49C, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:13:03.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8267) received 51 bytes from 127.0.0.1:8266 08:13:03.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-37395] 08:13:03.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requested resource body [138 bytes] exceeds max buffer size [64 bytes], aborting request 08:13:03.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1478, complete]! 08:13:03.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1478, complete] for token KeyToken[127.0.0.1:8266-50ABD550ACE0C49C] 08:13:03.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1478, complete] for MID KeyMID[127.0.0.1:8266-61620] 08:13:03.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1478, complete] completed NON-GET MID= -1, Token=50ABD550ACE0C49C, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, -/- NON-POST MID=61620, Token=50ABD550ACE0C49C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:13:03.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1478, complete] request [MID=61620, Token=50ABD550ACE0C49C] 08:13:03.074 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.074 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8265 08:13:03.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8265 08:13:03.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] stopping ... 08:13:03.074 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /127.0.0.1 08:13:03.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] has stopped. 08:13:03.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8265 08:13:03.074 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.074 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.074 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8266 08:13:03.074 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8266 08:13:03.074 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8266] stopping ... 08:13:03.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /127.0.0.1 08:13:03.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8266] has stopped. 08:13:03.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8266 08:13:03.075 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.075 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8267 08:13:03.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8267 08:13:03.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8267] stopping ... 08:13:03.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /0.0.0.0 08:13:03.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8267] has stopped. 08:13:03.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8267 08:13:03.075 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.075 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8268 08:13:03.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8268 08:13:03.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] stopping ... 08:13:03.075 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /0.0.0.0 08:13:03.075 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] has stopped. 08:13:03.075 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8268 08:13:03.075 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 08:13:03.076 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 08:13:03.076 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.076 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.076 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.076 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.076 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.077 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.077 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.077 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.077 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.077 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269 08:13:03.077 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.077 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8269, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.077 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8269 08:13:03.077 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.077 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.077 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.077 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.078 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.078 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.078 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.078 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.078 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.078 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270 08:13:03.078 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.078 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8270, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.078 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8270 08:13:03.079 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.079 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.079 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.079 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.079 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.079 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.079 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.079 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.079 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.079 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271 08:13:03.079 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.079 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8271, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.079 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.079 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8271 08:13:03.080 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8271 08:13:03.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1482] send request 08:13:03.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1482] replace NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1482] added with generated mid KeyMID[127.0.0.1:8270-38465], NON-POST MID=38465, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1482] added with generated token KeyToken[127.0.0.1:8270-B8F50B545DD963F6], NON-POST MID=38465, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-38465], KeyToken[127.0.0.1:8270-B8F50B545DD963F6]] 08:13:03.081 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8270 08:13:03.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,533,T341) 127.0.0.1:8,271 ==> :8,270 [NON-POST MID=38465, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:13:03.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 189 bytes from 127.0.0.1:8271 08:13:03.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-38465] 08:13:03.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.081 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.081 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.081 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.081 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.082 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272 08:13:03.082 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.082 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8272, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.082 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8272 08:13:03.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.082 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8272 08:13:03.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:13:03.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8269]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:13:03.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1484] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1484] send request 08:13:03.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1484] added with generated mid KeyMID[127.0.0.1:8269-20882], NON-POST MID=20882, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1484] added with generated token KeyToken[127.0.0.1:8269-F4D10DAFD2B81685], NON-POST MID=20882, Token=F4D10DAFD2B81685, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-20882], KeyToken[127.0.0.1:8269-F4D10DAFD2B81685]] 08:13:03.083 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8269 08:13:03.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,534,T336) 127.0.0.1:8,272 ==> :8,269 [NON-POST MID=20882, Token=F4D10DAFD2B81685, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:13:03.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8269) received 54 bytes from 127.0.0.1:8272 08:13:03.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8272-20882] 08:13:03.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1485] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:13:03.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1485, complete]! 08:13:03.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1485, complete] completed NON-4.13 MID=41273, Token=F4D10DAFD2B81685, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:13:03.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8272 08:13:03.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,535,T347) 127.0.0.1:8,269 ==> :8,272 [NON-4.13 MID=41273, Token=F4D10DAFD2B81685, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:13:03.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8272) received 45 bytes from 127.0.0.1:8269 08:13:03.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8269-41273] 08:13:03.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=41273, Token=F4D10DAFD2B81685, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:13:03.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8269]], block1 transfers still in progress: 0 08:13:03.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1484, complete]! 08:13:03.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1484, complete] for token KeyToken[127.0.0.1:8269-F4D10DAFD2B81685] 08:13:03.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1484, complete] for MID KeyMID[127.0.0.1:8269-20882] 08:13:03.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1484, complete] completed NON-POST MID=20882, Token=F4D10DAFD2B81685, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- NON-POST MID=20882, Token=F4D10DAFD2B81685, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9! 08:13:03.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1483] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:13:03.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1483, complete]! 08:13:03.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1483, complete] completed NON-4.13 MID=22285, Token=B8F50B545DD963F6, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:13:03.084 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8271 08:13:03.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,536,T344) 127.0.0.1:8,270 ==> :8,271 [NON-4.13 MID=22285, Token=B8F50B545DD963F6, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:13:03.084 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 45 bytes from 127.0.0.1:8270 08:13:03.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-22285] 08:13:03.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:03.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=22285, Token=B8F50B545DD963F6, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:13:03.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8270]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 08:13:03.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1482] replace NON-POST MID=38465, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT MID= -1, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8269/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 08:13:03.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1482] send request 08:13:03.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-PUT MID= -1, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1482] replace NON-PUT MID= -1, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8269/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:13:03.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1482] added with generated mid KeyMID[127.0.0.1:8270-38466], NON-POST MID=38466, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:13:03.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1482] for MID KeyMID[127.0.0.1:8270-38465] 08:13:03.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1482] keep for KeyToken[127.0.0.1:8270-B8F50B545DD963F6], NON-POST MID=38466, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:13:03.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-38466], KeyToken[127.0.0.1:8270-B8F50B545DD963F6]] 08:13:03.086 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8270 08:13:03.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,537,T341) 127.0.0.1:8,271 ==> :8,270 [NON-POST MID=38466, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes] 08:13:03.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 130 bytes from 127.0.0.1:8271 08:13:03.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-38466] 08:13:03.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.086 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.087 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.087 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.087 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.087 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273 08:13:03.087 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.087 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8273, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.087 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8273 08:13:03.088 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8273 08:13:03.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer 08:13:03.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8269]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 08:13:03.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:13:03.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487] send request 08:13:03.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487] added with generated mid KeyMID[127.0.0.1:8269-16954], NON-POST MID=16954, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:13:03.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487] added with generated token KeyToken[127.0.0.1:8269-006EB2BF18E09B71], NON-POST MID=16954, Token=006EB2BF18E09B71, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:13:03.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-16954], KeyToken[127.0.0.1:8269-006EB2BF18E09B71]] 08:13:03.088 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8269 08:13:03.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,538,T336) 127.0.0.1:8,273 ==> :8,269 [NON-POST MID=16954, Token=006EB2BF18E09B71, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B] 08:13:03.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8269) received 54 bytes from 127.0.0.1:8273 08:13:03.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-16954] 08:13:03.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1488] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:13:03.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, complete]! 08:13:03.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, complete] completed NON-4.13 MID=54191, Token=006EB2BF18E09B71, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:13:03.089 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8273 08:13:03.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,539,T350) 127.0.0.1:8,269 ==> :8,273 [NON-4.13 MID=54191, Token=006EB2BF18E09B71, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:13:03.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8273) received 45 bytes from 127.0.0.1:8269 08:13:03.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8269-54191] 08:13:03.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=54191, Token=006EB2BF18E09B71, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:13:03.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8269]], block1 transfers still in progress: 0 08:13:03.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, complete]! 08:13:03.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, complete] for token KeyToken[127.0.0.1:8269-006EB2BF18E09B71] 08:13:03.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, complete] for MID KeyMID[127.0.0.1:8269-16954] 08:13:03.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1487, complete] completed NON-POST MID=16954, Token=006EB2BF18E09B71, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes -/- NON-POST MID=16954, Token=006EB2BF18E09B71, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B! 08:13:03.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1486] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:13:03.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, complete]! 08:13:03.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, complete] completed NON-4.13 MID=22286, Token=B8F50B545DD963F6, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:13:03.090 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8271 08:13:03.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,540,T344) 127.0.0.1:8,270 ==> :8,271 [NON-4.13 MID=22286, Token=B8F50B545DD963F6, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:13:03.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 45 bytes from 127.0.0.1:8270 08:13:03.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-22286] 08:13:03.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:13:03.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=22286, Token=B8F50B545DD963F6, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:13:03.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8270]], block1 transfers still in progress: 0 08:13:03.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1482, complete]! 08:13:03.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1482, complete] for token KeyToken[127.0.0.1:8270-B8F50B545DD963F6] 08:13:03.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1482, complete] for MID KeyMID[127.0.0.1:8270-38466] 08:13:03.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1482, complete] completed NON-PUT MID= -1, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID=38466, Token=B8F50B545DD963F6, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes! ==[ CoAP Response ]============================================ MID : -1 Token : B8F50B545DD963F6 Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 10 ms Payload: 29 Bytes =============================================================== 08:13:03.090 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.090 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8269 08:13:03.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8269 08:13:03.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] stopping ... 08:13:03.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /127.0.0.1 08:13:03.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] has stopped. 08:13:03.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8269 08:13:03.091 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.091 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.091 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8270 08:13:03.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8270 08:13:03.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8270] stopping ... 08:13:03.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /127.0.0.1 08:13:03.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8270] has stopped. 08:13:03.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8270 08:13:03.091 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.091 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.091 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8271 08:13:03.091 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8271 08:13:03.091 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8271] stopping ... 08:13:03.091 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /0.0.0.0 08:13:03.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8271] has stopped. 08:13:03.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8271 08:13:03.092 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8272 08:13:03.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8272 08:13:03.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] stopping ... 08:13:03.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /0.0.0.0 08:13:03.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] has stopped. 08:13:03.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8272 08:13:03.092 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.092 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8273 08:13:03.092 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8273 08:13:03.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8273] stopping ... 08:13:03.092 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /0.0.0.0 08:13:03.092 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8273] has stopped. 08:13:03.093 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8273 08:13:03.093 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 08:13:03.093 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 08:13:03.093 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.093 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.093 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.094 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.094 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.094 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.094 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.094 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.094 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.094 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274 08:13:03.094 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.094 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8274, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.094 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8274 08:13:03.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.095 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.095 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.095 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.095 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.095 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.095 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.095 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.095 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.095 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.095 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275 08:13:03.095 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.095 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8275, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.095 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8275 08:13:03.095 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.096 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.096 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.096 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.096 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.096 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.096 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.096 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.096 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.096 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.096 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276 08:13:03.096 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.097 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8276, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.097 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.097 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8276 08:13:03.097 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8276 08:13:03.097 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489] send request 08:13:03.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489] added with generated mid KeyMID[127.0.0.1:8275-5415], CON-POST MID= 5415, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489] added with generated token KeyToken[127.0.0.1:8275-6CA6EC8BA99FB7B7], CON-POST MID= 5415, Token=6CA6EC8BA99FB7B7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8275-5415], KeyToken[127.0.0.1:8275-6CA6EC8BA99FB7B7]] 08:13:03.098 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8275 08:13:03.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,541,T360) 127.0.0.1:8,276 ==> :8,275 [CON-POST MID= 5415, Token=6CA6EC8BA99FB7B7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:13:03.099 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8275) received 189 bytes from 127.0.0.1:8276 08:13:03.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8276-5415] 08:13:03.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.099 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.099 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.099 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.099 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.099 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277 08:13:03.099 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.100 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8277, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.100 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8277 08:13:03.100 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8277 08:13:03.100 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:13:03.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8274]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:13:03.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:13:03.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-56632], CON-POST MID=56632, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated token KeyToken[127.0.0.1:8274-10116CBD12B5E314], CON-POST MID=56632, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-56632], KeyToken[127.0.0.1:8274-10116CBD12B5E314]] 08:13:03.101 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8274 08:13:03.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,542,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=56632, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:13:03.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 54 bytes from 127.0.0.1:8277 08:13:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-56632] 08:13:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 08:13:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8277]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:13:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:13:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1492] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 08:13:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, complete]! 08:13:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1492, complete] completed ACK-2.31 MID=56632, Token=10116CBD12B5E314, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 08:13:03.101 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8277 08:13:03.102 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,543,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.31 MID=56632, Token=10116CBD12B5E314, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 08:13:03.102 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 15 bytes from 127.0.0.1:8274 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID=56632, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-56633], CON-POST MID=56633, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491] for MID KeyMID[127.0.0.1:8274-56632] 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] keep for KeyToken[127.0.0.1:8274-10116CBD12B5E314], CON-POST MID=56633, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-56633], KeyToken[127.0.0.1:8274-10116CBD12B5E314]] 08:13:03.102 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8274 08:13:03.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,544,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=56633, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 08:13:03.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 51 bytes from 127.0.0.1:8277 08:13:03.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-56633] 08:13:03.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 08:13:03.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8277] for CON-POST MID=56633, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:13:03.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1493] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 08:13:03.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1493, complete]! 08:13:03.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1493, complete] completed ACK-2.31 MID=56633, Token=10116CBD12B5E314, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 08:13:03.103 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8277 08:13:03.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,545,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.31 MID=56633, Token=10116CBD12B5E314, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 08:13:03.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 15 bytes from 127.0.0.1:8274 08:13:03.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 08:13:03.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID=56633, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:13:03.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-56634], CON-POST MID=56634, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491] for MID KeyMID[127.0.0.1:8274-56633] 08:13:03.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] keep for KeyToken[127.0.0.1:8274-10116CBD12B5E314], CON-POST MID=56634, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-56634], KeyToken[127.0.0.1:8274-10116CBD12B5E314]] 08:13:03.104 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8274 08:13:03.104 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,546,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=56634, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 08:13:03.104 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 51 bytes from 127.0.0.1:8277 08:13:03.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-56634] 08:13:03.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 08:13:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8277] for CON-POST MID=56634, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:13:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1494] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 08:13:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, complete]! 08:13:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, complete] completed ACK-2.31 MID=56634, Token=10116CBD12B5E314, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 08:13:03.105 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8277 08:13:03.105 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,547,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.31 MID=56634, Token=10116CBD12B5E314, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 08:13:03.105 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 15 bytes from 127.0.0.1:8274 08:13:03.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 08:13:03.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID=56634, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.106 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:13:03.106 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.106 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-56635], CON-POST MID=56635, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.106 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491] for MID KeyMID[127.0.0.1:8274-56634] 08:13:03.106 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] keep for KeyToken[127.0.0.1:8274-10116CBD12B5E314], CON-POST MID=56635, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.106 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-56635], KeyToken[127.0.0.1:8274-10116CBD12B5E314]] 08:13:03.106 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8274 08:13:03.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,548,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=56635, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 08:13:03.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 51 bytes from 127.0.0.1:8277 08:13:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-56635] 08:13:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 08:13:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8277] for CON-POST MID=56635, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 08:13:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1495] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 08:13:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1495, complete]! 08:13:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1495, complete] completed ACK-2.31 MID=56635, Token=10116CBD12B5E314, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 08:13:03.107 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8277 08:13:03.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,549,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.31 MID=56635, Token=10116CBD12B5E314, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 08:13:03.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 15 bytes from 127.0.0.1:8274 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID=56635, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-56636], CON-POST MID=56636, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491] for MID KeyMID[127.0.0.1:8274-56635] 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] keep for KeyToken[127.0.0.1:8274-10116CBD12B5E314], CON-POST MID=56636, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:13:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-56636], KeyToken[127.0.0.1:8274-10116CBD12B5E314]] 08:13:03.108 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8274 08:13:03.108 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,550,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=56636, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38] 08:13:03.108 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 40 bytes from 127.0.0.1:8277 08:13:03.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-56636] 08:13:03.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 08:13:03.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8277] for CON-POST MID=56636, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:13:03.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 08:13:03.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8277]], block1 transfers still in progress: 0 08:13:03.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 08:13:03.108 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.108 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1496] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 08:13:03.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, complete]! 08:13:03.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, complete] completed ACK-2.04 MID=56636, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 08:13:03.109 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8277 08:13:03.109 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,551,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.04 MID=56636, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 08:13:03.109 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 26 bytes from 127.0.0.1:8274 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, complete]! 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, complete] for token KeyToken[127.0.0.1:8274-10116CBD12B5E314] 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, complete] for MID KeyMID[127.0.0.1:8274-56636] 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1491, complete] completed CON-POST MID=56632, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=56636, Token=10116CBD12B5E314, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38! 08:13:03.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1490] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB 08:13:03.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, complete]! 08:13:03.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, complete] completed ACK-2.04 MID= 5415, Token=6CA6EC8BA99FB7B7, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 08:13:03.152 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8276 08:13:03.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,552,T363) 127.0.0.1:8,275 ==> :8,276 [ACK-2.04 MID= 5415, Token=6CA6EC8BA99FB7B7, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 08:13:03.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8276) received 26 bytes from 127.0.0.1:8275 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, complete]! 08:13:03.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, complete] for token KeyToken[127.0.0.1:8275-6CA6EC8BA99FB7B7] 08:13:03.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, complete] for MID KeyMID[127.0.0.1:8275-5415] 08:13:03.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1489, complete] completed CON-PUT MID= -1, Token=6CA6EC8BA99FB7B7, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID= 5415, Token=6CA6EC8BA99FB7B7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 5415 Token : 6CA6EC8BA99FB7B7 Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 55 ms Payload: 0 Bytes =============================================================== 08:13:03.153 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.153 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.153 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8274 08:13:03.153 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8274 08:13:03.153 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8274] stopping ... 08:13:03.153 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /127.0.0.1 08:13:03.153 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8274] has stopped. 08:13:03.153 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8274 08:13:03.153 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.153 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.153 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.154 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8275 08:13:03.154 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8275 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] stopping ... 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /127.0.0.1 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] has stopped. 08:13:03.154 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8275 08:13:03.154 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.154 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.154 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8276 08:13:03.154 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8276 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] stopping ... 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /0.0.0.0 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] has stopped. 08:13:03.154 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8276 08:13:03.154 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.154 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8277 08:13:03.154 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8277 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8277] stopping ... 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /0.0.0.0 08:13:03.154 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8277] has stopped. 08:13:03.154 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8277 08:13:03.155 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 08:13:03.155 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 08:13:03.155 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.155 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.155 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.155 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.155 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.156 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.156 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278 08:13:03.156 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.156 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8278, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8278 08:13:03.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.156 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.156 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.156 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.157 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.157 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.157 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279 08:13:03.157 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.157 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8279, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279 08:13:03.157 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.158 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.158 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.158 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.158 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.158 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.158 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.158 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.158 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.158 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.158 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280 08:13:03.158 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.158 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8280, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.158 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280 08:13:03.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.158 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8280 08:13:03.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, 08:13:03.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1497] send request 08:13:03.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1497] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, 08:13:03.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, 08:13:03.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1497] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1497] added with generated mid KeyMID[127.0.0.1:8279-39843], CON-POST MID=39843, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1497] added with generated token KeyToken[127.0.0.1:8279-1C42B597C6A636B7], CON-POST MID=39843, Token=1C42B597C6A636B7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-39843], KeyToken[127.0.0.1:8279-1C42B597C6A636B7]] 08:13:03.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8279 08:13:03.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,553,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=39843, Token=1C42B597C6A636B7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:03.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 58 bytes from 127.0.0.1:8280 08:13:03.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-39843] 08:13:03.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.160 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.160 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.160 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.160 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.161 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281 08:13:03.161 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.161 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8281, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.161 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8281 08:13:03.161 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8281 08:13:03.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1499] send request 08:13:03.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1499] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1499] added with generated mid KeyMID[127.0.0.1:8278-3485], CON-POST MID= 3485, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1499] added with generated token KeyToken[127.0.0.1:8278-30B09BDEB17CFC6A], CON-POST MID= 3485, Token=30B09BDEB17CFC6A, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8278-3485], KeyToken[127.0.0.1:8278-30B09BDEB17CFC6A]] 08:13:03.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8278 08:13:03.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,554,T371) 127.0.0.1:8,281 ==> :8,278 [CON-POST MID= 3485, Token=30B09BDEB17CFC6A, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:03.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8278) received 34 bytes from 127.0.0.1:8281 08:13:03.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8281-3485] 08:13:03.162 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.162 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500] replace CON-POST MID= 3485, Token=30B09BDEB17CFC6A, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID= 3485, Token=30B09BDEB17CFC6A, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:03.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1500] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:13:03.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, complete]! 08:13:03.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, complete] completed ACK-2.04 MID= 3485, Token=30B09BDEB17CFC6A, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:13:03.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8281 08:13:03.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,555,T382) 127.0.0.1:8,278 ==> :8,281 [ACK-2.04 MID= 3485, Token=30B09BDEB17CFC6A, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:13:03.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8281) received 152 bytes from 127.0.0.1:8278 08:13:03.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1499, complete]! 08:13:03.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1499, complete] for token KeyToken[127.0.0.1:8278-30B09BDEB17CFC6A] 08:13:03.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1499, complete] for MID KeyMID[127.0.0.1:8278-3485] 08:13:03.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1499, complete] completed CON-POST MID= 3485, Token=30B09BDEB17CFC6A, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:13:03.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1498] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes 08:13:03.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, complete]! 08:13:03.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, complete] completed ACK-2.04 MID=39843, Token=1C42B597C6A636B7, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:13:03.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8280 08:13:03.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,556,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=39843, Token=1C42B597C6A636B7, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:13:03.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 152 bytes from 127.0.0.1:8279 08:13:03.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1497, complete]! 08:13:03.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1497, complete] for token KeyToken[127.0.0.1:8279-1C42B597C6A636B7] 08:13:03.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1497, complete] for MID KeyMID[127.0.0.1:8279-39843] 08:13:03.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1497, complete] completed CON-GET MID= -1, Token=1C42B597C6A636B7, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, -/- CON-POST MID=39843, Token=1C42B597C6A636B7, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 39843 Token : 1C42B597C6A636B7 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 4 ms Payload: 128 Bytes =============================================================== 08:13:03.164 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.164 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8278 08:13:03.164 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8278 08:13:03.164 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8278] stopping ... 08:13:03.164 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /127.0.0.1 08:13:03.164 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8278] has stopped. 08:13:03.164 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8278 08:13:03.164 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.164 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.164 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279 08:13:03.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ... 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped. 08:13:03.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279 08:13:03.165 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.165 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280 08:13:03.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ... 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped. 08:13:03.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8280 08:13:03.165 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8281 08:13:03.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8281 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8281] stopping ... 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /0.0.0.0 08:13:03.165 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8281] has stopped. 08:13:03.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8281 08:13:03.166 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 08:13:03.166 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 08:13:03.166 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.166 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.166 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.167 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.167 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.167 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.167 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.167 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.167 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.167 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282 08:13:03.167 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.167 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8282, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.167 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.168 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8282 08:13:03.168 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.168 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.168 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.168 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.168 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.168 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.168 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.168 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.168 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.168 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283 08:13:03.168 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.169 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8283, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.169 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283 08:13:03.169 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.169 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.169 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.169 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.169 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.170 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.170 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.170 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.170 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.170 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284 08:13:03.170 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.170 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8284, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.170 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8284 08:13:03.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.170 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8284 08:13:03.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, 08:13:03.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1501] send request 08:13:03.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1501] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, 08:13:03.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, 08:13:03.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1501] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1501] added with generated mid KeyMID[127.0.0.1:8283-17838], CON-POST MID=17838, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1501] added with generated token KeyToken[127.0.0.1:8283-48EB99F26D4AE11B], CON-POST MID=17838, Token=48EB99F26D4AE11B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-17838], KeyToken[127.0.0.1:8283-48EB99F26D4AE11B]] 08:13:03.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8283 08:13:03.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,557,T392) 127.0.0.1:8,284 ==> :8,283 [CON-POST MID=17838, Token=48EB99F26D4AE11B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:03.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 58 bytes from 127.0.0.1:8284 08:13:03.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8284-17838] 08:13:03.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.172 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.172 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.172 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.172 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.172 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8285 08:13:03.173 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.173 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8285, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.173 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8285 08:13:03.173 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8285 08:13:03.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503] send request 08:13:03.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503] added with generated mid KeyMID[127.0.0.1:8282-6144], CON-POST MID= 6144, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503] added with generated token KeyToken[127.0.0.1:8282-74BA68C195AC3446], CON-POST MID= 6144, Token=74BA68C195AC3446, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8282-6144], KeyToken[127.0.0.1:8282-74BA68C195AC3446]] 08:13:03.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8282 08:13:03.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,558,T387) 127.0.0.1:8,285 ==> :8,282 [CON-POST MID= 6144, Token=74BA68C195AC3446, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:03.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8282) received 34 bytes from 127.0.0.1:8285 08:13:03.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8285-6144] 08:13:03.174 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.174 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504] replace CON-POST MID= 6144, Token=74BA68C195AC3446, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID= 6144, Token=74BA68C195AC3446, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:03.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1504] send response null-2.05 MID= -1, Token=null, OptionSet={}, "test" 08:13:03.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, complete]! 08:13:03.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1504, complete] completed ACK-2.04 MID= 6144, Token=74BA68C195AC3446, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7! 08:13:03.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8285 08:13:03.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,559,T398) 127.0.0.1:8,282 ==> :8,285 [ACK-2.04 MID= 6144, Token=74BA68C195AC3446, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7] 08:13:03.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8285) received 28 bytes from 127.0.0.1:8282 08:13:03.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, complete]! 08:13:03.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, complete] for token KeyToken[127.0.0.1:8282-74BA68C195AC3446] 08:13:03.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, complete] for MID KeyMID[127.0.0.1:8282-6144] 08:13:03.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1503, complete] completed CON-POST MID= 6144, Token=74BA68C195AC3446, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:13:03.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1502] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7 08:13:03.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, complete]! 08:13:03.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, complete] completed ACK-2.04 MID=17838, Token=48EB99F26D4AE11B, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7! 08:13:03.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8284 08:13:03.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,560,T395) 127.0.0.1:8,283 ==> :8,284 [ACK-2.04 MID=17838, Token=48EB99F26D4AE11B, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7] 08:13:03.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8284) received 28 bytes from 127.0.0.1:8283 08:13:03.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1501, complete]! 08:13:03.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1501, complete] for token KeyToken[127.0.0.1:8283-48EB99F26D4AE11B] 08:13:03.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1501, complete] for MID KeyMID[127.0.0.1:8283-17838] 08:13:03.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1501, complete] completed CON-GET MID= -1, Token=48EB99F26D4AE11B, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, -/- CON-POST MID=17838, Token=48EB99F26D4AE11B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 17838 Token : 48EB99F26D4AE11B Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 4 Bytes =============================================================== 08:13:03.176 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.176 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.176 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8282 08:13:03.176 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8282 08:13:03.176 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8282] stopping ... 08:13:03.176 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /127.0.0.1 08:13:03.176 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8282] has stopped. 08:13:03.176 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8282 08:13:03.176 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.176 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.176 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.177 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283 08:13:03.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ... 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped. 08:13:03.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283 08:13:03.177 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.177 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.177 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8284 08:13:03.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8284 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] stopping ... 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /0.0.0.0 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] has stopped. 08:13:03.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8284 08:13:03.177 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.177 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8285 08:13:03.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8285 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8285] stopping ... 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8285, address /0.0.0.0 08:13:03.177 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8285] has stopped. 08:13:03.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8285 08:13:03.177 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 08:13:03.177 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 08:13:03.178 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.178 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.178 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.178 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.178 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.178 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.178 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.178 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.178 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.178 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8286 08:13:03.178 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.179 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8286, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8286 08:13:03.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.179 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.179 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.179 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.179 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.179 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.179 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287 08:13:03.179 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.179 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8287, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287 08:13:03.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.180 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.180 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.180 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.180 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.180 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.180 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.180 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8288 08:13:03.180 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.180 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8288, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.180 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8288 08:13:03.180 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8288 08:13:03.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43535], CON-POST MID=43535, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated token KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43535, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43535], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.182 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8287 08:13:03.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,561,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43535, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:13:03.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 189 bytes from 127.0.0.1:8288 08:13:03.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43535] 08:13:03.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.182 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.182 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.182 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.182 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.182 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8289 08:13:03.182 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.183 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8289, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.183 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8289 08:13:03.183 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8289 08:13:03.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1507] send request 08:13:03.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1507] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1507] added with generated mid KeyMID[127.0.0.1:8286-40326], CON-POST MID=40326, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1507] added with generated token KeyToken[127.0.0.1:8286-4CAB26529EDA7888], CON-POST MID=40326, Token=4CAB26529EDA7888, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8286-40326], KeyToken[127.0.0.1:8286-4CAB26529EDA7888]] 08:13:03.183 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8286 08:13:03.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,562,T403) 127.0.0.1:8,289 ==> :8,286 [CON-POST MID=40326, Token=4CAB26529EDA7888, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:13:03.183 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8286) received 165 bytes from 127.0.0.1:8289 08:13:03.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8289-40326] 08:13:03.184 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.184 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508] replace CON-POST MID=40326, Token=4CAB26529EDA7888, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=40326, Token=4CAB26529EDA7888, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1508] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 256 bytes 08:13:03.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, complete]! 08:13:03.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, complete] completed ACK-2.04 MID=40326, Token=4CAB26529EDA7888, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:13:03.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 280 bytes to 127.0.0.1:8289 08:13:03.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,563,T414) 127.0.0.1:8,286 ==> :8,289 [ACK-2.04 MID=40326, Token=4CAB26529EDA7888, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:13:03.184 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8289) received 280 bytes from 127.0.0.1:8286 08:13:03.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1507, complete]! 08:13:03.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1507, complete] for token KeyToken[127.0.0.1:8286-4CAB26529EDA7888] 08:13:03.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1507, complete] for MID KeyMID[127.0.0.1:8286-40326] 08:13:03.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1507, complete] completed CON-POST MID=40326, Token=4CAB26529EDA7888, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! 08:13:03.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [266/32] requires blockwise transfer 08:13:03.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=0, currentSzx=0, bufferSize=266, complete=false], transfers in progress: 1 08:13:03.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1506] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:13:03.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, complete]! 08:13:03.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1506, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes -/- ACK-2.04 MID=43535, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:13:03.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8288 08:13:03.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,564,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43535, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:13:03.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 52 bytes from 127.0.0.1:8287 08:13:03.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/, 127.0.0.1:8287] inbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8287]: currentNum=0, currentSzx=0, bufferSize=266, complete=false], transfers in progress: 1, ACK-2.04 MID=43535, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:13:03.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43535, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43536], CON-POST MID=43536, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-43535] 08:13:03.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43536, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43536], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:13:03.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,565,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43536, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:13:03.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:13:03.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43536] 08:13:03.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=1, currentSzx=1, bufferSize=266, complete=false] 08:13:03.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1509] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47 08:13:03.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1509, complete]! 08:13:03.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1509, complete] completed ACK-2.04 MID=43536, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47! 08:13:03.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:13:03.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,566,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43536, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47] 08:13:03.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:13:03.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43536, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43537], CON-POST MID=43537, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-43536] 08:13:03.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43537, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43537], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.188 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:13:03.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,567,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43537, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:13:03.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:13:03.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43537] 08:13:03.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=2, currentSzx=1, bufferSize=266, complete=false] 08:13:03.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1510] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD 08:13:03.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, complete]! 08:13:03.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, complete] completed ACK-2.04 MID=43537, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD! 08:13:03.188 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:13:03.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,568,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43537, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD] 08:13:03.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43537, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43538], CON-POST MID=43538, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-43537] 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43538, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43538], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:13:03.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,569,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43538, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:13:03.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:13:03.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43538] 08:13:03.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=3, currentSzx=1, bufferSize=266, complete=false] 08:13:03.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1511] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06 08:13:03.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1511, complete]! 08:13:03.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1511, complete] completed ACK-2.04 MID=43538, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06! 08:13:03.190 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:13:03.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,570,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43538, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06] 08:13:03.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:13:03.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43538, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43539], CON-POST MID=43539, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-43538] 08:13:03.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43539, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43539], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.191 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:13:03.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,571,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43539, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:13:03.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:13:03.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43539] 08:13:03.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=4, currentSzx=1, bufferSize=266, complete=false] 08:13:03.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1512] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6 08:13:03.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, complete]! 08:13:03.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1512, complete] completed ACK-2.04 MID=43539, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6! 08:13:03.192 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:13:03.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,572,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43539, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6] 08:13:03.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43539, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43540], CON-POST MID=43540, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-43539] 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43540, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43540], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:13:03.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,573,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43540, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:13:03.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:13:03.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43540] 08:13:03.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=5, currentSzx=1, bufferSize=266, complete=false] 08:13:03.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1513] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2 08:13:03.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1513, complete]! 08:13:03.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1513, complete] completed ACK-2.04 MID=43540, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2! 08:13:03.193 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:13:03.193 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,574,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43540, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2] 08:13:03.193 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:13:03.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43540, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43541], CON-POST MID=43541, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-43540] 08:13:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43541, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43541], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.194 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:13:03.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,575,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43541, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:13:03.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:13:03.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43541] 08:13:03.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=6, currentSzx=1, bufferSize=266, complete=false] 08:13:03.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1514] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82 08:13:03.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, complete]! 08:13:03.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1514, complete] completed ACK-2.04 MID=43541, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82! 08:13:03.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:13:03.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,576,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43541, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82] 08:13:03.195 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:13:03.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43541, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43542], CON-POST MID=43542, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-43541] 08:13:03.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43542, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43542], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.196 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:13:03.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,577,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43542, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:13:03.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:13:03.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43542] 08:13:03.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=7, currentSzx=1, bufferSize=266, complete=false] 08:13:03.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1515] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C 08:13:03.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1515, complete]! 08:13:03.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1515, complete] completed ACK-2.04 MID=43542, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C! 08:13:03.197 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:13:03.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,578,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43542, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C] 08:13:03.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43542, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-43543], CON-POST MID=43543, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-43542] 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6], CON-POST MID=43543, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:13:03.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-43543], KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6]] 08:13:03.197 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:13:03.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,579,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=43543, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:13:03.198 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:13:03.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-43543] 08:13:03.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=8, currentSzx=1, bufferSize=266, complete=true] 08:13:03.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1516] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45 08:13:03.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, complete]! 08:13:03.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1516, complete] completed ACK-2.04 MID=43543, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45! 08:13:03.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 27 bytes to 127.0.0.1:8288 08:13:03.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,580,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=43543, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45] 08:13:03.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 27 bytes from 127.0.0.1:8287 08:13:03.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/, 127.0.0.1:8287]], block2 transfers still in progress: 0 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=43535, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=43543, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, complete]! 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, complete] for token KeyToken[127.0.0.1:8287-24CBBC2BEDF2D4B6] 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, complete] for MID KeyMID[127.0.0.1:8287-43543] 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1505, complete] completed CON-POST MID= -1, Token=24CBBC2BEDF2D4B6, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes! 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 43535 Token : 24CBBC2BEDF2D4B6 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 18 ms Payload: 256 Bytes =============================================================== 08:13:03.199 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.199 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.199 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8286 08:13:03.199 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8286 08:13:03.199 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8286] stopping ... 08:13:03.199 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /127.0.0.1 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8286] has stopped. 08:13:03.200 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8286 08:13:03.200 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.200 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.200 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287 08:13:03.200 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ... 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped. 08:13:03.200 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287 08:13:03.200 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.200 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8288 08:13:03.200 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8288 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8288] stopping ... 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8288, address /0.0.0.0 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8288] has stopped. 08:13:03.200 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8288 08:13:03.200 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8289 08:13:03.200 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8289 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8289] stopping ... 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8289, address /0.0.0.0 08:13:03.200 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8289] has stopped. 08:13:03.201 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8289 08:13:03.201 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 08:13:03.201 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseGetProxyClientBW 08:13:03.201 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.201 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.201 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.202 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.202 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.202 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.202 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.202 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.202 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.202 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8290 08:13:03.202 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.202 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8290, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.202 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.202 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8290 08:13:03.202 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.202 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.202 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.202 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.203 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.203 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.203 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.203 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.203 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.203 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.203 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8291 08:13:03.203 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.203 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8291, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.203 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.203 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8291 08:13:03.203 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.204 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.204 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.204 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.204 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.204 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.204 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.204 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.204 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.204 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.204 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8292 08:13:03.204 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.204 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8292, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.204 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.204 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8292 08:13:03.204 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.204 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8292 08:13:03.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:13:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-38463], CON-POST MID=38463, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated token KeyToken[127.0.0.1:8291-6880FBEA88E4C829], CON-POST MID=38463, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-38463], KeyToken[127.0.0.1:8291-6880FBEA88E4C829]] 08:13:03.206 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8291 08:13:03.206 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,581,T424) 127.0.0.1:8,292 ==> :8,291 [CON-POST MID=38463, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:03.206 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 58 bytes from 127.0.0.1:8292 08:13:03.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-38463] 08:13:03.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.206 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.206 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.206 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.206 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.207 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.207 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.207 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.207 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.207 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8293 08:13:03.207 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.207 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8293, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.207 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.207 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8293 08:13:03.207 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8293 08:13:03.207 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1519] send request 08:13:03.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1519] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1519] added with generated mid KeyMID[127.0.0.1:8290-2452], CON-POST MID= 2452, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1519] added with generated token KeyToken[127.0.0.1:8290-34D9A64349375699], CON-POST MID= 2452, Token=34D9A64349375699, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:13:03.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8290-2452], KeyToken[127.0.0.1:8290-34D9A64349375699]] 08:13:03.207 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8290 08:13:03.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,582,T419) 127.0.0.1:8,293 ==> :8,290 [CON-POST MID= 2452, Token=34D9A64349375699, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:13:03.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8290) received 34 bytes from 127.0.0.1:8293 08:13:03.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8293-2452] 08:13:03.252 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.252 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1520] replace CON-POST MID= 2452, Token=34D9A64349375699, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID= 2452, Token=34D9A64349375699, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:13:03.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1520] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:13:03.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1520, complete]! 08:13:03.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1520, complete] completed ACK-2.04 MID= 2452, Token=34D9A64349375699, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:13:03.252 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8293 08:13:03.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,583,T430) 127.0.0.1:8,290 ==> :8,293 [ACK-2.04 MID= 2452, Token=34D9A64349375699, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:13:03.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8293) received 152 bytes from 127.0.0.1:8290 08:13:03.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1519, complete]! 08:13:03.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1519, complete] for token KeyToken[127.0.0.1:8290-34D9A64349375699] 08:13:03.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1519, complete] for MID KeyMID[127.0.0.1:8290-2452] 08:13:03.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1519, complete] completed CON-POST MID= 2452, Token=34D9A64349375699, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:13:03.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [138/32] requires blockwise transfer 08:13:03.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1 08:13:03.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1518] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:13:03.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1518, complete]! 08:13:03.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1518, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes -/- ACK-2.04 MID=38463, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:13:03.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8292 08:13:03.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,584,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=38463, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:13:03.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 51 bytes from 127.0.0.1:8291 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/, 127.0.0.1:8291] inbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8291]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1, ACK-2.04 MID=38463, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-POST MID=38463, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-38464], CON-GET MID=38464, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517] for MID KeyMID[127.0.0.1:8291-38463] 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] keep for KeyToken[127.0.0.1:8291-6880FBEA88E4C829], CON-GET MID=38464, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-38464], KeyToken[127.0.0.1:8291-6880FBEA88E4C829]] 08:13:03.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8291 08:13:03.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,585,T424) 127.0.0.1:8,292 ==> :8,291 [CON-GET MID=38464, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ] 08:13:03.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 48 bytes from 127.0.0.1:8292 08:13:03.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-38464] 08:13:03.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=1, currentSzx=1, bufferSize=138, complete=false] 08:13:03.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1521] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47 08:13:03.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1521, complete]! 08:13:03.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1521, complete] completed ACK-2.04 MID=38464, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47! 08:13:03.255 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8292 08:13:03.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,586,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=38464, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47] 08:13:03.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 49 bytes from 127.0.0.1:8291 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID=38464, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, acked by CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-38465], CON-GET MID=38465, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517] for MID KeyMID[127.0.0.1:8291-38464] 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] keep for KeyToken[127.0.0.1:8291-6880FBEA88E4C829], CON-GET MID=38465, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-38465], KeyToken[127.0.0.1:8291-6880FBEA88E4C829]] 08:13:03.256 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8291 08:13:03.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,587,T424) 127.0.0.1:8,292 ==> :8,291 [CON-GET MID=38465, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ] 08:13:03.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 48 bytes from 127.0.0.1:8292 08:13:03.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-38465] 08:13:03.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=2, currentSzx=1, bufferSize=138, complete=false] 08:13:03.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1522] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD 08:13:03.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1522, complete]! 08:13:03.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1522, complete] completed ACK-2.04 MID=38465, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD! 08:13:03.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8292 08:13:03.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,588,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=38465, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD] 08:13:03.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 49 bytes from 127.0.0.1:8291 08:13:03.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID=38465, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, acked by CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:13:03.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-38466], CON-GET MID=38466, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517] for MID KeyMID[127.0.0.1:8291-38465] 08:13:03.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] keep for KeyToken[127.0.0.1:8291-6880FBEA88E4C829], CON-GET MID=38466, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-38466], KeyToken[127.0.0.1:8291-6880FBEA88E4C829]] 08:13:03.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8291 08:13:03.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,589,T424) 127.0.0.1:8,292 ==> :8,291 [CON-GET MID=38466, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ] 08:13:03.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 48 bytes from 127.0.0.1:8292 08:13:03.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-38466] 08:13:03.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=3, currentSzx=1, bufferSize=138, complete=false] 08:13:03.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1523] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06 08:13:03.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1523, complete]! 08:13:03.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1523, complete] completed ACK-2.04 MID=38466, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06! 08:13:03.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8292 08:13:03.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,590,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=38466, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06] 08:13:03.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 49 bytes from 127.0.0.1:8291 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID=38466, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, acked by CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-38467], CON-GET MID=38467, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517] for MID KeyMID[127.0.0.1:8291-38466] 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] keep for KeyToken[127.0.0.1:8291-6880FBEA88E4C829], CON-GET MID=38467, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-38467], KeyToken[127.0.0.1:8291-6880FBEA88E4C829]] 08:13:03.258 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8291 08:13:03.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,591,T424) 127.0.0.1:8,292 ==> :8,291 [CON-GET MID=38467, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ] 08:13:03.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 48 bytes from 127.0.0.1:8292 08:13:03.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-38467] 08:13:03.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=4, currentSzx=1, bufferSize=138, complete=true] 08:13:03.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1524] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C 08:13:03.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1524, complete]! 08:13:03.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1524, complete] completed ACK-2.04 MID=38467, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C! 08:13:03.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 27 bytes to 127.0.0.1:8292 08:13:03.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,592,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=38467, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C] 08:13:03.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 27 bytes from 127.0.0.1:8291 08:13:03.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:13:03.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/, 127.0.0.1:8291]], block2 transfers still in progress: 0 08:13:03.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=38463, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes 08:13:03.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID=38467, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, acked by CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:13:03.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517, complete]! 08:13:03.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517, complete] for token KeyToken[127.0.0.1:8291-6880FBEA88E4C829] 08:13:03.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517, complete] for MID KeyMID[127.0.0.1:8291-38467] 08:13:03.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1517, complete] completed CON-GET MID= -1, Token=6880FBEA88E4C829, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ! 08:13:03.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 08:13:03.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 38463 Token : 6880FBEA88E4C829 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 55 ms Payload: 128 Bytes =============================================================== 08:13:03.260 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.260 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8290 08:13:03.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8290 08:13:03.260 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8290] stopping ... 08:13:03.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8290, address /127.0.0.1 08:13:03.260 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8290] has stopped. 08:13:03.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8290 08:13:03.260 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.260 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.260 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8291 08:13:03.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8291 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8291] stopping ... 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8291, address /127.0.0.1 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8291] has stopped. 08:13:03.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8291 08:13:03.261 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.261 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8292 08:13:03.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8292 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8292] stopping ... 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8292, address /0.0.0.0 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8292] has stopped. 08:13:03.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8292 08:13:03.261 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8293 08:13:03.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8293 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8293] stopping ... 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8293, address /0.0.0.0 08:13:03.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8293] has stopped. 08:13:03.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8293 08:13:03.262 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseGetProxyClientBW 08:13:03.262 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 08:13:03.263 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.263 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.263 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.263 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.263 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.263 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.263 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.263 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.264 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8294 08:13:03.264 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.264 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8294, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.264 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8294 08:13:03.264 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.264 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.264 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.264 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.264 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:03.264 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:03.265 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.265 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:03.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8295 08:13:03.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8295, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:03.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8295 08:13:03.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:03.265 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.265 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.266 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.266 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.266 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.266 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.266 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.266 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.266 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8296 08:13:03.266 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.266 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8296, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.266 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8296 08:13:03.266 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.266 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8296 08:13:03.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1525] send request 08:13:03.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1525] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes 08:13:03.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1525] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1525] added with generated mid KeyMID[127.0.0.1:8295-16795], CON-POST MID=16795, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1525] added with generated token KeyToken[127.0.0.1:8295-CCD815612163294C], CON-POST MID=16795, Token=CCD815612163294C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:13:03.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8295-16795], KeyToken[127.0.0.1:8295-CCD815612163294C]] 08:13:03.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8295 08:13:03.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,593,T440) 127.0.0.1:8,296 ==> :8,295 [CON-POST MID=16795, Token=CCD815612163294C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:13:03.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8295) received 189 bytes from 127.0.0.1:8296 08:13:03.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8296-16795] 08:13:03.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:13:03.269 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:03.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:03.269 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:03.269 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:03.269 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:03.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:03.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:03.270 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:03.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:03.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8297 08:13:03.270 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:03.270 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8297, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:03.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:03.270 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8297 08:13:03.270 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:03.270 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8297 08:13:03.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:13:03.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8294]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:13:03.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:13:03.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-54944], CON-POST MID=54944, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated token KeyToken[127.0.0.1:8294-4CFFBD197A4952D6], CON-POST MID=54944, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:13:03.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-54944], KeyToken[127.0.0.1:8294-4CFFBD197A4952D6]] 08:13:03.271 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8294 08:13:03.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,594,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=54944, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:13:03.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 54 bytes from 127.0.0.1:8297 08:13:03.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-54944] 08:13:03.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 08:13:03.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8297]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:13:03.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:13:03.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1528] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 08:13:03.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1528, complete]! 08:13:03.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1528, complete] completed ACK-2.31 MID=54944, Token=4CFFBD197A4952D6, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 08:13:03.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8297 08:13:03.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,595,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.31 MID=54944, Token=4CFFBD197A4952D6, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 08:13:03.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 15 bytes from 127.0.0.1:8294 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID=54944, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-54945], CON-POST MID=54945, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527] for MID KeyMID[127.0.0.1:8294-54944] 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] keep for KeyToken[127.0.0.1:8294-4CFFBD197A4952D6], CON-POST MID=54945, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-54945], KeyToken[127.0.0.1:8294-4CFFBD197A4952D6]] 08:13:03.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8294 08:13:03.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,596,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=54945, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 08:13:03.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 51 bytes from 127.0.0.1:8297 08:13:03.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-54945] 08:13:03.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 08:13:03.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8297] for CON-POST MID=54945, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:13:03.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:13:03.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1529] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 08:13:03.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1529, complete]! 08:13:03.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1529, complete] completed ACK-2.31 MID=54945, Token=4CFFBD197A4952D6, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 08:13:03.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8297 08:13:03.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,597,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.31 MID=54945, Token=4CFFBD197A4952D6, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 08:13:03.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 15 bytes from 127.0.0.1:8294 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID=54945, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-54946], CON-POST MID=54946, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527] for MID KeyMID[127.0.0.1:8294-54945] 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] keep for KeyToken[127.0.0.1:8294-4CFFBD197A4952D6], CON-POST MID=54946, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-54946], KeyToken[127.0.0.1:8294-4CFFBD197A4952D6]] 08:13:03.274 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8294 08:13:03.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,598,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=54946, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 08:13:03.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 51 bytes from 127.0.0.1:8297 08:13:03.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-54946] 08:13:03.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 08:13:03.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8297] for CON-POST MID=54946, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:13:03.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:13:03.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1530] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 08:13:03.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1530, complete]! 08:13:03.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1530, complete] completed ACK-2.31 MID=54946, Token=4CFFBD197A4952D6, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 08:13:03.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8297 08:13:03.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,599,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.31 MID=54946, Token=4CFFBD197A4952D6, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 08:13:03.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 15 bytes from 127.0.0.1:8294 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID=54946, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-54947], CON-POST MID=54947, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527] for MID KeyMID[127.0.0.1:8294-54946] 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] keep for KeyToken[127.0.0.1:8294-4CFFBD197A4952D6], CON-POST MID=54947, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-54947], KeyToken[127.0.0.1:8294-4CFFBD197A4952D6]] 08:13:03.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8294 08:13:03.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,600,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=54947, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 08:13:03.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 51 bytes from 127.0.0.1:8297 08:13:03.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-54947] 08:13:03.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 08:13:03.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8297] for CON-POST MID=54947, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:13:03.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 08:13:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1531] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 08:13:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1531, complete]! 08:13:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1531, complete] completed ACK-2.31 MID=54947, Token=4CFFBD197A4952D6, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 08:13:03.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8297 08:13:03.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,601,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.31 MID=54947, Token=4CFFBD197A4952D6, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 08:13:03.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 15 bytes from 127.0.0.1:8294 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID=54947, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-54948], CON-POST MID=54948, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527] for MID KeyMID[127.0.0.1:8294-54947] 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] keep for KeyToken[127.0.0.1:8294-4CFFBD197A4952D6], CON-POST MID=54948, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:13:03.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-54948], KeyToken[127.0.0.1:8294-4CFFBD197A4952D6]] 08:13:03.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8294 08:13:03.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,602,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=54948, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00] 08:13:03.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 40 bytes from 127.0.0.1:8297 08:13:03.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-54948] 08:13:03.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 08:13:03.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8297] for CON-POST MID=54948, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:13:03.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 08:13:03.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8297]], block1 transfers still in progress: 0 08:13:03.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 08:13:03.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:03.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:03.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1532] send response null-2.05 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes 08:13:03.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1532, complete]! 08:13:03.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1532, complete] completed ACK-2.04 MID=54948, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:13:03.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 283 bytes to 127.0.0.1:8297 08:13:03.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,603,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.04 MID=54948, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:13:03.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 283 bytes from 127.0.0.1:8294 08:13:03.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 08:13:03.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527, complete]! 08:13:03.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527, complete] for token KeyToken[127.0.0.1:8294-4CFFBD197A4952D6] 08:13:03.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527, complete] for MID KeyMID[127.0.0.1:8294-54948] 08:13:03.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1527, complete] completed CON-POST MID=54944, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=54948, Token=4CFFBD197A4952D6, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00! 08:13:03.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:13:03.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1526] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes 08:13:03.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1526, complete]! 08:13:03.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1526, complete] completed ACK-2.04 MID=16795, Token=CCD815612163294C, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:13:03.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 283 bytes to 127.0.0.1:8296 08:13:03.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,604,T443) 127.0.0.1:8,295 ==> :8,296 [ACK-2.04 MID=16795, Token=CCD815612163294C, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:13:03.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8296) received 283 bytes from 127.0.0.1:8295 08:13:03.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:03.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:03.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:03.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:03.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1525, complete]! 08:13:03.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1525, complete] for token KeyToken[127.0.0.1:8295-CCD815612163294C] 08:13:03.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1525, complete] for MID KeyMID[127.0.0.1:8295-16795] 08:13:03.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1525, complete] completed CON-POST MID= -1, Token=CCD815612163294C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=16795, Token=CCD815612163294C, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 16795 Token : CCD815612163294C Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 12 ms Payload: 256 Bytes =============================================================== 08:13:03.280 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.280 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8294 08:13:03.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8294 08:13:03.280 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8294] stopping ... 08:13:03.280 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8294, address /127.0.0.1 08:13:03.280 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8294] has stopped. 08:13:03.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8294 08:13:03.280 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.280 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.280 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:03.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8295 08:13:03.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8295 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8295] stopping ... 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8295, address /127.0.0.1 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8295] has stopped. 08:13:03.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8295 08:13:03.281 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:03.281 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8296 08:13:03.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8296 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8296] stopping ... 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8296, address /0.0.0.0 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8296] has stopped. 08:13:03.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8296 08:13:03.281 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:03.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8297 08:13:03.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8297 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8297] stopping ... 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8297, address /0.0.0.0 08:13:03.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8297] has stopped. 08:13:03.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8297 08:13:03.282 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 08:13:03.282 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-oscore --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.cose... Loading source files for package org.eclipse.californium.oscore... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/AlgorithmID.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/Attribute.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/CoseException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/Encrypt0Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/EncryptCommon.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/HeaderKeys.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/MessageTag.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ByteId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/CoapOSException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/CoapOSExceptionHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ContextRederivation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ContextRederivation.PHASE.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/Decryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/Encryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ErrorDescriptions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/HashMapCtxDB.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ObjectSecurityContextLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ObjectSecurityLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OptionJuggle.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCtx.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCtxDB.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreEndpointContextInfo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OscoreOptionDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OscoreOptionEncoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/RequestDecryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/RequestEncryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ResponseDecryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ResponseEncryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/MessageTag.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/HeaderKeys.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/EncryptCommon.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Encrypt0Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/CoseException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Attribute.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/AlgorithmID.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ResponseEncryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ResponseDecryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/RequestEncryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/RequestDecryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OscoreOptionEncoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OscoreOptionDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OptionJuggle.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ObjectSecurityLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ObjectSecurityContextLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreEndpointContextInfo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCtxDB.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCtx.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/HashMapCtxDB.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ErrorDescriptions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/Encryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/Decryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ContextRederivation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ContextRederivation.PHASE.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/CoapOSExceptionHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/CoapOSException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ByteId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:13:06.442 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:06.453 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 08:13:06.454 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 08:13:06.454 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest 08:13:06.466 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 08:13:06.582 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 08:13:06.584 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed! 08:13:06.595 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length 08:13:06.595 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 08:13:06.596 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported! 08:13:06.596 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0. 08:13:06.596 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7. 08:13:06.647 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:06.653 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:06.653 [main] INFO org.eclipse.californium.ban - Started. 08:13:06.654 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:06.665 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:06.679 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:06.681 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:06.683 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:06.685 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:06.685 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:06.685 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 08:13:06.685 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:06.687 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:06.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:06.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:06.687 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 08:13:06.696 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.41.255 - eth0. 08:13:06.696 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:06.696 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:06.696 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:06.696 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:06.697 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:06.698 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:06.698 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:06.698 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:06.698 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:06.698 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 08:13:06.698 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:06.698 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:06.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:06.698 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:06.698 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 08:13:06.699 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 08:13:06.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:06.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:13:06.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:06.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:06.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:06.714 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:06.714 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=05792682794AB7F0 08:13:06.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with KeyMID[127.0.0.1:8192-1838], CON-FETCH MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:06.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with token KeyToken[05792682794AB7F0], CON-FETCH MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:06.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-1838], KeyToken[05792682794AB7F0]] 08:13:06.720 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192 08:13:06.722 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T14) 127.0.0.1:8,193 ==> :8,192 [CON-FETCH MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8] 08:13:06.722 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193 08:13:06.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-1838] 08:13:06.726 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:06.726 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:06.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:06.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2] replace CON-FETCH MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:06.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - initiating an observe relation between 127.0.0.1:8193 and resource /oscore/observe2, Exchange[R2] 08:13:06.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 08:13:06.733 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between 127.0.0.1:8193#05792682794AB7F0 and resource /oscore/observe2 (Exchange[R2], size 1) 08:13:06.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2] send response null-2.05 MID= -1, Token=null, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one" 08:13:06.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, complete]! 08:13:06.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, complete] completed ACK-2.04 MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 08:13:06.737 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8193 08:13:06.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T17) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 08:13:06.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 32 bytes from 127.0.0.1:8192 08:13:06.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:06.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:06.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:06.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:06.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, complete]! 08:13:06.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for token KeyToken[05792682794AB7F0] 08:13:06.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for MID KeyMID[127.0.0.1:8192-1838] 08:13:06.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, complete] completed CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8! 08:13:06.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 08:13:06.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 08:13:06.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 08:13:07.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2] send response NON-2.05 MID= -1, Token=null, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "two" 08:13:07.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[R2] added with generated mid KeyMID[127.0.0.1:8193-3182], NON-2.04 MID= 3182, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 08:13:07.430 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8193 08:13:07.430 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T17) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID= 3182, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 08:13:07.430 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 34 bytes from 127.0.0.1:8192 08:13:07.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=05792682794AB7F0: CON-FETCH MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:07.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - re-created exchange from original observe request: CON-FETCH MID= 1838, Token=05792682794AB7F0, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:07.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-3182] 08:13:07.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:07.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:07.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:07.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:07.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, complete]! 08:13:07.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID= 3182, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 08:13:07.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 08:13:07.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID= 3182, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 08:13:07.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:07.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4] send request 08:13:07.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4] prepare retransmission for CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:07.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:07.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4] replace CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:13:07.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L4] added with generated mid KeyMID[127.0.0.1:8192-1839], CON-FETCH MID= 1839, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:13:07.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L4] added with token KeyToken[05792682794AB7F0], CON-FETCH MID= 1839, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:13:07.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-1839], KeyToken[05792682794AB7F0]] 08:13:07.436 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8192 08:13:07.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T14) 127.0.0.1:8,193 ==> :8,192 [CON-FETCH MID= 1839, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A] 08:13:07.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 45 bytes from 127.0.0.1:8193 08:13:07.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-1839] 08:13:07.437 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:07.437 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:07.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:07.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5] replace CON-FETCH MID= 1839, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID= 1839, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:07.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation 127.0.0.1:8193#05792682794AB7F0 with /oscore/observe2 (Exchange[R2]) 08:13:07.438 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between 127.0.0.1:8193#05792682794AB7F0 and resource /oscore/observe2 (Exchange[R2], size 0) 08:13:07.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R5] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "two" 08:13:07.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, complete]! 08:13:07.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, complete] completed ACK-2.04 MID= 1839, Token=05792682794AB7F0, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 08:13:07.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, complete]! 08:13:07.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8193 08:13:07.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[R2, complete] for MID KeyMID[127.0.0.1:8193-3182] 08:13:07.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, complete] completed NON-2.04 MID= 3182, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 08:13:07.441 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T17) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID= 1839, Token=05792682794AB7F0, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 08:13:07.441 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 30 bytes from 127.0.0.1:8192 08:13:07.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:07.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:07.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:07.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:07.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, complete]! 08:13:07.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L4, complete] for token KeyToken[05792682794AB7F0] 08:13:07.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L4, complete] for MID KeyMID[127.0.0.1:8192-1839] 08:13:07.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L4, complete] completed CON-GET MID= -1, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID= 1839, Token=05792682794AB7F0, OptionSet={"Observe":1, "Object-Security":0x0901}, acked 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A! 08:13:07.443 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:07.443 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:07.444 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 08:13:07.444 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 08:13:07.444 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 08:13:07.444 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 08:13:07.444 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 08:13:07.444 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 08:13:07.444 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:07.445 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 08:13:07.445 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 08:13:07.445 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 08:13:07.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 08:13:07.445 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 08:13:07.445 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 08:13:07.445 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 08:13:07.446 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:13:07.446 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:07.447 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 08:13:07.449 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:07.449 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:07.449 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:07.449 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:07.449 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:13:07.450 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:13:07.450 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:07.450 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:07.450 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:13:07.450 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 08:13:07.450 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:07.450 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:07.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:13:07.450 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:13:07.451 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 08:13:07.453 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:13:07.453 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:13:07.453 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:13:07.453 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:13:07.453 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:13:07.454 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:13:07.454 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:13:07.454 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:13:07.454 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:13:07.454 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 08:13:07.454 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:13:07.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:13:07.454 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048 08:13:07.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:13:07.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 08:13:07.455 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap 08:13:07.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:07.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L6] send request 08:13:07.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L6] prepare retransmission for CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:07.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:07.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6] replace CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:07.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:07.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=A940827DF6968E78 08:13:07.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L6] added with KeyMID[127.0.0.1:8194-57802], CON-FETCH MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:07.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L6] added with token KeyToken[A940827DF6968E78], CON-FETCH MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:07.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-57802], KeyToken[A940827DF6968E78]] 08:13:07.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8194 08:13:07.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T24) 127.0.0.1:8,195 ==> :8,194 [CON-FETCH MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8] 08:13:07.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 43 bytes from 127.0.0.1:8195 08:13:07.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-57802] 08:13:07.459 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:07.459 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:07.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:07.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7] replace CON-FETCH MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:07.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - initiating an observe relation between 127.0.0.1:8195 and resource /oscore/observe2, Exchange[R7] 08:13:07.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 08:13:07.461 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between 127.0.0.1:8195#A940827DF6968E78 and resource /oscore/observe2 (Exchange[R7], size 1) 08:13:07.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7] send response null-2.05 MID= -1, Token=null, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one" 08:13:07.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, complete]! 08:13:07.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, complete] completed ACK-2.04 MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 08:13:07.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8195 08:13:07.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T27) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 08:13:07.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 32 bytes from 127.0.0.1:8194 08:13:07.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:07.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:07.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:07.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:07.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, complete]! 08:13:07.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L6, complete] for token KeyToken[A940827DF6968E78] 08:13:07.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L6, complete] for MID KeyMID[127.0.0.1:8194-57802] 08:13:07.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L6, complete] completed CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8! 08:13:07.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 08:13:07.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 08:13:07.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 08:13:08.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7] send response NON-2.05 MID= -1, Token=null, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "two" 08:13:08.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[R7] added with generated mid KeyMID[127.0.0.1:8195-63648], NON-2.04 MID=63648, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 08:13:08.201 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8195 08:13:08.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T27) 127.0.0.1:8,194 ==> :8,195 [NON-2.04 MID=63648, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 08:13:08.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 34 bytes from 127.0.0.1:8194 08:13:08.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=A940827DF6968E78: CON-FETCH MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:08.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - re-created exchange from original observe request: CON-FETCH MID=57802, Token=A940827DF6968E78, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:13:08.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-63648] 08:13:08.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:08.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:08.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:08.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:08.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, complete]! 08:13:08.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=63648, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 08:13:08.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 08:13:08.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=63648, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 08:13:08.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:08.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9] send request 08:13:08.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9] prepare retransmission for CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:08.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:08.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9] replace CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:13:08.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9] added with generated mid KeyMID[127.0.0.1:8194-57803], CON-FETCH MID=57803, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:13:08.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9] added with token KeyToken[A940827DF6968E78], CON-FETCH MID=57803, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:13:08.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-57803], KeyToken[A940827DF6968E78]] 08:13:08.207 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8194 08:13:08.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T24) 127.0.0.1:8,195 ==> :8,194 [CON-FETCH MID=57803, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A] 08:13:08.208 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 45 bytes from 127.0.0.1:8195 08:13:08.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-57803] 08:13:08.208 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:13:08.208 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:08.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:13:08.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10] replace CON-FETCH MID=57803, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=57803, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:13:08.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation 127.0.0.1:8195#A940827DF6968E78 with /oscore/observe2 (Exchange[R7]) 08:13:08.209 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between 127.0.0.1:8195#A940827DF6968E78 and resource /oscore/observe2 (Exchange[R7], size 0) 08:13:08.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "two" 08:13:08.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, complete]! 08:13:08.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, complete] completed ACK-2.04 MID=57803, Token=A940827DF6968E78, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 08:13:08.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, complete]! 08:13:08.210 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8195 08:13:08.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[R7, complete] for MID KeyMID[127.0.0.1:8195-63648] 08:13:08.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, complete] completed NON-2.04 MID=63648, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 08:13:08.211 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T27) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=57803, Token=A940827DF6968E78, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 08:13:08.211 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 30 bytes from 127.0.0.1:8194 08:13:08.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:13:08.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:13:08.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:13:08.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:13:08.212 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, complete]! 08:13:08.212 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, complete] for token KeyToken[A940827DF6968E78] 08:13:08.212 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, complete] for MID KeyMID[127.0.0.1:8194-57803] 08:13:08.212 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L9, complete] completed CON-GET MID= -1, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=57803, Token=A940827DF6968E78, OptionSet={"Observe":1, "Object-Security":0x0901}, acked 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A! 08:13:08.212 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:13:08.212 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:13:08.213 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 08:13:08.213 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 08:13:08.213 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 08:13:08.213 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 08:13:08.213 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 08:13:08.213 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 08:13:08.213 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:13:08.213 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 08:13:08.213 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 08:13:08.214 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 08:13:08.214 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 08:13:08.214 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 08:13:08.214 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 08:13:08.214 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 08:13:08.214 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.753 s - in org.eclipse.californium.oscore.OSCoreObserveTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-oscore --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-oscore --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.californium:cf-pubsub >------------------ [INFO] Building Cf-PubSub 3.3.1-SNAPSHOT [38/38] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ cf-pubsub --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-pubsub --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-pubsub --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-pubsub --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-pubsub --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-pubsub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-pubsub --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/classes [INFO] [INFO] --- animal-sniffer-maven-plugin:1.20:check (default) @ cf-pubsub --- [INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4 [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-pubsub --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-pubsub --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-pubsub --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-pubsub --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-pubsub --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/cf-pubsub-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-pubsub --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.californium.pubsub... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/Converter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/PubSub.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/PubSub.Subscription.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/Topic.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/class-use/Topic.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/class-use/PubSub.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/class-use/PubSub.Subscription.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/class-use/Converter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/cf-pubsub-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/cf-pubsub-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-pubsub --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-pubsub --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/cf-pubsub-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-pubsub --- [INFO] Skipping execution [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/cf-pubsub-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.3.1-SNAPSHOT/cf-pubsub-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.3.1-SNAPSHOT/cf-pubsub-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/cf-pubsub-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.3.1-SNAPSHOT/cf-pubsub-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-pubsub/target/cf-pubsub-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.3.1-SNAPSHOT/cf-pubsub-3.3.1-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 3.3.1-SNAPSHOT: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 44.400 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 3.599 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.211 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 0.168 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 0.192 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 28.302 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [02:30 min] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 29.217 s] [INFO] Californium (Cf) Core .............................. SUCCESS [01:57 min] [INFO] Cf-NAT ............................................. SUCCESS [ 4.117 s] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 2.147 s] [INFO] Cf-Cluster ......................................... SUCCESS [ 3.638 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 3.191 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 3.314 s] [INFO] Californium (Cf) Tests ............................. SUCCESS [ 0.063 s] [INFO] Californium (Cf) Integration Tests ................. SUCCESS [ 43.862 s] [INFO] Californium (Cf) Interoperability Tests ............ SUCCESS [ 14.835 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 9.429 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 6.657 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 2.033 s] [INFO] Cf-BenchmarkServer ................................. SUCCESS [ 1.816 s] [INFO] Cf-ObserveBenchmarkClient .......................... SUCCESS [ 1.135 s] [INFO] Cf-CoCoAClient ..................................... SUCCESS [ 1.129 s] [INFO] Cf-ExtendedPlugtestClient .......................... SUCCESS [ 4.575 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 4.684 s] [INFO] Cf-ExtendedPlugtestServer .......................... SUCCESS [ 2.508 s] [INFO] Cf-HelloWorldClient ................................ SUCCESS [ 1.045 s] [INFO] Cf-HelloWorldServer ................................ SUCCESS [ 1.363 s] [INFO] Cf-PlugtestChecker ................................. SUCCESS [ 4.823 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 1.400 s] [INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 2.679 s] [INFO] Cf-SecureServer .................................... SUCCESS [ 1.165 s] [INFO] Cf-SimpleFileServer ................................ SUCCESS [ 2.964 s] [INFO] Californium (Cf) Demo Setup for Unix ............... SUCCESS [ 0.222 s] [INFO] Sc-DTLS-Example-Client ............................. SUCCESS [ 1.107 s] [INFO] Sc-DTLS-Example-Server ............................. SUCCESS [ 1.132 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 17.769 s] [INFO] Cf-PubSub .......................................... SUCCESS [ 2.077 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:11 min [INFO] Finished at: 2022-03-03T08:13:11Z [INFO] ------------------------------------------------------------------------ [californium-3.3.x-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Drevapi.skip=true -DuseToolchainJavadoc=true -Danimal.sniffer.skip=true -DenableEclipseJarSigner=true -Dno.net.i2p.crypto.eddsa=true --projects californium-osgi,californium-proxy2,cf-oscore,cf-utils/cf-cli,cf-utils/cf-cli-tcp-netty,demo-apps/cf-plugtest-server,demo-apps/cf-plugtest-client,demo-apps/cf-proxy2,assembly -am deploy Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 19 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 19 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Californium (Cf) Parent [pom] [INFO] Californium (Cf) Custom Assembly Descriptors [jar] [INFO] Californium (Cf) BOM [pom] [INFO] Californium (Cf) Legal Documents [jar] [INFO] Californium (Cf) Demo Certificates [jar] [INFO] Californium (Cf) Element Connector [bundle] [INFO] Scandium (Sc) Core [bundle] [INFO] Californium (Cf) Element Connector TCP netty [bundle] [INFO] Californium (Cf) Core [bundle] [INFO] Cf-Unix-Health [bundle] [INFO] Cf-command-line-interface [bundle] [INFO] Cf-cli-tcp-netty [bundle] [INFO] Californium (Cf) Proxy2 [bundle] [INFO] Californium (Cf) OSGi [bundle] [INFO] Californium (Cf) Demo Applications [pom] [INFO] Cf-PlugtestServer [jar] [INFO] Cf-PlugtestClient [jar] [INFO] Cf-ExampleCrossProxy2 [jar] [INFO] Cf-OSCORE [jar] [INFO] [INFO] -------------------< org.eclipse.californium:parent >------------------- [INFO] Building Californium (Cf) Parent 3.3.1-SNAPSHOT [1/19] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ parent --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ parent --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ parent --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ parent --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ parent --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ parent --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ parent --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ parent --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ parent --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ parent --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ parent --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.3.1-SNAPSHOT/parent-3.3.1-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ parent --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/parent/3.3.1-SNAPSHOT/parent-3.3.1-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.californium:californium-assembly >------------ [INFO] Building Californium (Cf) Custom Assembly Descriptors 3.3.1-SNAPSHOT [2/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-assembly --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-assembly --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-assembly --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-assembly --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-assembly --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-assembly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-assembly --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ californium-assembly --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-assembly --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-assembly --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-assembly --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-assembly --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ californium-assembly --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/target/californium-assembly-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-assembly --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/target/californium-assembly-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.3.1-SNAPSHOT/californium-assembly-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.3.1-SNAPSHOT/californium-assembly-3.3.1-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-assembly --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/target/californium-assembly-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/3.3.1-SNAPSHOT/californium-assembly-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/assembly/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-assembly/3.3.1-SNAPSHOT/californium-assembly-3.3.1-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-bom >------------------- [INFO] Building Californium (Cf) BOM 3.3.1-SNAPSHOT [3/19] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-bom --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-bom --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-bom --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-bom --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-bom --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-bom --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-bom --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-bom --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-bom --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-bom --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ cf-bom --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-bom --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.3.1-SNAPSHOT/cf-bom-3.3.1-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-bom --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/bom/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-bom/3.3.1-SNAPSHOT/cf-bom-3.3.1-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-legal >-------------- [INFO] Building Californium (Cf) Legal Documents 3.3.1-SNAPSHOT [4/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-legal --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-legal --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-legal --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-legal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-legal --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-legal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ californium-legal --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-legal --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-legal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-legal --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ californium-legal --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/californium-legal-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-legal --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/californium-legal-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.3.1-SNAPSHOT/californium-legal-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.3.1-SNAPSHOT/californium-legal-3.3.1-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-legal --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/californium-legal-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-legal/3.3.1-SNAPSHOT/californium-legal-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-legal/3.3.1-SNAPSHOT/californium-legal-3.3.1-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-certs >----------------- [INFO] Building Californium (Cf) Demo Certificates 3.3.1-SNAPSHOT [5/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ demo-certs --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ demo-certs --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 42 resources to certs [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ demo-certs --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ demo-certs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ demo-certs --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ demo-certs --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ demo-certs --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ demo-certs --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ demo-certs --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ demo-certs --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/demo-certs-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/demo-certs-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.3.1-SNAPSHOT/demo-certs-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.3.1-SNAPSHOT/demo-certs-3.3.1-SNAPSHOT.pom [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ demo-certs --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/demo-certs-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/demo-certs/3.3.1-SNAPSHOT/demo-certs-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/demo-certs/3.3.1-SNAPSHOT/demo-certs-3.3.1-SNAPSHOT.pom [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:element-connector >-------------- [INFO] Building Californium (Cf) Element Connector 3.3.1-SNAPSHOT [6/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ element-connector --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ element-connector --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ element-connector --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ element-connector --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ element-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ element-connector --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ element-connector --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ element-connector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ element-connector --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.util.DatagramWriterTest [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.elements.util.DatagramWriterTest [INFO] Running org.eclipse.californium.elements.util.Base64Test [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.eclipse.californium.elements.util.Base64Test [INFO] Running org.eclipse.californium.elements.util.StringUtilTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.elements.util.StringUtilTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilTrustTest [WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.246 s - in org.eclipse.californium.elements.util.SslContextUtilTrustTest [INFO] Running org.eclipse.californium.elements.util.BytesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.BytesTest [INFO] Running org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.californium.elements.util.NetworkInterfacesUtilTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.373 s - in org.eclipse.californium.elements.util.SslContextUtilCredentialsTest [INFO] Running org.eclipse.californium.elements.util.TimeStatisticTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.elements.util.TimeStatisticTest [INFO] Running org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.californium.elements.util.CertPathUtilTest [INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest [INFO] Running org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 s - in org.eclipse.californium.elements.util.SerializationUtilTest [INFO] Running org.eclipse.californium.elements.util.Asn1DerDecoderTest [WARNING] Tests run: 32, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.144 s - in org.eclipse.californium.elements.util.Asn1DerDecoderTest [INFO] Running org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.elements.util.SslContextUtilConfigurationTest [INFO] Running org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.DatagramReaderTest [INFO] Running org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.util.NamedThreadFactoryTest [INFO] Running org.eclipse.californium.elements.EndpointContextUtilTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.EndpointContextUtilTest [INFO] Running org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.elements.TcpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.UDPConnectorTest 08:13:29.060 WARN [UDPConnector]: UDPConnector (/127.0.0.1:8218) drops 0 bytes to 127.0.0.1:8219 (o.e.c.e.UDPConnector$Sender.work:511) [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.96 s - in org.eclipse.californium.elements.UDPConnectorTest [INFO] Running org.eclipse.californium.elements.auth.X509CertPathIdentityTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 s - in org.eclipse.californium.elements.auth.X509CertPathIdentityTest [INFO] Running org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.004 s - in org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest [INFO] Running org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest [INFO] Running org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.elements.DtlsEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.UdpEndpointContextMatcherTest [INFO] Running org.eclipse.californium.elements.config.ConfigurationTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.californium.elements.config.ConfigurationTest [INFO] Running org.eclipse.californium.elements.TlsEndpointContextMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.TlsEndpointContextMatcherTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 311, Failures: 0, Errors: 0, Skipped: 14 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ element-connector --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ element-connector --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ element-connector --- [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ element-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ element-connector --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ element-connector --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ element-connector --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ element-connector --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ element-connector --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ element-connector --- [INFO] Installing org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ element-connector --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ element-connector --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector/target/element-connector-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector/3.3.1-SNAPSHOT/element-connector-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------< org.eclipse.californium:scandium >------------------ [INFO] Building Scandium (Sc) Core 3.3.1-SNAPSHOT [7/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ scandium --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ scandium --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ scandium --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ scandium --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ scandium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ scandium --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ scandium --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ scandium --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ scandium --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:13:41.106 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:13:41.213 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:13:41.215 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:13:41.215 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.scandium.dtls.RecordCbcValidationTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.RecordCbcValidationTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:13:42.272 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:13:42.381 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:13:42.382 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:13:42.382 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.scandium.dtls.cipher.PseudoRandomFunctionTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [WARNING] Tests run: 99, Failures: 0, Errors: 0, Skipped: 33, Time elapsed: 0.208 s - in org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest [WARNING] Tests run: 110, Failures: 0, Errors: 0, Skipped: 33, Time elapsed: 0.133 s - in org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest [INFO] Running org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s - in org.eclipse.californium.scandium.dtls.CookieGeneratorTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.041 s - in org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest [INFO] Running org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest [INFO] Running org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest Signatures: 14 over all, 5 ECDSA, 0 EdDSA. [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.022 s - in org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerHelloTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ServerHelloTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSContextTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.scandium.dtls.DTLSContextTest [INFO] Running org.eclipse.californium.scandium.dtls.ClientHelloTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ClientHelloTest [INFO] Running org.eclipse.californium.scandium.dtls.CertificateMessageTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.CertificateMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.ServerNameExtensionTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordDecryptTest [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 48, Time elapsed: 0.554 s - in org.eclipse.californium.scandium.dtls.RecordDecryptTest [INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest [INFO] Running org.eclipse.californium.scandium.dtls.HelloExtensionsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.HelloExtensionsTest [INFO] Running org.eclipse.californium.scandium.dtls.PskPublicInformationTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.PskPublicInformationTest [INFO] Running org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest [INFO] Running org.eclipse.californium.scandium.dtls.CertificateRequestTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.CertificateRequestTest [INFO] Running org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.scandium.dtls.AlertMessageTest [INFO] Running org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.scandium.dtls.DTLSSessionTest [INFO] Running org.eclipse.californium.scandium.dtls.RecordTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.scandium.dtls.RecordTest [INFO] Running org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.californium.scandium.dtls.ClientHandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest [INFO] Running org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [WARNING] Tests run: 47, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.028 s - in org.eclipse.californium.scandium.config.DtlsConnectorConfigTest [INFO] Running org.eclipse.californium.scandium.ClusterMacTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.ClusterMacTest [INFO] Running org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.583 s - in org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest [INFO] Running org.eclipse.californium.scandium.auth.PrincipalSerializerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.scandium.auth.PrincipalSerializerTest [INFO] Running org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s - in org.eclipse.californium.scandium.DtlsClusterConnectorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 476, Failures: 0, Errors: 0, Skipped: 121 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:13:53.342 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:13:53.434 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:13:53.435 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:13:53.436 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest groups: 37, usable: 25, preferred: 2 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.863 s - in org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest [INFO] Running org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.californium.scandium.dtls.ServerHandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.californium.scandium.dtls.HandshakerTest [INFO] Running org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.42 s - in org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest 08:13:58.761 ERROR [DirectDatagramSocketImpl]: destination port 8198 not available! (E50,T12) 127.0.0.1:8,192 ==> :8,198 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 08:13:58.762 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8198 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:2955) 08:14:02.650 WARN [drops]: DTLSConnector drops 1 outgoing bytes to [127.0.0.1:0] without destination-port [] (o.e.c.s.DTLSConnector.send:2483) [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.951 s - in org.eclipse.californium.scandium.DTLSConnectorTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.676 s - in org.eclipse.californium.scandium.DTLSConnectorResumeTest [INFO] Running org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.476 s - in org.eclipse.californium.scandium.DTLSEndpointContextTest [INFO] Running org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest 08:14:38.266 ERROR [DirectDatagramSocketImpl]: destination port 8293 not available! (E791,T266) 127.0.0.1:8,294 ==> :8,293 [rec(27 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 08:14:42.535 ERROR [DirectDatagramSocketImpl]: destination port 8299 not available! (E854,T266) 127.0.0.1:8,300 ==> :8,299 [rec(27 bytes, Application Data (23), Epoch=1, RSeqNo=3)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 08:14:46.623 ERROR [DirectDatagramSocketImpl]: destination port 8308 not available! (E904,T266) 127.0.0.1:8,309 ==> :8,308 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) 08:14:57.473 ERROR [DirectDatagramSocketImpl]: destination port 8323 not available! (E1,032,T266) 127.0.0.1:8,324 ==> :8,323 [rec(27 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327) [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.13 s - in org.eclipse.californium.scandium.DTLSConnectorAdvancedTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ scandium --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ scandium --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.scandium... Loading source files for package org.eclipse.californium.scandium.auth... Loading source files for package org.eclipse.californium.scandium.config... Loading source files for package org.eclipse.californium.scandium.dtls... Loading source files for package org.eclipse.californium.scandium.dtls.cipher... Loading source files for package org.eclipse.californium.scandium.dtls.pskstore... Loading source files for package org.eclipse.californium.scandium.dtls.resumption... Loading source files for package org.eclipse.californium.scandium.dtls.x509... Loading source files for package org.eclipse.californium.scandium.util... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/AlertHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/ConnectionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/CookieGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterConnector.ClusterNodesProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterHealth.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DTLSConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DTLSConnector.Worker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealth.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealthExtended.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsManagedClusterConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/MdcConnectionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/ApplicationLevelInfoSupplier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/PrincipalSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsClusterConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsClusterConnectorConfig.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.DtlsRole.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.SignatureAndHashAlgorithmsDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConnectorConfig.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.AlertDescription.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.AlertLevel.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ApplicationMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateIdentityResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateRequest.ClientCertificateType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateVerificationResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateVerify.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ChangeCipherSpecMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ChangeCipherSpecMessage.CCSType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientCertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientHello.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CompressionMethod.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Connection.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionEvictedException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ContentType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsAeadConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsBlockConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSFlight.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsHandshakeTimeoutException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSSession.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhPskClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhPskServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHServerKeyExchange.EcdhData.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhSignedServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ExtendedMasterSecretExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ExtendedMasterSecretMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Finished.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/FragmentedHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/GenericHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeParameter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Handshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeResultHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtension.ExtensionType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtensions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloVerifyRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/InMemorySessionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MaxFragmentLengthExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MaxFragmentLengthExtension.Length.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MultiHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MultiNodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/NodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ProtocolVersion.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PSKClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PskPublicInformation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PskSecretResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PSKServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Random.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ReassemblingHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Record.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/RecordLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/RecordSizeLimitExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumingClientHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumingServerHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumptionSupportingConnectionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumptionVerificationResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerCertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHello.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHelloDone.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerNameExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAlgorithmsExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.HashAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.SignatureAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SingleNodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedEllipticCurvesExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedPointFormatsExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedPointFormatsExtension.ECPointFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/AeadBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CbcBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CCMBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.CertificateKeyAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.CipherType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.KeyExchangeAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.CertificateBasedMismatch.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.GeneralMismatch.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteSelector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/DefaultCipherSuiteSelector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/InvalidMacException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/PseudoRandomFunction.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/PseudoRandomFunction.Label.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/RandomManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCertificateFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCrypto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCrypto.Factory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCryptoMap.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCryptoMap.Factory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyAgreement.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyPairGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalMac.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalMessageDigest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalSignature.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.SupportedGroup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.XDHPublicKeyApi.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedMultiPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedSinglePskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AsyncAdvancedPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/AsyncResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/ConnectionStoreResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/ResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncKeyManagerCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncNewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncNewAdvancedCertificateVerifier.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/CertificateConfigurationHelper.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/CertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/ConfigurationHelperSetup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/KeyManagerCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/NewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/SingleCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/StaticNewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/StaticNewAdvancedCertificateVerifier.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ListUtils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretIvParameterSpec.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerName.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerName.NameType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerNames.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/MdcConnectionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsManagedClusterConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealthExtended.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealth.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterHealth.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterConnector.ClusterNodesProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DTLSConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DTLSConnector.Worker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/CookieGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/ConnectionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/AlertHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/class-use/PrincipalSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/class-use/ApplicationLevelInfoSupplier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConnectorConfig.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.DtlsRole.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.SignatureAndHashAlgorithmsDefinition.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsClusterConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsClusterConnectorConfig.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedPointFormatsExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedPointFormatsExtension.ECPointFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedEllipticCurvesExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SingleNodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.HashAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.SignatureAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAlgorithmsExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerNameExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHelloDone.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHello.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerCertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumptionVerificationResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumptionSupportingConnectionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumingServerHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumingClientHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/RecordSizeLimitExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/RecordLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Record.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ReassemblingHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Random.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PskSecretResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PskPublicInformation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ProtocolVersion.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PSKServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PSKClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/NodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MultiNodeConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MultiHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MaxFragmentLengthExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MaxFragmentLengthExtension.Length.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/InMemorySessionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/InMemoryConnectionStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloVerifyRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtensions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtension.ExtensionType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Handshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeResultHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeParameter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/GenericHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/FragmentedHandshakeMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Finished.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ExtendedMasterSecretMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ExtendedMasterSecretExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhSignedServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhPskServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhPskClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHServerKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHServerKeyExchange.EcdhData.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsHandshakeTimeoutException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsBlockConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsAeadConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSSession.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSFlight.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSConnectionState.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ContentType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionIdGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionIdExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionEvictedException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Connection.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CompressionMethod.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientKeyExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientHello.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientHandshaker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientCertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ChangeCipherSpecMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ChangeCipherSpecMessage.CCSType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateVerify.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateVerificationResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateTypeExtension.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateRequest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateRequest.ClientCertificateType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateIdentityResult.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ApplicationMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.AlertLevel.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.AlertDescription.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.SupportedGroup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.XDHPublicKeyApi.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalSignature.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalMessageDigest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalMac.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyPairGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyAgreement.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCryptoMap.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCryptoMap.Factory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCrypto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCrypto.Factory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCertificateFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/RandomManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/PseudoRandomFunction.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/PseudoRandomFunction.Label.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/InvalidMacException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/DefaultCipherSuiteSelector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteSelector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.GeneralMismatch.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.CertificateBasedMismatch.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.KeyExchangeAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.CipherType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.CertificateKeyAlgorithm.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CbcBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CCMBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/AeadBlockCipher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AsyncAdvancedPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedSinglePskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedMultiPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/ResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/ConnectionStoreResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/AsyncResumptionVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/StaticNewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/StaticNewAdvancedCertificateVerifier.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/SingleCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/NewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/KeyManagerCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/ConfigurationHelperSetup.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/CertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/CertificateConfigurationHelper.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncNewAdvancedCertificateVerifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncNewAdvancedCertificateVerifier.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncKeyManagerCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncCertificateProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerNames.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerName.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerName.NameType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretIvParameterSpec.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ListUtils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/apidocs/help-doc.html... 14 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:37: warning - Tag @see: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:37: warning - Tag @see: reference not found: ExtensionType#CONNECTION_ID_DEPRECATED [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#getReplacementType() [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#getReplacementType() [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#getReplacementType() [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#getReplacementType() [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ scandium --- [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ scandium --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:15:23.333 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:15:23.427 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:15:23.429 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:15:23.429 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest [WARNING] Tests run: 174, Failures: 0, Errors: 0, Skipped: 26, Time elapsed: 29.095 s - in org.eclipse.californium.scandium.DTLSConnectorHandshakeTest [INFO] Running org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.676 s - in org.eclipse.californium.scandium.DTLSConnectorStartStopTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 177, Failures: 0, Errors: 0, Skipped: 26 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ scandium --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:16:02.377 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:16:02.503 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:16:02.505 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:16:02.505 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ scandium --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ scandium --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ scandium --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ scandium --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ scandium --- [INFO] Installing org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ scandium --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ scandium --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/scandium-core/target/scandium-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/scandium/3.3.1-SNAPSHOT/scandium-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------< org.eclipse.californium:element-connector-tcp-netty >--------- [INFO] Building Californium (Cf) Element Connector TCP netty 3.3.1-SNAPSHOT [8/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ element-connector-tcp-netty --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ element-connector-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ element-connector-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpConnectorTest 08:16:13.321 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:325) 08:16:13.401 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:434) 08:16:13.402 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:461) 08:16:13.402 INFO [JceProviderUtil]: JCE setup: null, ready. (o.e.c.e.u.JceProviderUtil.setupJce:468) [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.371 s - in org.eclipse.californium.elements.tcp.netty.TcpConnectorTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.982 s - in org.eclipse.californium.elements.tcp.netty.TlsConnectorTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.074 s - in org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest [INFO] Running org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.177 s - in org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ element-connector-tcp-netty --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.elements.tcp.netty... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/DatagramFramer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/DispatchHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpClientConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpServerConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsClientConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsServerConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsServerConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsClientConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpServerConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpContextUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpClientConnector.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/DispatchHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/DatagramFramer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ element-connector-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ element-connector-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ element-connector-tcp-netty --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ element-connector-tcp-netty --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ element-connector-tcp-netty --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ element-connector-tcp-netty --- [INFO] Installing org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ element-connector-tcp-netty --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ element-connector-tcp-netty --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/element-connector-tcp-netty/target/element-connector-tcp-netty-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/element-connector-tcp-netty/3.3.1-SNAPSHOT/element-connector-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-core >-------------- [INFO] Building Californium (Cf) Core 3.3.1-SNAPSHOT [9/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-core --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-core --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-core --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ californium-core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.coap.UriQueryParameterTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.core.coap.UriQueryParameterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.coap.CoapTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.californium.core.coap.CoapTest [INFO] Running org.eclipse.californium.core.coap.BlockOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.coap.BlockOptionTest [INFO] Running org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.coap.MediaTypeRegistryTest [INFO] Running org.eclipse.californium.core.coap.LinkFormatTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.californium.core.coap.LinkFormatTest [INFO] Running org.eclipse.californium.core.coap.MessageTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.core.coap.MessageTest [INFO] Running org.eclipse.californium.core.coap.RequestTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.californium.core.coap.RequestTest [INFO] Running org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.californium.core.test.AttributeMultiQueryTest [INFO] Running org.eclipse.californium.core.test.MaliciousClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.011 s - in org.eclipse.californium.core.test.MaliciousClientTest [INFO] Running org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.test.ResourceAttributesTest [INFO] Running org.eclipse.californium.core.test.OptionTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.test.OptionTest [INFO] Running org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s - in org.eclipse.californium.core.network.GroupedMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.212 s - in org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest [INFO] Running org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.network.deduplication.DeduplicatorTest [INFO] Running org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.californium.core.network.UdpMatcherMulticastTest [INFO] Running org.eclipse.californium.core.network.serialization.DataSerializerTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.serialization.DataSerializerTest [INFO] Running org.eclipse.californium.core.network.serialization.DataParserTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.network.serialization.DataParserTest [INFO] Running org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.californium.core.network.stack.CoapTcpStackTest [INFO] Running org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.californium.core.network.stack.BlockwiseLayerTest [INFO] Running org.eclipse.californium.core.network.stack.CoapStackTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.network.stack.CoapStackTest [INFO] Running org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.core.network.stack.AbstractLayerTest [INFO] Running org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.network.stack.CoapUdpStackTest [INFO] Running org.eclipse.californium.core.network.UdpMatcherTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.047 s - in org.eclipse.californium.core.network.UdpMatcherTest [INFO] Running org.eclipse.californium.core.network.EndpointManagerTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.californium.core.network.EndpointManagerTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest 08:16:51.263 WARN [InMemoryMessageIdProvider]: Destination address /224.0.1.187:5683 is a multicast address, please configure NetworkConfig to support multicast messaging (o.e.c.c.n.InMemoryMessageIdProvider.getTracker:146) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest [INFO] Running org.eclipse.californium.core.network.TcpMatcherTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in org.eclipse.californium.core.network.TcpMatcherTest [INFO] Running org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.californium.core.network.NullMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest [INFO] Running org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 s - in org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest [INFO] Running org.eclipse.californium.core.network.CoapEndpointTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.californium.core.network.CoapEndpointTest [INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderTest [INFO] Running org.eclipse.californium.core.observe.ObservationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.observe.ObservationTest [INFO] Running org.eclipse.californium.core.server.CoapServerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.californium.core.server.CoapServerTest [INFO] Running org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.californium.core.server.ServerMessageDelivererTest [INFO] Running org.eclipse.californium.core.multicast.MulticastTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.165 s - in org.eclipse.californium.core.multicast.MulticastTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 247, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest 0033: CON [MID=48982, T=94C32177938E8994], GET, /test -----> 0140: CON [MID=48982, T=94C32177938E8994], GET, /test -----> 1144: CON [MID=48983, T=6C2672234366241E], GET, /test -----> 1244: CON [MID=48983, T=6C2672234366241E], GET, /test -----> 0002: CON [MID=1234, T=B8B15C7DBF59D313], GET, /test -----> 0003: <----- ACK [MID=1234] 0004: <----- ACK [MID=1234] 0006: <----- CON [MID=4711, T=B8B15C7DBF59D313], 2.05 0007: ACK [MID=4711] -----> 0007: <----- CON [MID=4711, T=B8B15C7DBF59D313], 2.05 0008: ACK [MID=4711] -----> 0008: <----- CON [MID=42, T=B8B15C7DBF59D313], 2.05 0008: RST [MID=42] -----> 0009: CON [MID=4711, T=CC6F97AF35AAE058], GET, /test -----> 0010: <----- ACK [MID=4711, T=CC6F97AF35AAE058], 2.05 0010: <----- ACK [MID=4711, T=CC6F97AF35AAE058], 2.05 0002: CON [MID=1234, T=B4160F0BB243D8EB], GET, /test -----> (drop) 0002: CON [MID=1559, T=843DC71434FF7D6B], GET, /test -----> 0102: CON [MID=1559, T=843DC71434FF7D6B], GET, /test -----> 0203: CON [MID=1559, T=843DC71434FF7D6B], GET, /test -----> 1204: CON [MID=1560, T=5091B9CE058717F8], GET, /test -----> 1304: CON [MID=1560, T=5091B9CE058717F8], GET, /test -----> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.174 s - in org.eclipse.californium.core.test.lockstep.DeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlTest 0003: NON [MID=67, T=10D735F200BC774E], GET, /test -----> 0004: NON [MID=68, T=1848E81C1703ECA2], GET, /test -----> 0005: NON [MID=69, T=A4B32918198936C0], GET, /test -----> 1007: <----- NON [MID=1001, T=1848E81C1703ECA2], 2.05 1008: NON [MID=70, T=B86F318FD009380B], GET, /test -----> 1507: <----- NON [MID=1002, T=10D735F200BC774E], 2.05 1507: <----- NON [MID=1003, T=A4B32918198936C0], 2.05 1507: <----- NON [MID=1004, T=B86F318FD009380B], 2.05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.649 s - in org.eclipse.californium.core.test.lockstep.CongestionControlTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveServerSideTest 0007: CON [MID=7001, T=0B], GET, /obs, observe(0) -----> 0011: <----- ACK [MID=7001, T=0B], 2.05, observe(0), ETags( 0011: Observe relation established[0001]) 0012: <----- NON [MID=47367, T=0B], 2.05, observe(1), ETags([0002]) 0013: <----- NON [MID=47368, T=0B], 2.05, observe(2), ETags([0003]) 0014: <----- NON [MID=47369, T=0B], 2.05, observe(3), ETags([0004])// Reject 1. notification (cancel observe) 0014: RST [MID=47367] -----> 0216: NON [MID=7001, T=0C], GET, /obs, 2:0/0/16, observe(0) -----> 0219: <----- NON [MID=31965, T=0C], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005]) 0221: NON [MID=7002, T=0C], GET, /obs, 2:1/0/16, ETags([0005]) -----> 0222: <----- NON [MID=31966, T=0C], 2.05, 2:1/0/16, ETags([0005]) 0222: Observe relation established 0223: <----- NON [MID=31967, T=0C], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006]) 0223: NON [MID=7003, T=0C], GET, /obs, 2:1/0/16, ETags([0006]) -----> 0224: <----- NON [MID=31968, T=0C], 2.05, 2:1/0/16, ETags([0006]) 0225: <----- CON [MID=31969, T=0C], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007]) 0226: ACK [MID=31969] -----> 0226: NON [MID=7004, T=0C], GET, /obs, 2:1/0/16, ETags([0007]) -----> 0227: <----- NON [MID=31970, T=0C], 2.05, 2:1/0/16, ETags([0007]) 0228: <----- NON [MID=31971, T=0C], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe) 0228: RST [MID=31971] -----> 0428: CON [MID=7001, T=0D], GET, /obs, observe(0) -----> 0429: <----- ACK [MID=7001, T=0D], 2.05, 2:0/1/32, observe(6), size2(80), ETags([0009]) 0429: Observe relation established 0429: CON [MID=7002, T=0E], GET, /obs, 2:1/0/32, ETags([0009]) -----> 0430: <----- ACK [MID=7002, T=0E], 2.05, 2:1/1/32, ETags([0009]) 0430: CON [MID=7003, T=0E], GET, /obs, 2:2/0/32, ETags([0009]) -----> 0430: <----- ACK [MID=7003, T=0E], 2.05, 2:2/0/32, ETags([0009]) 0431: === changed === 0431: <----- CON [MID=20604, T=0D], 2.05, 2:0/1/32, observe(7), size2(80), ETags([000A]) 0432: ACK [MID=20604] -----> 0432: CON [MID=7004, T=0F], GET, /obs, 2:1/0/32, ETags([000A]) -----> 0432: <----- ACK [MID=7004, T=0F], 2.05, 2:1/1/32, ETags([000A]) 0433: CON [MID=7005, T=0F], GET, /obs, 2:2/0/32, ETags([000A]) -----> 0433: <----- ACK [MID=7005, T=0F], 2.05, 2:2/0/32, ETags([000A]) 0433: === changed === 0434: <----- CON [MID=20605, T=0D], 2.05, 2:0/1/32, observe(8), size2(80), ETags([000B])// Reject notification (cancel observe) 0434: RST [MID=20605] -----> 0646: NON [MID=7001, T=10], GET, /obs, observe(0) -----> 0647: <----- NON [MID=57795, T=10], 2.05, observe(8), ETags([000C]) 0647: Observe relation established 0647: <----- NON [MID=57796, T=10], 2.05, observe(9), ETags([000D]) 0648: <----- CON [MID=57797, T=10], 2.05, observe(10), ETags([000E]) 0648: ACK [MID=57797] -----> 0749: <----- NON [MID=57798, T=10], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe) 0749: RST [MID=57798] -----> 08:17:11.248 WARN [BaseCoapStack]: error send response NON-2.05 MID= 4444, Token=11, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 2213025133" (o.e.c.c.n.s.BaseCoapStack.sendResponse:118) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0875: CON [MID=7001, T=11], GET, /obs, observe(0) -----> 0876: <----- ACK [MID=7001, T=11], 2.05, observe(11), ETags([0010]) 0876: // Observe relation established 0876: <----- NON [MID=4443, T=11], 2.05, observe(12), ETags([0011]) 0877: (should be dropped by error) NON [MID=4444, T=11], 2.05, observe(13), ETags([0012]) 0878: (dropped) <--- NON [MID=4444, T=11], 2.05, observe(13), ETags([0012]) 0978: <----- NON [MID=4445, T=11], 2.05, observe(14), ETags([0013]) 0978: // Reject 1. notification (cancel observe) 0978: RST [MID=4443] -----> 1253: CON [MID=7001, T=12], GET, /obs, observe(0) -----> 1253: <----- ACK [MID=7001, T=12], 2.05, observe(14), ETags([0014]) 1253: Observe relation established 1254: <----- CON [MID=19740, T=12], 2.05, observe(15), ETags([0015])// lost 1454: <----- CON [MID=19740, T=12], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe) 1455: RST [MID=19740] -----> 1656: CON [MID=7001, T=13], GET, /obs, observe(0) -----> 1656: <----- ACK [MID=7001, T=13], 2.05, observe(15), ETags([0016]) 1657: Observe relation established 1657: <----- CON [MID=96, T=13], 2.05, observe(16), ETags([0017])// lost 1857: <----- CON [MID=96, T=13], 2.05, observe(16), ETags([0017])// lost (1. retransmission) 2058: <----- CON [MID=97, T=13], 2.05, observe(17), ETags([0018])// lost (2. retransmission) 2259: <----- CON [MID=98, T=13], 2.05, observe(18), ETags([0019])// lost (3. retransmission) 2460: <----- CON [MID=98, T=13], 2.05, observe(18), ETags([0019])// lost (4. retransmission) 2662: CON [MID=7001, T=14], GET, /obs, observe(0) -----> 2662: <----- ACK [MID=7001, T=14], 2.05, observe(18), ETags([001A]) 2662: Observe relation established 2663: <----- NON [MID=27016, T=14], 2.05, observe(19), ETags([001B]) 2663: <----- NON [MID=27017, T=14], 2.05, observe(20), ETags([001C]) 2663: <----- CON [MID=27018, T=14], 2.05, observe(21), ETags([001D]) 2664: ACK [MID=27018] -----> 2664: <----- NON [MID=27019, T=14], 2.05, observe(22), ETags([001E]) 2664: <----- CON [MID=27020, T=14], 2.05, observe(23), ETags([001F]) // lost 2865: <----- CON [MID=27020, T=14], 2.05, observe(23), ETags([001F]) // lost 3065: <----- CON [MID=27020, T=14], 2.05, observe(23), ETags([001F]) // lost 3266: <----- CON [MID=27020, T=14], 2.05, observe(23), ETags([001F]) // lost 3466: <----- CON [MID=27020, T=14], 2.05, observe(23), ETags([001F]) // lost 3669: CON [MID=7001, T=15], GET, /obs, observe(0) -----> 3669: <----- ACK [MID=7001, T=15], 2.05, observe(23), ETags([0020]) 3669: Observe relation established 3669: === changed === 3670: <----- CON [MID=20831, T=15], 2.05, 2:0/1/32, observe(24), size2(80), ETags([0021]) 3670: ACK [MID=20831] -----> 3670: CON [MID=7002, T=16], GET, /obs, 2:1/0/32, ETags([0021]) -----> 3671: <----- ACK [MID=7002, T=16], 2.05, 2:1/1/32, ETags([0021]) 08:17:14.190 WARN [BaseCoapStack]: error send response NON-2.05 MID=41092, Token=17, OptionSet={"ETag":0x0024, "Observe":26}, "Second notification 8387871894" (o.e.c.c.n.s.BaseCoapStack.sendResponse:118) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 3821: CON [MID=7001, T=17], GET, /obs, observe(0) -----> 3822: <----- ACK [MID=7001, T=17], 2.05, observe(24), ETags([0022]) 3822: // Observe relation established 3822: <----- NON [MID=41091, T=17], 2.05, observe(25), ETags([0023]) 3823: (should be dropped by error) NON [MID=41092, T=17], 2.05, observe(26), ETags([0024]) 3823: (dropped) <--- NON [MID=41092, T=17], 2.05, observe(26), ETags([0024]) 3923: // Reject 1. notification (cancel observe) 3923: RST [MID=41091] -----> 4049: CON [MID=7001, T=18], GET, /obs, observe(0) -----> 4049: <----- ACK [MID=7001, T=18], 2.05, observe(26), ETags([0025]) 4049: Observe relation established 4050: <----- NON [MID=3338, T=18], 2.05, observe(27), ETags([0026]) 4050: <----- CON [MID=3339, T=18], 2.05, observe(28), ETags([0027]) 4251: <----- CON [MID=3340, T=18], 2.05, observe(29), ETags([0028]) 4452: <----- CON [MID=3341, T=18], 2.05, observe(30), ETags([0029]) 4652: <----- CON [MID=3341, T=18], 2.05, observe(30), ETags([0029]) 4853: <----- CON [MID=3342, T=18], 2.05, observe(31), ETags([002A]) 4853: server cancels observe relation 5055: CON [MID=7001, T=19], GET, /obs, observe(0) -----> 5056: <----- ACK [MID=7001, T=19], 2.05, observe(31), ETags([002B]) 5056: Observe relation established 5056: CON [MID=7001, T=19], GET, /obs, observe(0) -----> 5057: <----- ACK [MID=7001, T=19], 2.05, observe(31), ETags([002B]) 5207: CON [MID=7001, T=1A], GET, /obs, observe(0) -----> 5208: <----- ACK [MID=7001] 5208: <----- NON [MID=17290, T=1A], 2.05, observe(31), ETags([002C]) 5208: Observe relation established 5209: CON [MID=7001, T=1A], GET, /obs, observe(0) -----> 5209: <----- ACK [MID=7001] 5209: <----- NON [MID=17290, T=1A], 2.05, observe(31), ETags([002C]) 5209: CON [MID=7002, T=1A], GET, /obs, observe(1) -----> 5210: <----- ACK [MID=7002] 5210: <----- CON [MID=17291, T=1A], 2.05, ETags([002D]) 5210: ACK [MID=17291] -----> [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.428 s - in org.eclipse.californium.core.test.lockstep.ObserveServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest 0003: CON [MID=17001, T=1B], GET, /con -----> 0004: <----- ACK [MID=17001] 0004: <----- CON [MID=50965, T=1B], 2.05 0004: ACK [MID=50965] -----> 0002: CON [MID=17001, T=1C], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: <----- CON [MID=36324, T=1C], 2.05 0203: <----- CON [MID=36324, T=1C], 2.05 0203: ACK [MID=36324] -----> 0003: CON [MID=17001, T=1D], GET, /con -----> 0003: <----- ACK [MID=17001] 0004: <----- CON [MID=43991, T=1D], 2.05 0204: <----- CON [MID=43991, T=1D], 2.05 0002: CON [MID=17001, T=1E], GET, /ack -----> 0002: <----- ACK [MID=17001, T=1E], 2.05 0003: CON [MID=17001, T=1E], GET, /ack -----> 0003: <----- ACK [MID=17001, T=1E], 2.05 0002: CON [MID=17001, T=1F], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: (drop) <--- CON [MID=44079, T=1F], 2.05 0002: CON [MID=17001, T=20], GET, /con -----> 0002: <----- ACK [MID=17001] 0002: <----- CON [MID=62952, T=20], 2.05 0002: CON [MID=17001, T=20], GET, /con -----> 0003: <----- ACK [MID=17001] 0003: <----- CON [MID=62952, T=20], 2.05 0003: ACK [MID=62952] -----> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.747 s - in org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest [INFO] Running org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest 0003: CON [MID=2345, T=0001], GET, /test/CON -----> 0003: <----- ACK [MID=2345] 0003: <----- CON [MID=14532, T=0001], 2.05 0004: CON [MID=2345, T=0001], GET, /test/CON -----> 0004: <----- ACK [MID=2345] 0004: <----- CON [MID=14532, T=0001], 2.05 1004: <----- CON [MID=14532, T=0001], 2.05 1005: ACK [MID=14532] -----> 1005: CON [MID=2346, T=0001], GET, /test/CON -----> 1005: <----- ACK [MID=2346] 1005: <----- CON [MID=14533, T=0001], 2.05 1006: ACK [MID=14533] -----> 1507: CON [MID=1234, T=0000], GET, /test -----> 1507: <----- ACK [MID=1234, T=0000], 2.05 1608: CON [MID=1234, T=0000], GET, /test -----> 1608: <----- ACK [MID=1234, T=0000], 2.05 1609: CON [MID=1235, T=0000], GET, /test -----> 1609: <----- ACK [MID=1235, T=0000], 2.05 2110: CON [MID=2345, T=0001], GET, /test/NON -----> 2111: <----- ACK [MID=2345] 2111: <----- NON [MID=4048, T=0001], 2.05 2111: CON [MID=2345, T=0001], GET, /test/NON -----> 2112: <----- ACK [MID=2345] 2112: <----- NON [MID=4048, T=0001], 2.05 2112: CON [MID=2346, T=0001], GET, /test/NON -----> 2112: <----- ACK [MID=2346] 2112: <----- NON [MID=4049, T=0001], 2.05 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.611 s - in org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest 0002: CON [MID=32447, T=70D4CBAF40392DDB], PUT, /test, 1:0/1/128, size1(290) -----> 0004: <----- ACK [MID=32447, T=70D4CBAF40392DDB], 2.31, 1:0/1/128 0004: CON [MID=32448, T=70D4CBAF40392DDB], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=32448, T=70D4CBAF40392DDB], 2.31, 1:1/1/32 0005: CON [MID=32449, T=70D4CBAF40392DDB], PUT, /test, 1:8/1/32 -----> 0005: <----- ACK [MID=32449, T=70D4CBAF40392DDB], 2.31, 1:8/1/32 0006: CON [MID=32450, T=70D4CBAF40392DDB], PUT, /test, 1:9/0/32 -----> 0006: <----- ACK [MID=32450, T=70D4CBAF40392DDB], 2.04, 1:9/0/32 0002: CON [MID=3465, T=5078C0827F88744F], GET, /test, 2:2/0/128 -----> 0003: <----- ACK [MID=3465, T=5078C0827F88744F], 2.05, 2:2/0/128 0002: CON [MID=20455, T=18B72548A5281E5F], GET, /test, 2:0/0/64 -----> 0003: <----- ACK [MID=20455, T=18B72548A5281E5F], 2.05, 2:0/1/64, size2(170) 0003: CON [MID=20456, T=18B72548A5281E5F], GET, /test, 2:1/0/64 -----> 0004: <----- ACK [MID=20456, T=18B72548A5281E5F], 2.05, 2:1/1/64 0004: CON [MID=20457, T=18B72548A5281E5F], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=20457, T=18B72548A5281E5F], 2.05, 2:2/0/64 0001: CON [MID=28153, T=501618B5A130ADBA], GET, /test -----> 0002: <----- ACK [MID=28153, T=501618B5A130ADBA], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0002: CON [MID=28154, T=501618B5A130ADBA], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=28154, T=501618B5A130ADBA], 2.05, 2:1/1/128, ETags([0001]) 0003: CON [MID=28155, T=501618B5A130ADBA], GET, /test, 2:2/0/128 -----> 0004: <----- ACK [MID=28155, T=501618B5A130ADBA], 2.05, 2:2/0/128, ETags([0001]) 0001: CON [MID=62784, T=04A46E175C34AE23], PUT, /test -----> 0002: <----- ACK [MID=62784, T=04A46E175C34AE23], 4.13, 1:0/0/64 0002: CON [MID=62785, T=04A46E175C34AE23], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=62785, T=04A46E175C34AE23], 2.31, 1:0/1/64 0003: CON [MID=62786, T=04A46E175C34AE23], PUT, /test, 1:1/0/64 -----> 0004: <----- ACK [MID=62786, T=04A46E175C34AE23], 2.04, 1:1/0/64 0001: CON [MID=748, T=54734DBFB61EB1D7], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=748, T=54734DBFB61EB1D7], 2.31, 1:0/1/256 0002: CON [MID=749, T=54734DBFB61EB1D7], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=749, T=54734DBFB61EB1D7], 2.31, 1:1/1/256 0003: CON [MID=750, T=54734DBFB61EB1D7], PUT, /test, 1:2/0/128 -----> 0003: <----- ACK [MID=750, T=54734DBFB61EB1D7], 2.04, 1:2/0/256 0001: Establish observe relation to test1 0002: CON [MID=52670, T=F9B06237924E85F1], GET, /test1, observe(0) -----> 0003: <----- ACK [MID=52670, T=F9B06237924E85F1], 2.05, 2:0/1/128, observe(62350), size2(300) 0004: CON [MID=52671, T=041609B8B0703EC2], GET, /test1, 2:1/0/128 -----> 0004: <----- ACK [MID=52671, T=041609B8B0703EC2], 2.05, 2:1/1/128 0004: CON [MID=52672, T=041609B8B0703EC2], GET, /test1, 2:2/0/128 -----> 0005: <----- ACK [MID=52672, T=041609B8B0703EC2], 2.05, 2:2/0/128 0005: ... time passes ... 0006: <----- CON [MID=8001, T=F9B06237924E85F1], 2.05, 2:0/1/128, observe(62354), size2(280) 0006: ACK [MID=8001] -----> 0006: CON [MID=52673, T=947C06DCE2011D61], GET, /test1, 2:1/0/128 -----> 0007: <----- ACK [MID=52673, T=947C06DCE2011D61], 2.05, 2:1/1/128 0007: CON [MID=52674, T=947C06DCE2011D61], GET, /test1, 2:2/0/128 -----> 0008: <----- ACK [MID=52674, T=947C06DCE2011D61], 2.05, 2:2/0/128 0008: ... time passes ... 0008: <----- CON [MID=8002, T=F9B06237924E85F1], 2.05, 2:0/1/128, observe(17), size2(290) 0009: ACK [MID=8002] -----> 0009: CON [MID=52675, T=6850FF3D55B954C8], GET, /test1, 2:1/0/128 -----> 0009: Server sends third notification during transfer 0010: <----- CON [MID=8003, T=F9B06237924E85F1], 2.05, 2:0/1/128, observe(19), size2(290) 0010: <----- ACK [MID=52675, T=6850FF3D55B954C8], 2.05, 2:1/1/128 0010: ACK [MID=8003] -----> 0010: CON [MID=52676, T=E006C8156640ED5C], GET, /test1, 2:1/0/128 -----> 0011: Send old notification during transfer 0011: <----- CON [MID=8004, T=F9B06237924E85F1], 2.05, 2:0/1/128, observe(18), size2(290) 0011: <----- ACK [MID=52676, T=E006C8156640ED5C], 2.05, 2:1/1/128 0011: ACK [MID=8004] -----> 0011: CON [MID=52677, T=E006C8156640ED5C], GET, /test1, 2:2/0/128 -----> 0012: <----- ACK [MID=52677, T=E006C8156640ED5C], 2.05, 2:2/0/128 0002: CON [MID=2167, T=30C62ABFBA142F47], PUT, /test -----> 0002: <----- ACK [MID=2167, T=30C62ABFBA142F47], 4.13 0002: CON [MID=2168, T=30C62ABFBA142F47], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=2168, T=30C62ABFBA142F47], 4.13, 1:0/1/32 0003: CON [MID=2169, T=30C62ABFBA142F47], PUT, /test, 1:0/1/32, size1(128) -----> 0004: <----- ACK [MID=2169, T=30C62ABFBA142F47], 2.31, 1:0/1/32 0004: CON [MID=2170, T=30C62ABFBA142F47], PUT, /test, 1:1/1/32 -----> 0004: <----- ACK [MID=2170, T=30C62ABFBA142F47], 2.31, 1:1/1/32 0004: CON [MID=2171, T=30C62ABFBA142F47], PUT, /test, 1:2/1/32 -----> 0005: <----- ACK [MID=2171, T=30C62ABFBA142F47], 2.31, 1:2/1/32 0005: CON [MID=2172, T=30C62ABFBA142F47], PUT, /test, 1:3/0/32 -----> 0006: <----- ACK [MID=2172, T=30C62ABFBA142F47], 2.04, 1:3/0/32 0001: CON [MID=57937, T=98F309B29FD70638], GET, /test -----> 0002: <----- ACK [MID=57937, T=98F309B29FD70638], 2.05, 2:0/1/256, size2(300) 0002: CON [MID=57938, T=98F309B29FD70638], GET, /test, 2:2/0/128 -----> // lost 0202: CON [MID=57938, T=98F309B29FD70638], GET, /test, 2:2/0/128 -----> 0203: <----- ACK [MID=57938, T=98F309B29FD70638], 2.05, 2:2/0/128 0003: CON [MID=44468, T=D05423343FCAAB8C], GET, /test -----> 0003: <----- ACK [MID=44468, T=D05423343FCAAB8C], 2.05, 2:0/1/128 0003: CON [MID=44469, T=D05423343FCAAB8C], GET, /test, 2:1/0/128 -----> 0204: CON [MID=44469, T=D05423343FCAAB8C], GET, /test, 2:1/0/128 -----> 0002: CON [MID=53274, T=1866D7D43DCAC87B], GET, /test -----> 0002: <----- ACK [MID=53274, T=1866D7D43DCAC87B], 2.05, 2:0/1/128 0002: CON [MID=53275, T=1866D7D43DCAC87B], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=53275, T=1866D7D43DCAC87B], 2.05, 2:1/1/128 0003: CON [MID=53276, T=1866D7D43DCAC87B], GET, /test, 2:2/0/128 -----> 0004: <----- ACK [MID=53276] 0002: CON [MID=52979, T=B0695803E4833D9A], PUT, /test, 1:0/1/128, size1(138) -----> 0002: <----- ACK [MID=52979, T=B0695803E4833D9A], 4.13, 1:0/0/64 0003: CON [MID=52980, T=B0695803E4833D9A], PUT, /test, 1:0/1/64, size1(138) -----> 0003: <----- ACK [MID=52980, T=B0695803E4833D9A], 2.31, 1:0/1/64 0003: CON [MID=52981, T=B0695803E4833D9A], PUT, /test, 1:1/1/64 -----> 0004: <----- ACK [MID=52981, T=B0695803E4833D9A], 2.31, 1:1/1/64 0004: CON [MID=52982, T=B0695803E4833D9A], PUT, /test, 1:2/0/64 -----> 0005: <----- ACK [MID=52982, T=B0695803E4833D9A], 2.04, 1:2/0/64 0002: CON [MID=24396, T=506C6F8D8FAEF022], GET, /test -----> 0002: <----- ACK [MID=24396, T=506C6F8D8FAEF022], 2.05, 2:0/1/128 0002: CON [MID=24397, T=506C6F8D8FAEF022], GET, /test, 2:1/0/128 -----> 0003: CON [MID=24398, T=00FF648A4EEFE614], GET, /test -----> 0004: <----- ACK [MID=24398, T=00FF648A4EEFE614], 2.05, 2:0/1/128 0004: CON [MID=24399, T=00FF648A4EEFE614], GET, /test, 2:1/0/128 -----> 0005: <----- ACK [MID=24397, T=506C6F8D8FAEF022], 2.05, 2:1/0/128 0005: <----- ACK [MID=24399, T=00FF648A4EEFE614], 2.05, 2:1/0/128 0001: CON [MID=2797, T=50E6BBD62D11FF45], GET, /test -----> 0002: <----- ACK [MID=2797, T=50E6BBD62D11FF45], 2.05, 2:0/1/128 0002: CON [MID=2798, T=50E6BBD62D11FF45], GET, /test, 2:1/0/128 -----> 0202: CON [MID=2798, T=50E6BBD62D11FF45], GET, /test, 2:1/0/128 -----> 0228: <----- ACK [MID=2798, T=50E6BBD62D11FF45], 2.05, 2:1/1/128 0228: CON [MID=2799, T=50E6BBD62D11FF45], GET, /test, 2:2/0/128 -----> 0429: CON [MID=2799, T=50E6BBD62D11FF45], GET, /test, 2:2/0/128 -----> 0454: <----- ACK [MID=2799, T=50E6BBD62D11FF45], 2.05, 2:2/0/128 0455: // next transfer 0455: CON [MID=2800, T=CCAC07CCD5E5BA77], GET, /test -----> 0456: <----- ACK [MID=2800, T=CCAC07CCD5E5BA77], 2.05, 2:0/1/128 0456: CON [MID=2801, T=CCAC07CCD5E5BA77], GET, /test, 2:1/0/128 -----> 0656: CON [MID=2801, T=CCAC07CCD5E5BA77], GET, /test, 2:1/0/128 -----> 0682: <----- ACK [MID=2801, T=CCAC07CCD5E5BA77], 2.05, 2:1/1/128 0682: CON [MID=2802, T=CCAC07CCD5E5BA77], GET, /test, 2:2/0/128 -----> 0882: CON [MID=2802, T=CCAC07CCD5E5BA77], GET, /test, 2:2/0/128 -----> 0908: <----- ACK [MID=2802, T=CCAC07CCD5E5BA77], 2.05, 2:2/0/128 0001: CON [MID=39255, T=145B5875577C3CC1], PUT, /test, 1:0/1/128, size1(260) -----> 0002: <----- ACK [MID=39255, T=145B5875577C3CC1], 2.31, 1:0/0/128 0002: CON [MID=39256, T=145B5875577C3CC1], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=39256, T=145B5875577C3CC1], 4.13, 1:1/0/64 0001: CON [MID=10161, T=04CF5307DA700B8F], PUT, /test, 1:0/1/128, size1(200) -----> 0002: <----- ACK [MID=10161, T=04CF5307DA700B8F], 2.31, 1:0/1/32 0003: CON [MID=10162, T=04CF5307DA700B8F], PUT, /test, 1:4/1/32 -----> 0003: <----- ACK [MID=10162, T=04CF5307DA700B8F], 2.31, 1:4/1/32 0003: CON [MID=10163, T=04CF5307DA700B8F], PUT, /test, 1:5/1/32 -----> 0004: <----- ACK [MID=10163, T=04CF5307DA700B8F], 2.31, 1:5/1/32 0004: CON [MID=10164, T=04CF5307DA700B8F], PUT, /test, 1:6/0/32 -----> 0005: <----- ACK [MID=10164, T=04CF5307DA700B8F], 2.04, 1:6/0/32 0001: CON [MID=5102, T=D0EFA69408D0F65A], GET, /test, 2:0/0/64 -----> 0002: <----- ACK [MID=5102, T=D0EFA69408D0F65A], 2.05, 2:0/1/64, size2(170) 0002: CON [MID=5103, T=D0EFA69408D0F65A], GET, /test, 2:1/0/64 -----> 0002: <----- ACK [MID=5102, T=D0EFA69408D0F65A], 2.05, 2:0/1/64, size2(170) 0202: CON [MID=5103, T=D0EFA69408D0F65A], GET, /test, 2:1/0/64 -----> 0203: <----- ACK [MID=5103, T=D0EFA69408D0F65A], 2.05, 2:1/1/64 0203: CON [MID=5104, T=D0EFA69408D0F65A], GET, /test, 2:2/0/64 -----> 0204: <----- ACK [MID=5104, T=D0EFA69408D0F65A], 2.05, 2:2/0/64 0002: CON [MID=4597, T=A014F49C11066D93], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=4597, T=A014F49C11066D93], 2.31, 1:1/0/128 0003: CON [MID=4598, T=A014F49C11066D93], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=4598] 0002: CON [MID=7422, T=C4EF06B724DD9DCD], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7422, T=C4EF06B724DD9DCD], 2.31, 1:0/1/128 0003: CON [MID=7423, T=C4EF06B724DD9DCD], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7423, T=C4EF06B724DD9DCD], 2.31, 1:1/1/128 0003: CON [MID=7424, T=C4EF06B724DD9DCD], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7424, T=C4EF06B724DD9DCD], 4.08 0001: CON [MID=26773, T=CC96693EAAE6EE55], PUT, /test -----> 0002: <----- ACK [MID=26773, T=CC96693EAAE6EE55], 4.13, size1(90) 0002: CON [MID=26774, T=CC96693EAAE6EE55], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=26774, T=CC96693EAAE6EE55], 2.31, 1:0/1/64 0003: CON [MID=26775, T=CC96693EAAE6EE55], PUT, /test, 1:1/0/64 -----> 0004: <----- ACK [MID=26775, T=CC96693EAAE6EE55], 2.04, 1:1/0/64 0002: CON [MID=64045, T=2043DB857181769A], PUT, /test, 1:0/1/128, size1(1034) -----> 0002: <----- ACK [MID=64045, T=2043DB857181769A], 4.13, size1(1024) 0001: CON [MID=37881, T=58E405E157BC5AD1], PUT, /test, 1:0/1/128, size1(300) -----> 0002: CON [MID=37882, T=D4ACE796D635D555], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=37881, T=58E405E157BC5AD1], 2.31, 1:0/1/128 0003: <----- ACK [MID=37882, T=D4ACE796D635D555], 2.31, 1:0/1/128 0003: CON [MID=37883, T=D4ACE796D635D555], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=37883, T=D4ACE796D635D555], 2.31, 1:1/1/128 0004: CON [MID=37884, T=D4ACE796D635D555], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=37884, T=D4ACE796D635D555], 2.04 0002: CON [MID=3222, T=186D30F62DC9CB2F], POST, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=3222, T=186D30F62DC9CB2F], 2.31, 1:0/1/128 0003: CON [MID=3223, T=186D30F62DC9CB2F], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=3223, T=186D30F62DC9CB2F], 2.31, 1:1/1/128 0004: CON [MID=3224, T=186D30F62DC9CB2F], POST, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=3224, T=186D30F62DC9CB2F], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0005: CON [MID=3225, T=186D30F62DC9CB2F], POST, /test, 2:1/0/128 -----> 0005: <----- ACK [MID=3225, T=186D30F62DC9CB2F], 2.04, 2:1/1/128, ETags([0001]) 0006: CON [MID=3226, T=186D30F62DC9CB2F], POST, /test, 2:2/0/128 -----> 0006: <----- ACK [MID=3226, T=186D30F62DC9CB2F], 2.04, 2:2/1/128, ETags([0001]) 0006: CON [MID=3227, T=186D30F62DC9CB2F], POST, /test, 2:3/0/128 -----> 0007: <----- ACK [MID=3227, T=186D30F62DC9CB2F], 2.04, 2:3/0/128, ETags([0001]) 0001: CON [MID=61326, T=D05FA04272D8AED8], PUT, /test, 1:0/1/128, size1(138) -----> 0002: <----- ACK [MID=61326, T=D05FA04272D8AED8], 4.13, 1:0/0/128 0001: CON [MID=35345, T=B44E545361D659E4], GET, /test -----> 0002: <----- ACK [MID=35345, T=B44E545361D659E4], 2.05, 2:0/1/128, size2(300) 0002: CON [MID=35346, T=B44E545361D659E4], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=35346, T=B44E545361D659E4], 2.05, 2:1/1/128 0003: CON [MID=35347, T=B44E545361D659E4], GET, /test, 2:2/0/128 (should be dropped by error) 0003: CON [MID=35347, T=B44E545361D659E4], GET, /test, 2:2/0/128 -----> (dropped) 0001: CON [MID=61289, T=102266AC29AE9818], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=61289, T=102266AC29AE9818], 2.31, 1:1/0/128 0002: CON [MID=61290, T=102266AC29AE9818], PUT, /test, 1:1/1/128 -----> 0002: CON [MID=55373, T=3028ED8D3B71D537], GET, /test -----> 0002: <----- ACK [MID=55373, T=3028ED8D3B71D537], 2.05, 2:0/1/128 0002: CON [MID=55374, T=3028ED8D3B71D537], GET, /test, 2:1/0/128 -----> 0003: <----- ACK [MID=55374, T=3028ED8D3B71D537], 2.05, 2:1/1/128 0003: CON [MID=55375, T=3028ED8D3B71D537], GET, /test, 2:2/0/128 -----> 0001: CON [MID=47145, T=ECD48E8D1C7CE0FE], PUT, /test, 1:0/1/128, size1(250) -----> 0002: <----- ACK [MID=47145, T=ECD48E8D1C7CE0FE], 2.31, 1:0/0/128 0002: CON [MID=47146, T=ECD48E8D1C7CE0FE], PUT, /test, 1:1/0/128 -----> 0003: <----- ACK [MID=47146, T=ECD48E8D1C7CE0FE], 4.13, 1:1/0/64 08:17:22.499 WARN [BlockwiseLayer]: cannot process next block request, aborting request! (o.e.c.c.n.s.BlockwiseLayer.sendNextBlock:1076) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0008: CON [MID=55040, T=84C030A5206DE5C4], PUT, /test, 1:0/1/128, size1(300) -----> 0009: <----- ACK [MID=55040, T=84C030A5206DE5C4], 2.31, 1:0/1/128 0009: CON [MID=55041, T=84C030A5206DE5C4], PUT, /test, 1:1/1/128 -----> 0010: <----- ACK [MID=55041, T=84C030A5206DE5C4], 2.31, 1:1/1/128 0010: CON [MID=55042, T=84C030A5206DE5C4], PUT, /test, 1:2/0/128 (should be dropped by error) 0010: CON [MID=55042, T=84C030A5206DE5C4], PUT, /test, 1:2/0/128 -----> (dropped) 0001: CON [MID=2469, T=D837DBB6B478758C], GET, /test -----> 0002: <----- ACK [MID=2469, T=D837DBB6B478758C], 2.05, 2:0/1/128, size2(1034) 0001: CON [MID=21340, T=BC4C48D3D2A5CC5A], PUT, /test -----> 0002: <----- ACK [MID=21340, T=BC4C48D3D2A5CC5A], 4.13 0002: CON [MID=21341, T=BC4C48D3D2A5CC5A], PUT, /test, 1:0/1/64, size1(128) -----> 0002: <----- ACK [MID=21341, T=BC4C48D3D2A5CC5A], 2.31, 1:0/1/64 0003: CON [MID=21342, T=BC4C48D3D2A5CC5A], PUT, /test, 1:1/0/64 -----> 0003: <----- ACK [MID=21342, T=BC4C48D3D2A5CC5A], 2.04, 1:1/0/64 0001: CON [MID=10331, T=584EB06819E3D4CE], GET, /test -----> 0001: <----- ACK [MID=10331, T=584EB06819E3D4CE], 2.05, 2:0/1/128 0002: CON [MID=10332, T=584EB06819E3D4CE], GET, /test, 2:1/0/128 -----> 0202: CON [MID=10332, T=584EB06819E3D4CE], GET, /test, 2:1/0/128 -----> 0227: <----- ACK [MID=10332, T=584EB06819E3D4CE], 2.05, 2:1/1/128 0228: CON [MID=10333, T=584EB06819E3D4CE], GET, /test, 2:2/0/128 -----> 0428: CON [MID=10333, T=584EB06819E3D4CE], GET, /test, 2:2/0/128 -----> 0001: CON [MID=12505, T=BCFDC8E7DF2D952F], PUT, /test -----> 0002: <----- ACK [MID=12505, T=BCFDC8E7DF2D952F], 4.13 0002: CON [MID=12506, T=BCFDC8E7DF2D952F], PUT, /test, 1:0/1/64, size1(128) -----> 0003: <----- ACK [MID=12506, T=BCFDC8E7DF2D952F], 4.13 0001: CON [MID=24552, T=2015AE28FF4302EA], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=24552, T=2015AE28FF4302EA], 2.31, 1:0/1/128 0002: CON [MID=24553, T=2015AE28FF4302EA], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=24553, T=2015AE28FF4302EA], 2.31, 1:1/1/128 0003: CON [MID=24554, T=2015AE28FF4302EA], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=24554, T=2015AE28FF4302EA], 2.04, 1:2/0/128 0001: CON [MID=5533, T=00825F25D5E4B514], PUT, /test, 1:0/1/128, size1(400) -----> 0002: <----- ACK [MID=5533, T=00825F25D5E4B514], 2.31, 1:1/0/128 0002: CON [MID=5534, T=00825F25D5E4B514], PUT, /test, 1:1/1/128 -----> 0202: CON [MID=5534, T=00825F25D5E4B514], PUT, /test, 1:1/1/128 -----> 0228: <----- ACK [MID=5534, T=00825F25D5E4B514], 2.31, 1:2/0/128 0228: CON [MID=5535, T=00825F25D5E4B514], PUT, /test, 1:2/1/128 -----> 0428: CON [MID=5535, T=00825F25D5E4B514], PUT, /test, 1:2/1/128 -----> [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.457 s - in org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest 0001: Sending Observe Request to client 1 ... 0002: Server send Observe response to client 1. 0002: CON [MID=47560, T=03D1B9DDED0FD6D4], GET, /test, observe(0) -----> 0003: <----- ACK [MID=47560] 0003: <----- CON [MID=8001, T=03D1B9DDED0FD6D4], 2.05, observe(101) 0003: ACK [MID=8001] -----> 0053: Relation established with client 1 1054: Server send Observe response to client 2. 1054: <----- CON [MID=8002, T=03D1B9DDED0FD6D4], 2.05, observe(102) 1054: ACK [MID=8002] -----> 1055: Response received 1055: 1055: Server send Observe response to client 1. 1055: <----- CON [MID=8003, T=03D1B9DDED0FD6D4], 2.05, observe(103) 1055: ACK [MID=8003] -----> 1056: Response received 1056: 1056: Cancel Observation. 1056: 1056: Server send Observe response to client 1. 1056: <----- CON [MID=8004, T=03D1B9DDED0FD6D4], 2.05, observe(104) 1056: RST [MID=8004] -----> 1056: 1056: Server send Observe response to client 2. 1056: <----- CON [MID=8005, T=03D1B9DDED0FD6D4], 2.05, observe(104) 1057: RST [MID=8005] -----> 0001: Sending Observe Request to client 1 ... 0001: Server send Observe response to client 1. 0002: CON [MID=7086, T=092995BEB23BEE94], GET, /test, observe(0) -----> 0002: <----- ACK [MID=7086, T=092995BEB23BEE94], 2.05, 2:0/1/16, observe(100) 0002: CON [MID=7087, T=684A4F89F4D0BF02], GET, /test, 2:1/0/16 -----> 0003: <----- ACK [MID=7087, T=684A4F89F4D0BF02], 2.05, 2:1/1/16 0003: CON [MID=7088, T=684A4F89F4D0BF02], GET, /test, 2:2/0/16 -----> 0004: <----- ACK [MID=7088, T=684A4F89F4D0BF02], 2.05, 2:2/0/16 0004: Relation established with client 1 0004: Server send Observe response to client 2. 0004: <----- CON [MID=8001, T=092995BEB23BEE94], 2.05, 2:0/1/16, observe(101) 0004: ACK [MID=8001] -----> 0005: CON [MID=43172, T=08EB8DBCBB93C43A], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=43172, T=08EB8DBCBB93C43A], 2.05, 2:1/1/16 0006: CON [MID=43173, T=08EB8DBCBB93C43A], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=43173, T=08EB8DBCBB93C43A], 2.05, 2:2/0/16 0007: Response received 0007: 0007: Server send Observe response to client 1. 0007: <----- CON [MID=8002, T=092995BEB23BEE94], 2.05, 2:0/1/16, observe(102) 0007: ACK [MID=8002] -----> 0008: CON [MID=7089, T=540179A02D1A8834], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=7089, T=540179A02D1A8834], 2.05, 2:1/1/16 0008: CON [MID=7090, T=540179A02D1A8834], GET, /test, 2:2/0/16 -----> 0009: <----- ACK [MID=7090, T=540179A02D1A8834], 2.05, 2:2/0/16 0001: Sending Observe Request to client 1 ... 0002: Server send Observe response to client 1. 0002: CON [MID=33006, T=C9FBF9CF6F25D8D0], GET, /test, observe(0) -----> 0002: <----- ACK [MID=33006] 0002: <----- CON [MID=8001, T=C9FBF9CF6F25D8D0], 2.05, observe(101) 0003: ACK [MID=8001] -----> 0003: Relation established with client 1 0003: Server send Observe response to client 2. 0003: <----- CON [MID=8002, T=C9FBF9CF6F25D8D0], 2.05, observe(102) 0003: ACK [MID=8002] -----> 0004: Response received 0004: 0004: Server send Observe response to client 1. 0004: <----- CON [MID=8003, T=C9FBF9CF6F25D8D0], 2.05, observe(103) 0004: ACK [MID=8003] -----> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.076 s - in org.eclipse.californium.core.test.lockstep.ClusteringTest [INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest 0003: NON [MID=41241, T=A4C77327A958C8D5], POST, /test, 1:0/1/16, size1(20) -----> 0004: <----- NON [MID=44368, T=A4C77327A958C8D5], 2.31, 1:0/1/16 0004: NON [MID=41242, T=A4C77327A958C8D5], POST, /test, 1:1/0/16 -----> 0005: <----- NON [MID=44369, T=A4C77327A958C8D5], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0005: NON [MID=41243, T=A4C77327A958C8D5], POST, /test, 2:1/0/16 -----> 0006: <----- NON [MID=44370, T=A4C77327A958C8D5], 2.01, 2:1/1/16 0006: NON [MID=41244, T=A4C77327A958C8D5], POST, /test, 2:2/0/16 -----> 0007: <----- NON [MID=44371, T=A4C77327A958C8D5], 2.01, 2:2/0/16 0140: CON [MID=41245, T=1317CEEDB987B452], GET, /test, observe(0) -----> 0141: <----- ACK [MID=41245, T=1317CEEDB987B452], 2.05, observe(0) 0338: <----- NON [MID=44372, T=1317CEEDB987B452], 2.05, observe(1) 0538: <----- NON [MID=44373, T=1317CEEDB987B452], 2.05, observe(2) 0738: <----- NON [MID=44374, T=1317CEEDB987B452], 2.05, observe(3) 0738: RST [MID=44374] -----> 0797: CON [MID=41246, T=0411EAA7FDC787B7], POST, /test, 1:0/1/16, size1(20) -----> 0798: <----- ACK [MID=41246, T=0411EAA7FDC787B7], 2.31, 1:0/1/16 0798: CON [MID=41247, T=0411EAA7FDC787B7], POST, /test, 1:1/0/16 -----> 0799: <----- ACK [MID=41247, T=0411EAA7FDC787B7], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 0799: CON [MID=41248, T=0411EAA7FDC787B7], POST, /test, 2:1/0/16 -----> 0800: <----- ACK [MID=41248, T=0411EAA7FDC787B7], 2.01, 2:1/1/16 0800: CON [MID=41249, T=0411EAA7FDC787B7], POST, /test, 2:2/0/16 -----> 0801: <----- ACK [MID=41249, T=0411EAA7FDC787B7], 2.01, 2:2/0/16 0930: CON [MID=41250, T=EC716A0F694A2C14], GET, /test -----> 0931: <----- ACK [MID=41250] 0931: <----- CON [MID=44375, T=EC716A0F694A2C14], 2.05 0932: ACK [MID=44375] -----> 1062: NON [MID=41251, T=A85669CAF105D6B2], GET, /test -----> 1063: <----- NON [MID=44376, T=A85669CAF105D6B2], 2.05 1192: CON [MID=41252, T=3185CF7A769258C4], GET, /test, observe(0) -----> 1193: <----- ACK [MID=41252, T=3185CF7A769258C4], 2.05, 2:0/1/16, observe(3), size2(40) 1194: CON [MID=41253, T=0434131F1C361A7A], GET, /test, 2:1/0/16 -----> 1195: <----- ACK [MID=41253, T=0434131F1C361A7A], 2.05, 2:1/1/16 1195: CON [MID=41254, T=0434131F1C361A7A], GET, /test, 2:2/0/16 -----> 1196: <----- ACK [MID=41254, T=0434131F1C361A7A], 2.05, 2:2/0/16 1792: <----- NON [MID=44377, T=3185CF7A769258C4], 2.05, 2:0/1/16, observe(4), size2(40) 1793: CON [MID=41255, T=B84F67B53BB0DD62], GET, /test, 2:1/0/16 -----> 1794: <----- ACK [MID=41255, T=B84F67B53BB0DD62], 2.05, 2:1/1/16 1794: CON [MID=41256, T=B84F67B53BB0DD62], GET, /test, 2:2/0/16 -----> 1795: <----- ACK [MID=41256, T=B84F67B53BB0DD62], 2.05, 2:2/0/16 2393: <----- NON [MID=44378, T=3185CF7A769258C4], 2.05, 2:0/1/16, observe(5), size2(40) 2393: CON [MID=41257, T=709B5AC0897AC7A7], GET, /test, 2:1/0/16 -----> 2394: <----- ACK [MID=41257, T=709B5AC0897AC7A7], 2.05, 2:1/1/16 2394: CON [MID=41258, T=709B5AC0897AC7A7], GET, /test, 2:2/0/16 -----> 2395: <----- ACK [MID=41258, T=709B5AC0897AC7A7], 2.05, 2:2/0/16 2396: CON [MID=41259, T=3185CF7A769258C4], GET, /test, observe(1) -----> 2396: <----- ACK [MID=41259, T=3185CF7A769258C4], 2.05, 2:0/1/16, size2(40) 2397: CON [MID=41260, T=3185CF7A769258C4], GET, /test, 2:1/0/16 -----> 2397: <----- ACK [MID=41260, T=3185CF7A769258C4], 2.05, 2:1/1/16 2397: CON [MID=41261, T=3185CF7A769258C4], GET, /test, 2:2/0/16 -----> 2398: <----- ACK [MID=41261, T=3185CF7A769258C4], 2.05, 2:2/0/16 2528: CON [MID=41262, T=456578E65219D5FD], GET, /test, observe(0) -----> 2529: <----- ACK [MID=41262, T=456578E65219D5FD], 2.05, observe(5) 2728: <----- NON [MID=44379, T=456578E65219D5FD], 2.05, observe(6) 2928: <----- NON [MID=44380, T=456578E65219D5FD], 2.05, observe(7) 2929: CON [MID=41263, T=456578E65219D5FD], GET, /test, observe(1) -----> 2929: <----- ACK [MID=41263, T=456578E65219D5FD], 2.05 3059: CON [MID=41264, T=7414597ABFE4C525], GET, /test -----> 3060: <----- ACK [MID=41264, T=7414597ABFE4C525], 2.05 3190: CON [MID=41265, T=00AC8D4080C37718], POST, /test, 1:0/1/16, size1(20) -----> 3191: <----- ACK [MID=41265, T=00AC8D4080C37718], 2.31, 1:0/1/16 3191: CON [MID=41266, T=00AC8D4080C37718], POST, /test, 1:1/0/16 -----> 3192: <----- ACK [MID=41266] 3192: <----- CON [MID=44381, T=00AC8D4080C37718], 2.01, 1:1/0/16, 2:0/1/16, size2(40) 3192: ACK [MID=44381] -----> 3192: CON [MID=41267, T=00AC8D4080C37718], POST, /test, 2:1/0/16 -----> 3193: <----- ACK [MID=41267, T=00AC8D4080C37718], 2.01, 2:1/1/16 3193: CON [MID=41268, T=00AC8D4080C37718], POST, /test, 2:2/0/16 -----> 3194: <----- ACK [MID=41268, T=00AC8D4080C37718], 2.01, 2:2/0/16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.321 s - in org.eclipse.californium.core.test.MemoryLeakingHashMapTest [INFO] Running org.eclipse.californium.core.test.ObserveTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.484 s - in org.eclipse.californium.core.test.ObserveTest [INFO] Running org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.californium.core.test.ClientSynchronousTest [INFO] Running org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.515 s - in org.eclipse.californium.core.test.NotificationReregistrationBackoffTest [INFO] Running org.eclipse.californium.core.test.MessageTypeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.core.test.MessageTypeTest [INFO] Running org.eclipse.californium.core.test.SmallServerClientTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s - in org.eclipse.californium.core.test.SmallServerClientTest [INFO] Running org.eclipse.californium.core.test.ResourceTreeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.test.ResourceTreeTest [INFO] Running org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.937 s - in org.eclipse.californium.core.test.NoResponseServerClientTest [INFO] Running org.eclipse.californium.core.test.RequestPayloadTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.californium.core.test.RequestPayloadTest [INFO] Running org.eclipse.californium.core.test.StartStopTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.321 s - in org.eclipse.californium.core.test.StartStopTest [INFO] Running org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 s - in org.eclipse.californium.core.test.ObserveProActiveCancelTest [INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest 0004: CON [MID=9625, T=54AA8A6A82E55F8E], GET, /test, 2:0/1/64 -----> 0004: <----- ACK [MID=9625, T=54AA8A6A82E55F8E], 2.05, 2:0/1/32, size2(152) 0004: CON [MID=9626, T=54AA8A6A82E55F8E], GET, /test, 2:1/0/32 -----> 0005: <----- ACK [MID=9626, T=54AA8A6A82E55F8E], 2.05, 2:1/1/32 0005: CON [MID=9627, T=54AA8A6A82E55F8E], GET, /test, 2:2/0/32 -----> 0005: <----- ACK [MID=9627, T=54AA8A6A82E55F8E], 2.05, 2:2/1/32 0005: CON [MID=9628, T=54AA8A6A82E55F8E], GET, /test, 2:3/0/32 -----> 0005: <----- ACK [MID=9628, T=54AA8A6A82E55F8E], 2.05, 2:3/1/32 0006: CON [MID=9629, T=54AA8A6A82E55F8E], GET, /test, 2:4/0/32 -----> 0006: <----- ACK [MID=9629, T=54AA8A6A82E55F8E], 2.05, 2:4/0/32 0111: CON [MID=33662, T=7873AAEFF661A1BE], POST, /test, 1:0/1/32, size1(150) -----> 0111: <----- ACK [MID=33662, T=7873AAEFF661A1BE], 2.31, 1:0/1/32 0111: CON [MID=33663, T=7873AAEFF661A1BE], POST, /test, 1:1/1/32 -----> 0112: <----- ACK [MID=33663, T=7873AAEFF661A1BE], 2.31, 1:1/1/32 0112: CON [MID=33664, T=7873AAEFF661A1BE], POST, /test, 1:2/1/32 -----> 0112: <----- ACK [MID=33664, T=7873AAEFF661A1BE], 2.31, 1:2/1/32 0112: CON [MID=33665, T=7873AAEFF661A1BE], POST, /test, 1:3/1/32 -----> 0112: <----- ACK [MID=33665, T=7873AAEFF661A1BE], 2.31, 1:3/1/32 0113: CON [MID=33666, T=7873AAEFF661A1BE], POST, /test, 1:4/0/32 -----> 0113: <----- ACK [MID=33666, T=7873AAEFF661A1BE], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0113: CON [MID=33667, T=7873AAEFF661A1BE], POST, /test, 2:1/0/32 -----> 0114: <----- ACK [MID=33667, T=7873AAEFF661A1BE], 2.05, 2:1/1/32 0114: CON [MID=33668, T=7873AAEFF661A1BE], POST, /test, 2:2/0/32 -----> 0114: <----- ACK [MID=33668, T=7873AAEFF661A1BE], 2.05, 2:2/1/32 0114: CON [MID=33669, T=7873AAEFF661A1BE], POST, /test, 2:3/0/32 -----> 0114: <----- ACK [MID=33669, T=7873AAEFF661A1BE], 2.05, 2:3/1/32 0115: CON [MID=33670, T=7873AAEFF661A1BE], POST, /test, 2:4/0/32 -----> 0115: <----- ACK [MID=33670, T=7873AAEFF661A1BE], 2.05, 2:4/0/32 0216: CON [MID=33671, T=94FD6232F1E88C24], POST, /test, 1:0/1/32, size1(150) -----> 0216: <----- ACK [MID=33671, T=94FD6232F1E88C24], 2.31, 1:0/1/32 0216: CON [MID=33672, T=94FD6232F1E88C24], POST, /test, 1:1/1/32 -----> 0217: <----- ACK [MID=33672, T=94FD6232F1E88C24], 2.31, 1:1/1/32 0217: CON [MID=33673, T=94FD6232F1E88C24], POST, /test, 1:2/1/32 -----> 0217: <----- ACK [MID=33673, T=94FD6232F1E88C24], 2.31, 1:2/1/32 0217: CON [MID=33674, T=94FD6232F1E88C24], POST, /test, 1:3/1/32 -----> 0218: <----- ACK [MID=33674, T=94FD6232F1E88C24], 2.31, 1:3/1/32 0218: CON [MID=33675, T=94FD6232F1E88C24], POST, /test, 1:4/0/32 -----> 0218: <----- ACK [MID=33675, T=94FD6232F1E88C24], 2.05, 1:4/0/32, 2:0/1/32, size2(151) 0218: CON [MID=33676, T=94FD6232F1E88C24], POST, /test, 2:1/0/32 -----> 0219: <----- ACK [MID=33676, T=94FD6232F1E88C24], 2.05, 2:1/1/32 0219: CON [MID=33677, T=94FD6232F1E88C24], POST, /test, 2:2/0/32 -----> 0219: <----- ACK [MID=33677, T=94FD6232F1E88C24], 2.05, 2:2/1/32 0219: CON [MID=33678, T=94FD6232F1E88C24], POST, /test, 2:3/0/32 -----> 0220: <----- ACK [MID=33678, T=94FD6232F1E88C24], 2.05, 2:3/1/32 0220: CON [MID=33679, T=94FD6232F1E88C24], POST, /test, 2:4/0/32 -----> 0220: <----- ACK [MID=33679, T=94FD6232F1E88C24], 2.05, 2:4/0/32 2326: CON [MID=53730, T=6CD1191889B3BBE0], POST, /test -----> 2326: <----- ACK [MID=53730, T=6CD1191889B3BBE0], 2.05, 2:0/1/32, size2(151) 2326: CON [MID=53731, T=6CD1191889B3BBE0], POST, /test, 2:1/0/32 -----> 2327: <----- ACK [MID=53731, T=6CD1191889B3BBE0], 2.05, 2:1/1/32 2327: CON [MID=53732, T=6CD1191889B3BBE0], POST, /test, 2:2/0/32 -----> 2327: <----- ACK [MID=53732, T=6CD1191889B3BBE0], 2.05, 2:2/1/32 2328: CON [MID=53733, T=6CD1191889B3BBE0], POST, /test, 2:3/0/32 -----> 2328: <----- ACK [MID=53733, T=6CD1191889B3BBE0], 2.05, 2:3/1/32 2328: CON [MID=53734, T=6CD1191889B3BBE0], POST, /test, 2:4/0/32 -----> 2328: <----- ACK [MID=53734, T=6CD1191889B3BBE0], 2.05, 2:4/0/32 3433: CON [MID=39555, T=906839887FDD3AE9], GET, /test -----> 3434: <----- ACK [MID=39555, T=906839887FDD3AE9], 2.05, 2:0/1/32, size2(152) 4536: CON [MID=26842, T=F486AAD6FB606723], GET, /test -----> 4537: <----- ACK [MID=26842, T=F486AAD6FB606723], 2.05 6645: CON [MID=15956, T=948B9021DC8BF9E8], POST, /test -----> 6646: <----- ACK [MID=15956, T=948B9021DC8BF9E8], 2.05 6749: CON [MID=61319, T=3CB909C1BA492A50], GET, /test -----> 6749: <----- ACK [MID=61319, T=3CB909C1BA492A50], 2.05, 2:0/1/32, size2(152) 6750: CON [MID=61320, T=3CB909C1BA492A50], GET, /test, 2:1/0/32 -----> 6750: <----- ACK [MID=61320, T=3CB909C1BA492A50], 2.05, 2:1/1/32 6750: CON [MID=61321, T=3CB909C1BA492A50], GET, /test, 2:2/0/32 -----> 6750: <----- ACK [MID=61321, T=3CB909C1BA492A50], 2.05, 2:2/1/32 6751: CON [MID=61322, T=3CB909C1BA492A50], GET, /test, 2:3/0/32 -----> 6751: <----- ACK [MID=61322, T=3CB909C1BA492A50], 2.05, 2:3/1/32 6751: CON [MID=61323, T=3CB909C1BA492A50], GET, /test, 2:4/0/32 -----> 6752: <----- ACK [MID=61323, T=3CB909C1BA492A50], 2.05, 2:4/0/32 6853: CON [MID=61324, T=D4BC1C4B91861E2E], GET, /test -----> 6853: <----- ACK [MID=61324, T=D4BC1C4B91861E2E], 2.05, 2:0/1/32, size2(152) 6854: CON [MID=61325, T=D4BC1C4B91861E2E], GET, /test, 2:1/0/32 -----> 6854: <----- ACK [MID=61325, T=D4BC1C4B91861E2E], 2.05, 2:1/1/32 6854: CON [MID=61326, T=D4BC1C4B91861E2E], GET, /test, 2:2/0/32 -----> 6855: <----- ACK [MID=61326, T=D4BC1C4B91861E2E], 2.05, 2:2/1/32 6855: CON [MID=61327, T=D4BC1C4B91861E2E], GET, /test, 2:3/0/32 -----> 6855: <----- ACK [MID=61327, T=D4BC1C4B91861E2E], 2.05, 2:3/1/32 6856: CON [MID=61328, T=D4BC1C4B91861E2E], GET, /test, 2:4/0/32 -----> 6856: <----- ACK [MID=61328, T=D4BC1C4B91861E2E], 2.05, 2:4/0/32 6960: CON [MID=56775, T=7C11BE779D79B30B], POST, /test, 1:0/1/32, size1(150) -----> 6961: <----- ACK [MID=56775, T=7C11BE779D79B30B], 2.31, 1:0/1/32 6961: CON [MID=56776, T=7C11BE779D79B30B], POST, /test, 1:1/1/32 -----> 6961: <----- ACK [MID=56776, T=7C11BE779D79B30B], 2.31, 1:1/1/32 6962: CON [MID=56777, T=7C11BE779D79B30B], POST, /test, 1:2/1/32 -----> 6962: <----- ACK [MID=56777, T=7C11BE779D79B30B], 2.31, 1:2/1/32 6962: CON [MID=56778, T=7C11BE779D79B30B], POST, /test, 1:3/1/32 -----> 6963: <----- ACK [MID=56778, T=7C11BE779D79B30B], 2.31, 1:3/1/32 6963: CON [MID=56779, T=7C11BE779D79B30B], POST, /test, 1:4/0/32 -----> 6964: <----- ACK [MID=56779, T=7C11BE779D79B30B], 2.05, 1:4/0/32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.067 s - in org.eclipse.californium.core.test.BlockwiseTransferTest [INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest 0009: CON [MID=-1, T=68E4752A2C626CF0], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0010: <----- null [MID=-1, T=68E4752A2C626CF0], 2.31, 1:0/1/1024(BERT) 0010: CON [MID=-1, T=68E4752A2C626CF0], POST, /test, 1:2/0/1024(BERT) -----> 0010: <----- null [MID=-1, T=68E4752A2C626CF0], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0011: CON [MID=-1, T=68E4752A2C626CF0], POST, /test, 2:2/0/1024(BERT) -----> 0011: <----- null [MID=-1, T=68E4752A2C626CF0], 2.05, 2:2/1/1024(BERT) 0011: CON [MID=-1, T=68E4752A2C626CF0], POST, /test, 2:4/0/1024(BERT) -----> 0012: <----- null [MID=-1, T=68E4752A2C626CF0], 2.05, 2:4/0/1024(BERT) 0113: CON [MID=-1, T=E8812F1FBF9349F3], POST, /test, 1:0/1/1024(BERT), size1(2600) -----> 0113: <----- null [MID=-1, T=E8812F1FBF9349F3], 2.31, 1:0/1/1024(BERT) 0114: CON [MID=-1, T=E8812F1FBF9349F3], POST, /test, 1:2/0/1024(BERT) -----> 0114: <----- null [MID=-1, T=E8812F1FBF9349F3], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200) 0115: CON [MID=-1, T=E8812F1FBF9349F3], POST, /test, 2:2/0/1024(BERT) -----> 0115: <----- null [MID=-1, T=E8812F1FBF9349F3], 2.05, 2:2/1/1024(BERT) 0115: CON [MID=-1, T=E8812F1FBF9349F3], POST, /test, 2:4/0/1024(BERT) -----> 0116: <----- null [MID=-1, T=E8812F1FBF9349F3], 2.05, 2:4/0/1024(BERT) 0218: CON [MID=-1, T=F49F2EA758328D3F], GET, /test -----> 0219: <----- null [MID=-1, T=F49F2EA758328D3F], 2.05, 2:0/1/1024(BERT), size2(6000) 1321: CON [MID=-1, T=C04FE0758F5F9D63], GET, /test -----> 1322: <----- null [MID=-1, T=C04FE0758F5F9D63], 2.05, 2:0/1/1024(BERT), size2(6000) 1322: CON [MID=-1, T=C04FE0758F5F9D63], GET, /test, 2:2/0/1024(BERT) -----> 1323: <----- null [MID=-1, T=C04FE0758F5F9D63], 2.05, 2:2/1/1024(BERT) 1323: CON [MID=-1, T=C04FE0758F5F9D63], GET, /test, 2:4/0/1024(BERT) -----> 1324: <----- null [MID=-1, T=C04FE0758F5F9D63], 2.05, 2:4/0/1024(BERT) 1425: CON [MID=-1, T=34D5DC7D25E400CF], GET, /test -----> 1425: <----- null [MID=-1, T=34D5DC7D25E400CF], 2.05, 2:0/1/1024(BERT), size2(6000) 1426: CON [MID=-1, T=34D5DC7D25E400CF], GET, /test, 2:2/0/1024(BERT) -----> 1426: <----- null [MID=-1, T=34D5DC7D25E400CF], 2.05, 2:2/1/1024(BERT) 1427: CON [MID=-1, T=34D5DC7D25E400CF], GET, /test, 2:4/0/1024(BERT) -----> 1427: <----- null [MID=-1, T=34D5DC7D25E400CF], 2.05, 2:4/0/1024(BERT) 1530: CON [MID=-1, T=DC9A0DBCCA1C2DCE], GET, /test, 2:0/1/1024(BERT) -----> 1530: <----- null [MID=-1, T=DC9A0DBCCA1C2DCE], 2.05, 2:0/1/1024(BERT), size2(6000) 1531: CON [MID=-1, T=DC9A0DBCCA1C2DCE], GET, /test, 2:2/0/1024(BERT) -----> 1531: <----- null [MID=-1, T=DC9A0DBCCA1C2DCE], 2.05, 2:2/1/1024(BERT) 1531: CON [MID=-1, T=DC9A0DBCCA1C2DCE], GET, /test, 2:4/0/1024(BERT) -----> 1532: <----- null [MID=-1, T=DC9A0DBCCA1C2DCE], 2.05, 2:4/0/1024(BERT) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 s - in org.eclipse.californium.core.test.BlockwiseBertTransferTest [INFO] Running org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.californium.core.test.RandomAccessBlockTest [INFO] Running org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.californium.core.test.ClientAsynchronousTest [INFO] Running org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest [INFO] Running org.eclipse.californium.core.server.ServerSerializationTest 08:17:58.573 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:17:58.573 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5684 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) 08:17:58.607 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:17:58.607 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5684 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) 08:17:58.608 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:17:58.609 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) 08:17:58.614 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:17:58.614 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) 08:17:58.618 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:640) 08:17:58.618 WARN [ServersSerializationUtil]: loading coaps://0.0.0.0:5784 failed, no connector in 1 servers! (o.e.c.c.s.ServersSerializationUtil.loadServers:211) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.californium.core.server.ServerSerializationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 169, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ californium-core --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-core --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.core... Loading source files for package org.eclipse.californium.core.coap... Loading source files for package org.eclipse.californium.core.config... Loading source files for package org.eclipse.californium.core.network... Loading source files for package org.eclipse.californium.core.network.deduplication... Loading source files for package org.eclipse.californium.core.network.interceptors... Loading source files for package org.eclipse.californium.core.network.serialization... Loading source files for package org.eclipse.californium.core.network.stack... Loading source files for package org.eclipse.californium.core.network.stack.congestioncontrol... Loading source files for package org.eclipse.californium.core.observe... Loading source files for package org.eclipse.californium.core.server... Loading source files for package org.eclipse.californium.core.server.resources... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapClient.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapResponse.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/CoapServer.ConnectorIdentifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/Utils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/WebLink.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/BlockOption.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/ClientObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.Code.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.CodeClass.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.MessageFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.ResponseCode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.Type.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAPMessageFormatException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/EmptyMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/EndpointContextTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/LinkFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MediaTypeRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MediaTypeRegistry.MediaTypeDefintion.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Message.OffloadMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageFormatException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageObserverAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/NoResponseOption.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Option.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.Defaults.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.Names.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.OptionFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionSet.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Request.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Response.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/ResponseTimeout.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/Token.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/UriQueryParameter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.CongestionControlMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.MatcherMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.TrackerMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/BaseMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.OutboxImpl.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Endpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointContextMatcherFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointManager.ClientMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointReceiver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.EndpointContextOperator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.Origin.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/ExchangeCompleteException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/ExtendedCoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/GroupedMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/InMemoryMessageIdProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/KeyMID.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/KeyToken.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/MapBasedMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Matcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageExchangeStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageIdProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/NullMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/Outbox.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/RandomTokenGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/RemoveHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/TcpMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/TokenGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/TokenGenerator.Scope.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/UdpMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/CropRotation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/Deduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/DeduplicatorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/NoDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/SweepDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/SweepPerPeerDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/AnonymizedOriginTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/HealthStatisticLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageInterceptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageInterceptorAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/OriginTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/DataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/DataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/MessageHeader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/TcpDataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/TcpDataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/UdpDataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/UdpDataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/AbstractLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/AbstractLayer.LogOnlyLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BaseCoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Block1BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Block2BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseStatus.RemoveHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseTransferException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapTcpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapUdpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CongestionControlLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CongestionControlLayer.PostponedExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ExchangeCleanupLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ExtendedCoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/KeyUri.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Layer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Layer.TopDownBuilder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/MulticastCleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/NoResponseCleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ObserveLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayer.RetransmissionTask.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayerParameters.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayerParameters.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/RemoteEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/RemoteEndpoint.RtoType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpAdaptionLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpExchangeCleanupLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpObserveLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/BasicRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/Cocoa.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/CongestionStatisticLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/LinuxRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/PeakhopperRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/Rto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/InMemoryObservationStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/NotificationListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/NotificationOrder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/Observation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationStoreException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveNotificationOrderer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelationContainer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelationFilter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservingEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/DelivererException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/EncryptedServersSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/MessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/ServerInterface.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/ServerMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/ServersSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/CoapExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ConcurrentCoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/DiscoveryResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/MyIpResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/RequestProcessor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/Resource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceAttributes.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceObserverAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/WebLink.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/Utils.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapServer.ConnectorIdentifier.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapResponse.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapClient.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapClient.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/UriQueryParameter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Token.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/ResponseTimeout.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Response.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Request.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionSet.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.Names.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.Defaults.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.OptionFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Option.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/NoResponseOption.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageObserverAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageFormatException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Message.OffloadMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MediaTypeRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MediaTypeRegistry.MediaTypeDefintion.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/LinkFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/EndpointContextTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/EmptyMessage.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAPMessageFormatException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.Type.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.CodeClass.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.Code.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.ResponseCode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.MessageFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/ClientObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/BlockOption.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.MatcherMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.TrackerMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.CongestionControlMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/UdpMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TokenGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TokenGenerator.Scope.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TcpMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/RemoveHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/RandomTokenGenerator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Outbox.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/NullMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageIdProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageExchangeStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Matcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MapBasedMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/KeyToken.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/KeyMID.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/InMemoryMessageIdProvider.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/InMemoryMessageExchangeStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/GroupedMessageIdTracker.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/ExtendedCoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/ExchangeCompleteException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.Origin.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.EndpointContextOperator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointReceiver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointManager.ClientMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointContextMatcherFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Endpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.OutboxImpl.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/BaseMatcher.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/SweepPerPeerDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/SweepDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/NoDeduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/DeduplicatorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/Deduplicator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/CropRotation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/OriginTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageInterceptorAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageInterceptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/HealthStatisticLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/AnonymizedOriginTracer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/UdpDataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/UdpDataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/TcpDataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/TcpDataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/MessageHeader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/DataSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/DataParser.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpObserveLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpExchangeCleanupLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpAdaptionLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/RemoteEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/RemoteEndpoint.RtoType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayerParameters.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayerParameters.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayer.RetransmissionTask.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ObserveLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/NoResponseCleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/MulticastCleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Layer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Layer.TopDownBuilder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/KeyUri.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ExtendedCoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ExchangeCleanupLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CongestionControlLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CongestionControlLayer.PostponedExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapUdpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapTcpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CleanupMessageObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseTransferException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseStatus.RemoveHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Block2BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Block1BlockwiseStatus.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BaseCoapStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/AbstractLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/AbstractLayer.LogOnlyLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/Rto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/PeakhopperRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/LinuxRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/CongestionStatisticLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/Cocoa.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/BasicRto.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservingEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelationFilter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelationContainer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveNotificationOrderer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveManager.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationStoreException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/Observation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/NotificationOrder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/NotificationListener.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/InMemoryObservationStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServersSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServerMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServerInterface.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/MessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/EncryptedServersSerializationUtil.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/DelivererException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceObserverAdapter.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceAttributes.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/Resource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/RequestProcessor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/MyIpResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/DiscoveryResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ConcurrentCoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/CoapExchange.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/config/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/apidocs/help-doc.html... 8 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#LONG_TERM [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#LONG_TERM [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL [WARNING] /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ californium-core --- [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ californium-core --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest 0033: CON [MID=7001, T=0B], GET, /test -----> 0042: <----- ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386) 0043: CON [MID=7002, T=0C], GET, /test, 2:1/0/128 -----> 0043: <----- ACK [MID=7002, T=0C], 2.05, 2:1/1/128 0044: CON [MID=7003, T=0D], GET, /test -----> 0044: <----- ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256) 0045: CON [MID=7004, T=0E], GET, /test, 2:1/0/128 -----> 0045: <----- ACK [MID=7004, T=0E], 2.05, 2:1/0/128 0002: CON [MID=7001, T=0F], GET, /test, 2:2/1/64 -----> 0002: <----- ACK [MID=7001, T=0F], 2.05, 2:2/1/64 0003: CON [MID=7002, T=0F], GET, /test, 2:4/1/64 -----> 0003: <----- ACK [MID=7002, T=0F], 2.05, 2:4/0/64 0002: CON [MID=7001, T=10], GET, /test, 2:0/0/32 -----> 0002: <----- ACK [MID=7001, T=10], 2.05, 2:0/1/32, size2(76) 0003: CON [MID=7002, T=10], GET, /test, 2:1/0/32 -----> 0003: <----- ACK [MID=7002, T=10], 2.05, 2:1/1/32 0003: CON [MID=7003, T=10], GET, /test, 2:2/0/32 -----> 0004: <----- ACK [MID=7003, T=10], 2.05, 2:2/0/32 0002: CON [MID=7001, T=11], GET, /test -----> 0002: <----- ACK [MID=7001, T=11], 2.05, 2:0/1/128, size2(220) 0003: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 // lost 0004: CON [MID=7002, T=11], GET, /test, 2:2/0/64 -----> 0005: <----- ACK [MID=7002, T=11], 2.05, 2:2/1/64 0005: CON [MID=7003, T=11], GET, /test, 2:3/0/64 -----> 0006: <----- ACK [MID=7003, T=11], 2.05, 2:3/0/64 0003: CON [MID=7001, T=12], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128// lost 0005: CON [MID=7001, T=12], PUT, /test, 1:0/1/128 -----> 0005: <----- ACK [MID=7001, T=12], 2.31, 1:0/1/128 0006: CON [MID=7002, T=12], PUT, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=7002, T=12], 2.31, 1:1/1/128 0007: CON [MID=7003, T=12], PUT, /test, 1:2/0/128 -----> 0007: <----- ACK [MID=7003, T=12], 2.04, 1:2/0/128 0002: CON [MID=7001, T=13], GET, /test -----> 0003: <----- ACK [MID=7001, T=13], 2.05, 2:0/1/128, size2(300) 0004: CON [MID=7002, T=13], GET, /test, 2:1/0/128 -----> 0004: <----- ACK [MID=7002, T=13], 2.05, 2:1/1/128 0216: //////// Missing last GET //////// 0002: CON [MID=7001, T=14], PUT, /test, 1:0/1/128, size1(300) -----> 0002: <----- ACK [MID=7001, T=14], 2.31, 1:0/1/128 0003: CON [MID=7002, T=14], PUT, /test, 1:1/1/128 -----> 0003: <----- ACK [MID=7002, T=14], 2.31, 1:1/1/128 0104: //////// Missing last PUT //////// 0003: CON [MID=7001, T=15], GET, /test, observe(0) -----> 0005: <----- ACK [MID=7001, T=15], 2.05, 2:0/1/128, observe(0), size2(300) 0005: CON [MID=7002, T=16], GET, /test, 2:1/0/128 -----> 0006: <----- ACK [MID=7002, T=16], 2.05, 2:1/1/128 0007: CON [MID=7003, T=16], GET, /test, 2:2/0/128 -----> 0007: <----- ACK [MID=7003, T=16], 2.05, 2:2/0/128 0007: ... time passes ... 0008: <----- NON [MID=59145, T=15], 2.05, 2:0/1/128, observe(1), size2(280) 0009: CON [MID=7004, T=17], GET, /test, 2:1/0/128 -----> 0010: <----- ACK [MID=7004, T=17], 2.05, 2:1/1/128 0010: CON [MID=7005, T=17], GET, /test, 2:2/0/128 -----> 0011: <----- ACK [MID=7005, T=17], 2.05, 2:2/0/128 0011: ... time passes ... 0011: <----- NON [MID=59146, T=15], 2.05, 2:0/1/128, observe(2), size2(290) 0012: CON [MID=7006, T=18], GET, /test, 2:1/0/128 -----> 0013: <----- ACK [MID=7006, T=18], 2.05, 2:1/1/128 0013: CON [MID=7007, T=18], GET, /test, 2:2/0/128 -----> 0014: <----- ACK [MID=7007, T=18], 2.05, 2:2/0/128 0002: CON [MID=7001, T=19], POST, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=19], 2.31, 1:0/1/128 0003: CON [MID=7002, T=19], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=19], 2.31, 1:1/1/128 0004: CON [MID=7003, T=19], POST, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7003, T=19], 2.04, 1:2/0/128, 2:0/1/128, size2(300), ETags([0001]) 0007: CON [MID=7004, T=19], POST, /test, 2:2/0/64, ETags([0001]) -----> 0008: <----- ACK [MID=7004, T=19], 2.04, 2:2/1/64, ETags([0001])// late negotiation 0008: CON [MID=7005, T=19], POST, /test, 2:3/0/64, ETags([0001]) -----> 0009: <----- ACK [MID=7005, T=19], 2.04, 2:3/1/64, ETags([0001]) 0009: CON [MID=7006, T=19], POST, /test, 2:4/0/64, ETags([0001]) -----> 0010: <----- ACK [MID=7006, T=19], 2.04, 2:4/0/64, ETags([0001]) 0002: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0) -----> 0002: <----- ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150) 0003: CON [MID=7002, T=1A], GET, /test, 2:1/0/64 -----> 0003: <----- ACK [MID=7002, T=1A], 2.05, 2:1/1/64 0004: CON [MID=7003, T=1A], GET, /test, 2:2/0/64 -----> 0004: <----- ACK [MID=7003, T=1A], 2.05, 2:2/0/64 0004: ... time passes ... 0005: <----- NON [MID=1329, T=1A], 2.05, 2:0/1/64, observe(1), size2(140) 0005: CON [MID=7004, T=1B], GET, /test, 2:1/0/64 -----> 0006: <----- ACK [MID=7004, T=1B], 2.05, 2:1/1/64 0007: CON [MID=7005, T=1B], GET, /test, 2:2/0/64 -----> 0007: <----- ACK [MID=7005, T=1B], 2.05, 2:2/0/64 0007: ... time passes ... 0008: <----- NON [MID=1330, T=1A], 2.05, 2:0/1/64, observe(2), size2(145) 0009: CON [MID=7006, T=1C], GET, /test, 2:1/0/64 -----> 0010: <----- ACK [MID=7006, T=1C], 2.05, 2:1/1/64 0010: CON [MID=7007, T=1C], GET, /test, 2:2/0/64 -----> 0011: <----- ACK [MID=7007, T=1C], 2.05, 2:2/0/64 0002: CON [MID=7001, T=1D], GET, /test -----> 0002: <----- ACK [MID=7001, T=1D], 2.05, 2:0/1/128, size2(170) 0003: CON [MID=7002, T=1D], GET, /test, 2:2/0/64 -----> 0003: <----- ACK [MID=7002, T=1D], 2.05, 2:2/0/64 08:18:07.604 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:152) 0002: CON [MID=7001, T=1E], GET, /test, 2:0/0/32 -----> 0003: <----- ACK [MID=7001, T=1E], 2.05, 2:0/1/32, size2(76) 0003: CON [MID=7002, T=1E], GET, /test, 2:1/0/32 -----> 0003: <----- ACK [MID=7002, T=1E], 2.05, 2:1/1/32 0005: CON [MID=7003, T=1E], GET, /test, 2:2/0/32 -----> 0012: <----- ACK [MID=7003, T=1E], 2.05, 2:2/0/32 0004: CON [MID=7001, T=1F], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=1F], 2.31, 1:0/1/128 0005: CON [MID=7002, T=1F], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7002, T=1F], 2.31, 1:1/1/128 0006: CON [MID=7003, T=1F], PUT, /test, 1:2/0/128 -----> 0006: <----- ACK [MID=7003, T=1F], 2.04, 1:2/0/128 0007: // next transfer 0007: CON [MID=7004, T=20], PUT, /test, 1:0/1/128, size1(300) -----> 0008: <----- ACK [MID=7004, T=20], 2.31, 1:0/1/128 0008: CON [MID=7005, T=20], PUT, /test, 1:1/1/128 -----> 0009: <----- ACK [MID=7005, T=20], 2.31, 1:1/1/128 0010: CON [MID=7006, T=20], PUT, /test, 1:2/0/128 -----> 0010: <----- ACK [MID=7006, T=20], 2.04, 1:2/0/128 0002: CON [MID=7001, T=21], GET, /test -----> 0003: <----- ACK [MID=7001, T=21], 2.05, 2:0/1/128, size2(300), ETags([0001]) 0003: CON [MID=7002, T=21], GET, /test, 2:1/0/128, ETags([0001]) -----> 0004: <----- ACK [MID=7002, T=21], 2.05, 2:1/1/128, ETags([0001]) 0005: CON [MID=7003, T=21], GET, /test, 2:2/0/128, ETags([0001]) -----> 0005: <----- ACK [MID=7003, T=21], 2.05, 2:2/0/128, ETags([0001]) 0002: CON [MID=7001, T=22], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=22], 2.31, 1:0/1/128 0003: CON [MID=7002, T=22], PUT, /test, 1:2/0/128 -----> 0004: <----- ACK [MID=7002, T=22], 4.08, 1:2/0/128 0003: CON [MID=7001, T=23], PUT, /test, 1:0/1/128, size1(1034) -----> 0003: <----- ACK [MID=7001, T=23], 4.13, size1(1024) 0002: CON [MID=7001, T=24], POST, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=24], 2.31, 1:0/1/128 0003: CON [MID=7002, T=24], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=24], 2.31, 1:1/1/128 0005: CON [MID=7003, T=24], POST, /test, 1:2/0/128 -----> 0005: <----- ACK [MID=7003, T=24], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001]) 0006: CON [MID=7004, T=24], POST, /test, 2:1/0/128, ETags([0001]) -----> 0007: <----- ACK [MID=7004, T=24], 2.04, 2:1/1/128, ETags([0001]) 0008: CON [MID=7005, T=24], POST, /test, 2:2/0/128, ETags([0001]) -----> 0008: <----- ACK [MID=7005, T=24], 2.04, 2:2/1/128, ETags([0001]) 0009: CON [MID=7006, T=24], POST, /test, 2:3/0/128, ETags([0001]) -----> 0009: <----- ACK [MID=7006, T=24], 2.04, 2:3/0/128, ETags([0001]) 0003: CON [MID=7001, T=25], POST, /test, 1:0/1/128 -----> 0003: <----- ACK [MID=7001, T=25], 2.31, 1:0/1/128 0004: CON [MID=7002, T=25], POST, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=25], 2.31, 1:1/1/128 0005: CON [MID=7003, T=25], POST, /test, 1:2/0/128, 2:0/0/64 -----> 0005: <----- ACK [MID=7003, T=25], 2.04, 1:2/0/128, 2:0/1/64, size2(250), ETags([0001])// early negotiation 0006: CON [MID=7004, T=25], POST, /test, 2:1/0/64, ETags([0001]) -----> 0006: <----- ACK [MID=7004, T=25], 2.04, 2:1/1/64, ETags([0001]) 0007: CON [MID=7005, T=25], POST, /test, 2:2/0/64, ETags([0001]) -----> 0008: <----- ACK [MID=7005, T=25], 2.04, 2:2/1/64, ETags([0001]) 0008: CON [MID=7006, T=25], POST, /test, 2:3/0/64, ETags([0001]) -----> 0009: <----- ACK [MID=7006, T=25], 2.04, 2:3/0/64, ETags([0001]) 0003: CON [MID=7001, T=26], PUT, /test, 1:2/1/64 -----> 0003: <----- ACK [MID=7001, T=26], 4.08, 1:2/1/64 08:18:08.700 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:152) 0003: CON [MID=7001, T=27], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=27], 2.31, 1:0/1/128 0005: CON [MID=7002, T=27], PUT, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=7002, T=27], 4.08, 1:1/1/128 0002: CON [MID=7001, T=28], PUT, /test, 1:0/1/128, size1(300) -----> 0003: <----- ACK [MID=7001, T=28], 2.31, 1:0/1/128 0003: CON [MID=7002, T=28], PUT, /test, 1:1/1/128 -----> 0004: <----- ACK [MID=7002, T=28], 2.31, 1:1/1/128 0004: ... client crashes or whatever and restarts transfer 0004: CON [MID=7003, T=28], PUT, /test, 1:0/1/128, size1(300) -----> 0005: <----- ACK [MID=7003, T=28], 2.31, 1:0/1/128 0005: CON [MID=7004, T=28], PUT, /test, 1:1/1/128 -----> 0006: <----- ACK [MID=7004, T=28], 2.31, 1:1/1/128 0007: CON [MID=7005, T=28], PUT, /test, 1:2/0/128 -----> 0007: <----- ACK [MID=7005, T=28], 2.04, 1:2/0/128 0002: CON [MID=7001, T=29], GET, /test -----> 0003: <----- ACK [MID=7001, T=29], 2.05, 2:0/1/128, size2(400) 0003: CON [MID=7002, T=29], GET, /test, 2:1/1/128 -----> 0003: <----- ACK [MID=7002, T=29], 2.05, 2:1/1/128 0004: CON [MID=7003, T=29], GET, /test, 2:4/1/64 -----> 0004: <----- ACK [MID=7003, T=29], 2.05, 2:4/1/64 0005: CON [MID=7004, T=29], GET, /test, 2:5/1/64 -----> 0005: <----- ACK [MID=7004, T=29], 2.05, 2:5/1/64 0006: CON [MID=7005, T=29], GET, /test, 2:6/1/64 -----> 0006: <----- ACK [MID=7005, T=29], 2.05, 2:6/0/64 0003: CON [MID=7001, T=2A], PUT, /test, 1:0/1/128, size1(300) -----> 0004: <----- ACK [MID=7001, T=2A], 2.31, 1:0/1/128 0005: CON [MID=7002, T=2B], PUT, /test, 1:1/1/128 -----> 0005: <----- ACK [MID=7002, T=2B], 2.31, 1:1/1/128 0007: CON [MID=7003, T=2C], PUT, /test, 1:2/0/128 -----> 0008: <----- ACK [MID=7003, T=2C], 2.04, 1:2/0/128 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.258 s - in org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest [INFO] Running org.eclipse.californium.core.test.lockstep.ObserveClientSideTest 0006: CON [MID=62111, T=29782F00BC5C4386], GET, /test, observe(0) -----> 0008: <----- ACK [MID=62111, T=29782F00BC5C4386], 2.05, 2:0/1/16, observe(0), size2(40) 0009: CON [MID=62112, T=008E6ABA2CADBC5A], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=62112, T=008E6ABA2CADBC5A], 2.05, 2:1/1/16 0010: CON [MID=62113, T=008E6ABA2CADBC5A], GET, /test, 2:2/0/16 -----> 0011: <----- ACK [MID=62113, T=008E6ABA2CADBC5A], 2.05, 2:2/0/16 0013: <----- CON [MID=8001, T=29782F00BC5C4386], 2.05, 2:0/1/16, observe(2), size2(42) 0013: ACK [MID=8001] -----> 0014: CON [MID=28046, T=0887E66347C50EC2], GET, /test, 2:1/0/16 -----> 0014: <----- ACK [MID=28046, T=0887E66347C50EC2], 2.05, 2:1/1/16 0014: CON [MID=28047, T=0887E66347C50EC2], GET, /test, 2:2/0/16 -----> 0015: <----- ACK [MID=28047, T=0887E66347C50EC2], 2.05, 2:2/0/16 0002: CON [MID=3465, T=D320381F1FEE03C2], GET, /test, observe(0) -----> 0003: <----- ACK [MID=3465] 0054: <----- CON [MID=8001, T=D320381F1FEE03C2], 2.05, observe(101) 0054: ACK [MID=8001] -----> // lost 0054: <----- CON [MID=8001, T=D320381F1FEE03C2], 2.05, observe(101) 0055: ACK [MID=8001] -----> 0055: Relation established 0056: <----- CON [MID=8002, T=D320381F1FEE03C2], 2.05, observe(102) 0056: ACK [MID=8002] -----> // lost 0056: <----- CON [MID=8002, T=D320381F1FEE03C2], 2.05, observe(102) 0056: ACK [MID=8002] -----> 0003: CON [MID=55505, T=67937E01A5EAA4B5], GET, /test, observe(0) -----> 0004: <----- ACK [MID=55505] 0054: <----- CON [MID=8001, T=67937E01A5EAA4B5], 2.05, observe(101) 0054: ACK [MID=8001] -----> 0064: ERROR: Server sent CON-GET MID= 8001, Token=0101, OptionSet={}, 0065: ACK [MID=8001] -----> 0003: CON [MID=51462, T=E57DF4A855B38230], GET, /test, observe(0) -----> 0004: <----- ACK [MID=51462, T=E57DF4A855B38230], 2.05, 2:0/1/16, observe(0), size2(40) 0004: CON [MID=51463, T=10CB132CBF8D0647], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=51463, T=10CB132CBF8D0647], 2.05, 2:1/1/16 0005: CON [MID=51464, T=10CB132CBF8D0647], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=51464, T=10CB132CBF8D0647], 2.05, 2:2/0/16 0007: <----- CON [MID=8001, T=E57DF4A855B38230], 2.05, 2:0/1/16, observe(2), size2(42) 0007: ACK [MID=8001] -----> 0007: CON [MID=51465, T=14750A54756EB46D], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=51465, T=14750A54756EB46D], 2.05, 2:1/1/16 0008: CON [MID=51466, T=14750A54756EB46D], GET, /test, 2:2/0/16 -----> 0003: CON [MID=23328, T=7BAB87CEB456FB7F], GET, /test, observe(0) -----> 0004: <----- ACK [MID=23328, T=7BAB87CEB456FB7F], 2.05, 2:0/1/16, observe(1) 0004: CON [MID=23329, T=3CBB27F926C56018], GET, /test, 2:1/0/16 -----> 0005: <----- CON [MID=8001, T=7BAB87CEB456FB7F], 2.05, observe(2) 0005: ACK [MID=8001] -----> 0006: <----- ACK [MID=23329, T=3CBB27F926C56018], 2.05, 2:1/1/16 1007: <----- CON [MID=8002, T=7BAB87CEB456FB7F], 2.05, observe(3) 1008: ACK [MID=8002] -----> 1009: <----- CON [MID=8003, T=7BAB87CEB456FB7F], 2.05, 2:0/1/16, observe(4) 1009: ACK [MID=8003] -----> 1009: CON [MID=23330, T=B893C47CAB7A729C], GET, /test, 2:1/0/16 -----> 1010: <----- ACK [MID=23330, T=B893C47CAB7A729C], 2.05, 2:1/0/16 0003: CON [MID=15828, T=9B1C4181B0DBB284], GET, /test, observe(0) -----> 0004: <----- ACK [MID=15828, T=9B1C4181B0DBB284], 2.05, 2:0/1/16, observe(1) 0004: CON [MID=15829, T=A0BC763CBBC5E390], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=15829, T=A0BC763CBBC5E390], 2.05, 2:1/0/16 0005: <----- CON [MID=8001, T=9B1C4181B0DBB284], 2.05, 2:0/1/16, observe(2) 0006: ACK [MID=8001] -----> 0006: CON [MID=15830, T=A458213B13A6AEB1], GET, /test, 2:1/0/16 -----> 0007: CON [MID=15831, T=C45351C4E68F14DE], GET, /test -----> 0008: <----- ACK [MID=15831, T=C45351C4E68F14DE], 2.05, 2:0/1/16 0008: CON [MID=15832, T=C45351C4E68F14DE], GET, /test, 2:1/0/16 -----> 0009: <----- ACK [MID=15832, T=C45351C4E68F14DE], 2.05, 2:1/1/16 0010: CON [MID=15833, T=C45351C4E68F14DE], GET, /test, 2:2/0/16 -----> 0011: <----- ACK [MID=15833, T=C45351C4E68F14DE], 2.05, 2:2/0/16 0003: CON [MID=13052, T=D94D35A82AE055CF], GET, /test, observe(0) -----> 0004: <----- ACK [MID=13052, T=D94D35A82AE055CF], 2.05, observe(1) 0004: <----- CON [MID=8001, T=D94D35A82AE055CF], 2.05, 2:0/1/16, observe(3) 0004: ACK [MID=8001] -----> 0005: CON [MID=13053, T=587ED8696276A001], GET, /test, 2:1/0/16 -----> 0006: <----- CON [MID=8002, T=D94D35A82AE055CF], 2.05, observe(2) 0006: ACK [MID=8002] -----> 0006: <----- ACK [MID=13053, T=587ED8696276A001], 2.05, 2:1/0/16 0007: <----- CON [MID=8003, T=D94D35A82AE055CF], 2.05, 2:0/1/16, observe(4) 0007: ACK [MID=8003] -----> 0007: CON [MID=13054, T=881DEE957B12BE00], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=13054, T=881DEE957B12BE00], 2.05, 2:1/0/16 0002: CON [MID=14072, T=0717EE920FF08366], GET, /test, observe(0) -----> 0003: <----- ACK [MID=14072, T=0717EE920FF08366], 2.05, 2:0/1/16, observe(1) 0004: CON [MID=14073, T=F004BA1AC8EC602D], GET, /test, 2:1/0/16 -----> 0005: <----- CON [MID=8001, T=0717EE920FF08366], 2.05, 2:0/1/16, observe(2) 0005: <----- ACK [MID=14073, T=F004BA1AC8EC602D], 2.05, 2:1/0/16 0005: ACK [MID=8001] -----> 0005: CON [MID=14074, T=0077FE073AD83A58], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=14074, T=0077FE073AD83A58], 2.05, 2:1/0/16 0007: <----- CON [MID=8002, T=0717EE920FF08366], 2.05, 2:0/1/16, observe(2) 0007: ACK [MID=8002] -----> 0007: CON [MID=14075, T=BC5C1009E2281D8A], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=14075, T=BC5C1009E2281D8A], 2.05, 2:1/0/16 0003: CON [MID=30991, T=E387000742AB17BA], GET, /test, observe(0) -----> 0004: <----- ACK [MID=30991, T=E387000742AB17BA], 2.05, 2:0/1/16, observe(0), size2(40) 0004: CON [MID=30992, T=0C9CB04A388032EB], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=30992, T=0C9CB04A388032EB], 2.05, 2:1/1/16 0005: CON [MID=30993, T=0C9CB04A388032EB], GET, /test, 2:2/0/16 -----> 0006: <----- ACK [MID=30993, T=0C9CB04A388032EB], 2.05, 2:2/0/16 0007: <----- CON [MID=8001, T=E387000742AB17BA], 2.05, 2:0/1/16, observe(2), size2(42) 0007: ACK [MID=8001] -----> 0008: CON [MID=19193, T=38E84F2164AA28EB], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=19193, T=38E84F2164AA28EB], 2.05, 2:1/1/16 0008: CON [MID=19194, T=38E84F2164AA28EB], GET, /test, 2:2/0/16 -----> 0009: <----- ACK [MID=19194] 0002: CON [MID=32600, T=55994566697DFB64], GET, /test, observe(0) -----> 0003: <----- ACK [MID=32600, T=55994566697DFB64], 2.05, 2:0/1/16, observe(2) 0003: CON [MID=32601, T=4C7A7179BC70B6EC], GET, /test, 2:1/0/16 -----> 0004: <----- CON [MID=8001, T=55994566697DFB64], 2.05, observe(0) 0004: ACK [MID=8001] -----> 1005: <----- ACK [MID=32601, T=4C7A7179BC70B6EC], 2.05, 2:1/0/16 1005: <----- CON [MID=8002, T=55994566697DFB64], 2.05, observe(3) 1006: ACK [MID=8002] -----> 1006: <----- CON [MID=8003, T=55994566697DFB64], 2.05, 2:0/1/16, observe(4) 1007: ACK [MID=8003] -----> 1007: CON [MID=32602, T=54DB47421053FDA5], GET, /test, 2:1/0/16 -----> 1008: <----- ACK [MID=32602, T=54DB47421053FDA5], 2.05, 2:1/0/16 0002: CON [MID=5060, T=C7685862CBE04467], GET, /test, observe(0) -----> 0003: <----- ACK [MID=5060, T=C7685862CBE04467], 2.05, 2:0/1/16, observe(1) 0004: CON [MID=5061, T=3823C9E567376244], GET, /test, 2:1/0/16 -----> 0005: <----- ACK [MID=5061, T=3823C9E567376244], 2.05, 2:1/0/16 0005: <----- CON [MID=8001, T=C7685862CBE04467], 2.05, 2:0/1/16, observe(2) 0006: ACK [MID=8001] -----> 0006: CON [MID=5062, T=08F1556999BAC714], GET, /test, 2:1/0/16 -----> 0207: CON [MID=5062, T=08F1556999BAC714], GET, /test, 2:1/0/16 -----> 0408: CON [MID=5062, T=08F1556999BAC714], GET, /test, 2:1/0/16 -----> 0609: <----- CON [MID=8002, T=C7685862CBE04467], 2.05, 2:0/1/16, observe(3) 0609: ACK [MID=8002] -----> 0609: CON [MID=5063, T=C4074CDC30BDBCAD], GET, /test, 2:1/0/16 -----> 0610: <----- ACK [MID=5063, T=C4074CDC30BDBCAD], 2.05, 2:1/0/16 0002: CON [MID=55504, T=7526E141FCFD57BA], GET, /test, observe(0) -----> 0003: <----- ACK [MID=55504, T=7526E141FCFD57BA], 2.05, observe(1) 0004: <----- CON [MID=8001, T=7526E141FCFD57BA], 2.05, 2:0/1/16, observe(3) 0004: ACK [MID=8001] -----> 0005: CON [MID=55505, T=9C540DE5885571AC], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=55505, T=9C540DE5885571AC], 2.05, 2:1/1/16 0006: CON [MID=55506, T=9C540DE5885571AC], GET, /test, 2:2/0/16 (should be dropped by error) 0007: CON [MID=55506, T=9C540DE5885571AC], GET, /test, 2:2/0/16 -----> (dropped) 08:18:18.740 WARN [BaseCoapStack]: error send request CON-GET MID=18381, Token=5F3AB7B441FB3F5B, OptionSet={"Observe":0, "Uri-Path":"test"}, (o.e.c.c.n.s.BaseCoapStack.sendRequest:93) org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent 0003: CON [MID=18381, T=5F3AB7B441FB3F5B], GET, /test, observe(0) (should be dropped by error) 0003: CON [MID=18381, T=5F3AB7B441FB3F5B], GET, /test, observe(0) -----> (dropped) 0002: CON [MID=36912, T=E332801D745202DC], GET, /test, observe(0) -----> 0003: <----- ACK [MID=36912, T=E332801D745202DC], 2.05, observe(1) 0004: <----- CON [MID=8001, T=E332801D745202DC], 2.05, observe(3) 0004: ACK [MID=8001] -----> 0005: CON [MID=36913, T=E332801D745202DC], GET, /test, observe(1) -----> 0006: <----- CON [MID=8002, T=E332801D745202DC], 2.05, observe(4) 0006: <----- NON [MID=8003, T=E332801D745202DC], 2.05, observe(5) 0206: CON [MID=36913, T=E332801D745202DC], GET, /test, observe(1) -----> 0406: CON [MID=36913, T=E332801D745202DC], GET, /test, observe(1) -----> 0506: <----- ACK [MID=36913, T=E332801D745202DC], 2.05 0003: CON [MID=12991, T=074A7EABA010FBDD], GET, /test, observe(0) -----> 0004: <----- ACK [MID=12991, T=074A7EABA010FBDD], 2.05, 2:0/1/16, observe(1) 0005: CON [MID=12992, T=84A5A71AD9C21060], GET, /test, 2:1/0/16 -----> 0006: <----- ACK [MID=12992, T=84A5A71AD9C21060], 2.05, 2:1/0/16 0007: CON [MID=12993, T=C45687127A602DFC], GET, /test -----> 0007: <----- ACK [MID=12993, T=C45687127A602DFC], 2.05, 2:0/1/16 0007: CON [MID=12994, T=C45687127A602DFC], GET, /test, 2:1/0/16 -----> 0008: <----- CON [MID=8001, T=074A7EABA010FBDD], 2.05, 2:0/1/16, observe(2) 0009: ACK [MID=8001] -----> 0009: CON [MID=12995, T=F4F520E4F5183A56], GET, /test, 2:1/0/16 -----> 0010: <----- ACK [MID=12994, T=C45687127A602DFC], 2.05, 2:1/0/16 0010: <----- ACK [MID=12995, T=F4F520E4F5183A56], 2.05, 2:1/0/16 0002: CON [MID=19363, T=70025FDA2B4D4201], GET, /test -----> 0003: <----- ACK [MID=19363, T=70025FDA2B4D4201], 2.05, observe(3) 0004: CON [MID=19364, T=DCE0096BB968A895], GET, /test -----> 0005: <----- CON [MID=8000, T=DCE0096BB968A895], 2.05, observe(4) 0005: ACK [MID=8000] -----> 0005: CON [MID=19365, T=BC31E8DEED4790ED], GET, /test -----> 0006: <----- NON [MID=19365, T=BC31E8DEED4790ED], 2.05, observe(5) 0002: CON [MID=29358, T=8D4432374421B453], GET, /test, observe(0) -----> 0003: <----- ACK [MID=29358, T=8D4432374421B453], 2.05, 2:0/1/16, observe(0), size2(40) 0003: CON [MID=29359, T=6C152C988172B33E], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=29359, T=6C152C988172B33E], 2.05, 2:1/1/16 0004: CON [MID=29360, T=6C152C988172B33E], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=29360, T=6C152C988172B33E], 2.05, 2:2/0/16 0006: observe relation has been established, server now sends a notification 0006: <----- CON [MID=8001, T=8D4432374421B453], 2.05, 2:0/1/16, observe(1), size2(45) 0006: ACK [MID=8001] -----> 0007: CON [MID=29361, T=0CA9C2CF667799C8], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=29361, T=0CA9C2CF667799C8], 2.05, 2:1/1/16 0008: CON [MID=29362, T=0CA9C2CF667799C8], GET, /test, 2:2/0/16 -----> 0009: <----- ACK [MID=29362, T=0CA9C2CF667799C8], 2.05, 2:2/0/16 0009: client has successfully retrieved content for notification using blockwise transfer 0010: server now sends notifications interfering with ongoing blockwise transfer 0010: <----- CON [MID=8002, T=8D4432374421B453], 2.05, 2:0/1/16, observe(2), size2(42) 0010: ACK [MID=8002] -----> 0010: CON [MID=29363, T=38E743C63848D0E9], GET, /test, 2:1/0/16 -----> 0011: <----- ACK [MID=29363, T=38E743C63848D0E9], 2.05, 2:1/1/16 0012: CON [MID=29364, T=38E743C63848D0E9], GET, /test, 2:2/0/16 -----> 0012: //////// Overriding notification //////// 0013: <----- CON [MID=8003, T=8D4432374421B453], 2.05, 2:0/1/16, observe(3), size2(40) 0013: ACK [MID=8003] -----> 0013: CON [MID=29365, T=AC1D576AFB875757], GET, /test, 2:1/0/16 -----> 0014: <----- ACK [MID=29364, T=38E743C63848D0E9], 2.05, 2:2/0/16 0014: <----- ACK [MID=29365, T=AC1D576AFB875757], 2.05, 2:1/1/16 0014: CON [MID=29366, T=AC1D576AFB875757], GET, /test, 2:2/0/16 -----> 0016: <----- ACK [MID=29366, T=AC1D576AFB875757], 2.05, 2:2/0/16 0016: client has detected newly arriving notification while doing blockwise transfer of previous notification 0016: server now sends notifications interfering with ongoing blockwise transfer using conflicting block numbers 0017: <----- CON [MID=8004, T=8D4432374421B453], 2.05, 2:0/1/16, observe(4), size2(38) 0017: ACK [MID=8004] -----> 0017: CON [MID=29367, T=58A606C5918134C2], GET, /test, 2:1/0/16 -----> 0018: //////// Overriding notification (4) //////// 0018: <----- CON [MID=8005, T=8D4432374421B453], 2.05, 2:0/1/16, observe(5), size2(40) 0018: ACK [MID=8005] -----> 0019: CON [MID=29368, T=50AB53BA99CF949A], GET, /test, 2:1/0/16 -----> 0019: //////// Conflicting notification block //////// 0020: <----- ACK [MID=29367, T=58A606C5918134C2], 2.05, 2:1/1/16 0020: <----- ACK [MID=29368, T=50AB53BA99CF949A], 2.05, 2:1/1/16 0020: CON [MID=29369, T=50AB53BA99CF949A], GET, /test, 2:2/0/16 -----> 0021: <----- ACK [MID=29369, T=50AB53BA99CF949A], 2.05, 2:2/0/16 0021: //////// Notification after cancellation //////// 0022: <----- CON [MID=8006, T=8D4432374421B453], 2.05, 2:0/1/16, observe(6), size2(34) 0022: ACK [MID=8006] -----> 0022: CON [MID=29370, T=C067F3FB3FA1C93A], GET, /test, 2:1/0/16 -----> 0024: <----- ACK [MID=29370, T=C067F3FB3FA1C93A], 2.05, 2:1/1/16 0424: <----- CON [MID=8007, T=8D4432374421B453], 2.05, 2:0/1/16, observe(7) 0424: RST [MID=8007] -----> 0002: CON [MID=11107, T=5D0699CD8AD34016], GET, /test, observe(0) -----> 0003: <----- ACK [MID=11107, T=5D0699CD8AD34016], 2.05, 2:0/1/16, observe(0), size2(45) 0004: CON [MID=11108, T=D8D5E661390FA8B9], GET, /test, 2:1/0/16 -----> 0004: <----- ACK [MID=11108, T=D8D5E661390FA8B9], 2.05, 2:1/1/16 0005: CON [MID=11109, T=D8D5E661390FA8B9], GET, /test, 2:2/0/16 -----> 0005: <----- ACK [MID=11109, T=D8D5E661390FA8B9], 2.05, 2:2/0/16 0007: <----- CON [MID=8001, T=5D0699CD8AD34016], 2.05, 2:0/1/16, observe(2), size2(42) 0007: ACK [MID=8001] -----> 0007: CON [MID=38686, T=74B907F6876BEE1A], GET, /test, 2:1/0/16 -----> 0008: <----- ACK [MID=38686, T=74B907F6876BEE1A], 2.05, 2:1/1/16 0008: CON [MID=38687, T=74B907F6876BEE1A], GET, /test, 2:2/0/16 -----> 0009: Cancel observation 5D0699CD8AD34016 0011: CON [MID=64363, T=1920FE776412B23D], GET, /test, observe(0) -----> 0012: <----- ACK [MID=64363, T=1920FE776412B23D], 2.05, observe(1) 0013: <----- CON [MID=8001, T=1920FE776412B23D], 2.05, observe(3) 0013: ACK [MID=8001] -----> 0014: CON [MID=64364, T=1920FE776412B23D], GET, /test, observe(1) -----> 0014: <----- ACK [MID=64364, T=1920FE776412B23D], 2.05 0015: <----- CON [MID=8002, T=1920FE776412B23D], 2.05, observe(4) 0015: RST [MID=8002] -----> 0015: <----- NON [MID=8003, T=1920FE776412B23D], 2.05, observe(5) 0015: RST [MID=8003] -----> [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.962 s - in org.eclipse.californium.core.test.lockstep.ObserveClientSideTest [INFO] Running org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.811 s - in org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-core --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-core --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ californium-core --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-tests.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-core --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ californium-core --- [INFO] Installing org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ californium-core --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-core --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-core/target/californium-core-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-core/3.3.1-SNAPSHOT/californium-core-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.californium:cf-unix-health >--------------- [INFO] Building Cf-Unix-Health 3.3.1-SNAPSHOT [10/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-unix-health --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-unix-health --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-unix-health --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-unix-health --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-unix-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-unix-health --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ cf-unix-health --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-unix-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-unix-health --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ cf-unix-health --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-unix-health --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.unixhealth... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/NetSocketHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/NetStatLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/class-use/NetStatLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/class-use/NetSocketHealthLogger.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-unix-health --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-unix-health --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-unix-health --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-unix-health --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ cf-unix-health --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-unix-health --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ cf-unix-health --- [INFO] Installing org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ cf-unix-health --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-unix-health --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-unix-health/target/cf-unix-health-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-unix-health/3.3.1-SNAPSHOT/cf-unix-health-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.californium:cf-cli >------------------- [INFO] Building Cf-command-line-interface 3.3.1-SNAPSHOT [11/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-cli --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-cli --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-cli --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-cli --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ cf-cli --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-cli --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-cli --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ cf-cli --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-cli --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.cli... Loading source files for package org.eclipse.californium.cli.decoder... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/CliConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientBaseConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientBaseConfig.ProxyConfiguration.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.ContentType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.MessageType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.Payload.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.DtlsConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.PlugPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.UdpConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Authentication.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.AuthenticationMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Identity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.PskCredentialStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Secret.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Trust.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/CborDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/Decoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/JsonDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.AuthenticationMode.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Authentication.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Identity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Trust.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Secret.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.PskCredentialStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.UdpConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.DtlsConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.PlugPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.ContentType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.Payload.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.MessageType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientBaseConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientBaseConfig.ProxyConfiguration.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/CliConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/JsonDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/Decoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/CborDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-cli --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-cli --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-cli --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ cf-cli --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-cli --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ cf-cli --- [INFO] Installing org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ cf-cli --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-cli --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli/target/cf-cli-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli/3.3.1-SNAPSHOT/cf-cli-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >-------------- [INFO] Building Cf-cli-tcp-netty 3.3.1-SNAPSHOT [12/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-cli-tcp-netty --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-cli-tcp-netty --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-cli-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-cli-tcp-netty --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ cf-cli-tcp-netty --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.cli.tcp.netty... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/Initialize.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/TcpConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/TlsConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/TlsConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/TcpConnectorFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/Initialize.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-cli-tcp-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-cli-tcp-netty --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-cli-tcp-netty --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-cli-tcp-netty --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ cf-cli-tcp-netty --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ cf-cli-tcp-netty --- [INFO] Installing org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ cf-cli-tcp-netty --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-cli-tcp-netty --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-cli-tcp-netty/3.3.1-SNAPSHOT/cf-cli-tcp-netty-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:californium-proxy2 >------------- [INFO] Building Californium (Cf) Proxy2 3.3.1-SNAPSHOT [13/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-proxy2 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-proxy2 --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-proxy2 --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-proxy2 --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ californium-proxy2 --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-proxy2 --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.proxy2.http.Coap2HttpTranslatorTest [INFO] Running org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest [INFO] Running org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.proxy2.Coap2CoapTranslatorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ californium-proxy2 --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-proxy2 --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.proxy2... Loading source files for package org.eclipse.californium.proxy2.config... Loading source files for package org.eclipse.californium.proxy2.http... Loading source files for package org.eclipse.californium.proxy2.http.server... Loading source files for package org.eclipse.californium.proxy2.resources... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/ClientEndpoints.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/ClientSingleEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/Coap2CoapTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/CoapUriTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/EndpointPool.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/InvalidFieldException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/InvalidMethodException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/TranslationException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/Proxy2Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/Coap2HttpTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ContentTypedEntity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ContentTypedEntityConsumer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.CoapServerEtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.EtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.HttpServerEtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/Http2CoapTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/HttpClientFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/MappingProperties.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ProxyRequestProducer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ProxyResponseProducer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ByteBufferAsyncServerRequestHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/HttpServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/HttpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ProxyHttpServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ProxyHttpServer.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/CacheKey.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/CacheResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ForwardProxyMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCacheResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCoapClientResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyHttpClientResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/StatsResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/TranslationException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/InvalidMethodException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/InvalidFieldException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/EndpointPool.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/CoapUriTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/Coap2CoapTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/ClientSingleEndpoint.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/ClientEndpoints.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/class-use/Proxy2Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ProxyResponseProducer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ProxyRequestProducer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/MappingProperties.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/HttpClientFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/Http2CoapTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.EtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.CoapServerEtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.HttpServerEtagTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ContentTypedEntityConsumer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ContentTypedEntity.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/Coap2HttpTranslator.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ProxyHttpServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ProxyHttpServer.Builder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/HttpStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/HttpServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ByteBufferAsyncServerRequestHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/StatsResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyHttpClientResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCoapResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCoapClientResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCacheResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ForwardProxyMessageDeliverer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/CacheResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/CacheKey.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ californium-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-proxy2 --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-proxy2 --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ californium-proxy2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ californium-proxy2 --- [INFO] Installing org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ californium-proxy2 --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-proxy2 --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-proxy2/target/californium-proxy2-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-proxy2/3.3.1-SNAPSHOT/californium-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.californium:californium-osgi >-------------- [INFO] Building Californium (Cf) OSGi 3.3.1-SNAPSHOT [14/19] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ californium-osgi --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ californium-osgi --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ californium-osgi --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ californium-osgi --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ californium-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ californium-osgi --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-bundle-plugin:5.1.2:manifest (bundle-manifest) @ californium-osgi --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ californium-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ californium-osgi --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.osgi.ManagedServerTest 08:19:09.270 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:19:09.284 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:19:09.311 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:19:09.315 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:19:09.317 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) 08:19:09.319 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 s - in org.eclipse.californium.osgi.ManagedServerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:5.1.2:bundle (default-bundle) @ californium-osgi --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ californium-osgi --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.osgi... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/EndpointFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ManagedServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ServerEndpointRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ServerInterfaceFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/SimpleServerEndpointFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/SimpleServerEndpointFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ServerInterfaceFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ServerEndpointRegistry.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ManagedServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/EndpointFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ californium-osgi --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ californium-osgi --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ californium-osgi --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ californium-osgi --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ californium-osgi --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ californium-osgi --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.2:install (default-install) @ californium-osgi --- [INFO] Installing org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- maven-bundle-plugin:5.1.2:deploy (default-deploy) @ californium-osgi --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ californium-osgi --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/californium-osgi/target/californium-osgi-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/californium-osgi/3.3.1-SNAPSHOT/californium-osgi-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.californium:demo-apps >------------------ [INFO] Building Californium (Cf) Demo Applications 3.3.1-SNAPSHOT [15/19] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ demo-apps --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ demo-apps --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ demo-apps --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ demo-apps --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ demo-apps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ demo-apps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ demo-apps --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ demo-apps --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/target/demo-apps-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ demo-apps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ demo-apps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ demo-apps --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ demo-apps --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ demo-apps --- [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ demo-apps --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.3.1-SNAPSHOT/demo-apps-3.3.1-SNAPSHOT.pom [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ demo-apps --- [INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.3.1-SNAPSHOT:pom [INFO] org.eclipse.californium:demo-apps:3.3.1-SNAPSHOT:pom already exists in /home/jenkins/agent/workspace/californium-3.3.x-nightly/run [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ demo-apps --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-server >------------- [INFO] Building Cf-PlugtestServer 3.3.1-SNAPSHOT [16/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-server --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-plugtest-server --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-plugtest-server --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-plugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-plugtest-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-plugtest-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-plugtest-server --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-plugtest-server --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-plugtest-server --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-certs/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.plugtests... Loading source files for package org.eclipse.californium.plugtests.resources... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.InterfaceType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.PlugPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.Protocol.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.Select.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/EndpointNetSocketObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.ActiveInputReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.BaseConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.BaseConfig.Store.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Create.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/DefaultTest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Echo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Hono.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Large.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeCreate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargePost.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeSeparate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeUpdate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link1.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link2.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link3.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LocationQuery.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LongPath.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/MultiFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/MyContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Observe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveLarge.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveNon.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObservePumping.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveReset.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Path.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/PathSub.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Query.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Separate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Shutdown.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Validate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.BaseConfig.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.BaseConfig.Store.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.Config.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.ActiveInputReader.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/EndpointNetSocketObserver.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.Protocol.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.InterfaceType.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.Select.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.PlugPskStore.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Validate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Shutdown.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Separate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Query.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/PathSub.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Path.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveReset.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObservePumping.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveNon.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveLarge.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Observe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/MyContext.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/MultiFormat.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LongPath.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LocationQuery.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link3.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link2.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link1.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeUpdate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeSeparate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargePost.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeCreate.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Large.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Hono.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Echo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/DefaultTest.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Create.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-plugtest-server --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-plugtest-server --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-plugtest-server --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-plugtest-server --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ cf-plugtest-server --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-server --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-plugtest-server --- [INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:3.3.1-SNAPSHOT:jar [INFO] Copying cf-plugtest-server-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-plugtest-server --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-plugtest-server/3.3.1-SNAPSHOT/cf-plugtest-server-3.3.1-SNAPSHOT-sources.jar [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.californium:cf-plugtest-client >------------- [INFO] Building Cf-PlugtestClient 3.3.1-SNAPSHOT [17/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-plugtest-client --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-plugtest-client --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-plugtest-client --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-plugtest-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-plugtest-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-plugtest-client --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-plugtest-client --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-plugtest-client --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-plugtest-client --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-plugtest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-plugtest-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-plugtest-client --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-plugtest-client --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ cf-plugtest-client --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-plugtest-client --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.3.1-SNAPSHOT/cf-plugtest-client-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.3.1-SNAPSHOT/cf-plugtest-client-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.3.1-SNAPSHOT/cf-plugtest-client-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-plugtest-client --- [INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.3.1-SNAPSHOT:jar [INFO] Copying cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-plugtest-client --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -----------------< org.eclipse.californium:cf-proxy2 >------------------ [INFO] Building Cf-ExampleCrossProxy2 3.3.1-SNAPSHOT [18/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-proxy2 --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-proxy2 --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-proxy2 --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-proxy2 --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-proxy2 --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-proxy2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-proxy2 --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-proxy2 --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-proxy2 --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-proxy2 --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-proxy2 --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] No tests to run. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-proxy2 --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-proxy2 --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ cf-proxy2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-proxy2 --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.3.1-SNAPSHOT/cf-proxy2-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.3.1-SNAPSHOT/cf-proxy2-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/cf-proxy2/target/cf-proxy2-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.3.1-SNAPSHOT/cf-proxy2-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-dependency-plugin:3.1.2:copy (copy-installed) @ cf-proxy2 --- [INFO] Configured Artifact: org.eclipse.californium:cf-proxy2:3.3.1-SNAPSHOT:jar [INFO] Copying cf-proxy2-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/demo-apps/run/cf-proxy2-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-proxy2 --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -----------------< org.eclipse.californium:cf-oscore >------------------ [INFO] Building Cf-OSCORE 3.3.1-SNAPSHOT [19/19] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ cf-oscore --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ cf-oscore --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ cf-oscore --- [INFO] [INFO] --- maven-toolchains-plugin:3.0.0:toolchain (default) @ cf-oscore --- [INFO] Required toolchain: jdk [ version='1.7' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ cf-oscore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cf-oscore --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ cf-oscore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ cf-oscore --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.californium.oscore.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 08:19:43.912 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 08:19:43.917 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 08:19:43.918 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. 08:19:44.004 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 08:19:44.006 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed! 08:19:44.038 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length 08:19:44.038 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 08:19:44.038 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 08:19:44.038 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported! 08:19:44.038 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0. 08:19:44.039 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7. 08:19:44.131 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.132 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.134 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.145 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.146 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.146 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.californium.oscore.DecryptorTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 08:19:44.147 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.148 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.152 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.41.255 - eth0. 08:19:44.156 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.156 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.156 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.157 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.157 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.157 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.157 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 08:19:44.157 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:19:44.159 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.159 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.159 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.160 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.160 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.160 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 08:19:44.160 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.160 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.162 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.162 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.162 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.162 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.163 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.173 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.173 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 14 40 The predicted AAD: 85 1 81 a 41 0 41 14 40 08:19:44.175 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.175 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.176 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.177 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.179 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.179 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.179 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.179 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 08:19:44.179 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:19:44.179 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.180 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 0 40 The predicted AAD: 85 1 81 a 41 0 41 0 40 08:19:44.181 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.181 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed The predicted nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 08:19:44.183 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.183 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.184 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.184 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.184 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.185 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.185 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.187 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 08:19:44.187 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.188 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.189 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.189 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.189 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.190 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.190 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.190 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.190 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.191 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: 6 0 c b b b b 3 5 5 3 d f The predicted nonce: 6 0 c b b b b 3 5 5 3 d f 08:19:44.192 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.192 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.194 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.194 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.195 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.195 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.196 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.196 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.196 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.197 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.197 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.197 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.EncryptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest 08:19:44.200 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OscoreOptionTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 08:19:44.213 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Input master secret is null 08:19:44.258 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 08:19:44.269 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.274 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.275 [main] INFO org.eclipse.californium.ban - Started. 08:19:44.276 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.287 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.300 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.303 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.305 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.308 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.308 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.308 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 08:19:44.308 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.310 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.310 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.310 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.311 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 08:19:44.312 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.312 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.312 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.312 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.312 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.314 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.314 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.314 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.314 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.314 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 08:19:44.314 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.314 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.314 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.314 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.314 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 08:19:44.315 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 08:19:44.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:44.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:19:44.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-60446], CON-POST MID=60446, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:19:44.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated token KeyToken[127.0.0.1:8192-00181CD73E137D09], CON-POST MID=60446, Token=00181CD73E137D09, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:19:44.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-60446], KeyToken[127.0.0.1:8192-00181CD73E137D09]] 08:19:44.328 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192 08:19:44.329 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=60446, Token=00181CD73E137D09, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED] 08:19:44.329 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 41 bytes from 127.0.0.1:8193 08:19:44.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-60446] 08:19:44.331 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.331 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2] replace CON-POST MID=60446, Token=00181CD73E137D09, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=60446, Token=00181CD73E137D09, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:19:44.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2] send response NON-2.05 MID=60446, Token=null, OptionSet={}, "server responds hi" 08:19:44.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, complete]! 08:19:44.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, complete] completed NON-2.04 MID=60446, Token=00181CD73E137D09, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80! 08:19:44.334 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193 08:19:44.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=60446, Token=00181CD73E137D09, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80] 08:19:44.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-60446] 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, complete]! 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for token KeyToken[127.0.0.1:8192-00181CD73E137D09] 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for MID KeyMID[127.0.0.1:8192-60446] 08:19:44.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, complete] completed CON-POST MID= -1, Token=00181CD73E137D09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=60446, Token=00181CD73E137D09, OptionSet={"Object-Security":0x090002}, acked C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED! client received response 08:19:44.337 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.338 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 08:19:44.338 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 08:19:44.338 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 08:19:44.338 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 08:19:44.338 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 08:19:44.338 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 08:19:44.338 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:19:44.338 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:44.338 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 08:19:44.339 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 08:19:44.339 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 08:19:44.339 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 08:19:44.339 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 08:19:44.339 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 08:19:44.339 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 Start OSCoreAlgorithmsTest 08:19:44.340 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.341 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.341 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.341 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.341 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.341 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.342 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.342 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 08:19:44.342 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.342 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.342 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 08:19:44.342 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.343 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.343 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.343 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.343 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.343 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.343 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.343 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.343 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.343 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.344 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 08:19:44.344 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.344 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.344 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 08:19:44.344 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.344 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap 08:19:44.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L3] send request 08:19:44.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L3] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:19:44.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L3] added with generated mid KeyMID[127.0.0.1:8194-62106], CON-POST MID=62106, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:19:44.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L3] added with generated token KeyToken[127.0.0.1:8194-4450F26FE9906D62], CON-POST MID=62106, Token=4450F26FE9906D62, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:19:44.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-62106], KeyToken[127.0.0.1:8194-4450F26FE9906D62]] 08:19:44.347 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8194 08:19:44.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=62106, Token=4450F26FE9906D62, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50] 08:19:44.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 49 bytes from 127.0.0.1:8195 08:19:44.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-62106] 08:19:44.348 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.348 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4] replace CON-POST MID=62106, Token=4450F26FE9906D62, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=62106, Token=4450F26FE9906D62, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:19:44.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4] send response NON-2.05 MID=62106, Token=null, OptionSet={}, "server responds hi" 08:19:44.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, complete]! 08:19:44.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, complete] completed NON-2.04 MID=62106, Token=4450F26FE9906D62, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes! 08:19:44.350 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8195 08:19:44.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T24) 127.0.0.1:8,194 ==> :8,195 [NON-2.04 MID=62106, Token=4450F26FE9906D62, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes] 08:19:44.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 50 bytes from 127.0.0.1:8194 08:19:44.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-62106] 08:19:44.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, complete]! 08:19:44.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L3, complete] for token KeyToken[127.0.0.1:8194-4450F26FE9906D62] 08:19:44.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L3, complete] for MID KeyMID[127.0.0.1:8194-62106] 08:19:44.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L3, complete] completed CON-POST MID= -1, Token=4450F26FE9906D62, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=62106, Token=4450F26FE9906D62, OptionSet={"Object-Security":0x090002}, acked 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50! client received response 08:19:44.351 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 08:19:44.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 08:19:44.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 08:19:44.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 08:19:44.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 08:19:44.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 08:19:44.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:19:44.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:44.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 08:19:44.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 08:19:44.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 08:19:44.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 08:19:44.353 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 08:19:44.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 08:19:44.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 Start OSCoreAlgorithmsTest 08:19:44.354 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.354 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.354 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.355 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.355 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 08:19:44.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8196, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196 08:19:44.356 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.356 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.357 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.357 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.357 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 08:19:44.357 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.357 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8197, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8197 08:19:44.358 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8197 for coap 08:19:44.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5] send request 08:19:44.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L5] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:19:44.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L5] added with generated mid KeyMID[127.0.0.1:8196-855], CON-POST MID= 855, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:19:44.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L5] added with generated token KeyToken[127.0.0.1:8196-844B77D9BE3FCE4A], CON-POST MID= 855, Token=844B77D9BE3FCE4A, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:19:44.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-855], KeyToken[127.0.0.1:8196-844B77D9BE3FCE4A]] 08:19:44.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196 08:19:44.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID= 855, Token=844B77D9BE3FCE4A, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B] 08:19:44.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 41 bytes from 127.0.0.1:8197 08:19:44.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-855] 08:19:44.361 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.361 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6] replace CON-POST MID= 855, Token=844B77D9BE3FCE4A, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID= 855, Token=844B77D9BE3FCE4A, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:19:44.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6] send response NON-2.05 MID= 855, Token=null, OptionSet={}, "server responds hi" 08:19:44.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, complete]! 08:19:44.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, complete] completed NON-2.04 MID= 855, Token=844B77D9BE3FCE4A, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49! 08:19:44.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8197 08:19:44.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T32) 127.0.0.1:8,196 ==> :8,197 [NON-2.04 MID= 855, Token=844B77D9BE3FCE4A, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49] 08:19:44.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 42 bytes from 127.0.0.1:8196 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-855] 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, complete]! 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L5, complete] for token KeyToken[127.0.0.1:8196-844B77D9BE3FCE4A] 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L5, complete] for MID KeyMID[127.0.0.1:8196-855] 08:19:44.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L5, complete] completed CON-POST MID= -1, Token=844B77D9BE3FCE4A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 855, Token=844B77D9BE3FCE4A, OptionSet={"Object-Security":0x090002}, acked F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B! client received response 08:19:44.365 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.365 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 08:19:44.365 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196 08:19:44.365 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ... 08:19:44.365 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1 08:19:44.366 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped. 08:19:44.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196 08:19:44.366 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:19:44.366 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:44.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 08:19:44.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8197 08:19:44.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8197 08:19:44.366 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] stopping ... 08:19:44.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /0.0.0.0 08:19:44.366 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] has stopped. 08:19:44.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8197 Start OSCoreAlgorithmsTest 08:19:44.367 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.367 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.368 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.368 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.368 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.368 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 08:19:44.369 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.369 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8198, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198 08:19:44.370 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.370 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.370 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 08:19:44.371 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.371 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8199, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8199 08:19:44.371 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8199 for coap 08:19:44.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7] send request 08:19:44.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L7] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:19:44.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L7] added with generated mid KeyMID[127.0.0.1:8198-40827], CON-POST MID=40827, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:19:44.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L7] added with generated token KeyToken[127.0.0.1:8198-80EFD607F0D8CAA0], CON-POST MID=40827, Token=80EFD607F0D8CAA0, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:19:44.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8198-40827], KeyToken[127.0.0.1:8198-80EFD607F0D8CAA0]] 08:19:44.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8198 08:19:44.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T37) 127.0.0.1:8,199 ==> :8,198 [CON-POST MID=40827, Token=80EFD607F0D8CAA0, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C] 08:19:44.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8198) received 49 bytes from 127.0.0.1:8199 08:19:44.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8199-40827] 08:19:44.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8] replace CON-POST MID=40827, Token=80EFD607F0D8CAA0, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=40827, Token=80EFD607F0D8CAA0, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:19:44.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8] send response NON-2.05 MID=40827, Token=null, OptionSet={}, "server responds hi" 08:19:44.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, complete]! 08:19:44.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, complete] completed NON-2.04 MID=40827, Token=80EFD607F0D8CAA0, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes! 08:19:44.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8199 08:19:44.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T40) 127.0.0.1:8,198 ==> :8,199 [NON-2.04 MID=40827, Token=80EFD607F0D8CAA0, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes] 08:19:44.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8199) received 50 bytes from 127.0.0.1:8198 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-40827] 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, complete]! 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L7, complete] for token KeyToken[127.0.0.1:8198-80EFD607F0D8CAA0] 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L7, complete] for MID KeyMID[127.0.0.1:8198-40827] 08:19:44.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L7, complete] completed CON-POST MID= -1, Token=80EFD607F0D8CAA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=40827, Token=80EFD607F0D8CAA0, OptionSet={"Object-Security":0x090002}, acked 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C! client received response 08:19:44.378 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 08:19:44.378 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198 08:19:44.378 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ... 08:19:44.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1 08:19:44.378 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped. 08:19:44.378 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198 08:19:44.378 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:19:44.378 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:44.379 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 08:19:44.379 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8199 08:19:44.379 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8199 08:19:44.379 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] stopping ... 08:19:44.379 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /0.0.0.0 08:19:44.379 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] has stopped. 08:19:44.379 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8199 Start OSCoreAlgorithmsTest 08:19:44.380 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 08:19:44.380 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:44.380 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.ContextRederivationTest Start ContextRederivationTest 08:19:44.382 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.382 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.382 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.382 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.383 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.383 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.383 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.383 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.383 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.384 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 08:19:44.384 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.384 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8200, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.384 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.384 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200 08:19:44.387 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.387 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.387 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.387 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.387 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.387 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 08:19:44.388 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.388 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8201, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.388 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.388 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8201 08:19:44.388 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8201 for coap 08:19:44.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_INITIATE (client will initiate context re-derivation) 08:19:44.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Auxiliary Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L10] send request 08:19:44.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L10] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:19:44.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:19:44.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L10] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x190009485F48354BC48DC710}, 0B 7C 3A DB 3D D1 3D 4C 7C B4 37 99 D0 F3 4A EE 7A AF EE 96 06 85 8F 5C C8 E6 FA 0E 2C CA F4 DB 08:19:44.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L10] added with generated mid KeyMID[127.0.0.1:8200-35524], CON-POST MID=35524, Token=null, OptionSet={"Object-Security":0x190009485F48354BC48DC710}, 0B 7C 3A DB 3D D1 3D 4C 7C B4 37 99 D0 F3 4A EE 7A AF EE 96 06 85 8F 5C C8 E6 FA 0E 2C CA F4 DB 08:19:44.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L10] added with generated token KeyToken[127.0.0.1:8200-80DF90EDB5A7D8A5], CON-POST MID=35524, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x190009485F48354BC48DC710}, 0B 7C 3A DB 3D D1 3D 4C 7C B4 37 99 D0 F3 4A EE 7A AF EE 96 06 85 8F 5C C8 E6 FA 0E 2C CA F4 DB 08:19:44.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-35524], KeyToken[127.0.0.1:8200-80DF90EDB5A7D8A5]] 08:19:44.394 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8200 08:19:44.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=35524, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x190009485F48354BC48DC710}, 0B 7C 3A DB 3D D1 3D 4C 7C B4 37 99 D0 F3 4A EE 7A AF EE 96 06 85 8F 5C C8 E6 FA 0E 2C CA F4 DB] 08:19:44.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 58 bytes from 127.0.0.1:8201 08:19:44.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35524] 08:19:44.395 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.395 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11] replace CON-POST MID=35524, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=35524, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:19:44.396 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8201 08:19:44.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R11] send response null-4.04 MID= -1, Token=null, OptionSet={}, 08:19:44.397 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 08:19:44.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, complete]! 08:19:44.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R11, complete] completed ACK-2.04 MID=35524, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x101150F831679F8D1901382E77DD34888BB640}, F1 7F 75 8E 8E ED F5 91 95! 08:19:44.398 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201 08:19:44.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=35524, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x101150F831679F8D1901382E77DD34888BB640}, F1 7F 75 8E 8E ED F5 91 95] 08:19:44.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 43 bytes from 127.0.0.1:8200 08:19:44.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_1 (client has sent the first request in the procedure and is receving the response) 08:19:44.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.04 MID=35524, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x101150F831679F8D1901382E77DD34888BB640}, : 08:19:44.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L10, complete]! 08:19:44.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L10, complete] for token KeyToken[127.0.0.1:8200-80DF90EDB5A7D8A5] 08:19:44.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L10, complete] for MID KeyMID[127.0.0.1:8200-35524] 08:19:44.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L10, complete] completed CON-GET MID= -1, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=35524, Token=80DF90EDB5A7D8A5, OptionSet={"Object-Security":0x190009485F48354BC48DC710}, acked 0B 7C 3A DB 3D D1 3D 4C 7C B4 37 99 D0 F3 4A EE 7A AF EE 96 06 85 8F 5C C8 E6 FA 0E 2C CA F4 DB! 08:19:44.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Original Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9] send request 08:19:44.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 08:19:44.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A5818F831679F8D1901382E77DD34888BB640ADC854C49A84E77E}, 89 8B 93 00 30 B5 2B D3 30 FE 74 AE DA 32 C7 08:19:44.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9] added with generated mid KeyMID[127.0.0.1:8200-35525], CON-POST MID=35525, Token=null, OptionSet={"Object-Security":0x19001A5818F831679F8D1901382E77DD34888BB640ADC854C49A84E77E}, 89 8B 93 00 30 B5 2B D3 30 FE 74 AE DA 32 C7 08:19:44.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9] added with generated token KeyToken[127.0.0.1:8200-CCE746F923CE5D9E], CON-POST MID=35525, Token=CCE746F923CE5D9E, OptionSet={"Object-Security":0x19001A5818F831679F8D1901382E77DD34888BB640ADC854C49A84E77E}, 89 8B 93 00 30 B5 2B D3 30 FE 74 AE DA 32 C7 08:19:44.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-35525], KeyToken[127.0.0.1:8200-CCE746F923CE5D9E]] 08:19:44.404 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8200 08:19:44.404 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E11,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=35525, Token=CCE746F923CE5D9E, OptionSet={"Object-Security":0x19001A5818F831679F8D1901382E77DD34888BB640ADC854C49A84E77E}, 89 8B 93 00 30 B5 2B D3 30 FE 74 AE DA 32 C7] 08:19:44.404 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 59 bytes from 127.0.0.1:8201 08:19:44.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35525] 08:19:44.405 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.405 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.405 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 08:19:44.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12] replace CON-POST MID=35525, Token=CCE746F923CE5D9E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=35525, Token=CCE746F923CE5D9E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.410 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 08:19:44.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, complete]! 08:19:44.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, complete] completed ACK-2.04 MID=35525, Token=CCE746F923CE5D9E, OptionSet={"Object-Security":0x}, 62 EF 90 AE 0F 49 36 3A C0 6A AB 3C BB F9 4D 32 F7 F7 97 7C 0F 5F! 08:19:44.410 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8201 08:19:44.411 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=35525, Token=CCE746F923CE5D9E, OptionSet={"Object-Security":0x}, 62 EF 90 AE 0F 49 36 3A C0 6A AB 3C BB F9 4D 32 F7 F7 97 7C 0F 5F] 08:19:44.411 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 36 bytes from 127.0.0.1:8200 08:19:44.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 08:19:44.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, complete]! 08:19:44.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, complete] for token KeyToken[127.0.0.1:8200-CCE746F923CE5D9E] 08:19:44.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, complete] for MID KeyMID[127.0.0.1:8200-35525] 08:19:44.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L9, complete] completed CON-GET MID= -1, Token=CCE746F923CE5D9E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=35525, Token=CCE746F923CE5D9E, OptionSet={"Object-Security":0x19001A5818F831679F8D1901382E77DD34888BB640ADC854C49A84E77E}, acked 89 8B 93 00 30 B5 2B D3 30 FE 74 AE DA 32 C7! ==[ CoAP Response ]============================================ MID : 35525 Token : CCE746F923CE5D9E Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 22 ms Payload: 12 Bytes =============================================================== 08:19:44.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:19:44.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 2F 39 3B EB 08 E0 32 80 0B D7 83 F3 A4 7D 0E 08:19:44.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8200-35526], CON-POST MID=35526, Token=null, OptionSet={"Object-Security":0x0901}, 2F 39 3B EB 08 E0 32 80 0B D7 83 F3 A4 7D 0E 08:19:44.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated token KeyToken[127.0.0.1:8200-B85D2A250426367C], CON-POST MID=35526, Token=B85D2A250426367C, OptionSet={"Object-Security":0x0901}, 2F 39 3B EB 08 E0 32 80 0B D7 83 F3 A4 7D 0E 08:19:44.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-35526], KeyToken[127.0.0.1:8200-B85D2A250426367C]] 08:19:44.418 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8200 08:19:44.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E13,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=35526, Token=B85D2A250426367C, OptionSet={"Object-Security":0x0901}, 2F 39 3B EB 08 E0 32 80 0B D7 83 F3 A4 7D 0E] 08:19:44.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 31 bytes from 127.0.0.1:8201 08:19:44.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35526] 08:19:44.418 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.418 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14] replace CON-POST MID=35526, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=35526, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, complete]! 08:19:44.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, complete] completed ACK-2.04 MID=35526, Token=B85D2A250426367C, OptionSet={"Object-Security":0x}, 94 D2 AB D6 F8 EC 48 70 08 46 31 28 21 53 97 1E A6 1D D8 74 0F 7D! 08:19:44.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8201 08:19:44.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=35526, Token=B85D2A250426367C, OptionSet={"Object-Security":0x}, 94 D2 AB D6 F8 EC 48 70 08 46 31 28 21 53 97 1E A6 1D D8 74 0F 7D] 08:19:44.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 36 bytes from 127.0.0.1:8200 08:19:44.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, complete]! 08:19:44.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, complete] for token KeyToken[127.0.0.1:8200-B85D2A250426367C] 08:19:44.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, complete] for MID KeyMID[127.0.0.1:8200-35526] 08:19:44.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, complete] completed CON-GET MID= -1, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=35526, Token=B85D2A250426367C, OptionSet={"Object-Security":0x0901}, acked 2F 39 3B EB 08 E0 32 80 0B D7 83 F3 A4 7D 0E! ==[ CoAP Response ]============================================ MID : 35526 Token : B85D2A250426367C Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 37 ms Payload: 12 Bytes =============================================================== 08:19:44.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15] send request 08:19:44.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L15] prepare retransmission for CON-GET MID= -1, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15] replace CON-GET MID= -1, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=B85D2A250426367C, OptionSet={"Object-Security":0x0902}, 70 F4 E1 E8 80 00 92 5C E5 4F 37 74 81 49 87 08:19:44.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15] added with generated mid KeyMID[127.0.0.1:8200-35527], CON-POST MID=35527, Token=B85D2A250426367C, OptionSet={"Object-Security":0x0902}, 70 F4 E1 E8 80 00 92 5C E5 4F 37 74 81 49 87 08:19:44.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L15] added with token KeyToken[127.0.0.1:8200-B85D2A250426367C], CON-POST MID=35527, Token=B85D2A250426367C, OptionSet={"Object-Security":0x0902}, 70 F4 E1 E8 80 00 92 5C E5 4F 37 74 81 49 87 08:19:44.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-35527], KeyToken[127.0.0.1:8200-B85D2A250426367C]] 08:19:44.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8200 08:19:44.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E15,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=35527, Token=B85D2A250426367C, OptionSet={"Object-Security":0x0902}, 70 F4 E1 E8 80 00 92 5C E5 4F 37 74 81 49 87] 08:19:44.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 31 bytes from 127.0.0.1:8201 08:19:44.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-35527] 08:19:44.457 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.457 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16] replace CON-POST MID=35527, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=35527, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, complete]! 08:19:44.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, complete] completed ACK-2.04 MID=35527, Token=B85D2A250426367C, OptionSet={"Object-Security":0x}, 32 D7 06 0F 53 02 06 E1 17 6F 70 C5 7D 0B 00 3E 9F 6D 98 A5 39 AB! 08:19:44.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8201 08:19:44.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=35527, Token=B85D2A250426367C, OptionSet={"Object-Security":0x}, 32 D7 06 0F 53 02 06 E1 17 6F 70 C5 7D 0B 00 3E 9F 6D 98 A5 39 AB] 08:19:44.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 36 bytes from 127.0.0.1:8200 08:19:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, complete]! 08:19:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, complete] for token KeyToken[127.0.0.1:8200-B85D2A250426367C] 08:19:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, complete] for MID KeyMID[127.0.0.1:8200-35527] 08:19:44.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L15, complete] completed CON-GET MID= -1, Token=B85D2A250426367C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=35527, Token=B85D2A250426367C, OptionSet={"Object-Security":0x0902}, acked 70 F4 E1 E8 80 00 92 5C E5 4F 37 74 81 49 87! ==[ CoAP Response ]============================================ MID : 35527 Token : B85D2A250426367C Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 12 Bytes =============================================================== 08:19:44.461 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.461 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200 08:19:44.461 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200 08:19:44.461 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ... 08:19:44.461 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1 08:19:44.461 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped. 08:19:44.462 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200 08:19:44.462 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 08:19:44.462 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.462 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.462 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.463 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.463 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.463 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.463 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.463 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.464 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 08:19:44.464 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.464 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8202, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.474 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8202 08:19:44.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17] send request 08:19:44.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L17] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:19:44.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17] added with generated mid KeyMID[127.0.0.1:8202-55683], CON-POST MID=55683, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:19:44.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L17] added with generated token KeyToken[127.0.0.1:8202-802D5343C65EF7A1], CON-POST MID=55683, Token=802D5343C65EF7A1, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:19:44.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-55683], KeyToken[127.0.0.1:8202-802D5343C65EF7A1]] 08:19:44.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8202 08:19:44.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E17,T53) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=55683, Token=802D5343C65EF7A1, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 08:19:44.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 31 bytes from 127.0.0.1:8201 08:19:44.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55683] 08:19:44.478 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.478 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.479 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 08:19:44.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18] replace CON-POST MID=55683, Token=802D5343C65EF7A1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=55683, Token=802D5343C65EF7A1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.480 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 08:19:44.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, complete]! 08:19:44.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, complete] completed ACK-2.04 MID=55683, Token=802D5343C65EF7A1, OptionSet={"Object-Security":0x1011504306097CD70A60E85FAD27E88A7B8E50}, 99 B7 1C 9E 21 2C 9C F7 1E 21 8A 08 7D 9B B4 84 C9 66 46 90 DE 89! 08:19:44.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 56 bytes to 127.0.0.1:8201 08:19:44.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T48) 127.0.0.1:8,202 ==> :8,201 [ACK-2.04 MID=55683, Token=802D5343C65EF7A1, OptionSet={"Object-Security":0x1011504306097CD70A60E85FAD27E88A7B8E50}, 99 B7 1C 9E 21 2C 9C F7 1E 21 8A 08 7D 9B B4 84 C9 66 46 90 DE 89] 08:19:44.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 56 bytes from 127.0.0.1:8202 08:19:44.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, complete]! 08:19:44.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, complete] for token KeyToken[127.0.0.1:8202-802D5343C65EF7A1] 08:19:44.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L17, complete] for MID KeyMID[127.0.0.1:8202-55683] 08:19:44.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L17, complete] completed CON-GET MID= -1, Token=802D5343C65EF7A1, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=55683, Token=802D5343C65EF7A1, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 55683 Token : 802D5343C65EF7A1 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x1011504306097CD70A60E85FAD27E88A7B8E50} RTT : 6 ms Payload: 12 Bytes =============================================================== 08:19:44.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19] send request 08:19:44.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L19] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 08:19:44.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A58184306097CD70A60E85FAD27E88A7B8E507DA8F6EBFA054D03}, 8F 35 D5 44 2A 53 39 AB 44 01 40 13 2C B4 BA 08:19:44.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19] added with generated mid KeyMID[127.0.0.1:8202-55684], CON-POST MID=55684, Token=null, OptionSet={"Object-Security":0x19001A58184306097CD70A60E85FAD27E88A7B8E507DA8F6EBFA054D03}, 8F 35 D5 44 2A 53 39 AB 44 01 40 13 2C B4 BA 08:19:44.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L19] added with generated token KeyToken[127.0.0.1:8202-C8F38F683AD68021], CON-POST MID=55684, Token=C8F38F683AD68021, OptionSet={"Object-Security":0x19001A58184306097CD70A60E85FAD27E88A7B8E507DA8F6EBFA054D03}, 8F 35 D5 44 2A 53 39 AB 44 01 40 13 2C B4 BA 08:19:44.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-55684], KeyToken[127.0.0.1:8202-C8F38F683AD68021]] 08:19:44.487 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8202 08:19:44.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E19,T53) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=55684, Token=C8F38F683AD68021, OptionSet={"Object-Security":0x19001A58184306097CD70A60E85FAD27E88A7B8E507DA8F6EBFA054D03}, 8F 35 D5 44 2A 53 39 AB 44 01 40 13 2C B4 BA] 08:19:44.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 59 bytes from 127.0.0.1:8201 08:19:44.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-55684] 08:19:44.488 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.488 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.488 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 08:19:44.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20] replace CON-POST MID=55684, Token=C8F38F683AD68021, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=55684, Token=C8F38F683AD68021, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.489 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 08:19:44.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, complete]! 08:19:44.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, complete] completed ACK-2.04 MID=55684, Token=C8F38F683AD68021, OptionSet={"Object-Security":0x}, FD 9F 2B ED 37 76 E8 DA 4C DC 3A FA 00 C4 7D DE B5 32 A4 26 6B EB! 08:19:44.490 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8201 08:19:44.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T48) 127.0.0.1:8,202 ==> :8,201 [ACK-2.04 MID=55684, Token=C8F38F683AD68021, OptionSet={"Object-Security":0x}, FD 9F 2B ED 37 76 E8 DA 4C DC 3A FA 00 C4 7D DE B5 32 A4 26 6B EB] 08:19:44.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 36 bytes from 127.0.0.1:8202 08:19:44.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 08:19:44.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, complete]! 08:19:44.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, complete] for token KeyToken[127.0.0.1:8202-C8F38F683AD68021] 08:19:44.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L19, complete] for MID KeyMID[127.0.0.1:8202-55684] 08:19:44.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L19, complete] completed CON-GET MID= -1, Token=C8F38F683AD68021, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=55684, Token=C8F38F683AD68021, OptionSet={"Object-Security":0x19001A58184306097CD70A60E85FAD27E88A7B8E507DA8F6EBFA054D03}, acked 8F 35 D5 44 2A 53 39 AB 44 01 40 13 2C B4 BA! ==[ CoAP Response ]============================================ MID : 55684 Token : C8F38F683AD68021 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 6 ms Payload: 12 Bytes =============================================================== 08:19:44.492 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.492 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8202 08:19:44.492 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8202 08:19:44.492 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] stopping ... 08:19:44.492 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /127.0.0.1 08:19:44.492 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] has stopped. 08:19:44.492 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8202 08:19:44.492 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 08:19:44.492 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:44.493 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8201 08:19:44.493 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8201 08:19:44.493 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] stopping ... 08:19:44.493 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /0.0.0.0 08:19:44.493 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] has stopped. 08:19:44.493 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8201 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.ByteIdTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest [INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.oscore.HashMapCtxDBTest [INFO] Running org.eclipse.californium.oscore.OptionJuggleTest 08:19:44.503 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.oscore.OptionJuggleTest [INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest 08:19:44.552 [main] INFO org.eclipse.californium.elements.config.Configuration - loading properties from file /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/Californium3.properties 08:19:44.554 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Input master secret is null [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.californium.oscore.OSCoreCtxTest [INFO] Running org.eclipse.californium.oscore.OSCoreTest 08:19:44.559 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.559 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.561 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.561 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.561 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.561 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.562 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.562 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.562 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 08:19:44.562 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:19:44.563 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.563 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.563 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.563 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.563 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.563 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid 08:19:44.563 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.564 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.565 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.565 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.565 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.565 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.565 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.574 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.574 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 14 40 The predicted AAD: 85 1 81 a 41 0 41 14 40 08:19:44.575 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.575 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.576 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.577 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.578 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.578 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.579 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.579 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context 08:19:44.579 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:19:44.579 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.579 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated AAD: 85 1 81 a 41 0 41 0 40 The predicted AAD: 85 1 81 a 41 0 41 0 40 08:19:44.581 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.581 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed The predicted nonce: bf 35 ae 29 7d 2d ac e9 10 c5 2e 99 ed 08:19:44.582 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.583 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.584 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.584 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.584 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.585 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.585 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.587 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context 08:19:44.587 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.588 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.589 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.589 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.589 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.589 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.589 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.590 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.590 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.590 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length The generated nonce: 6 0 c b b b b 3 5 5 3 d f The predicted nonce: 6 0 c b b b b 3 5 5 3 d f 08:19:44.591 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.591 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.592 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.592 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.593 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file 08:19:44.593 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.594 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.594 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.594 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.595 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.595 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.595 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.californium.oscore.OSCoreTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 08:19:44.596 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 08:19:44.596 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 08:19:44.597 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 08:19:44.597 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 08:19:44.598 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 08:19:44.598 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 08:19:44.599 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 08:19:44.599 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 08:19:44.600 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.oscore.OSSerializerTest [INFO] Running org.eclipse.californium.oscore.EncryptorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.EncryptorTest [INFO] Running org.eclipse.californium.oscore.DecryptorTest 08:19:44.603 [main] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.603 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.603 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.604 [main] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.604 [main] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.604 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.604 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.DecryptorTest [INFO] Running org.eclipse.californium.oscore.ContextRederivationTest Start ContextRederivationTest 08:19:44.605 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.605 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.605 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.605 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.605 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.606 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.606 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.606 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.606 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.606 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 08:19:44.606 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.606 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8203, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.606 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 08:19:44.606 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.607 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.607 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.607 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.607 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.607 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.607 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.607 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.607 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.607 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.607 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 08:19:44.608 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.608 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8204, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.608 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.608 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204 08:19:44.608 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.608 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap 08:19:44.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_INITIATE (client will initiate context re-derivation) 08:19:44.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Auxiliary Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L22] send request 08:19:44.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L22] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:19:44.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:19:44.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x190009482F755063C3715DF7}, 9F 83 EB 9E B7 C1 2C F5 D4 87 AE 61 B6 8A 99 D9 A3 C2 E4 CD 0B 8A E4 D2 9B FA 57 8A 8E 87 E3 25 08:19:44.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L22] added with generated mid KeyMID[127.0.0.1:8203-23859], CON-POST MID=23859, Token=null, OptionSet={"Object-Security":0x190009482F755063C3715DF7}, 9F 83 EB 9E B7 C1 2C F5 D4 87 AE 61 B6 8A 99 D9 A3 C2 E4 CD 0B 8A E4 D2 9B FA 57 8A 8E 87 E3 25 08:19:44.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L22] added with generated token KeyToken[127.0.0.1:8203-3C6B678467C3A602], CON-POST MID=23859, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x190009482F755063C3715DF7}, 9F 83 EB 9E B7 C1 2C F5 D4 87 AE 61 B6 8A 99 D9 A3 C2 E4 CD 0B 8A E4 D2 9B FA 57 8A 8E 87 E3 25 08:19:44.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-23859], KeyToken[127.0.0.1:8203-3C6B678467C3A602]] 08:19:44.611 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8203 08:19:44.611 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E21,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=23859, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x190009482F755063C3715DF7}, 9F 83 EB 9E B7 C1 2C F5 D4 87 AE 61 B6 8A 99 D9 A3 C2 E4 CD 0B 8A E4 D2 9B FA 57 8A 8E 87 E3 25] 08:19:44.611 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 58 bytes from 127.0.0.1:8204 08:19:44.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-23859] 08:19:44.611 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.611 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.612 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23] replace CON-POST MID=23859, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, by CON-GET MID=23859, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, 08:19:44.612 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8204 08:19:44.612 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R23] send response null-4.04 MID= -1, Token=null, OptionSet={}, 08:19:44.612 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 08:19:44.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, complete]! 08:19:44.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R23, complete] completed ACK-2.04 MID=23859, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x101150DA5CB78E5FA3393EEFDC81F2C98DB290}, 07 6D 1E A6 C3 DA 17 0D AF! 08:19:44.614 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8204 08:19:44.614 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=23859, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x101150DA5CB78E5FA3393EEFDC81F2C98DB290}, 07 6D 1E A6 C3 DA 17 0D AF] 08:19:44.614 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 43 bytes from 127.0.0.1:8203 08:19:44.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_1 (client has sent the first request in the procedure and is receving the response) 08:19:44.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.04 MID=23859, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x101150DA5CB78E5FA3393EEFDC81F2C98DB290}, : 08:19:44.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, complete]! 08:19:44.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L22, complete] for token KeyToken[127.0.0.1:8203-3C6B678467C3A602] 08:19:44.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L22, complete] for MID KeyMID[127.0.0.1:8203-23859] 08:19:44.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L22, complete] completed CON-GET MID= -1, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, -/- CON-POST MID=23859, Token=3C6B678467C3A602, OptionSet={"Object-Security":0x190009482F755063C3715DF7}, acked 9F 83 EB 9E B7 C1 2C F5 D4 87 AE 61 B6 8A 99 D9 A3 C2 E4 CD 0B 8A E4 D2 9B FA 57 8A 8E 87 E3 25! 08:19:44.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Original Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21] send request 08:19:44.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 08:19:44.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A5818DA5CB78E5FA3393EEFDC81F2C98DB2903F542E26FC7D9145}, 7E E0 8B ED EB 0C 0E 05 72 55 5A D2 A4 4B 1D 08:19:44.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21] added with generated mid KeyMID[127.0.0.1:8203-23860], CON-POST MID=23860, Token=null, OptionSet={"Object-Security":0x19001A5818DA5CB78E5FA3393EEFDC81F2C98DB2903F542E26FC7D9145}, 7E E0 8B ED EB 0C 0E 05 72 55 5A D2 A4 4B 1D 08:19:44.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L21] added with generated token KeyToken[127.0.0.1:8203-8CE570816CDFBD57], CON-POST MID=23860, Token=8CE570816CDFBD57, OptionSet={"Object-Security":0x19001A5818DA5CB78E5FA3393EEFDC81F2C98DB2903F542E26FC7D9145}, 7E E0 8B ED EB 0C 0E 05 72 55 5A D2 A4 4B 1D 08:19:44.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-23860], KeyToken[127.0.0.1:8203-8CE570816CDFBD57]] 08:19:44.618 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8203 08:19:44.618 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=23860, Token=8CE570816CDFBD57, OptionSet={"Object-Security":0x19001A5818DA5CB78E5FA3393EEFDC81F2C98DB2903F542E26FC7D9145}, 7E E0 8B ED EB 0C 0E 05 72 55 5A D2 A4 4B 1D] 08:19:44.618 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 59 bytes from 127.0.0.1:8204 08:19:44.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-23860] 08:19:44.618 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.618 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.618 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 08:19:44.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24] replace CON-POST MID=23860, Token=8CE570816CDFBD57, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=23860, Token=8CE570816CDFBD57, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.619 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 08:19:44.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, complete]! 08:19:44.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, complete] completed ACK-2.04 MID=23860, Token=8CE570816CDFBD57, OptionSet={"Object-Security":0x}, 36 B8 38 3E B5 79 7D 60 5A 0B C8 86 74 96 B7 03 EE CF 73 A7 FF 88! 08:19:44.620 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 08:19:44.620 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=23860, Token=8CE570816CDFBD57, OptionSet={"Object-Security":0x}, 36 B8 38 3E B5 79 7D 60 5A 0B C8 86 74 96 B7 03 EE CF 73 A7 FF 88] 08:19:44.620 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8203 08:19:44.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 08:19:44.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, complete]! 08:19:44.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, complete] for token KeyToken[127.0.0.1:8203-8CE570816CDFBD57] 08:19:44.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L21, complete] for MID KeyMID[127.0.0.1:8203-23860] 08:19:44.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L21, complete] completed CON-GET MID= -1, Token=8CE570816CDFBD57, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=23860, Token=8CE570816CDFBD57, OptionSet={"Object-Security":0x19001A5818DA5CB78E5FA3393EEFDC81F2C98DB2903F542E26FC7D9145}, acked 7E E0 8B ED EB 0C 0E 05 72 55 5A D2 A4 4B 1D! ==[ CoAP Response ]============================================ MID : 23860 Token : 8CE570816CDFBD57 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 12 ms Payload: 12 Bytes =============================================================== 08:19:44.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25] send request 08:19:44.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, CD 6B B7 D9 8B 46 95 8D 39 3D 4B 6B 09 B1 74 08:19:44.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25] added with generated mid KeyMID[127.0.0.1:8203-23861], CON-POST MID=23861, Token=null, OptionSet={"Object-Security":0x0901}, CD 6B B7 D9 8B 46 95 8D 39 3D 4B 6B 09 B1 74 08:19:44.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25] added with generated token KeyToken[127.0.0.1:8203-C0FC797F9B7F10D6], CON-POST MID=23861, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x0901}, CD 6B B7 D9 8B 46 95 8D 39 3D 4B 6B 09 B1 74 08:19:44.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-23861], KeyToken[127.0.0.1:8203-C0FC797F9B7F10D6]] 08:19:44.653 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203 08:19:44.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=23861, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x0901}, CD 6B B7 D9 8B 46 95 8D 39 3D 4B 6B 09 B1 74] 08:19:44.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 31 bytes from 127.0.0.1:8204 08:19:44.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-23861] 08:19:44.653 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.653 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26] replace CON-POST MID=23861, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=23861, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, complete]! 08:19:44.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, complete] completed ACK-2.04 MID=23861, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x}, DF 5F 84 01 EA C3 74 44 86 C4 46 3C 31 08 B1 14 46 8D 3E 41 D9 6A! 08:19:44.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 08:19:44.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=23861, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x}, DF 5F 84 01 EA C3 74 44 86 C4 46 3C 31 08 B1 14 46 8D 3E 41 D9 6A] 08:19:44.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8203 08:19:44.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, complete]! 08:19:44.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, complete] for token KeyToken[127.0.0.1:8203-C0FC797F9B7F10D6] 08:19:44.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, complete] for MID KeyMID[127.0.0.1:8203-23861] 08:19:44.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L25, complete] completed CON-GET MID= -1, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=23861, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x0901}, acked CD 6B B7 D9 8B 46 95 8D 39 3D 4B 6B 09 B1 74! ==[ CoAP Response ]============================================ MID : 23861 Token : C0FC797F9B7F10D6 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 33 ms Payload: 12 Bytes =============================================================== 08:19:44.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27] send request 08:19:44.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27] prepare retransmission for CON-GET MID= -1, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27] replace CON-GET MID= -1, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x0902}, 13 B1 16 48 C9 C0 2F C5 6D 07 68 7B 2E 24 A6 08:19:44.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27] added with generated mid KeyMID[127.0.0.1:8203-23862], CON-POST MID=23862, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x0902}, 13 B1 16 48 C9 C0 2F C5 6D 07 68 7B 2E 24 A6 08:19:44.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27] added with token KeyToken[127.0.0.1:8203-C0FC797F9B7F10D6], CON-POST MID=23862, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x0902}, 13 B1 16 48 C9 C0 2F C5 6D 07 68 7B 2E 24 A6 08:19:44.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-23862], KeyToken[127.0.0.1:8203-C0FC797F9B7F10D6]] 08:19:44.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203 08:19:44.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST MID=23862, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x0902}, 13 B1 16 48 C9 C0 2F C5 6D 07 68 7B 2E 24 A6] 08:19:44.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 31 bytes from 127.0.0.1:8204 08:19:44.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-23862] 08:19:44.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28] replace CON-POST MID=23862, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=23862, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, complete]! 08:19:44.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, complete] completed ACK-2.04 MID=23862, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x}, DE 6C 28 06 BB 31 91 CC 9C FC 32 8E 6E 2A 44 26 FB CF 4C FB 2E 72! 08:19:44.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 08:19:44.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04 MID=23862, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x}, DE 6C 28 06 BB 31 91 CC 9C FC 32 8E 6E 2A 44 26 FB CF 4C FB 2E 72] 08:19:44.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8203 08:19:44.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, complete]! 08:19:44.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, complete] for token KeyToken[127.0.0.1:8203-C0FC797F9B7F10D6] 08:19:44.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, complete] for MID KeyMID[127.0.0.1:8203-23862] 08:19:44.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L27, complete] completed CON-GET MID= -1, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=23862, Token=C0FC797F9B7F10D6, OptionSet={"Object-Security":0x0902}, acked 13 B1 16 48 C9 C0 2F C5 6D 07 68 7B 2E 24 A6! ==[ CoAP Response ]============================================ MID : 23862 Token : C0FC797F9B7F10D6 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 12 Bytes =============================================================== 08:19:44.663 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.663 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 08:19:44.663 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 08:19:44.663 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 08:19:44.663 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 08:19:44.663 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 08:19:44.663 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 08:19:44.663 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest Start ContextRederivationTest 08:19:44.664 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.664 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.664 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.664 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.664 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.665 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.665 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.665 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 08:19:44.665 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.665 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8205, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205 08:19:44.665 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29] send request 08:19:44.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:19:44.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29] added with generated mid KeyMID[127.0.0.1:8205-28414], CON-POST MID=28414, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:19:44.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29] added with generated token KeyToken[127.0.0.1:8205-2C1B091C1F6C9C2F], CON-POST MID=28414, Token=2C1B091C1F6C9C2F, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42 08:19:44.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-28414], KeyToken[127.0.0.1:8205-2C1B091C1F6C9C2F]] 08:19:44.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8205 08:19:44.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T66) 127.0.0.1:8,204 ==> :8,205 [CON-POST MID=28414, Token=2C1B091C1F6C9C2F, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42] 08:19:44.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 31 bytes from 127.0.0.1:8204 08:19:44.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-28414] 08:19:44.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation) 08:19:44.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30] replace CON-POST MID=28414, Token=2C1B091C1F6C9C2F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=28414, Token=2C1B091C1F6C9C2F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R30] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.670 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_1 (server has received the first request in the procedure and is sending the response) 08:19:44.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, complete]! 08:19:44.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, complete] completed ACK-2.04 MID=28414, Token=2C1B091C1F6C9C2F, OptionSet={"Object-Security":0x101150FC1988E6563B6BA94C09B17D3DCF2591}, F9 4D 51 9B 0D 7E 3E DE 26 03 21 25 23 27 0C 78 9C BD BD 1E 8D E9! 08:19:44.671 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 56 bytes to 127.0.0.1:8204 08:19:44.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T61) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04 MID=28414, Token=2C1B091C1F6C9C2F, OptionSet={"Object-Security":0x101150FC1988E6563B6BA94C09B17D3DCF2591}, F9 4D 51 9B 0D 7E 3E DE 26 03 21 25 23 27 0C 78 9C BD BD 1E 8D E9] 08:19:44.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 56 bytes from 127.0.0.1:8205 08:19:44.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: INACTIVE (client/server context re-derivation inactive) 08:19:44.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, complete]! 08:19:44.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, complete] for token KeyToken[127.0.0.1:8205-2C1B091C1F6C9C2F] 08:19:44.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, complete] for MID KeyMID[127.0.0.1:8205-28414] 08:19:44.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L29, complete] completed CON-GET MID= -1, Token=2C1B091C1F6C9C2F, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=28414, Token=2C1B091C1F6C9C2F, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42! ==[ CoAP Response ]============================================ MID : 28414 Token : 2C1B091C1F6C9C2F Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x101150FC1988E6563B6BA94C09B17D3DCF2591} RTT : 5 ms Payload: 12 Bytes =============================================================== 08:19:44.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31] send request 08:19:44.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L31] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_2 (client is sending the second request in the procedure) 08:19:44.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, 08:19:44.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x19001A5818FC1988E6563B6BA94C09B17D3DCF2591BA6C33F425970359}, 82 8D EF FD 11 BB 76 5D 13 C2 A7 A2 27 63 2C 08:19:44.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31] added with generated mid KeyMID[127.0.0.1:8205-28415], CON-POST MID=28415, Token=null, OptionSet={"Object-Security":0x19001A5818FC1988E6563B6BA94C09B17D3DCF2591BA6C33F425970359}, 82 8D EF FD 11 BB 76 5D 13 C2 A7 A2 27 63 2C 08:19:44.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L31] added with generated token KeyToken[127.0.0.1:8205-F45BA6BA69B7D489], CON-POST MID=28415, Token=F45BA6BA69B7D489, OptionSet={"Object-Security":0x19001A5818FC1988E6563B6BA94C09B17D3DCF2591BA6C33F425970359}, 82 8D EF FD 11 BB 76 5D 13 C2 A7 A2 27 63 2C 08:19:44.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-28415], KeyToken[127.0.0.1:8205-F45BA6BA69B7D489]] 08:19:44.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8205 08:19:44.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T66) 127.0.0.1:8,204 ==> :8,205 [CON-POST MID=28415, Token=F45BA6BA69B7D489, OptionSet={"Object-Security":0x19001A5818FC1988E6563B6BA94C09B17D3DCF2591BA6C33F425970359}, 82 8D EF FD 11 BB 76 5D 13 C2 A7 A2 27 63 2C] 08:19:44.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 59 bytes from 127.0.0.1:8204 08:19:44.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-28415] 08:19:44.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_2 (server is receiving the second request in the procedure) 08:19:44.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32] replace CON-POST MID=28415, Token=F45BA6BA69B7D489, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, by CON-GET MID=28415, Token=F45BA6BA69B7D489, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, Accessing hello resource 08:19:44.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32] send response null-2.05 MID= -1, Token=null, OptionSet={}, "Hello World!" 08:19:44.677 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_PHASE_3 (server has sent the second response in the procedure and is concluding) 08:19:44.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, complete]! 08:19:44.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, complete] completed ACK-2.04 MID=28415, Token=F45BA6BA69B7D489, OptionSet={"Object-Security":0x}, 94 96 82 CF EA 57 E3 CF 4A 62 5F AB 61 7A 7C 27 E1 1A FC F7 17 B9! 08:19:44.678 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204 08:19:44.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T61) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04 MID=28415, Token=F45BA6BA69B7D489, OptionSet={"Object-Security":0x}, 94 96 82 CF EA 57 E3 CF 4A 62 5F AB 61 7A 7C 27 E1 1A FC F7 17 B9] 08:19:44.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 36 bytes from 127.0.0.1:8205 08:19:44.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: CLIENT_PHASE_3 (client has received the second response in the procedure and is concluding) 08:19:44.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, complete]! 08:19:44.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, complete] for token KeyToken[127.0.0.1:8205-F45BA6BA69B7D489] 08:19:44.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L31, complete] for MID KeyMID[127.0.0.1:8205-28415] 08:19:44.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L31, complete] completed CON-GET MID= -1, Token=F45BA6BA69B7D489, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, -/- CON-POST MID=28415, Token=F45BA6BA69B7D489, OptionSet={"Object-Security":0x19001A5818FC1988E6563B6BA94C09B17D3DCF2591BA6C33F425970359}, acked 82 8D EF FD 11 BB 76 5D 13 C2 A7 A2 27 63 2C! ==[ CoAP Response ]============================================ MID : 28415 Token : F45BA6BA69B7D489 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 12 Bytes =============================================================== 08:19:44.680 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.680 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205 08:19:44.680 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205 08:19:44.680 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ... 08:19:44.680 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1 08:19:44.681 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped. 08:19:44.681 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205 08:19:44.681 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End ContextRederivationTest 08:19:44.681 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:44.681 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204 08:19:44.681 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204 08:19:44.681 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ... 08:19:44.681 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0 08:19:44.681 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped. 08:19:44.681 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8204 08:19:44.682 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.californium.oscore.ContextRederivationTest [INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest Start OSCoreAlgorithmsTest 08:19:44.683 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.683 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.683 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.683 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.683 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.684 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.684 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.684 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.684 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.684 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 08:19:44.684 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.684 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8206, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.684 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206 08:19:44.685 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.685 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.685 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.685 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.685 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.686 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.686 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.686 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.686 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.686 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 08:19:44.686 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.686 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8207, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.686 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8207 08:19:44.686 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8207 for coap 08:19:44.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33] send request 08:19:44.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:19:44.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33] added with generated mid KeyMID[127.0.0.1:8206-46797], CON-POST MID=46797, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:19:44.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33] added with generated token KeyToken[127.0.0.1:8206-1C5FEDD8BAB97555], CON-POST MID=46797, Token=1C5FEDD8BAB97555, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED 08:19:44.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8206-46797], KeyToken[127.0.0.1:8206-1C5FEDD8BAB97555]] 08:19:44.689 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8206 08:19:44.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T71) 127.0.0.1:8,207 ==> :8,206 [CON-POST MID=46797, Token=1C5FEDD8BAB97555, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED] 08:19:44.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8206) received 41 bytes from 127.0.0.1:8207 08:19:44.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-46797] 08:19:44.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34] replace CON-POST MID=46797, Token=1C5FEDD8BAB97555, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=46797, Token=1C5FEDD8BAB97555, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:19:44.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34] send response NON-2.05 MID=46797, Token=null, OptionSet={}, "server responds hi" 08:19:44.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, complete]! 08:19:44.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, complete] completed NON-2.04 MID=46797, Token=1C5FEDD8BAB97555, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80! 08:19:44.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8207 08:19:44.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T74) 127.0.0.1:8,206 ==> :8,207 [NON-2.04 MID=46797, Token=1C5FEDD8BAB97555, OptionSet={"Object-Security":0x}, 30 ED C4 29 BB C4 6C 43 9E 0B 48 EB AE 14 11 B9 11 73 B1 C6 99 BF 22 0C D0 70 50 80] 08:19:44.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8207) received 42 bytes from 127.0.0.1:8206 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-46797] 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, complete]! 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, complete] for token KeyToken[127.0.0.1:8206-1C5FEDD8BAB97555] 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, complete] for MID KeyMID[127.0.0.1:8206-46797] 08:19:44.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L33, complete] completed CON-POST MID= -1, Token=1C5FEDD8BAB97555, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=46797, Token=1C5FEDD8BAB97555, OptionSet={"Object-Security":0x090002}, acked C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED! client received response 08:19:44.693 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.693 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 08:19:44.693 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206 08:19:44.693 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ... 08:19:44.693 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1 08:19:44.693 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped. 08:19:44.693 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206 08:19:44.693 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:19:44.694 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:44.694 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206 08:19:44.694 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8207 08:19:44.694 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8207 08:19:44.694 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] stopping ... 08:19:44.694 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /0.0.0.0 08:19:44.694 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] has stopped. 08:19:44.694 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8207 Start OSCoreAlgorithmsTest 08:19:44.695 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.695 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.695 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.695 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.696 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.696 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.696 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.697 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.697 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.697 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 08:19:44.697 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.697 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8208, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.697 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.698 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 08:19:44.698 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.698 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.698 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.699 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.699 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.699 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.699 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.699 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.699 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.699 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 08:19:44.699 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.700 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8209, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.700 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.700 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209 08:19:44.700 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8209 for coap 08:19:44.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35] send request 08:19:44.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:19:44.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35] added with generated mid KeyMID[127.0.0.1:8208-35180], CON-POST MID=35180, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:19:44.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35] added with generated token KeyToken[127.0.0.1:8208-784DC95E9ABD500C], CON-POST MID=35180, Token=784DC95E9ABD500C, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50 08:19:44.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-35180], KeyToken[127.0.0.1:8208-784DC95E9ABD500C]] 08:19:44.702 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8208 08:19:44.702 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T79) 127.0.0.1:8,209 ==> :8,208 [CON-POST MID=35180, Token=784DC95E9ABD500C, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50] 08:19:44.702 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 49 bytes from 127.0.0.1:8209 08:19:44.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-35180] 08:19:44.703 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.703 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36] replace CON-POST MID=35180, Token=784DC95E9ABD500C, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=35180, Token=784DC95E9ABD500C, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:19:44.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36] send response NON-2.05 MID=35180, Token=null, OptionSet={}, "server responds hi" 08:19:44.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, complete]! 08:19:44.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, complete] completed NON-2.04 MID=35180, Token=784DC95E9ABD500C, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes! 08:19:44.705 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8209 08:19:44.705 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T82) 127.0.0.1:8,208 ==> :8,209 [NON-2.04 MID=35180, Token=784DC95E9ABD500C, OptionSet={"Object-Security":0x}, 74 CD CC D6 15 27 27 D8 6A DF 53 26 22 26 40 35 DB 98 A4 E6 64 6E E7 5E A6 14 0E 00 B6 56 FC FB..36 bytes] 08:19:44.705 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8209) received 50 bytes from 127.0.0.1:8208 08:19:44.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-35180] 08:19:44.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, complete]! 08:19:44.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, complete] for token KeyToken[127.0.0.1:8208-784DC95E9ABD500C] 08:19:44.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, complete] for MID KeyMID[127.0.0.1:8208-35180] 08:19:44.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L35, complete] completed CON-POST MID= -1, Token=784DC95E9ABD500C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=35180, Token=784DC95E9ABD500C, OptionSet={"Object-Security":0x090002}, acked 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50! client received response 08:19:44.706 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.707 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 08:19:44.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 08:19:44.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 08:19:44.707 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 08:19:44.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 08:19:44.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 08:19:44.707 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:19:44.707 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:44.707 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 08:19:44.707 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209 08:19:44.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209 08:19:44.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ... 08:19:44.707 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0 08:19:44.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped. 08:19:44.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209 Start OSCoreAlgorithmsTest 08:19:44.708 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.708 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.708 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.709 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.709 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.709 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.709 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.709 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.709 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.709 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 08:19:44.709 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.710 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8210, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.710 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.710 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.710 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210 08:19:44.710 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.710 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.710 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.710 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.710 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.711 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.711 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.711 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.711 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.711 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 08:19:44.711 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.711 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8211, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.711 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.711 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.711 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211 08:19:44.711 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap 08:19:44.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37] send request 08:19:44.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:19:44.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37] added with generated mid KeyMID[127.0.0.1:8210-54471], CON-POST MID=54471, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:19:44.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37] added with generated token KeyToken[127.0.0.1:8210-6875C8E0FA8DEA03], CON-POST MID=54471, Token=6875C8E0FA8DEA03, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B 08:19:44.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-54471], KeyToken[127.0.0.1:8210-6875C8E0FA8DEA03]] 08:19:44.714 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8210 08:19:44.714 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T87) 127.0.0.1:8,211 ==> :8,210 [CON-POST MID=54471, Token=6875C8E0FA8DEA03, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B] 08:19:44.714 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8210) received 41 bytes from 127.0.0.1:8211 08:19:44.714 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-54471] 08:19:44.714 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.714 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38] replace CON-POST MID=54471, Token=6875C8E0FA8DEA03, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=54471, Token=6875C8E0FA8DEA03, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:19:44.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38] send response NON-2.05 MID=54471, Token=null, OptionSet={}, "server responds hi" 08:19:44.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, complete]! 08:19:44.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, complete] completed NON-2.04 MID=54471, Token=6875C8E0FA8DEA03, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49! 08:19:44.716 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211 08:19:44.716 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T90) 127.0.0.1:8,210 ==> :8,211 [NON-2.04 MID=54471, Token=6875C8E0FA8DEA03, OptionSet={"Object-Security":0x}, 7F 03 F1 3C 3D 13 92 96 A6 E5 23 94 9C BA A6 84 FD 93 92 4A 1D E3 75 60 DD 59 E8 49] 08:19:44.716 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 42 bytes from 127.0.0.1:8210 08:19:44.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-54471] 08:19:44.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, complete]! 08:19:44.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, complete] for token KeyToken[127.0.0.1:8210-6875C8E0FA8DEA03] 08:19:44.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, complete] for MID KeyMID[127.0.0.1:8210-54471] 08:19:44.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L37, complete] completed CON-POST MID= -1, Token=6875C8E0FA8DEA03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=54471, Token=6875C8E0FA8DEA03, OptionSet={"Object-Security":0x090002}, acked F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B! client received response 08:19:44.718 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.718 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 08:19:44.718 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210 08:19:44.718 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ... 08:19:44.718 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1 08:19:44.718 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped. 08:19:44.718 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210 08:19:44.718 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:19:44.719 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:44.719 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210 08:19:44.719 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211 08:19:44.719 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211 08:19:44.719 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ... 08:19:44.719 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0 08:19:44.719 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped. 08:19:44.719 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211 Start OSCoreAlgorithmsTest 08:19:44.720 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.720 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.720 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.720 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.721 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:44.721 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:44.721 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.721 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.721 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:44.721 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 08:19:44.721 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.722 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8212, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.722 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:44.722 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:44.722 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 08:19:44.722 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:44.722 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:44.722 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:44.722 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:44.723 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:44.723 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:44.723 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:44.723 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:44.723 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:44.723 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 08:19:44.723 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:44.723 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8213, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:44.723 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:44.724 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213 08:19:44.724 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:44.724 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8213 for coap 08:19:44.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39] send request 08:19:44.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:44.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:19:44.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39] added with generated mid KeyMID[127.0.0.1:8212-59060], CON-POST MID=59060, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:19:44.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39] added with generated token KeyToken[127.0.0.1:8212-28520940A25E505B], CON-POST MID=59060, Token=28520940A25E505B, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C 08:19:44.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-59060], KeyToken[127.0.0.1:8212-28520940A25E505B]] 08:19:44.726 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8212 08:19:44.726 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T95) 127.0.0.1:8,213 ==> :8,212 [CON-POST MID=59060, Token=28520940A25E505B, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C] 08:19:44.726 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 49 bytes from 127.0.0.1:8213 08:19:44.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-59060] 08:19:44.726 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:44.726 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:44.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40] replace CON-POST MID=59060, Token=28520940A25E505B, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST MID=59060, Token=28520940A25E505B, OptionSet={"Object-Security":0x}, "client says hi" server received request 08:19:44.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40] send response NON-2.05 MID=59060, Token=null, OptionSet={}, "server responds hi" 08:19:44.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, complete]! 08:19:44.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, complete] completed NON-2.04 MID=59060, Token=28520940A25E505B, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes! 08:19:44.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8213 08:19:44.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T98) 127.0.0.1:8,212 ==> :8,213 [NON-2.04 MID=59060, Token=28520940A25E505B, OptionSet={"Object-Security":0x}, 52 7A FF 39 2F 5E FE 29 9A DC D3 2B EA D7 01 D3 2B 66 72 B4 E0 38 04 87 2C D5 20 04 ED 4E AD F0..36 bytes] 08:19:44.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8213) received 50 bytes from 127.0.0.1:8212 08:19:44.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-59060] 08:19:44.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:44.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:44.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:44.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:44.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, complete]! 08:19:44.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, complete] for token KeyToken[127.0.0.1:8212-28520940A25E505B] 08:19:44.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, complete] for MID KeyMID[127.0.0.1:8212-59060] 08:19:44.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, complete] completed CON-POST MID= -1, Token=28520940A25E505B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=59060, Token=28520940A25E505B, OptionSet={"Object-Security":0x090002}, acked 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C! client received response 08:19:44.754 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:44.754 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 08:19:44.754 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 08:19:44.754 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 08:19:44.754 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 08:19:44.755 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 08:19:44.755 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 08:19:44.755 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreAlgorithmsTest 08:19:44.755 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:44.755 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 08:19:44.755 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213 08:19:44.755 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213 08:19:44.755 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ... 08:19:44.755 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0 08:19:44.755 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped. 08:19:44.755 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213 Start OSCoreAlgorithmsTest 08:19:44.756 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm End OSCoreAlgorithmsTest 08:19:44.756 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest [INFO] Running org.eclipse.californium.oscore.OscoreOptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OscoreOptionTest [INFO] Running org.eclipse.californium.oscore.OSSerializerTest 08:19:44.759 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null 08:19:44.759 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null 08:19:44.760 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null 08:19:44.761 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid 08:19:44.761 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number 08:19:44.762 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid 08:19:44.763 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid 08:19:44.763 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null 08:19:44.764 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.oscore.OSSerializerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (small-tests) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (medium-tests) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:19:46.437 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.451 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 08:19:46.452 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 08:19:46.453 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 08:19:46.470 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 08:19:46.552 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 08:19:46.553 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed! 08:19:46.585 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length 08:19:46.585 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 08:19:46.586 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 08:19:46.586 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported! 08:19:46.586 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready. 08:19:46.586 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7. 08:19:46.586 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7. 08:19:46.586 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7. 08:19:46.586 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7. 08:19:46.586 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7. 08:19:46.586 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7. 08:19:46.587 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7. 08:19:46.587 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0. 08:19:46.587 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7. 08:19:46.671 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.678 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.679 [main] INFO org.eclipse.californium.ban - Started. 08:19:46.680 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.693 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.708 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:46.710 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:46.712 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.715 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.715 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:46.715 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 08:19:46.715 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.717 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.717 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:46.717 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:46.718 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 08:19:46.718 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.718 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.718 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.718 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.719 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:46.720 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:46.720 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.720 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.720 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:46.720 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 08:19:46.721 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.721 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.721 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:46.721 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:46.721 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 08:19:46.727 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.41.255 - eth0. 08:19:46.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 08:19:46.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8192]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:46.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:46.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:46.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:46.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64352], CON-POST MID=64352, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:46.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated token KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64352, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:46.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64352], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.753 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8192 08:19:46.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64352, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 08:19:46.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 107 bytes from 127.0.0.1:8193 08:19:46.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64352] 08:19:46.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2] replace CON-POST MID=64352, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID=64352, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:46.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 08:19:46.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:46.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:19:46.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 08:19:46.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, complete]! 08:19:46.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, complete] completed ACK-2.04 MID=64352, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 08:19:46.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 08:19:46.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64352, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 08:19:46.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 08:19:46.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 08:19:46.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64352, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:46.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64353], CON-POST MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:46.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64352] 08:19:46.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:46.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64353], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 08:19:46.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 08:19:46.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 08:19:46.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64353] 08:19:46.774 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.774 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3] replace CON-POST MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 08:19:46.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8193] for CON-POST MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:19:46.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R3] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 08:19:46.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, complete]! 08:19:46.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, complete] completed ACK-2.04 MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 08:19:46.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 08:19:46.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 08:19:46.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 08:19:46.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 08:19:46.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64353, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0901}, acked 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:46.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64354], CON-POST MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:46.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64353] 08:19:46.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:46.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64354], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 08:19:46.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 08:19:46.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 08:19:46.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64354] 08:19:46.782 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.782 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4] replace CON-POST MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 08:19:46.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8193] for CON-POST MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:19:46.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 08:19:46.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, complete]! 08:19:46.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, complete] completed ACK-2.04 MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 08:19:46.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193 08:19:46.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 08:19:46.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192 08:19:46.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 08:19:46.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64354, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0902}, acked 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:46.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64355], CON-POST MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:46.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64354] 08:19:46.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:46.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64355], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.789 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192 08:19:46.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 08:19:46.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193 08:19:46.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64355] 08:19:46.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5] replace CON-POST MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 08:19:46.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8193] for CON-POST MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 08:19:46.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/resource, 127.0.0.1:8193]], block1 transfers still in progress: 0 08:19:46.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 08:19:46.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 08:19:46.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R5] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 08:19:46.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, complete]! 08:19:46.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, complete] completed ACK-2.04 MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes! 08:19:46.796 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8193 08:19:46.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes] 08:19:46.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 96 bytes from 127.0.0.1:8192 08:19:46.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 08:19:46.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 08:19:46.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/resource, 127.0.0.1:8192] inbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8192]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 08:19:46.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:46.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0903}, acked 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:46.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:46.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:19:46.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64356], CON-POST MID=64356, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:19:46.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64355] 08:19:46.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64356, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:19:46.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64356], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.801 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:19:46.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64356, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B] 08:19:46.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:19:46.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64356] 08:19:46.802 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.802 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6] replace CON-POST MID=64356, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID=64356, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:46.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 08:19:46.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.804 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, complete]! 08:19:46.804 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, complete] completed ACK-2.04 MID=64356, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes! 08:19:46.805 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:19:46.805 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64356, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes] 08:19:46.805 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:19:46.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:46.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64356, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0904}, acked 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:46.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:46.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:19:46.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64357], CON-POST MID=64357, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:19:46.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64356] 08:19:46.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64357, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:19:46.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64357], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.809 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:19:46.810 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E11,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64357, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F] 08:19:46.810 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:19:46.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64357] 08:19:46.810 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.810 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7] replace CON-POST MID=64357, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID=64357, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:46.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 08:19:46.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.812 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, complete]! 08:19:46.812 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, complete] completed ACK-2.04 MID=64357, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes! 08:19:46.812 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:19:46.813 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64357, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes] 08:19:46.813 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:19:46.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:46.814 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64357, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0905}, acked 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:46.814 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.814 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:46.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:19:46.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64358], CON-POST MID=64358, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:19:46.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64357] 08:19:46.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64358, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:19:46.816 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64358], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.816 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:19:46.817 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E13,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64358, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2] 08:19:46.817 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:19:46.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64358] 08:19:46.817 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.817 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8] replace CON-POST MID=64358, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID=64358, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:46.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 08:19:46.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, complete]! 08:19:46.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, complete] completed ACK-2.04 MID=64358, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes! 08:19:46.819 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:19:46.820 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64358, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes] 08:19:46.820 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:19:46.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:19:46.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64358, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0906}, acked EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:19:46.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:19:46.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.822 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:19:46.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64359], CON-POST MID=64359, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:19:46.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64358] 08:19:46.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64359, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:19:46.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64359], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.824 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:19:46.824 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E15,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64359, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20] 08:19:46.824 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:19:46.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64359] 08:19:46.824 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.824 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9] replace CON-POST MID=64359, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID=64359, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:19:46.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 08:19:46.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R9] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 08:19:46.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, complete]! 08:19:46.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R9, complete] completed ACK-2.04 MID=64359, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes! 08:19:46.826 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:19:46.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64359, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes] 08:19:46.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:19:46.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:19:46.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64359, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0907}, acked 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:19:46.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:19:46.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:19:46.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64360], CON-POST MID=64360, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:19:46.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64359] 08:19:46.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64360, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:19:46.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64360], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.831 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:19:46.831 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E17,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64360, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82] 08:19:46.831 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:19:46.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64360] 08:19:46.831 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.831 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10] replace CON-POST MID=64360, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID=64360, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:19:46.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 08:19:46.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, complete]! 08:19:46.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, complete] completed ACK-2.04 MID=64360, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes! 08:19:46.833 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:19:46.833 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64360, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes] 08:19:46.834 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:19:46.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:19:46.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64360, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0908}, acked D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:19:46.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:19:46.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:19:46.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64361], CON-POST MID=64361, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:19:46.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64360] 08:19:46.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64361, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:19:46.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64361], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.837 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:19:46.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E19,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64361, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C] 08:19:46.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:19:46.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64361] 08:19:46.838 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.838 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11] replace CON-POST MID=64361, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID=64361, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:19:46.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 08:19:46.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R11] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, complete]! 08:19:46.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R11, complete] completed ACK-2.04 MID=64361, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes! 08:19:46.840 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:19:46.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64361, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes] 08:19:46.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:19:46.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:19:46.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64361, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x0909}, acked B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:19:46.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:46.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:19:46.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:19:46.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with generated mid KeyMID[127.0.0.1:8192-64362], CON-POST MID=64362, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:19:46.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1] for MID KeyMID[127.0.0.1:8192-64361] 08:19:46.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] keep for KeyToken[127.0.0.1:8192-50E80ACE01A1B085], CON-POST MID=64362, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:19:46.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-64362], KeyToken[127.0.0.1:8192-50E80ACE01A1B085]] 08:19:46.844 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192 08:19:46.844 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E21,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST MID=64362, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42] 08:19:46.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193 08:19:46.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-64362] 08:19:46.845 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.845 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12] replace CON-POST MID=64362, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID=64362, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:19:46.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8193]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 08:19:46.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, complete]! 08:19:46.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, complete] completed ACK-2.04 MID=64362, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes! 08:19:46.847 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193 08:19:46.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=64362, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes] 08:19:46.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192 08:19:46.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:19:46.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/resource, 127.0.0.1:8192]], block2 transfers still in progress: 0 08:19:46.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=64355, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 08:19:46.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-POST MID=64362, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x090A}, acked 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 by CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, complete]! 08:19:46.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for token KeyToken[127.0.0.1:8192-50E80ACE01A1B085] 08:19:46.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for MID KeyMID[127.0.0.1:8192-64362] 08:19:46.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, complete] completed CON-POST MID= -1, Token=50E80ACE01A1B085, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 08:19:46.854 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:46.854 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:46.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 08:19:46.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 08:19:46.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 08:19:46.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 08:19:46.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 08:19:46.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 08:19:46.855 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:46.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 08:19:46.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 08:19:46.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 08:19:46.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 08:19:46.856 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 08:19:46.856 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 08:19:46.856 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 08:19:46.858 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 08:19:46.859 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.859 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.859 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.859 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:46.860 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:46.860 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.860 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.860 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:46.860 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 08:19:46.860 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:46.860 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:46.860 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 08:19:46.861 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.861 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.861 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.861 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.861 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:46.861 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:46.861 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.861 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.861 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:46.861 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 08:19:46.861 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.862 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:46.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:46.862 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 08:19:46.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:46.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:19:46.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:46.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:46.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:46.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8194-21205], CON-POST MID=21205, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:46.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated token KeyToken[127.0.0.1:8194-00CAA0D7814B6746], CON-POST MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:46.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-21205], KeyToken[127.0.0.1:8194-00CAA0D7814B6746]] 08:19:46.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8194 08:19:46.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:46.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 34 bytes from 127.0.0.1:8195 08:19:46.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-21205] 08:19:46.867 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.867 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14] replace CON-POST MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:46.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 08:19:46.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8195]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:46.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 08:19:46.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, complete]! 08:19:46.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, complete] completed ACK-2.04 MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes! 08:19:46.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8195 08:19:46.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T24) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes] 08:19:46.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 94 bytes from 127.0.0.1:8194 08:19:46.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/resource, 127.0.0.1:8194] inbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8194]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 08:19:46.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:46.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-POST MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:46.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:19:46.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:46.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:46.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:19:46.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8194-21206], CON-POST MID=21206, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:19:46.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13] for MID KeyMID[127.0.0.1:8194-21205] 08:19:46.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] keep for KeyToken[127.0.0.1:8194-00CAA0D7814B6746], CON-POST MID=21206, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:19:46.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-21206], KeyToken[127.0.0.1:8194-00CAA0D7814B6746]] 08:19:46.872 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 08:19:46.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=21206, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13] 08:19:46.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 08:19:46.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-21206] 08:19:46.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15] replace CON-POST MID=21206, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=21206, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:46.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8195]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 08:19:46.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R15] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, complete]! 08:19:46.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R15, complete] completed ACK-2.04 MID=21206, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes! 08:19:46.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 08:19:46.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T24) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=21206, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes] 08:19:46.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 08:19:46.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:46.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-POST MID=21206, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0901}, acked 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 by CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:46.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:19:46.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:46.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:46.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:19:46.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8194-21207], CON-POST MID=21207, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:19:46.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13] for MID KeyMID[127.0.0.1:8194-21206] 08:19:46.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] keep for KeyToken[127.0.0.1:8194-00CAA0D7814B6746], CON-POST MID=21207, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:19:46.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-21207], KeyToken[127.0.0.1:8194-00CAA0D7814B6746]] 08:19:46.878 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 08:19:46.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=21207, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2] 08:19:46.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 08:19:46.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-21207] 08:19:46.878 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.878 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16] replace CON-POST MID=21207, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=21207, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:46.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8195]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 08:19:46.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, complete]! 08:19:46.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, complete] completed ACK-2.04 MID=21207, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes! 08:19:46.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 08:19:46.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T24) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=21207, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes] 08:19:46.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 08:19:46.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:46.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-POST MID=21207, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0902}, acked 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 by CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:46.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] send request 08:19:46.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13] prepare retransmission for CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:46.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:46.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:19:46.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] added with generated mid KeyMID[127.0.0.1:8194-21208], CON-POST MID=21208, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:19:46.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13] for MID KeyMID[127.0.0.1:8194-21207] 08:19:46.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13] keep for KeyToken[127.0.0.1:8194-00CAA0D7814B6746], CON-POST MID=21208, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:19:46.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-21208], KeyToken[127.0.0.1:8194-00CAA0D7814B6746]] 08:19:46.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194 08:19:46.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T21) 127.0.0.1:8,195 ==> :8,194 [CON-POST MID=21208, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9] 08:19:46.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195 08:19:46.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-21208] 08:19:46.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17] replace CON-POST MID=21208, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=21208, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:46.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8195]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 08:19:46.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R17] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, complete]! 08:19:46.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R17, complete] completed ACK-2.04 MID=21208, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes! 08:19:46.886 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195 08:19:46.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T24) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=21208, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes] 08:19:46.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194 08:19:46.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:19:46.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/resource, 127.0.0.1:8194]], block2 transfers still in progress: 0 08:19:46.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=21205, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 08:19:46.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13] replace CON-POST MID=21208, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x0903}, acked 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 by CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:46.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, complete]! 08:19:46.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, complete] for token KeyToken[127.0.0.1:8194-00CAA0D7814B6746] 08:19:46.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, complete] for MID KeyMID[127.0.0.1:8194-21208] 08:19:46.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, complete] completed CON-GET MID= -1, Token=00CAA0D7814B6746, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 08:19:46.887 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:46.887 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:46.888 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 08:19:46.888 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 08:19:46.888 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 08:19:46.888 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 08:19:46.888 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 08:19:46.888 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 08:19:46.888 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:46.888 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 08:19:46.888 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 08:19:46.888 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 08:19:46.889 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 08:19:46.889 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 08:19:46.889 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 08:19:46.889 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 08:19:46.889 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 08:19:46.890 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.890 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.890 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.891 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.891 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:46.891 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:46.891 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.891 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.891 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:46.891 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196 08:19:46.891 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.892 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8196, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:46.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:46.892 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196 08:19:46.892 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.892 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.892 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.892 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.892 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:46.893 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:46.893 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.893 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.893 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:46.893 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197 08:19:46.893 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.893 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8197, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:46.893 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:46.893 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8197 08:19:46.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 08:19:46.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8196]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:46.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:46.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] send request 08:19:46.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:46.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:46.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated mid KeyMID[127.0.0.1:8196-45045], CON-POST MID=45045, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:46.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated token KeyToken[127.0.0.1:8196-BC80365708F7DBC9], CON-POST MID=45045, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:46.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-45045], KeyToken[127.0.0.1:8196-BC80365708F7DBC9]] 08:19:46.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8196 08:19:46.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID=45045, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 08:19:46.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 107 bytes from 127.0.0.1:8197 08:19:46.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-45045] 08:19:46.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19] replace CON-POST MID=45045, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-PUT MID=45045, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:46.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 08:19:46.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8197]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:46.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:19:46.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R19] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 08:19:46.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, complete]! 08:19:46.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R19, complete] completed ACK-2.04 MID=45045, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 08:19:46.900 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 08:19:46.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T32) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID=45045, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 08:19:46.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 08:19:46.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 08:19:46.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-POST MID=45045, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0900}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] send request 08:19:46.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] prepare retransmission for CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:46.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated mid KeyMID[127.0.0.1:8196-45046], CON-POST MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:46.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18] for MID KeyMID[127.0.0.1:8196-45045] 08:19:46.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] keep for KeyToken[127.0.0.1:8196-BC80365708F7DBC9], CON-POST MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:46.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-45046], KeyToken[127.0.0.1:8196-BC80365708F7DBC9]] 08:19:46.905 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 08:19:46.905 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 08:19:46.905 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 08:19:46.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-45046] 08:19:46.905 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.905 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20] replace CON-POST MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-PUT MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 08:19:46.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8197] for CON-PUT MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:46.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:19:46.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 08:19:46.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, complete]! 08:19:46.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, complete] completed ACK-2.04 MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 08:19:46.907 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 08:19:46.908 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T32) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 08:19:46.908 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 08:19:46.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 08:19:46.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-POST MID=45046, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0901}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] send request 08:19:46.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] prepare retransmission for CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:46.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated mid KeyMID[127.0.0.1:8196-45047], CON-POST MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:46.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18] for MID KeyMID[127.0.0.1:8196-45046] 08:19:46.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] keep for KeyToken[127.0.0.1:8196-BC80365708F7DBC9], CON-POST MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:46.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-45047], KeyToken[127.0.0.1:8196-BC80365708F7DBC9]] 08:19:46.911 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 08:19:46.911 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 08:19:46.911 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 08:19:46.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-45047] 08:19:46.912 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.912 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21] replace CON-POST MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-PUT MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 08:19:46.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8197] for CON-PUT MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:46.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:19:46.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R21] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 08:19:46.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, complete]! 08:19:46.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R21, complete] completed ACK-2.04 MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 08:19:46.914 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 08:19:46.914 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T32) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 08:19:46.914 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 08:19:46.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 08:19:46.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-POST MID=45047, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0902}, acked 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] send request 08:19:46.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18] prepare retransmission for CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:46.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18] replace CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:46.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] added with generated mid KeyMID[127.0.0.1:8196-45048], CON-POST MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:46.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18] for MID KeyMID[127.0.0.1:8196-45047] 08:19:46.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18] keep for KeyToken[127.0.0.1:8196-BC80365708F7DBC9], CON-POST MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:46.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-45048], KeyToken[127.0.0.1:8196-BC80365708F7DBC9]] 08:19:46.918 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196 08:19:46.918 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T29) 127.0.0.1:8,197 ==> :8,196 [CON-POST MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 08:19:46.918 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197 08:19:46.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-45048] 08:19:46.919 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.919 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22] replace CON-POST MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-PUT MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 08:19:46.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8197] for CON-PUT MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:46.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 08:19:46.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/resource, 127.0.0.1:8197]], block1 transfers still in progress: 0 08:19:46.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 08:19:46.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, complete]! 08:19:46.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, complete] completed ACK-2.04 MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 08:19:46.921 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197 08:19:46.921 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T32) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04 MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 08:19:46.921 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196 08:19:46.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 08:19:46.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, complete]! 08:19:46.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, complete] for token KeyToken[127.0.0.1:8196-BC80365708F7DBC9] 08:19:46.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, complete] for MID KeyMID[127.0.0.1:8196-45048] 08:19:46.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L18, complete] completed CON-PUT MID= -1, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=45048, Token=BC80365708F7DBC9, OptionSet={"Object-Security":0x0903}, acked 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes! 08:19:46.923 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:46.923 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:46.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196 08:19:46.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196 08:19:46.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ... 08:19:46.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1 08:19:46.952 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped. 08:19:46.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196 08:19:46.952 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:46.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8197 08:19:46.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8197 08:19:46.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] stopping ... 08:19:46.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /0.0.0.0 08:19:46.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] has stopped. 08:19:46.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8197 08:19:46.953 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 08:19:46.953 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 08:19:46.954 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.954 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.955 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.955 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:46.955 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:46.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.955 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:46.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198 08:19:46.956 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:46.956 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8198, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:46.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198 08:19:46.956 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.956 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.956 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:46.957 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:46.957 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.957 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.957 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:46.957 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199 08:19:46.957 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.957 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8199, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:46.957 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:46.957 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8199 08:19:46.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 08:19:46.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23] send request 08:19:46.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 08:19:46.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, complete]! 08:19:46.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L23, complete] request [MID=-1, null] 08:19:46.964 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:46.964 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:46.965 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198 08:19:46.965 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198 08:19:46.965 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ... 08:19:46.965 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1 08:19:46.965 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped. 08:19:46.965 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198 08:19:46.965 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:46.965 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8199 08:19:46.965 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8199 08:19:46.965 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] stopping ... 08:19:46.965 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /0.0.0.0 08:19:46.965 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] has stopped. 08:19:46.965 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8199 08:19:46.967 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 08:19:46.968 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:46.968 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 08:19:46.970 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.970 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.970 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.970 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.970 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:46.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:46.971 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.971 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.971 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:46.971 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200 08:19:46.971 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.971 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8200, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:46.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:46.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200 08:19:46.972 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.972 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.972 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.973 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.973 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:46.973 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:46.973 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.973 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.973 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:46.973 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201 08:19:46.973 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.973 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8201, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.973 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:46.973 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8201 08:19:46.973 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:46.974 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8201 for coap client sent request 08:19:46.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:46.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L24] send request 08:19:46.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L24] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:46.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:46.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:46.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L24] added with generated mid KeyMID[127.0.0.1:8200-48192], CON-POST MID=48192, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:46.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L24] added with generated token KeyToken[127.0.0.1:8200-24EE86A82186F12F], CON-POST MID=48192, Token=24EE86A82186F12F, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:46.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-48192], KeyToken[127.0.0.1:8200-24EE86A82186F12F]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:46.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8200 08:19:46.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T45) 127.0.0.1:8,201 ==> :8,200 [CON-POST MID=48192, Token=24EE86A82186F12F, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 08:19:46.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 29 bytes from 127.0.0.1:8201 08:19:46.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-48192] 08:19:46.977 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.977 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25] replace CON-POST MID=48192, Token=24EE86A82186F12F, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=48192, Token=24EE86A82186F12F, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:46.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R25] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:19:46.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, complete]! 08:19:46.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R25, complete] completed ACK-2.04 MID=48192, Token=24EE86A82186F12F, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:46.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 08:19:46.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T48) 127.0.0.1:8,200 ==> :8,201 [ACK-2.04 MID=48192, Token=24EE86A82186F12F, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 08:19:46.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200 08:19:46.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24, complete]! 08:19:46.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L24, complete] for token KeyToken[127.0.0.1:8200-24EE86A82186F12F] 08:19:46.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L24, complete] for MID KeyMID[127.0.0.1:8200-48192] 08:19:46.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L24, complete] completed CON-GET MID= -1, Token=24EE86A82186F12F, OptionSet={"Object-Security":0x}, -/- CON-POST MID=48192, Token=24EE86A82186F12F, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 08:19:46.980 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:46.980 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200 08:19:46.980 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200 08:19:46.980 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ... 08:19:46.980 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1 08:19:46.980 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped. 08:19:46.980 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200 08:19:46.980 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 08:19:46.981 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:46.981 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:46.981 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:46.981 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:46.981 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:46.982 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:46.982 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:46.982 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:46.982 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:46.982 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202 08:19:46.982 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:46.982 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8202, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:46.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:46.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:46.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8202 client sent request Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext 08:19:46.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:46.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L26] send request 08:19:46.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L26] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:46.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:46.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:46.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L26] added with generated mid KeyMID[127.0.0.1:8202-42517], CON-POST MID=42517, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:46.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L26] added with generated token KeyToken[127.0.0.1:8202-808F0CC47A21496E], CON-POST MID=42517, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:46.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-42517], KeyToken[127.0.0.1:8202-808F0CC47A21496E]] 08:19:46.996 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8202 08:19:46.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E41,T53) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=42517, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 08:19:46.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 29 bytes from 127.0.0.1:8201 08:19:46.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-42517] 08:19:46.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:46.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:46.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27] replace CON-POST MID=42517, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=42517, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:46.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R27] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:19:46.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, complete]! 08:19:46.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R27, complete] completed ACK-2.04 MID=42517, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:46.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 08:19:46.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E42,T48) 127.0.0.1:8,202 ==> :8,201 [ACK-2.04 MID=42517, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 08:19:46.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8202 08:19:46.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:46.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:46.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:46.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:46.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26, complete]! 08:19:46.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L26, complete] for token KeyToken[127.0.0.1:8202-808F0CC47A21496E] 08:19:46.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L26, complete] for MID KeyMID[127.0.0.1:8202-42517] 08:19:46.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L26, complete] completed CON-GET MID= -1, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, -/- CON-POST MID=42517, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response Client: Response source context type: class org.eclipse.californium.elements.MapBasedEndpointContext client sent second request 08:19:47.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, 08:19:47.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L28] send request 08:19:47.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L28] prepare retransmission for CON-GET MID= -1, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, 08:19:47.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, 08:19:47.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28] replace CON-GET MID= -1, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:19:47.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L28] added with generated mid KeyMID[127.0.0.1:8202-42518], CON-POST MID=42518, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:19:47.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L28] added with token KeyToken[127.0.0.1:8202-808F0CC47A21496E], CON-POST MID=42518, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:19:47.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-42518], KeyToken[127.0.0.1:8202-808F0CC47A21496E]] 08:19:47.002 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8202 08:19:47.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E43,T53) 127.0.0.1:8,201 ==> :8,202 [CON-POST MID=42518, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 08:19:47.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 29 bytes from 127.0.0.1:8201 08:19:47.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-42518] 08:19:47.002 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.002 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29] replace CON-POST MID=42518, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=42518, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:47.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R29] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:19:47.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, complete]! 08:19:47.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R29, complete] completed ACK-2.04 MID=42518, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:47.004 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201 08:19:47.004 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E44,T48) 127.0.0.1:8,202 ==> :8,201 [ACK-2.04 MID=42518, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50] 08:19:47.004 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8202 08:19:47.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28, complete]! 08:19:47.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L28, complete] for token KeyToken[127.0.0.1:8202-808F0CC47A21496E] 08:19:47.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L28, complete] for MID KeyMID[127.0.0.1:8202-42518] 08:19:47.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L28, complete] completed CON-GET MID= -1, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x}, -/- CON-POST MID=42518, Token=808F0CC47A21496E, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 08:19:47.005 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.005 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8202 08:19:47.005 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8202 08:19:47.005 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] stopping ... 08:19:47.005 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /127.0.0.1 08:19:47.005 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] has stopped. 08:19:47.005 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8202 08:19:47.005 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 08:19:47.006 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:47.006 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8201 08:19:47.006 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8201 08:19:47.006 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] stopping ... 08:19:47.006 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /0.0.0.0 08:19:47.006 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] has stopped. 08:19:47.006 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8201 08:19:47.006 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest 08:19:47.007 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 08:19:47.008 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.008 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.008 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.008 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.008 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.009 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.009 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.009 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.009 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203 08:19:47.009 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.009 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8203, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.009 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.009 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203 08:19:47.009 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.056 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.056 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.056 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.056 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.057 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.064 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.065 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.065 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.065 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204 08:19:47.065 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.065 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8204, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.065 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204 08:19:47.066 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.066 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.066 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.066 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.067 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205 08:19:47.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.067 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8205, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8205 08:19:47.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.067 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8205 08:19:47.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8203/resource"}, 08:19:47.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30] send request 08:19:47.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8203/resource"}, 08:19:47.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8203/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30] added with generated mid KeyMID[127.0.0.1:8204-39576], NON-POST MID=39576, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30] added with generated token KeyToken[127.0.0.1:8204-0C0F702034FB2C1D], NON-POST MID=39576, Token=0C0F702034FB2C1D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-39576], KeyToken[127.0.0.1:8204-0C0F702034FB2C1D]] 08:19:47.070 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8204 08:19:47.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E45,T63) 127.0.0.1:8,205 ==> :8,204 [NON-POST MID=39576, Token=0C0F702034FB2C1D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:47.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 58 bytes from 127.0.0.1:8205 08:19:47.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-39576] 08:19:47.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.071 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.071 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.071 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.071 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.071 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206 08:19:47.071 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.072 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8206, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.072 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.072 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8206 08:19:47.072 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8206 08:19:47.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L32] send request 08:19:47.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L32] added with generated mid KeyMID[127.0.0.1:8203-2601], NON-POST MID= 2601, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L32] added with generated token KeyToken[127.0.0.1:8203-34875B9FC40C6C3A], NON-POST MID= 2601, Token=34875B9FC40C6C3A, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-2601], KeyToken[127.0.0.1:8203-34875B9FC40C6C3A]] 08:19:47.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8203 08:19:47.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E46,T58) 127.0.0.1:8,206 ==> :8,203 [NON-POST MID= 2601, Token=34875B9FC40C6C3A, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:47.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 34 bytes from 127.0.0.1:8206 08:19:47.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-2601] 08:19:47.074 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.074 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33] replace NON-POST MID= 2601, Token=34875B9FC40C6C3A, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID= 2601, Token=34875B9FC40C6C3A, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:47.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R33] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:19:47.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, complete]! 08:19:47.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R33, complete] completed NON-2.04 MID=45463, Token=34875B9FC40C6C3A, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:19:47.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8206 08:19:47.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E47,T69) 127.0.0.1:8,203 ==> :8,206 [NON-2.04 MID=45463, Token=34875B9FC40C6C3A, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:19:47.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8206) received 152 bytes from 127.0.0.1:8203 08:19:47.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8203-45463] 08:19:47.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L32, complete]! 08:19:47.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L32, complete] for token KeyToken[127.0.0.1:8203-34875B9FC40C6C3A] 08:19:47.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L32, complete] for MID KeyMID[127.0.0.1:8203-2601] 08:19:47.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L32, complete] completed NON-POST MID= 2601, Token=34875B9FC40C6C3A, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:47.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [138/32] requires blockwise transfer 08:19:47.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8205]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1 08:19:47.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R31] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:47.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, complete]! 08:19:47.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R31, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes -/- NON-2.04 MID=43891, Token=0C0F702034FB2C1D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:19:47.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8205 08:19:47.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E48,T66) 127.0.0.1:8,204 ==> :8,205 [NON-2.04 MID=43891, Token=0C0F702034FB2C1D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:19:47.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8205) received 51 bytes from 127.0.0.1:8204 08:19:47.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-43891] 08:19:47.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requested resource body [138 bytes] exceeds max buffer size [64 bytes], aborting request 08:19:47.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, complete]! 08:19:47.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, complete] for token KeyToken[127.0.0.1:8204-0C0F702034FB2C1D] 08:19:47.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, complete] for MID KeyMID[127.0.0.1:8204-39576] 08:19:47.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L30, complete] completed NON-GET MID= -1, Token=0C0F702034FB2C1D, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8203/resource"}, -/- NON-POST MID=39576, Token=0C0F702034FB2C1D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8203"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:47.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L30, complete] request [MID=39576, Token=0C0F702034FB2C1D] 08:19:47.079 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.080 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.080 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203 08:19:47.080 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203 08:19:47.080 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ... 08:19:47.080 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1 08:19:47.080 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped. 08:19:47.080 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203 08:19:47.080 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.080 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.080 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.081 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204 08:19:47.081 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204 08:19:47.081 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ... 08:19:47.081 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1 08:19:47.081 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped. 08:19:47.081 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204 08:19:47.081 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.081 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.081 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8205 08:19:47.081 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8205 08:19:47.081 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8205] stopping ... 08:19:47.081 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /0.0.0.0 08:19:47.081 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8205] has stopped. 08:19:47.081 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8205 08:19:47.081 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.081 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8206 08:19:47.081 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8206 08:19:47.081 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8206] stopping ... 08:19:47.082 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /0.0.0.0 08:19:47.082 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8206] has stopped. 08:19:47.082 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8206 08:19:47.082 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 08:19:47.082 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 08:19:47.083 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.083 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.083 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.083 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.083 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.084 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.084 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.084 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.084 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.084 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207 08:19:47.084 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.084 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8207, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.084 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207 08:19:47.084 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.084 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.084 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.084 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.084 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.085 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.085 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.085 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.085 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.085 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.085 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208 08:19:47.085 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.085 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8208, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.085 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208 08:19:47.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.086 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.086 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.086 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.086 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.086 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.086 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.087 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.087 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.087 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.087 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209 08:19:47.087 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.087 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8209, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.087 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.087 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209 08:19:47.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.087 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8209 08:19:47.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L34] send request 08:19:47.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34] replace NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34] added with generated mid KeyMID[127.0.0.1:8208-2419], NON-POST MID= 2419, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34] added with generated token KeyToken[127.0.0.1:8208-DC67B1277F449497], NON-POST MID= 2419, Token=DC67B1277F449497, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-2419], KeyToken[127.0.0.1:8208-DC67B1277F449497]] 08:19:47.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8208 08:19:47.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E49,T79) 127.0.0.1:8,209 ==> :8,208 [NON-POST MID= 2419, Token=DC67B1277F449497, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:47.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 189 bytes from 127.0.0.1:8209 08:19:47.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-2419] 08:19:47.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.091 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.091 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.091 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.091 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.091 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210 08:19:47.092 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.092 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8210, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.092 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.092 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8210 08:19:47.092 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8210 08:19:47.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:19:47.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8207]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:47.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L36] send request 08:19:47.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L36] added with generated mid KeyMID[127.0.0.1:8207-39372], NON-POST MID=39372, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L36] added with generated token KeyToken[127.0.0.1:8207-74A487537064EC9B], NON-POST MID=39372, Token=74A487537064EC9B, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-39372], KeyToken[127.0.0.1:8207-74A487537064EC9B]] 08:19:47.094 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8207 08:19:47.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E50,T74) 127.0.0.1:8,210 ==> :8,207 [NON-POST MID=39372, Token=74A487537064EC9B, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:19:47.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 54 bytes from 127.0.0.1:8210 08:19:47.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-39372] 08:19:47.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R37] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:19:47.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, complete]! 08:19:47.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R37, complete] completed NON-4.13 MID=30476, Token=74A487537064EC9B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:19:47.095 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8210 08:19:47.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E51,T85) 127.0.0.1:8,207 ==> :8,210 [NON-4.13 MID=30476, Token=74A487537064EC9B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:19:47.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 45 bytes from 127.0.0.1:8207 08:19:47.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-30476] 08:19:47.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=30476, Token=74A487537064EC9B, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:19:47.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8207]], block1 transfers still in progress: 0 08:19:47.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36, complete]! 08:19:47.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L36, complete] for token KeyToken[127.0.0.1:8207-74A487537064EC9B] 08:19:47.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L36, complete] for MID KeyMID[127.0.0.1:8207-39372] 08:19:47.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L36, complete] completed NON-POST MID=39372, Token=74A487537064EC9B, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- NON-POST MID=39372, Token=74A487537064EC9B, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9! 08:19:47.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R35] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:19:47.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, complete]! 08:19:47.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R35, complete] completed NON-4.13 MID=10825, Token=DC67B1277F449497, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:19:47.098 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8209 08:19:47.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E52,T82) 127.0.0.1:8,208 ==> :8,209 [NON-4.13 MID=10825, Token=DC67B1277F449497, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:19:47.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8209) received 45 bytes from 127.0.0.1:8208 08:19:47.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-10825] 08:19:47.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:47.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=10825, Token=DC67B1277F449497, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:19:47.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8208]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 08:19:47.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34] replace NON-POST MID= 2419, Token=DC67B1277F449497, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8207"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT MID= -1, Token=DC67B1277F449497, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8207/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 08:19:47.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L34] send request 08:19:47.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-PUT MID= -1, Token=DC67B1277F449497, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34] replace NON-PUT MID= -1, Token=DC67B1277F449497, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8207/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=DC67B1277F449497, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:19:47.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34] added with generated mid KeyMID[127.0.0.1:8208-2420], NON-POST MID= 2420, Token=DC67B1277F449497, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:19:47.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34] for MID KeyMID[127.0.0.1:8208-2419] 08:19:47.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34] keep for KeyToken[127.0.0.1:8208-DC67B1277F449497], NON-POST MID= 2420, Token=DC67B1277F449497, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:19:47.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-2420], KeyToken[127.0.0.1:8208-DC67B1277F449497]] 08:19:47.101 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8208 08:19:47.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E53,T79) 127.0.0.1:8,209 ==> :8,208 [NON-POST MID= 2420, Token=DC67B1277F449497, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes] 08:19:47.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 130 bytes from 127.0.0.1:8209 08:19:47.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-2420] 08:19:47.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.102 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.102 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.102 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.102 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.103 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211 08:19:47.103 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.103 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8211, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.103 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.104 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211 08:19:47.104 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8211 08:19:47.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer 08:19:47.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8207]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 08:19:47.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:19:47.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39] send request 08:19:47.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39] added with generated mid KeyMID[127.0.0.1:8207-10338], NON-POST MID=10338, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:19:47.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39] added with generated token KeyToken[127.0.0.1:8207-44DEE38F827C0C2E], NON-POST MID=10338, Token=44DEE38F827C0C2E, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:19:47.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-10338], KeyToken[127.0.0.1:8207-44DEE38F827C0C2E]] 08:19:47.105 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8207 08:19:47.105 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E54,T74) 127.0.0.1:8,211 ==> :8,207 [NON-POST MID=10338, Token=44DEE38F827C0C2E, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B] 08:19:47.105 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 54 bytes from 127.0.0.1:8211 08:19:47.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-10338] 08:19:47.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:19:47.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, complete]! 08:19:47.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, complete] completed NON-4.13 MID=12547, Token=44DEE38F827C0C2E, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:19:47.106 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8211 08:19:47.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E55,T88) 127.0.0.1:8,207 ==> :8,211 [NON-4.13 MID=12547, Token=44DEE38F827C0C2E, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:19:47.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 45 bytes from 127.0.0.1:8207 08:19:47.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-12547] 08:19:47.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=12547, Token=44DEE38F827C0C2E, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:19:47.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8207]], block1 transfers still in progress: 0 08:19:47.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, complete]! 08:19:47.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, complete] for token KeyToken[127.0.0.1:8207-44DEE38F827C0C2E] 08:19:47.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, complete] for MID KeyMID[127.0.0.1:8207-10338] 08:19:47.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, complete] completed NON-POST MID=10338, Token=44DEE38F827C0C2E, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes -/- NON-POST MID=10338, Token=44DEE38F827C0C2E, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B! 08:19:47.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:19:47.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, complete]! 08:19:47.108 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, complete] completed NON-4.13 MID=10826, Token=DC67B1277F449497, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:19:47.108 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8209 08:19:47.109 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E56,T82) 127.0.0.1:8,208 ==> :8,209 [NON-4.13 MID=10826, Token=DC67B1277F449497, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:19:47.109 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8209) received 45 bytes from 127.0.0.1:8208 08:19:47.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-10826] 08:19:47.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:47.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=10826, Token=DC67B1277F449497, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:19:47.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8208]], block1 transfers still in progress: 0 08:19:47.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34, complete]! 08:19:47.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34, complete] for token KeyToken[127.0.0.1:8208-DC67B1277F449497] 08:19:47.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34, complete] for MID KeyMID[127.0.0.1:8208-2420] 08:19:47.109 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L34, complete] completed NON-PUT MID= -1, Token=DC67B1277F449497, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8207/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID= 2420, Token=DC67B1277F449497, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8207"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes! ==[ CoAP Response ]============================================ MID : -1 Token : DC67B1277F449497 Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 22 ms Payload: 29 Bytes =============================================================== 08:19:47.154 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.154 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.154 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207 08:19:47.154 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207 08:19:47.154 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ... 08:19:47.155 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1 08:19:47.155 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped. 08:19:47.155 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207 08:19:47.155 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.155 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.155 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.155 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208 08:19:47.155 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208 08:19:47.155 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ... 08:19:47.155 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1 08:19:47.155 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped. 08:19:47.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208 08:19:47.156 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.156 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209 08:19:47.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209 08:19:47.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ... 08:19:47.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0 08:19:47.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped. 08:19:47.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209 08:19:47.156 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.156 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8210 08:19:47.156 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8210 08:19:47.156 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] stopping ... 08:19:47.156 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /0.0.0.0 08:19:47.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] has stopped. 08:19:47.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8210 08:19:47.157 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.157 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211 08:19:47.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211 08:19:47.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ... 08:19:47.157 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0 08:19:47.157 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped. 08:19:47.157 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211 08:19:47.158 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 08:19:47.158 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 08:19:47.159 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.159 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.159 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.159 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.160 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.160 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.160 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212 08:19:47.160 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.160 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8212, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.160 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.160 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212 08:19:47.161 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.161 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.161 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.161 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.161 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.161 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.161 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.162 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.162 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.162 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213 08:19:47.162 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.162 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8213, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.162 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.162 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213 08:19:47.163 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.163 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.163 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.163 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.163 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.163 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.163 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.164 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.164 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.164 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214 08:19:47.164 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.164 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8214, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.164 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8214 08:19:47.164 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8214 08:19:47.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L41] send request 08:19:47.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L41] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L41] added with generated mid KeyMID[127.0.0.1:8213-37505], CON-POST MID=37505, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L41] added with generated token KeyToken[127.0.0.1:8213-E043AA27392BB5BA], CON-POST MID=37505, Token=E043AA27392BB5BA, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-37505], KeyToken[127.0.0.1:8213-E043AA27392BB5BA]] 08:19:47.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8213 08:19:47.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E57,T98) 127.0.0.1:8,214 ==> :8,213 [CON-POST MID=37505, Token=E043AA27392BB5BA, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:47.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 189 bytes from 127.0.0.1:8214 08:19:47.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-37505] 08:19:47.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.168 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.168 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.168 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.168 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.169 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215 08:19:47.169 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.169 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8215, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.169 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8215 08:19:47.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.169 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8215 08:19:47.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:19:47.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8212]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:47.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:19:47.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-39079], CON-POST MID=39079, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated token KeyToken[127.0.0.1:8212-D430DACB3EF32C9C], CON-POST MID=39079, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-39079], KeyToken[127.0.0.1:8212-D430DACB3EF32C9C]] 08:19:47.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E58,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=39079, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:19:47.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 54 bytes from 127.0.0.1:8215 08:19:47.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8212 08:19:47.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-39079] 08:19:47.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 08:19:47.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8215]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:47.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:19:47.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R44] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 08:19:47.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R44, complete]! 08:19:47.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R44, complete] completed ACK-2.31 MID=39079, Token=D430DACB3EF32C9C, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 08:19:47.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8215 08:19:47.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E59,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.31 MID=39079, Token=D430DACB3EF32C9C, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 08:19:47.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 15 bytes from 127.0.0.1:8212 08:19:47.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 08:19:47.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID=39079, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:19:47.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-39080], CON-POST MID=39080, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43] for MID KeyMID[127.0.0.1:8212-39079] 08:19:47.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] keep for KeyToken[127.0.0.1:8212-D430DACB3EF32C9C], CON-POST MID=39080, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-39080], KeyToken[127.0.0.1:8212-D430DACB3EF32C9C]] 08:19:47.176 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8212 08:19:47.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E60,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=39080, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 08:19:47.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 51 bytes from 127.0.0.1:8215 08:19:47.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-39080] 08:19:47.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 08:19:47.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8215] for CON-POST MID=39080, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:19:47.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R45] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 08:19:47.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, complete]! 08:19:47.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R45, complete] completed ACK-2.31 MID=39080, Token=D430DACB3EF32C9C, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 08:19:47.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8215 08:19:47.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E61,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.31 MID=39080, Token=D430DACB3EF32C9C, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 08:19:47.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 15 bytes from 127.0.0.1:8212 08:19:47.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 08:19:47.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID=39080, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:19:47.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-39081], CON-POST MID=39081, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43] for MID KeyMID[127.0.0.1:8212-39080] 08:19:47.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] keep for KeyToken[127.0.0.1:8212-D430DACB3EF32C9C], CON-POST MID=39081, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-39081], KeyToken[127.0.0.1:8212-D430DACB3EF32C9C]] 08:19:47.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8212 08:19:47.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E62,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=39081, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 08:19:47.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 51 bytes from 127.0.0.1:8215 08:19:47.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-39081] 08:19:47.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 08:19:47.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8215] for CON-POST MID=39081, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:19:47.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R46] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 08:19:47.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R46, complete]! 08:19:47.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R46, complete] completed ACK-2.31 MID=39081, Token=D430DACB3EF32C9C, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 08:19:47.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8215 08:19:47.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E63,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.31 MID=39081, Token=D430DACB3EF32C9C, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 08:19:47.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 15 bytes from 127.0.0.1:8212 08:19:47.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 08:19:47.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID=39081, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:19:47.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-39082], CON-POST MID=39082, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43] for MID KeyMID[127.0.0.1:8212-39081] 08:19:47.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] keep for KeyToken[127.0.0.1:8212-D430DACB3EF32C9C], CON-POST MID=39082, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-39082], KeyToken[127.0.0.1:8212-D430DACB3EF32C9C]] 08:19:47.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8212 08:19:47.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E64,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=39082, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 08:19:47.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 51 bytes from 127.0.0.1:8215 08:19:47.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-39082] 08:19:47.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 08:19:47.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8215] for CON-POST MID=39082, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 08:19:47.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R47] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 08:19:47.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, complete]! 08:19:47.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R47, complete] completed ACK-2.31 MID=39082, Token=D430DACB3EF32C9C, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 08:19:47.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8215 08:19:47.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E65,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.31 MID=39082, Token=D430DACB3EF32C9C, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 08:19:47.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 15 bytes from 127.0.0.1:8212 08:19:47.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 08:19:47.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:47.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43] replace CON-POST MID=39082, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:47.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] send request 08:19:47.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L43] prepare retransmission for CON-POST MID= -1, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:47.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] added with generated mid KeyMID[127.0.0.1:8212-39083], CON-POST MID=39083, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:47.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43] for MID KeyMID[127.0.0.1:8212-39082] 08:19:47.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L43] keep for KeyToken[127.0.0.1:8212-D430DACB3EF32C9C], CON-POST MID=39083, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:47.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-39083], KeyToken[127.0.0.1:8212-D430DACB3EF32C9C]] 08:19:47.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8212 08:19:47.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E66,T93) 127.0.0.1:8,215 ==> :8,212 [CON-POST MID=39083, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38] 08:19:47.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 40 bytes from 127.0.0.1:8215 08:19:47.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8215-39083] 08:19:47.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 08:19:47.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8215] for CON-POST MID=39083, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:47.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 08:19:47.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8215]], block1 transfers still in progress: 0 08:19:47.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 08:19:47.190 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.190 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R48] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 08:19:47.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R48, complete]! 08:19:47.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R48, complete] completed ACK-2.04 MID=39083, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 08:19:47.192 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8215 08:19:47.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E67,T104) 127.0.0.1:8,212 ==> :8,215 [ACK-2.04 MID=39083, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 08:19:47.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8215) received 26 bytes from 127.0.0.1:8212 08:19:47.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 08:19:47.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43, complete]! 08:19:47.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43, complete] for token KeyToken[127.0.0.1:8212-D430DACB3EF32C9C] 08:19:47.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L43, complete] for MID KeyMID[127.0.0.1:8212-39083] 08:19:47.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L43, complete] completed CON-POST MID=39079, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=39083, Token=D430DACB3EF32C9C, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38! 08:19:47.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R42] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB 08:19:47.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R42, complete]! 08:19:47.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R42, complete] completed ACK-2.04 MID=37505, Token=E043AA27392BB5BA, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 08:19:47.193 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8214 08:19:47.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E68,T101) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04 MID=37505, Token=E043AA27392BB5BA, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 08:19:47.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 26 bytes from 127.0.0.1:8213 08:19:47.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41, complete]! 08:19:47.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L41, complete] for token KeyToken[127.0.0.1:8213-E043AA27392BB5BA] 08:19:47.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L41, complete] for MID KeyMID[127.0.0.1:8213-37505] 08:19:47.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L41, complete] completed CON-PUT MID= -1, Token=E043AA27392BB5BA, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8212/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=37505, Token=E043AA27392BB5BA, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8212"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 37505 Token : E043AA27392BB5BA Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 29 ms Payload: 0 Bytes =============================================================== 08:19:47.195 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.195 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.195 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212 08:19:47.196 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212 08:19:47.196 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ... 08:19:47.196 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1 08:19:47.196 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped. 08:19:47.196 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212 08:19:47.196 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.196 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.196 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.196 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213 08:19:47.196 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213 08:19:47.196 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ... 08:19:47.196 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1 08:19:47.196 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped. 08:19:47.196 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213 08:19:47.197 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.197 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.197 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8214 08:19:47.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8214 08:19:47.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] stopping ... 08:19:47.197 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /0.0.0.0 08:19:47.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] has stopped. 08:19:47.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8214 08:19:47.197 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.197 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8215 08:19:47.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8215 08:19:47.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8215] stopping ... 08:19:47.197 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /0.0.0.0 08:19:47.197 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8215] has stopped. 08:19:47.197 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8215 08:19:47.198 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 08:19:47.198 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 08:19:47.199 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.199 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.199 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.199 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.199 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.199 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.200 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.200 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.200 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.200 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216 08:19:47.200 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.200 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8216, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.200 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8216 08:19:47.200 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.200 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.200 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.200 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.200 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.201 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.201 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.201 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.201 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.201 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.201 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217 08:19:47.201 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.201 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8217, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.202 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8217 08:19:47.202 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.202 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.202 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.202 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.202 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.202 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.203 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.203 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.203 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.203 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.203 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218 08:19:47.203 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.203 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8218, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.203 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.203 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8218 08:19:47.203 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8218 08:19:47.203 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, 08:19:47.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L49] send request 08:19:47.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L49] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, 08:19:47.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, 08:19:47.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L49] added with generated mid KeyMID[127.0.0.1:8217-41162], CON-POST MID=41162, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L49] added with generated token KeyToken[127.0.0.1:8217-E0A4A56AB54D24B4], CON-POST MID=41162, Token=E0A4A56AB54D24B4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-41162], KeyToken[127.0.0.1:8217-E0A4A56AB54D24B4]] 08:19:47.205 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8217 08:19:47.206 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E69,T114) 127.0.0.1:8,218 ==> :8,217 [CON-POST MID=41162, Token=E0A4A56AB54D24B4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:47.206 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 58 bytes from 127.0.0.1:8218 08:19:47.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-41162] 08:19:47.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.207 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.207 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.207 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.207 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.207 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.252 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219 08:19:47.252 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.252 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8219, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.252 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.252 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8219 08:19:47.252 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8219 08:19:47.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L51] send request 08:19:47.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L51] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L51] added with generated mid KeyMID[127.0.0.1:8216-34959], CON-POST MID=34959, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L51] added with generated token KeyToken[127.0.0.1:8216-10AC98F978299AE6], CON-POST MID=34959, Token=10AC98F978299AE6, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-34959], KeyToken[127.0.0.1:8216-10AC98F978299AE6]] 08:19:47.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8216 08:19:47.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E70,T109) 127.0.0.1:8,219 ==> :8,216 [CON-POST MID=34959, Token=10AC98F978299AE6, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:47.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 34 bytes from 127.0.0.1:8219 08:19:47.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8219-34959] 08:19:47.254 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.254 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52] replace CON-POST MID=34959, Token=10AC98F978299AE6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=34959, Token=10AC98F978299AE6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:47.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R52] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:19:47.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52, complete]! 08:19:47.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R52, complete] completed ACK-2.04 MID=34959, Token=10AC98F978299AE6, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:19:47.255 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8219 08:19:47.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E71,T120) 127.0.0.1:8,216 ==> :8,219 [ACK-2.04 MID=34959, Token=10AC98F978299AE6, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:19:47.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8219) received 152 bytes from 127.0.0.1:8216 08:19:47.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L51, complete]! 08:19:47.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L51, complete] for token KeyToken[127.0.0.1:8216-10AC98F978299AE6] 08:19:47.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L51, complete] for MID KeyMID[127.0.0.1:8216-34959] 08:19:47.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L51, complete] completed CON-POST MID=34959, Token=10AC98F978299AE6, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:47.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R50] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes 08:19:47.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R50, complete]! 08:19:47.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R50, complete] completed ACK-2.04 MID=41162, Token=E0A4A56AB54D24B4, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:19:47.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8218 08:19:47.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E72,T117) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04 MID=41162, Token=E0A4A56AB54D24B4, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:19:47.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8218) received 152 bytes from 127.0.0.1:8217 08:19:47.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49, complete]! 08:19:47.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L49, complete] for token KeyToken[127.0.0.1:8217-E0A4A56AB54D24B4] 08:19:47.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L49, complete] for MID KeyMID[127.0.0.1:8217-41162] 08:19:47.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L49, complete] completed CON-GET MID= -1, Token=E0A4A56AB54D24B4, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8216/resource"}, -/- CON-POST MID=41162, Token=E0A4A56AB54D24B4, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8216"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 41162 Token : E0A4A56AB54D24B4 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 54 ms Payload: 128 Bytes =============================================================== 08:19:47.259 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.259 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8216 08:19:47.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8216 08:19:47.259 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] stopping ... 08:19:47.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /127.0.0.1 08:19:47.260 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] has stopped. 08:19:47.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8216 08:19:47.260 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.260 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.260 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8217 08:19:47.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8217 08:19:47.260 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] stopping ... 08:19:47.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /127.0.0.1 08:19:47.260 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] has stopped. 08:19:47.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8217 08:19:47.260 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.260 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8218 08:19:47.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8218 08:19:47.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] stopping ... 08:19:47.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /0.0.0.0 08:19:47.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] has stopped. 08:19:47.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8218 08:19:47.261 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8219 08:19:47.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8219 08:19:47.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] stopping ... 08:19:47.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /0.0.0.0 08:19:47.261 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] has stopped. 08:19:47.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8219 08:19:47.262 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 08:19:47.262 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 08:19:47.263 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.263 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.263 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.263 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.264 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.264 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.264 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.264 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.264 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220 08:19:47.264 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.264 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8220, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.264 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8220 08:19:47.264 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.265 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.265 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.265 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.265 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.265 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.265 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.265 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221 08:19:47.265 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.266 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8221, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.266 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8221 08:19:47.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.266 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.266 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.266 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.266 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.267 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.267 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.267 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.267 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.267 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.267 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222 08:19:47.267 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.267 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8222, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.267 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8222 08:19:47.268 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8222 08:19:47.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, 08:19:47.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L53] send request 08:19:47.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L53] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, 08:19:47.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, 08:19:47.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L53] added with generated mid KeyMID[127.0.0.1:8221-18268], CON-POST MID=18268, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L53] added with generated token KeyToken[127.0.0.1:8221-14832864A88152E6], CON-POST MID=18268, Token=14832864A88152E6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-18268], KeyToken[127.0.0.1:8221-14832864A88152E6]] 08:19:47.270 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8221 08:19:47.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E73,T130) 127.0.0.1:8,222 ==> :8,221 [CON-POST MID=18268, Token=14832864A88152E6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:47.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 58 bytes from 127.0.0.1:8222 08:19:47.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-18268] 08:19:47.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.271 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.271 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.271 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.271 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.272 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223 08:19:47.272 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.272 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8223, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.272 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8223 08:19:47.272 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8223 08:19:47.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L55] send request 08:19:47.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L55] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L55] added with generated mid KeyMID[127.0.0.1:8220-39850], CON-POST MID=39850, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L55] added with generated token KeyToken[127.0.0.1:8220-6C3734814DD56D25], CON-POST MID=39850, Token=6C3734814DD56D25, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8220-39850], KeyToken[127.0.0.1:8220-6C3734814DD56D25]] 08:19:47.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8220 08:19:47.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E74,T125) 127.0.0.1:8,223 ==> :8,220 [CON-POST MID=39850, Token=6C3734814DD56D25, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:47.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8220) received 34 bytes from 127.0.0.1:8223 08:19:47.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8223-39850] 08:19:47.274 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.274 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56] replace CON-POST MID=39850, Token=6C3734814DD56D25, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=39850, Token=6C3734814DD56D25, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:47.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R56] send response null-2.05 MID= -1, Token=null, OptionSet={}, "test" 08:19:47.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56, complete]! 08:19:47.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R56, complete] completed ACK-2.04 MID=39850, Token=6C3734814DD56D25, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7! 08:19:47.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8223 08:19:47.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E75,T136) 127.0.0.1:8,220 ==> :8,223 [ACK-2.04 MID=39850, Token=6C3734814DD56D25, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7] 08:19:47.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8223) received 28 bytes from 127.0.0.1:8220 08:19:47.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L55, complete]! 08:19:47.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L55, complete] for token KeyToken[127.0.0.1:8220-6C3734814DD56D25] 08:19:47.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L55, complete] for MID KeyMID[127.0.0.1:8220-39850] 08:19:47.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L55, complete] completed CON-POST MID=39850, Token=6C3734814DD56D25, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:47.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R54] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7 08:19:47.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R54, complete]! 08:19:47.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R54, complete] completed ACK-2.04 MID=18268, Token=14832864A88152E6, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7! 08:19:47.277 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8222 08:19:47.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E76,T133) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04 MID=18268, Token=14832864A88152E6, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7] 08:19:47.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 28 bytes from 127.0.0.1:8221 08:19:47.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53, complete]! 08:19:47.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L53, complete] for token KeyToken[127.0.0.1:8221-14832864A88152E6] 08:19:47.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L53, complete] for MID KeyMID[127.0.0.1:8221-18268] 08:19:47.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L53, complete] completed CON-GET MID= -1, Token=14832864A88152E6, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8220/resource"}, -/- CON-POST MID=18268, Token=14832864A88152E6, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8220"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 18268 Token : 14832864A88152E6 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 10 ms Payload: 4 Bytes =============================================================== 08:19:47.279 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.279 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.279 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8220 08:19:47.279 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8220 08:19:47.279 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] stopping ... 08:19:47.280 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /127.0.0.1 08:19:47.280 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] has stopped. 08:19:47.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8220 08:19:47.280 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.280 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.280 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8221 08:19:47.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8221 08:19:47.280 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] stopping ... 08:19:47.280 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /127.0.0.1 08:19:47.280 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] has stopped. 08:19:47.280 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8221 08:19:47.280 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.280 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.280 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8222 08:19:47.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8222 08:19:47.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] stopping ... 08:19:47.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /0.0.0.0 08:19:47.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] has stopped. 08:19:47.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8222 08:19:47.281 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.281 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8223 08:19:47.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8223 08:19:47.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8223] stopping ... 08:19:47.281 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /0.0.0.0 08:19:47.281 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8223] has stopped. 08:19:47.281 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8223 08:19:47.281 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 08:19:47.282 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 08:19:47.282 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.282 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.282 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.282 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.283 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.283 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.283 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.283 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.283 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.283 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224 08:19:47.283 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.283 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8224, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.283 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8224 08:19:47.284 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.284 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.284 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.284 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.284 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.284 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.284 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.284 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.284 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225 08:19:47.285 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.285 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8225, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.285 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.285 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8225 08:19:47.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.285 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.285 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.285 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.285 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.286 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.286 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.286 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.286 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226 08:19:47.286 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.286 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8226, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.286 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8226 08:19:47.286 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8226 08:19:47.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36132], CON-POST MID=36132, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated token KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36132, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36132], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.289 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8225 08:19:47.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E77,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36132, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:47.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 189 bytes from 127.0.0.1:8226 08:19:47.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36132] 08:19:47.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.290 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.290 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.290 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.290 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.290 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227 08:19:47.291 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.291 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8227, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.291 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8227 08:19:47.291 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.291 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8227 08:19:47.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L59] send request 08:19:47.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L59] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L59] added with generated mid KeyMID[127.0.0.1:8224-23948], CON-POST MID=23948, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L59] added with generated token KeyToken[127.0.0.1:8224-6CBF91823CDF0599], CON-POST MID=23948, Token=6CBF91823CDF0599, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8224-23948], KeyToken[127.0.0.1:8224-6CBF91823CDF0599]] 08:19:47.292 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8224 08:19:47.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E78,T141) 127.0.0.1:8,227 ==> :8,224 [CON-POST MID=23948, Token=6CBF91823CDF0599, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:47.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8224) received 165 bytes from 127.0.0.1:8227 08:19:47.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-23948] 08:19:47.292 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.293 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60] replace CON-POST MID=23948, Token=6CBF91823CDF0599, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID=23948, Token=6CBF91823CDF0599, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R60] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 256 bytes 08:19:47.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60, complete]! 08:19:47.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R60, complete] completed ACK-2.04 MID=23948, Token=6CBF91823CDF0599, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:19:47.294 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 280 bytes to 127.0.0.1:8227 08:19:47.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E79,T152) 127.0.0.1:8,224 ==> :8,227 [ACK-2.04 MID=23948, Token=6CBF91823CDF0599, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:19:47.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8227) received 280 bytes from 127.0.0.1:8224 08:19:47.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L59, complete]! 08:19:47.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L59, complete] for token KeyToken[127.0.0.1:8224-6CBF91823CDF0599] 08:19:47.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L59, complete] for MID KeyMID[127.0.0.1:8224-23948] 08:19:47.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L59, complete] completed CON-POST MID=23948, Token=6CBF91823CDF0599, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! 08:19:47.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [266/32] requires blockwise transfer 08:19:47.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=0, currentSzx=0, bufferSize=266, complete=false], transfers in progress: 1 08:19:47.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R58] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:47.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R58, complete]! 08:19:47.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R58, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes -/- ACK-2.04 MID=36132, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:19:47.296 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8226 08:19:47.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E80,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36132, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:19:47.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 52 bytes from 127.0.0.1:8225 08:19:47.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/, 127.0.0.1:8225] inbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8225]: currentNum=0, currentSzx=0, bufferSize=266, complete=false], transfers in progress: 1, ACK-2.04 MID=36132, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:47.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36132, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8224"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36133], CON-POST MID=36133, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-36132] 08:19:47.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36133, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36133], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:19:47.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E81,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36133, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:19:47.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:19:47.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36133] 08:19:47.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=1, currentSzx=1, bufferSize=266, complete=false] 08:19:47.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R61] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47 08:19:47.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, complete]! 08:19:47.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R61, complete] completed ACK-2.04 MID=36133, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47! 08:19:47.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:19:47.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E82,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36133, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47] 08:19:47.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:19:47.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36133, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36134], CON-POST MID=36134, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-36133] 08:19:47.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36134, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36134], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:19:47.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E83,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36134, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:19:47.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:19:47.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36134] 08:19:47.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=2, currentSzx=1, bufferSize=266, complete=false] 08:19:47.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R62] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD 08:19:47.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R62, complete]! 08:19:47.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R62, complete] completed ACK-2.04 MID=36134, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD! 08:19:47.360 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:19:47.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E84,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36134, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD] 08:19:47.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:19:47.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36134, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36135], CON-POST MID=36135, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-36134] 08:19:47.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36135, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36135], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:19:47.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E85,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36135, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:19:47.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:19:47.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36135] 08:19:47.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=3, currentSzx=1, bufferSize=266, complete=false] 08:19:47.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R63] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06 08:19:47.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, complete]! 08:19:47.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R63, complete] completed ACK-2.04 MID=36135, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06! 08:19:47.364 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:19:47.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E86,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36135, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06] 08:19:47.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:19:47.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36135, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36136], CON-POST MID=36136, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-36135] 08:19:47.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36136, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36136], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.367 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:19:47.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E87,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36136, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:19:47.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:19:47.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36136] 08:19:47.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=4, currentSzx=1, bufferSize=266, complete=false] 08:19:47.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R64] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6 08:19:47.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R64, complete]! 08:19:47.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R64, complete] completed ACK-2.04 MID=36136, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6! 08:19:47.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:19:47.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E88,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36136, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6] 08:19:47.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:19:47.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36136, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36137], CON-POST MID=36137, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-36136] 08:19:47.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36137, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36137], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:19:47.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E89,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36137, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:19:47.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:19:47.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36137] 08:19:47.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=5, currentSzx=1, bufferSize=266, complete=false] 08:19:47.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R65] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2 08:19:47.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, complete]! 08:19:47.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R65, complete] completed ACK-2.04 MID=36137, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2! 08:19:47.372 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:19:47.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E90,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36137, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2] 08:19:47.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:19:47.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36137, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36138], CON-POST MID=36138, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-36137] 08:19:47.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36138, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36138], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:19:47.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E91,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36138, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:19:47.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:19:47.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36138] 08:19:47.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=6, currentSzx=1, bufferSize=266, complete=false] 08:19:47.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R66] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82 08:19:47.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R66, complete]! 08:19:47.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R66, complete] completed ACK-2.04 MID=36138, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82! 08:19:47.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:19:47.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E92,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36138, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82] 08:19:47.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:19:47.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36138, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36139], CON-POST MID=36139, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-36138] 08:19:47.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36139, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36139], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:19:47.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E93,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36139, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:19:47.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:19:47.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36139] 08:19:47.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=7, currentSzx=1, bufferSize=266, complete=false] 08:19:47.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R67] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C 08:19:47.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, complete]! 08:19:47.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R67, complete] completed ACK-2.04 MID=36139, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C! 08:19:47.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8226 08:19:47.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E94,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36139, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C] 08:19:47.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 49 bytes from 127.0.0.1:8225 08:19:47.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36139, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] send request 08:19:47.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L57] prepare retransmission for CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] added with generated mid KeyMID[127.0.0.1:8225-36140], CON-POST MID=36140, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57] for MID KeyMID[127.0.0.1:8225-36139] 08:19:47.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L57] keep for KeyToken[127.0.0.1:8225-34CEE21E8B789217], CON-POST MID=36140, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, 08:19:47.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-36140], KeyToken[127.0.0.1:8225-34CEE21E8B789217]] 08:19:47.382 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8225 08:19:47.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E95,T146) 127.0.0.1:8,226 ==> :8,225 [CON-POST MID=36140, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, ] 08:19:47.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 49 bytes from 127.0.0.1:8226 08:19:47.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-36140] 08:19:47.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8226]: currentNum=8, currentSzx=1, bufferSize=266, complete=true] 08:19:47.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R68] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45 08:19:47.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R68, complete]! 08:19:47.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R68, complete] completed ACK-2.04 MID=36140, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45! 08:19:47.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 27 bytes to 127.0.0.1:8226 08:19:47.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E96,T149) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04 MID=36140, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45] 08:19:47.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 27 bytes from 127.0.0.1:8225 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/, 127.0.0.1:8225]], block2 transfers still in progress: 0 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=36132, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57] replace CON-POST MID=36140, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, acked by CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57, complete]! 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57, complete] for token KeyToken[127.0.0.1:8225-34CEE21E8B789217] 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L57, complete] for MID KeyMID[127.0.0.1:8225-36140] 08:19:47.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L57, complete] completed CON-POST MID= -1, Token=34CEE21E8B789217, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8224/resource"}, "98257387005764743526667350535128".. 128 bytes! 08:19:47.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 08:19:47.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 36132 Token : 34CEE21E8B789217 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 97 ms Payload: 256 Bytes =============================================================== 08:19:47.385 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.385 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.386 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8224 08:19:47.386 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8224 08:19:47.386 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8224] stopping ... 08:19:47.386 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /127.0.0.1 08:19:47.386 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8224] has stopped. 08:19:47.386 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8224 08:19:47.386 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.386 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.386 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.386 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8225 08:19:47.386 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8225 08:19:47.386 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] stopping ... 08:19:47.386 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /127.0.0.1 08:19:47.386 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] has stopped. 08:19:47.386 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8225 08:19:47.386 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.386 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.386 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8226 08:19:47.386 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8226 08:19:47.387 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] stopping ... 08:19:47.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /0.0.0.0 08:19:47.387 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] has stopped. 08:19:47.387 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8226 08:19:47.387 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8227 08:19:47.387 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8227 08:19:47.387 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8227] stopping ... 08:19:47.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /0.0.0.0 08:19:47.387 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8227] has stopped. 08:19:47.387 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8227 08:19:47.387 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 08:19:47.388 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseGetProxyClientBW 08:19:47.388 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.388 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.388 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.389 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.389 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.389 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.389 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.389 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.389 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228 08:19:47.389 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.389 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8228, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.389 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8228 08:19:47.389 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.389 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.390 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.390 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.390 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.390 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.390 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.390 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.390 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.390 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.390 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229 08:19:47.390 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.391 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8229, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.391 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.391 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8229 08:19:47.391 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.391 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.391 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.391 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.391 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.392 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.392 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.392 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.392 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.392 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230 08:19:47.392 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.392 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8230, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.392 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8230 08:19:47.392 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8230 08:19:47.392 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:19:47.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-1494], CON-POST MID= 1494, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated token KeyToken[127.0.0.1:8229-6C927EA1424E4C22], CON-POST MID= 1494, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-1494], KeyToken[127.0.0.1:8229-6C927EA1424E4C22]] 08:19:47.395 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8229 08:19:47.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E97,T162) 127.0.0.1:8,230 ==> :8,229 [CON-POST MID= 1494, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:47.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 58 bytes from 127.0.0.1:8230 08:19:47.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-1494] 08:19:47.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.396 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.396 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.396 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.396 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.397 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231 08:19:47.397 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.398 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8231, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.398 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.398 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8231 08:19:47.398 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8231 08:19:47.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L71] send request 08:19:47.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L71] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L71] added with generated mid KeyMID[127.0.0.1:8228-10561], CON-POST MID=10561, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L71] added with generated token KeyToken[127.0.0.1:8228-3C2D173CCE5475A8], CON-POST MID=10561, Token=3C2D173CCE5475A8, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:47.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8228-10561], KeyToken[127.0.0.1:8228-3C2D173CCE5475A8]] 08:19:47.399 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8228 08:19:47.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E98,T157) 127.0.0.1:8,231 ==> :8,228 [CON-POST MID=10561, Token=3C2D173CCE5475A8, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:47.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8228) received 34 bytes from 127.0.0.1:8231 08:19:47.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8231-10561] 08:19:47.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72] replace CON-POST MID=10561, Token=3C2D173CCE5475A8, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=10561, Token=3C2D173CCE5475A8, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:47.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R72] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:19:47.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72, complete]! 08:19:47.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R72, complete] completed ACK-2.04 MID=10561, Token=3C2D173CCE5475A8, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:19:47.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8231 08:19:47.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E99,T168) 127.0.0.1:8,228 ==> :8,231 [ACK-2.04 MID=10561, Token=3C2D173CCE5475A8, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:19:47.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8231) received 152 bytes from 127.0.0.1:8228 08:19:47.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L71, complete]! 08:19:47.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L71, complete] for token KeyToken[127.0.0.1:8228-3C2D173CCE5475A8] 08:19:47.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L71, complete] for MID KeyMID[127.0.0.1:8228-10561] 08:19:47.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L71, complete] completed CON-POST MID=10561, Token=3C2D173CCE5475A8, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:47.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [138/32] requires blockwise transfer 08:19:47.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1 08:19:47.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R70] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:47.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R70, complete]! 08:19:47.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R70, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes -/- ACK-2.04 MID= 1494, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:19:47.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8230 08:19:47.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E100,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID= 1494, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:19:47.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 51 bytes from 127.0.0.1:8229 08:19:47.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/, 127.0.0.1:8229] inbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8229]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1, ACK-2.04 MID= 1494, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:47.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-POST MID= 1494, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8228"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:19:47.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-1495], CON-GET MID= 1495, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69] for MID KeyMID[127.0.0.1:8229-1494] 08:19:47.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] keep for KeyToken[127.0.0.1:8229-6C927EA1424E4C22], CON-GET MID= 1495, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-1495], KeyToken[127.0.0.1:8229-6C927EA1424E4C22]] 08:19:47.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8229 08:19:47.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E101,T162) 127.0.0.1:8,230 ==> :8,229 [CON-GET MID= 1495, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ] 08:19:47.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 48 bytes from 127.0.0.1:8230 08:19:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-1495] 08:19:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=1, currentSzx=1, bufferSize=138, complete=false] 08:19:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R73] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47 08:19:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, complete]! 08:19:47.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R73, complete] completed ACK-2.04 MID= 1495, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47! 08:19:47.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8230 08:19:47.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E102,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID= 1495, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47] 08:19:47.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 49 bytes from 127.0.0.1:8229 08:19:47.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID= 1495, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, acked by CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:19:47.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-1496], CON-GET MID= 1496, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69] for MID KeyMID[127.0.0.1:8229-1495] 08:19:47.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] keep for KeyToken[127.0.0.1:8229-6C927EA1424E4C22], CON-GET MID= 1496, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-1496], KeyToken[127.0.0.1:8229-6C927EA1424E4C22]] 08:19:47.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8229 08:19:47.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E103,T162) 127.0.0.1:8,230 ==> :8,229 [CON-GET MID= 1496, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ] 08:19:47.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 48 bytes from 127.0.0.1:8230 08:19:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-1496] 08:19:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=2, currentSzx=1, bufferSize=138, complete=false] 08:19:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R74] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD 08:19:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R74, complete]! 08:19:47.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R74, complete] completed ACK-2.04 MID= 1496, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD! 08:19:47.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8230 08:19:47.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E104,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID= 1496, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD] 08:19:47.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 49 bytes from 127.0.0.1:8229 08:19:47.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID= 1496, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, acked by CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:19:47.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-1497], CON-GET MID= 1497, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69] for MID KeyMID[127.0.0.1:8229-1496] 08:19:47.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] keep for KeyToken[127.0.0.1:8229-6C927EA1424E4C22], CON-GET MID= 1497, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-1497], KeyToken[127.0.0.1:8229-6C927EA1424E4C22]] 08:19:47.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8229 08:19:47.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E105,T162) 127.0.0.1:8,230 ==> :8,229 [CON-GET MID= 1497, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ] 08:19:47.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 48 bytes from 127.0.0.1:8230 08:19:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-1497] 08:19:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=3, currentSzx=1, bufferSize=138, complete=false] 08:19:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R75] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06 08:19:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, complete]! 08:19:47.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R75, complete] completed ACK-2.04 MID= 1497, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06! 08:19:47.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8230 08:19:47.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E106,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID= 1497, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06] 08:19:47.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 49 bytes from 127.0.0.1:8229 08:19:47.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID= 1497, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, acked by CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] send request 08:19:47.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L69] prepare retransmission for CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] added with generated mid KeyMID[127.0.0.1:8229-1498], CON-GET MID= 1498, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69] for MID KeyMID[127.0.0.1:8229-1497] 08:19:47.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L69] keep for KeyToken[127.0.0.1:8229-6C927EA1424E4C22], CON-GET MID= 1498, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-1498], KeyToken[127.0.0.1:8229-6C927EA1424E4C22]] 08:19:47.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8229 08:19:47.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E107,T162) 127.0.0.1:8,230 ==> :8,229 [CON-GET MID= 1498, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ] 08:19:47.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 48 bytes from 127.0.0.1:8230 08:19:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-1498] 08:19:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8230]: currentNum=4, currentSzx=1, bufferSize=138, complete=true] 08:19:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R76] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C 08:19:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R76, complete]! 08:19:47.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R76, complete] completed ACK-2.04 MID= 1498, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C! 08:19:47.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 27 bytes to 127.0.0.1:8230 08:19:47.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E108,T165) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04 MID= 1498, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C] 08:19:47.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 27 bytes from 127.0.0.1:8229 08:19:47.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/, 127.0.0.1:8229]], block2 transfers still in progress: 0 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID= 1494, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69] replace CON-GET MID= 1498, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, acked by CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69, complete]! 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69, complete] for token KeyToken[127.0.0.1:8229-6C927EA1424E4C22] 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L69, complete] for MID KeyMID[127.0.0.1:8229-1498] 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L69, complete] completed CON-GET MID= -1, Token=6C927EA1424E4C22, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8228/resource"}, ! 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 1494 Token : 6C927EA1424E4C22 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 82 ms Payload: 128 Bytes =============================================================== 08:19:47.476 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.476 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.476 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8228 08:19:47.477 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8228 08:19:47.477 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8228] stopping ... 08:19:47.477 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /127.0.0.1 08:19:47.477 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8228] has stopped. 08:19:47.477 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8228 08:19:47.477 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.477 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.477 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.477 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8229 08:19:47.477 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8229 08:19:47.477 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] stopping ... 08:19:47.477 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /127.0.0.1 08:19:47.477 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] has stopped. 08:19:47.477 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8229 08:19:47.478 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.478 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.478 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8230 08:19:47.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8230 08:19:47.478 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] stopping ... 08:19:47.478 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /0.0.0.0 08:19:47.478 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] has stopped. 08:19:47.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8230 08:19:47.478 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.478 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8231 08:19:47.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8231 08:19:47.478 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8231] stopping ... 08:19:47.478 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /0.0.0.0 08:19:47.478 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8231] has stopped. 08:19:47.478 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8231 08:19:47.479 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseGetProxyClientBW 08:19:47.479 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 08:19:47.480 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.480 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.480 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.480 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.480 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.481 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.481 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.481 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.481 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.481 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232 08:19:47.481 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.481 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8232, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.481 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8232 08:19:47.481 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.481 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.482 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.482 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.482 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.482 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.482 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.482 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.482 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.482 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233 08:19:47.482 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.483 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8233, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.483 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8233 08:19:47.483 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.483 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.483 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.483 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.484 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.484 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.484 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.484 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.484 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.484 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234 08:19:47.484 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.484 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8234, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.484 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8234 08:19:47.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.484 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8234 08:19:47.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L77] send request 08:19:47.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L77] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:47.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L77] added with generated mid KeyMID[127.0.0.1:8233-3156], CON-POST MID= 3156, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L77] added with generated token KeyToken[127.0.0.1:8233-38B25E7B2F9B6C26], CON-POST MID= 3156, Token=38B25E7B2F9B6C26, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:47.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-3156], KeyToken[127.0.0.1:8233-38B25E7B2F9B6C26]] 08:19:47.487 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8233 08:19:47.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E109,T178) 127.0.0.1:8,234 ==> :8,233 [CON-POST MID= 3156, Token=38B25E7B2F9B6C26, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:47.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8233) received 189 bytes from 127.0.0.1:8234 08:19:47.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-3156] 08:19:47.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:47.488 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.488 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.488 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.488 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.488 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235 08:19:47.488 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.489 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8235, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.489 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8235 08:19:47.489 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8235 08:19:47.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:19:47.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8232]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:47.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:19:47.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-58440], CON-POST MID=58440, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated token KeyToken[127.0.0.1:8232-A8BC8702EC4A081D], CON-POST MID=58440, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:47.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-58440], KeyToken[127.0.0.1:8232-A8BC8702EC4A081D]] 08:19:47.490 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8232 08:19:47.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E110,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=58440, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:19:47.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 54 bytes from 127.0.0.1:8235 08:19:47.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-58440] 08:19:47.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 08:19:47.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8235]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:47.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:19:47.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R80] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 08:19:47.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R80, complete]! 08:19:47.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R80, complete] completed ACK-2.31 MID=58440, Token=A8BC8702EC4A081D, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 08:19:47.492 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8235 08:19:47.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E111,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.31 MID=58440, Token=A8BC8702EC4A081D, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 08:19:47.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 15 bytes from 127.0.0.1:8232 08:19:47.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 08:19:47.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID=58440, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:19:47.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-58441], CON-POST MID=58441, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79] for MID KeyMID[127.0.0.1:8232-58440] 08:19:47.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] keep for KeyToken[127.0.0.1:8232-A8BC8702EC4A081D], CON-POST MID=58441, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-58441], KeyToken[127.0.0.1:8232-A8BC8702EC4A081D]] 08:19:47.493 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8232 08:19:47.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E112,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=58441, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 08:19:47.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 51 bytes from 127.0.0.1:8235 08:19:47.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-58441] 08:19:47.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 08:19:47.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8235] for CON-POST MID=58441, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:47.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:19:47.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R81] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 08:19:47.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, complete]! 08:19:47.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R81, complete] completed ACK-2.31 MID=58441, Token=A8BC8702EC4A081D, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 08:19:47.495 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8235 08:19:47.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E113,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.31 MID=58441, Token=A8BC8702EC4A081D, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 08:19:47.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 15 bytes from 127.0.0.1:8232 08:19:47.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 08:19:47.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID=58441, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:19:47.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-58442], CON-POST MID=58442, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79] for MID KeyMID[127.0.0.1:8232-58441] 08:19:47.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] keep for KeyToken[127.0.0.1:8232-A8BC8702EC4A081D], CON-POST MID=58442, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-58442], KeyToken[127.0.0.1:8232-A8BC8702EC4A081D]] 08:19:47.496 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8232 08:19:47.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E114,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=58442, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 08:19:47.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 51 bytes from 127.0.0.1:8235 08:19:47.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-58442] 08:19:47.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 08:19:47.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8235] for CON-POST MID=58442, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:47.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:19:47.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R82] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 08:19:47.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R82, complete]! 08:19:47.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R82, complete] completed ACK-2.31 MID=58442, Token=A8BC8702EC4A081D, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 08:19:47.497 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8235 08:19:47.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E115,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.31 MID=58442, Token=A8BC8702EC4A081D, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 08:19:47.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 15 bytes from 127.0.0.1:8232 08:19:47.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 08:19:47.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID=58442, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:19:47.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-58443], CON-POST MID=58443, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79] for MID KeyMID[127.0.0.1:8232-58442] 08:19:47.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] keep for KeyToken[127.0.0.1:8232-A8BC8702EC4A081D], CON-POST MID=58443, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-58443], KeyToken[127.0.0.1:8232-A8BC8702EC4A081D]] 08:19:47.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8232 08:19:47.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E116,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=58443, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 08:19:47.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 51 bytes from 127.0.0.1:8235 08:19:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-58443] 08:19:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 08:19:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8235] for CON-POST MID=58443, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 08:19:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R83] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 08:19:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, complete]! 08:19:47.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R83, complete] completed ACK-2.31 MID=58443, Token=A8BC8702EC4A081D, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 08:19:47.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8235 08:19:47.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E117,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.31 MID=58443, Token=A8BC8702EC4A081D, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 08:19:47.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 15 bytes from 127.0.0.1:8232 08:19:47.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 08:19:47.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:47.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79] replace CON-POST MID=58443, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:47.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] send request 08:19:47.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L79] prepare retransmission for CON-POST MID= -1, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:47.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] added with generated mid KeyMID[127.0.0.1:8232-58444], CON-POST MID=58444, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:47.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79] for MID KeyMID[127.0.0.1:8232-58443] 08:19:47.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L79] keep for KeyToken[127.0.0.1:8232-A8BC8702EC4A081D], CON-POST MID=58444, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:47.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8232-58444], KeyToken[127.0.0.1:8232-A8BC8702EC4A081D]] 08:19:47.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8232 08:19:47.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E118,T173) 127.0.0.1:8,235 ==> :8,232 [CON-POST MID=58444, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00] 08:19:47.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8232) received 40 bytes from 127.0.0.1:8235 08:19:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-58444] 08:19:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 08:19:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8235] for CON-POST MID=58444, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 08:19:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8235]], block1 transfers still in progress: 0 08:19:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 08:19:47.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R84] send response null-2.05 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes 08:19:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R84, complete]! 08:19:47.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R84, complete] completed ACK-2.04 MID=58444, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:19:47.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 283 bytes to 127.0.0.1:8235 08:19:47.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E119,T184) 127.0.0.1:8,232 ==> :8,235 [ACK-2.04 MID=58444, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:19:47.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8235) received 283 bytes from 127.0.0.1:8232 08:19:47.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 08:19:47.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79, complete]! 08:19:47.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79, complete] for token KeyToken[127.0.0.1:8232-A8BC8702EC4A081D] 08:19:47.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L79, complete] for MID KeyMID[127.0.0.1:8232-58444] 08:19:47.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L79, complete] completed CON-POST MID=58440, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=58444, Token=A8BC8702EC4A081D, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00! 08:19:47.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:47.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R78] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes 08:19:47.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R78, complete]! 08:19:47.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R78, complete] completed ACK-2.04 MID= 3156, Token=38B25E7B2F9B6C26, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:19:47.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 283 bytes to 127.0.0.1:8234 08:19:47.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E120,T181) 127.0.0.1:8,233 ==> :8,234 [ACK-2.04 MID= 3156, Token=38B25E7B2F9B6C26, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:19:47.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8234) received 283 bytes from 127.0.0.1:8233 08:19:47.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77, complete]! 08:19:47.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L77, complete] for token KeyToken[127.0.0.1:8233-38B25E7B2F9B6C26] 08:19:47.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L77, complete] for MID KeyMID[127.0.0.1:8233-3156] 08:19:47.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L77, complete] completed CON-POST MID= -1, Token=38B25E7B2F9B6C26, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8232/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID= 3156, Token=38B25E7B2F9B6C26, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8232"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 3156 Token : 38B25E7B2F9B6C26 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 74 ms Payload: 256 Bytes =============================================================== 08:19:47.560 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.560 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.561 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8232 08:19:47.561 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8232 08:19:47.561 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8232] stopping ... 08:19:47.561 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /127.0.0.1 08:19:47.561 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8232] has stopped. 08:19:47.561 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8232 08:19:47.561 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.561 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.561 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.561 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8233 08:19:47.561 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8233 08:19:47.561 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] stopping ... 08:19:47.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /127.0.0.1 08:19:47.562 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] has stopped. 08:19:47.562 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8233 08:19:47.562 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:47.562 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8234 08:19:47.562 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8234 08:19:47.562 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] stopping ... 08:19:47.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /0.0.0.0 08:19:47.562 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] has stopped. 08:19:47.562 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8234 08:19:47.562 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:47.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8235 08:19:47.562 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8235 08:19:47.562 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8235] stopping ... 08:19:47.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /0.0.0.0 08:19:47.562 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8235] has stopped. 08:19:47.563 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8235 08:19:47.563 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 08:19:47.563 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:47.563 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest Start OSCoreServerClientTest 08:19:47.564 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.564 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.565 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.565 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.565 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.566 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.566 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.566 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.566 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.566 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236 08:19:47.566 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.566 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8236, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.566 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8236 08:19:47.567 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.567 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.567 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.567 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.567 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:47.567 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:47.567 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.567 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.567 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:47.567 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237 08:19:47.567 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.568 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8237, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:47.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:47.568 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8237 08:19:47.568 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8237 for coap 08:19:47.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L85] send request 08:19:47.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L85] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:47.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L85] added with generated mid KeyMID[127.0.0.1:8236-6413], CON-POST MID= 6413, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:47.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L85] added with generated token KeyToken[127.0.0.1:8236-6499D0D78BA9E00B], CON-POST MID= 6413, Token=6499D0D78BA9E00B, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:47.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6413], KeyToken[127.0.0.1:8236-6499D0D78BA9E00B]] 08:19:47.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:19:47.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E121,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6413, Token=6499D0D78BA9E00B, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:19:47.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:19:47.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6413] 08:19:47.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86] replace CON-POST MID= 6413, Token=6499D0D78BA9E00B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6413, Token=6499D0D78BA9E00B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R86] send response NON-2.05 MID= 6413, Token=null, OptionSet={}, "server responds hi" 08:19:47.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86, complete]! 08:19:47.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R86, complete] completed NON-2.04 MID= 6413, Token=6499D0D78BA9E00B, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:19:47.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E122,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6413, Token=6499D0D78BA9E00B, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:19:47.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6413] 08:19:47.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85, complete]! 08:19:47.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L85, complete] for token KeyToken[127.0.0.1:8236-6499D0D78BA9E00B] 08:19:47.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L85, complete] for MID KeyMID[127.0.0.1:8236-6413] 08:19:47.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L85, complete] completed CON-POST MID= -1, Token=6499D0D78BA9E00B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6413, Token=6499D0D78BA9E00B, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:19:47.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L87] send request 08:19:47.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L87] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:47.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L87] added with generated mid KeyMID[127.0.0.1:8236-6414], CON-POST MID= 6414, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:47.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L87] added with generated token KeyToken[127.0.0.1:8236-08A4C40E794DCE16], CON-POST MID= 6414, Token=08A4C40E794DCE16, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:47.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6414], KeyToken[127.0.0.1:8236-08A4C40E794DCE16]] 08:19:47.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:19:47.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E123,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6414, Token=08A4C40E794DCE16, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 08:19:47.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:19:47.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6414] 08:19:47.575 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.575 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88] replace CON-POST MID= 6414, Token=08A4C40E794DCE16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6414, Token=08A4C40E794DCE16, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R88] send response NON-2.05 MID= 6414, Token=null, OptionSet={}, "server responds hi" 08:19:47.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88, complete]! 08:19:47.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R88, complete] completed NON-2.04 MID= 6414, Token=08A4C40E794DCE16, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 08:19:47.576 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E124,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6414, Token=08A4C40E794DCE16, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 08:19:47.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6414] 08:19:47.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87, complete]! 08:19:47.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L87, complete] for token KeyToken[127.0.0.1:8236-08A4C40E794DCE16] 08:19:47.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L87, complete] for MID KeyMID[127.0.0.1:8236-6414] 08:19:47.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L87, complete] completed CON-POST MID= -1, Token=08A4C40E794DCE16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6414, Token=08A4C40E794DCE16, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 08:19:47.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L89] send request 08:19:47.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L89] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:47.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L89] added with generated mid KeyMID[127.0.0.1:8236-6415], CON-POST MID= 6415, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:47.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L89] added with generated token KeyToken[127.0.0.1:8236-E08CE3EC1E93E6C5], CON-POST MID= 6415, Token=E08CE3EC1E93E6C5, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:47.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6415], KeyToken[127.0.0.1:8236-E08CE3EC1E93E6C5]] 08:19:47.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:19:47.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E125,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6415, Token=E08CE3EC1E93E6C5, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 08:19:47.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:19:47.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6415] 08:19:47.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90] replace CON-POST MID= 6415, Token=E08CE3EC1E93E6C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6415, Token=E08CE3EC1E93E6C5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R90] send response NON-2.05 MID= 6415, Token=null, OptionSet={}, "server responds hi" 08:19:47.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90, complete]! 08:19:47.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R90, complete] completed NON-2.04 MID= 6415, Token=E08CE3EC1E93E6C5, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 08:19:47.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E126,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6415, Token=E08CE3EC1E93E6C5, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 08:19:47.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6415] 08:19:47.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89, complete]! 08:19:47.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L89, complete] for token KeyToken[127.0.0.1:8236-E08CE3EC1E93E6C5] 08:19:47.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L89, complete] for MID KeyMID[127.0.0.1:8236-6415] 08:19:47.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L89, complete] completed CON-POST MID= -1, Token=E08CE3EC1E93E6C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6415, Token=E08CE3EC1E93E6C5, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 08:19:47.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L91] send request 08:19:47.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L91] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:47.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L91] added with generated mid KeyMID[127.0.0.1:8236-6416], CON-POST MID= 6416, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:47.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L91] added with generated token KeyToken[127.0.0.1:8236-741EE704FC10A164], CON-POST MID= 6416, Token=741EE704FC10A164, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:47.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6416], KeyToken[127.0.0.1:8236-741EE704FC10A164]] 08:19:47.583 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:19:47.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E127,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6416, Token=741EE704FC10A164, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 08:19:47.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:19:47.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6416] 08:19:47.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.584 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92] replace CON-POST MID= 6416, Token=741EE704FC10A164, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6416, Token=741EE704FC10A164, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.584 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R92] send response NON-2.05 MID= 6416, Token=null, OptionSet={}, "server responds hi" 08:19:47.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92, complete]! 08:19:47.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R92, complete] completed NON-2.04 MID= 6416, Token=741EE704FC10A164, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 08:19:47.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E128,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6416, Token=741EE704FC10A164, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 08:19:47.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6416] 08:19:47.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91, complete]! 08:19:47.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L91, complete] for token KeyToken[127.0.0.1:8236-741EE704FC10A164] 08:19:47.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L91, complete] for MID KeyMID[127.0.0.1:8236-6416] 08:19:47.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L91, complete] completed CON-POST MID= -1, Token=741EE704FC10A164, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6416, Token=741EE704FC10A164, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 08:19:47.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L93] send request 08:19:47.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L93] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:47.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L93] added with generated mid KeyMID[127.0.0.1:8236-6417], CON-POST MID= 6417, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:47.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L93] added with generated token KeyToken[127.0.0.1:8236-685050610A5A00E1], CON-POST MID= 6417, Token=685050610A5A00E1, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:47.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6417], KeyToken[127.0.0.1:8236-685050610A5A00E1]] 08:19:47.588 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:19:47.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E129,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6417, Token=685050610A5A00E1, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 08:19:47.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:19:47.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6417] 08:19:47.589 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.589 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94] replace CON-POST MID= 6417, Token=685050610A5A00E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6417, Token=685050610A5A00E1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R94] send response NON-2.05 MID= 6417, Token=null, OptionSet={}, "server responds hi" 08:19:47.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94, complete]! 08:19:47.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R94, complete] completed NON-2.04 MID= 6417, Token=685050610A5A00E1, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 08:19:47.590 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E130,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6417, Token=685050610A5A00E1, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 08:19:47.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6417] 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93, complete]! 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L93, complete] for token KeyToken[127.0.0.1:8236-685050610A5A00E1] 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L93, complete] for MID KeyMID[127.0.0.1:8236-6417] 08:19:47.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L93, complete] completed CON-POST MID= -1, Token=685050610A5A00E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6417, Token=685050610A5A00E1, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 08:19:47.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L95] send request 08:19:47.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L95] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:47.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L95] added with generated mid KeyMID[127.0.0.1:8236-6418], CON-POST MID= 6418, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:47.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L95] added with generated token KeyToken[127.0.0.1:8236-BC70F7AC1DC18331], CON-POST MID= 6418, Token=BC70F7AC1DC18331, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:47.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6418], KeyToken[127.0.0.1:8236-BC70F7AC1DC18331]] 08:19:47.592 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:19:47.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E131,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6418, Token=BC70F7AC1DC18331, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 08:19:47.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:19:47.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6418] 08:19:47.592 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.592 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96] replace CON-POST MID= 6418, Token=BC70F7AC1DC18331, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6418, Token=BC70F7AC1DC18331, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R96] send response NON-2.05 MID= 6418, Token=null, OptionSet={}, "server responds hi" 08:19:47.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96, complete]! 08:19:47.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R96, complete] completed NON-2.04 MID= 6418, Token=BC70F7AC1DC18331, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 08:19:47.593 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E132,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6418, Token=BC70F7AC1DC18331, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 08:19:47.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6418] 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95, complete]! 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L95, complete] for token KeyToken[127.0.0.1:8236-BC70F7AC1DC18331] 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L95, complete] for MID KeyMID[127.0.0.1:8236-6418] 08:19:47.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L95, complete] completed CON-POST MID= -1, Token=BC70F7AC1DC18331, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6418, Token=BC70F7AC1DC18331, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 08:19:47.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L97] send request 08:19:47.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L97] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:47.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L97] added with generated mid KeyMID[127.0.0.1:8236-6419], CON-POST MID= 6419, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:47.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L97] added with generated token KeyToken[127.0.0.1:8236-A0DF2A630BC88F46], CON-POST MID= 6419, Token=A0DF2A630BC88F46, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:47.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6419], KeyToken[127.0.0.1:8236-A0DF2A630BC88F46]] 08:19:47.596 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:19:47.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E133,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6419, Token=A0DF2A630BC88F46, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 08:19:47.596 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:19:47.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6419] 08:19:47.596 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.596 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98] replace CON-POST MID= 6419, Token=A0DF2A630BC88F46, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6419, Token=A0DF2A630BC88F46, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R98] send response NON-2.05 MID= 6419, Token=null, OptionSet={}, "server responds hi" 08:19:47.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98, complete]! 08:19:47.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R98, complete] completed NON-2.04 MID= 6419, Token=A0DF2A630BC88F46, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 08:19:47.597 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.597 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E134,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6419, Token=A0DF2A630BC88F46, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 08:19:47.597 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6419] 08:19:47.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97, complete]! 08:19:47.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L97, complete] for token KeyToken[127.0.0.1:8236-A0DF2A630BC88F46] 08:19:47.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L97, complete] for MID KeyMID[127.0.0.1:8236-6419] 08:19:47.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L97, complete] completed CON-POST MID= -1, Token=A0DF2A630BC88F46, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6419, Token=A0DF2A630BC88F46, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 08:19:47.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L99] send request 08:19:47.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L99] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:47.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L99] added with generated mid KeyMID[127.0.0.1:8236-6420], CON-POST MID= 6420, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:47.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L99] added with generated token KeyToken[127.0.0.1:8236-F86FC8A9C8334EB5], CON-POST MID= 6420, Token=F86FC8A9C8334EB5, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:47.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6420], KeyToken[127.0.0.1:8236-F86FC8A9C8334EB5]] 08:19:47.599 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8236 08:19:47.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E135,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6420, Token=F86FC8A9C8334EB5, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 08:19:47.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 40 bytes from 127.0.0.1:8237 08:19:47.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6420] 08:19:47.600 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.600 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100] replace CON-POST MID= 6420, Token=F86FC8A9C8334EB5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6420, Token=F86FC8A9C8334EB5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R100] send response NON-2.05 MID= 6420, Token=null, OptionSet={}, "server responds hi" 08:19:47.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100, complete]! 08:19:47.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R100, complete] completed NON-2.04 MID= 6420, Token=F86FC8A9C8334EB5, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 08:19:47.601 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.601 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E136,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6420, Token=F86FC8A9C8334EB5, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 08:19:47.601 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6420] 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99, complete]! 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L99, complete] for token KeyToken[127.0.0.1:8236-F86FC8A9C8334EB5] 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L99, complete] for MID KeyMID[127.0.0.1:8236-6420] 08:19:47.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L99, complete] completed CON-POST MID= -1, Token=F86FC8A9C8334EB5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6420, Token=F86FC8A9C8334EB5, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 08:19:47.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L101] send request 08:19:47.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L101] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:47.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L101] added with generated mid KeyMID[127.0.0.1:8236-6421], CON-POST MID= 6421, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:47.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L101] added with generated token KeyToken[127.0.0.1:8236-481B6FB8DCDE221B], CON-POST MID= 6421, Token=481B6FB8DCDE221B, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:47.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6421], KeyToken[127.0.0.1:8236-481B6FB8DCDE221B]] 08:19:47.603 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:19:47.603 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E137,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6421, Token=481B6FB8DCDE221B, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 08:19:47.603 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:19:47.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6421] 08:19:47.603 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.603 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102] replace CON-POST MID= 6421, Token=481B6FB8DCDE221B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6421, Token=481B6FB8DCDE221B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R102] send response NON-2.05 MID= 6421, Token=null, OptionSet={}, "server responds hi" 08:19:47.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102, complete]! 08:19:47.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R102, complete] completed NON-2.04 MID= 6421, Token=481B6FB8DCDE221B, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 08:19:47.604 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E138,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6421, Token=481B6FB8DCDE221B, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 08:19:47.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6421] 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101, complete]! 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L101, complete] for token KeyToken[127.0.0.1:8236-481B6FB8DCDE221B] 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L101, complete] for MID KeyMID[127.0.0.1:8236-6421] 08:19:47.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L101, complete] completed CON-POST MID= -1, Token=481B6FB8DCDE221B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6421, Token=481B6FB8DCDE221B, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 08:19:47.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L103] send request 08:19:47.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L103] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:19:47.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L103] added with generated mid KeyMID[127.0.0.1:8236-6422], CON-POST MID= 6422, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:19:47.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L103] added with generated token KeyToken[127.0.0.1:8236-E89E97C9C443A507], CON-POST MID= 6422, Token=E89E97C9C443A507, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:19:47.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6422], KeyToken[127.0.0.1:8236-E89E97C9C443A507]] 08:19:47.607 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:19:47.607 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E139,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6422, Token=E89E97C9C443A507, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1] 08:19:47.607 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:19:47.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6422] 08:19:47.607 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.607 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104] replace CON-POST MID= 6422, Token=E89E97C9C443A507, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6422, Token=E89E97C9C443A507, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R104] send response NON-2.05 MID= 6422, Token=null, OptionSet={}, "server responds hi" 08:19:47.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104, complete]! 08:19:47.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R104, complete] completed NON-2.04 MID= 6422, Token=E89E97C9C443A507, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A! 08:19:47.608 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.608 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E140,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6422, Token=E89E97C9C443A507, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A] 08:19:47.608 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6422] 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103, complete]! 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L103, complete] for token KeyToken[127.0.0.1:8236-E89E97C9C443A507] 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L103, complete] for MID KeyMID[127.0.0.1:8236-6422] 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L103, complete] completed CON-POST MID= -1, Token=E89E97C9C443A507, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6422, Token=E89E97C9C443A507, OptionSet={"Object-Security":0x0A0200}, acked AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1! 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L105] send request 08:19:47.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L105] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:19:47.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L105] added with generated mid KeyMID[127.0.0.1:8236-6423], CON-POST MID= 6423, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:19:47.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L105] added with generated token KeyToken[127.0.0.1:8236-A4382BC561CB17B7], CON-POST MID= 6423, Token=A4382BC561CB17B7, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:19:47.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6423], KeyToken[127.0.0.1:8236-A4382BC561CB17B7]] 08:19:47.610 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:19:47.611 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E141,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6423, Token=A4382BC561CB17B7, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE] 08:19:47.611 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:19:47.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6423] 08:19:47.611 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.611 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106] replace CON-POST MID= 6423, Token=A4382BC561CB17B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6423, Token=A4382BC561CB17B7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R106] send response NON-2.05 MID= 6423, Token=null, OptionSet={}, "server responds hi" 08:19:47.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106, complete]! 08:19:47.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R106, complete] completed NON-2.04 MID= 6423, Token=A4382BC561CB17B7, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F! 08:19:47.612 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.612 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E142,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6423, Token=A4382BC561CB17B7, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F] 08:19:47.612 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6423] 08:19:47.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105, complete]! 08:19:47.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L105, complete] for token KeyToken[127.0.0.1:8236-A4382BC561CB17B7] 08:19:47.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L105, complete] for MID KeyMID[127.0.0.1:8236-6423] 08:19:47.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L105, complete] completed CON-POST MID= -1, Token=A4382BC561CB17B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6423, Token=A4382BC561CB17B7, OptionSet={"Object-Security":0x0A0400}, acked D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE! 08:19:47.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L107] send request 08:19:47.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L107] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:19:47.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L107] added with generated mid KeyMID[127.0.0.1:8236-6424], CON-POST MID= 6424, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:19:47.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L107] added with generated token KeyToken[127.0.0.1:8236-D0DF8EBD6E750E3F], CON-POST MID= 6424, Token=D0DF8EBD6E750E3F, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:19:47.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6424], KeyToken[127.0.0.1:8236-D0DF8EBD6E750E3F]] 08:19:47.614 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:19:47.614 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E143,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6424, Token=D0DF8EBD6E750E3F, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7] 08:19:47.614 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:19:47.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6424] 08:19:47.615 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.615 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108] replace CON-POST MID= 6424, Token=D0DF8EBD6E750E3F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6424, Token=D0DF8EBD6E750E3F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R108] send response NON-2.05 MID= 6424, Token=null, OptionSet={}, "server responds hi" 08:19:47.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108, complete]! 08:19:47.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R108, complete] completed NON-2.04 MID= 6424, Token=D0DF8EBD6E750E3F, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96! 08:19:47.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E144,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6424, Token=D0DF8EBD6E750E3F, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96] 08:19:47.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6424] 08:19:47.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107, complete]! 08:19:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L107, complete] for token KeyToken[127.0.0.1:8236-D0DF8EBD6E750E3F] 08:19:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L107, complete] for MID KeyMID[127.0.0.1:8236-6424] 08:19:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L107, complete] completed CON-POST MID= -1, Token=D0DF8EBD6E750E3F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6424, Token=D0DF8EBD6E750E3F, OptionSet={"Object-Security":0x0A0800}, acked 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7! 08:19:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L109] send request 08:19:47.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L109] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:19:47.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L109] added with generated mid KeyMID[127.0.0.1:8236-6425], CON-POST MID= 6425, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:19:47.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L109] added with generated token KeyToken[127.0.0.1:8236-C8FE24D203D8D3C4], CON-POST MID= 6425, Token=C8FE24D203D8D3C4, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:19:47.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6425], KeyToken[127.0.0.1:8236-C8FE24D203D8D3C4]] 08:19:47.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:19:47.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E145,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6425, Token=C8FE24D203D8D3C4, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70] 08:19:47.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:19:47.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6425] 08:19:47.655 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.655 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110] replace CON-POST MID= 6425, Token=C8FE24D203D8D3C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6425, Token=C8FE24D203D8D3C4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R110] send response NON-2.05 MID= 6425, Token=null, OptionSet={}, "server responds hi" 08:19:47.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110, complete]! 08:19:47.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R110, complete] completed NON-2.04 MID= 6425, Token=C8FE24D203D8D3C4, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9! 08:19:47.656 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E146,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6425, Token=C8FE24D203D8D3C4, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9] 08:19:47.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6425] 08:19:47.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109, complete]! 08:19:47.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L109, complete] for token KeyToken[127.0.0.1:8236-C8FE24D203D8D3C4] 08:19:47.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L109, complete] for MID KeyMID[127.0.0.1:8236-6425] 08:19:47.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L109, complete] completed CON-POST MID= -1, Token=C8FE24D203D8D3C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6425, Token=C8FE24D203D8D3C4, OptionSet={"Object-Security":0x0A1000}, acked F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70! 08:19:47.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L111] send request 08:19:47.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L111] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:19:47.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L111] added with generated mid KeyMID[127.0.0.1:8236-6426], CON-POST MID= 6426, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:19:47.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L111] added with generated token KeyToken[127.0.0.1:8236-A8A1271D6046FDDC], CON-POST MID= 6426, Token=A8A1271D6046FDDC, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:19:47.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6426], KeyToken[127.0.0.1:8236-A8A1271D6046FDDC]] 08:19:47.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:19:47.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E147,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6426, Token=A8A1271D6046FDDC, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55] 08:19:47.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:19:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6426] 08:19:47.660 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.660 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112] replace CON-POST MID= 6426, Token=A8A1271D6046FDDC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6426, Token=A8A1271D6046FDDC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R112] send response NON-2.05 MID= 6426, Token=null, OptionSet={}, "server responds hi" 08:19:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112, complete]! 08:19:47.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R112, complete] completed NON-2.04 MID= 6426, Token=A8A1271D6046FDDC, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E! 08:19:47.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E148,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6426, Token=A8A1271D6046FDDC, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E] 08:19:47.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6426] 08:19:47.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111, complete]! 08:19:47.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L111, complete] for token KeyToken[127.0.0.1:8236-A8A1271D6046FDDC] 08:19:47.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L111, complete] for MID KeyMID[127.0.0.1:8236-6426] 08:19:47.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L111, complete] completed CON-POST MID= -1, Token=A8A1271D6046FDDC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6426, Token=A8A1271D6046FDDC, OptionSet={"Object-Security":0x0A2000}, acked 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55! 08:19:47.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L113] send request 08:19:47.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L113] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:19:47.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L113] added with generated mid KeyMID[127.0.0.1:8236-6427], CON-POST MID= 6427, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:19:47.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L113] added with generated token KeyToken[127.0.0.1:8236-9826765BAE53024F], CON-POST MID= 6427, Token=9826765BAE53024F, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:19:47.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6427], KeyToken[127.0.0.1:8236-9826765BAE53024F]] 08:19:47.663 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:19:47.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E149,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6427, Token=9826765BAE53024F, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA] 08:19:47.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:19:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6427] 08:19:47.664 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.664 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114] replace CON-POST MID= 6427, Token=9826765BAE53024F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6427, Token=9826765BAE53024F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R114] send response NON-2.05 MID= 6427, Token=null, OptionSet={}, "server responds hi" 08:19:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114, complete]! 08:19:47.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R114, complete] completed NON-2.04 MID= 6427, Token=9826765BAE53024F, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50! 08:19:47.665 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E150,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6427, Token=9826765BAE53024F, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50] 08:19:47.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6427] 08:19:47.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113, complete]! 08:19:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L113, complete] for token KeyToken[127.0.0.1:8236-9826765BAE53024F] 08:19:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L113, complete] for MID KeyMID[127.0.0.1:8236-6427] 08:19:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L113, complete] completed CON-POST MID= -1, Token=9826765BAE53024F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6427, Token=9826765BAE53024F, OptionSet={"Object-Security":0x0A4000}, acked 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA! 08:19:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L115] send request 08:19:47.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L115] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:19:47.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L115] added with generated mid KeyMID[127.0.0.1:8236-6428], CON-POST MID= 6428, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:19:47.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L115] added with generated token KeyToken[127.0.0.1:8236-988B9D103C34B6E3], CON-POST MID= 6428, Token=988B9D103C34B6E3, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:19:47.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6428], KeyToken[127.0.0.1:8236-988B9D103C34B6E3]] 08:19:47.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8236 08:19:47.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E151,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6428, Token=988B9D103C34B6E3, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6] 08:19:47.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 41 bytes from 127.0.0.1:8237 08:19:47.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6428] 08:19:47.668 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.668 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116] replace CON-POST MID= 6428, Token=988B9D103C34B6E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6428, Token=988B9D103C34B6E3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R116] send response NON-2.05 MID= 6428, Token=null, OptionSet={}, "server responds hi" 08:19:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116, complete]! 08:19:47.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R116, complete] completed NON-2.04 MID= 6428, Token=988B9D103C34B6E3, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32! 08:19:47.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E152,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6428, Token=988B9D103C34B6E3, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32] 08:19:47.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6428] 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115, complete]! 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L115, complete] for token KeyToken[127.0.0.1:8236-988B9D103C34B6E3] 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L115, complete] for MID KeyMID[127.0.0.1:8236-6428] 08:19:47.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L115, complete] completed CON-POST MID= -1, Token=988B9D103C34B6E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6428, Token=988B9D103C34B6E3, OptionSet={"Object-Security":0x0A8000}, acked D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6! 08:19:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L117] send request 08:19:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L117] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:19:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L117] added with generated mid KeyMID[127.0.0.1:8236-6429], CON-POST MID= 6429, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:19:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L117] added with generated token KeyToken[127.0.0.1:8236-905B10DD580F19FC], CON-POST MID= 6429, Token=905B10DD580F19FC, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:19:47.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6429], KeyToken[127.0.0.1:8236-905B10DD580F19FC]] 08:19:47.672 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:19:47.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E153,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6429, Token=905B10DD580F19FC, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8] 08:19:47.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:19:47.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6429] 08:19:47.672 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.672 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118] replace CON-POST MID= 6429, Token=905B10DD580F19FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6429, Token=905B10DD580F19FC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R118] send response NON-2.05 MID= 6429, Token=null, OptionSet={}, "server responds hi" 08:19:47.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118, complete]! 08:19:47.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R118, complete] completed NON-2.04 MID= 6429, Token=905B10DD580F19FC, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F! 08:19:47.673 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E154,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6429, Token=905B10DD580F19FC, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F] 08:19:47.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6429] 08:19:47.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117, complete]! 08:19:47.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L117, complete] for token KeyToken[127.0.0.1:8236-905B10DD580F19FC] 08:19:47.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L117, complete] for MID KeyMID[127.0.0.1:8236-6429] 08:19:47.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L117, complete] completed CON-POST MID= -1, Token=905B10DD580F19FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6429, Token=905B10DD580F19FC, OptionSet={"Object-Security":0x0B010000}, acked 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8! 08:19:47.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L119] send request 08:19:47.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L119] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:19:47.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L119] added with generated mid KeyMID[127.0.0.1:8236-6430], CON-POST MID= 6430, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:19:47.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L119] added with generated token KeyToken[127.0.0.1:8236-D0D84265C20C1A55], CON-POST MID= 6430, Token=D0D84265C20C1A55, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:19:47.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6430], KeyToken[127.0.0.1:8236-D0D84265C20C1A55]] 08:19:47.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:19:47.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E155,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6430, Token=D0D84265C20C1A55, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06] 08:19:47.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:19:47.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6430] 08:19:47.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120] replace CON-POST MID= 6430, Token=D0D84265C20C1A55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6430, Token=D0D84265C20C1A55, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R120] send response NON-2.05 MID= 6430, Token=null, OptionSet={}, "server responds hi" 08:19:47.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120, complete]! 08:19:47.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R120, complete] completed NON-2.04 MID= 6430, Token=D0D84265C20C1A55, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2! 08:19:47.677 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E156,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6430, Token=D0D84265C20C1A55, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2] 08:19:47.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6430] 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119, complete]! 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L119, complete] for token KeyToken[127.0.0.1:8236-D0D84265C20C1A55] 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L119, complete] for MID KeyMID[127.0.0.1:8236-6430] 08:19:47.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L119, complete] completed CON-POST MID= -1, Token=D0D84265C20C1A55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6430, Token=D0D84265C20C1A55, OptionSet={"Object-Security":0x0B020000}, acked A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06! 08:19:47.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L121] send request 08:19:47.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L121] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:19:47.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L121] added with generated mid KeyMID[127.0.0.1:8236-6431], CON-POST MID= 6431, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:19:47.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L121] added with generated token KeyToken[127.0.0.1:8236-B07B24F90C807520], CON-POST MID= 6431, Token=B07B24F90C807520, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:19:47.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6431], KeyToken[127.0.0.1:8236-B07B24F90C807520]] 08:19:47.679 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:19:47.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E157,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6431, Token=B07B24F90C807520, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43] 08:19:47.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:19:47.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6431] 08:19:47.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122] replace CON-POST MID= 6431, Token=B07B24F90C807520, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6431, Token=B07B24F90C807520, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R122] send response NON-2.05 MID= 6431, Token=null, OptionSet={}, "server responds hi" 08:19:47.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122, complete]! 08:19:47.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R122, complete] completed NON-2.04 MID= 6431, Token=B07B24F90C807520, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8! 08:19:47.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E158,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6431, Token=B07B24F90C807520, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8] 08:19:47.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6431] 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121, complete]! 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L121, complete] for token KeyToken[127.0.0.1:8236-B07B24F90C807520] 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L121, complete] for MID KeyMID[127.0.0.1:8236-6431] 08:19:47.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L121, complete] completed CON-POST MID= -1, Token=B07B24F90C807520, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6431, Token=B07B24F90C807520, OptionSet={"Object-Security":0x0B040000}, acked B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43! 08:19:47.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L123] send request 08:19:47.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L123] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:19:47.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L123] added with generated mid KeyMID[127.0.0.1:8236-6432], CON-POST MID= 6432, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:19:47.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L123] added with generated token KeyToken[127.0.0.1:8236-1C930F89E80119A0], CON-POST MID= 6432, Token=1C930F89E80119A0, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:19:47.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6432], KeyToken[127.0.0.1:8236-1C930F89E80119A0]] 08:19:47.683 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:19:47.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E159,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6432, Token=1C930F89E80119A0, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92] 08:19:47.683 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:19:47.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6432] 08:19:47.683 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.683 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124] replace CON-POST MID= 6432, Token=1C930F89E80119A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6432, Token=1C930F89E80119A0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R124] send response NON-2.05 MID= 6432, Token=null, OptionSet={}, "server responds hi" 08:19:47.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124, complete]! 08:19:47.684 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R124, complete] completed NON-2.04 MID= 6432, Token=1C930F89E80119A0, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41! 08:19:47.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E160,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6432, Token=1C930F89E80119A0, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41] 08:19:47.684 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6432] 08:19:47.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123, complete]! 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L123, complete] for token KeyToken[127.0.0.1:8236-1C930F89E80119A0] 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L123, complete] for MID KeyMID[127.0.0.1:8236-6432] 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L123, complete] completed CON-POST MID= -1, Token=1C930F89E80119A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6432, Token=1C930F89E80119A0, OptionSet={"Object-Security":0x0B080000}, acked 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92! 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L125] send request 08:19:47.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L125] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:19:47.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L125] added with generated mid KeyMID[127.0.0.1:8236-6433], CON-POST MID= 6433, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:19:47.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L125] added with generated token KeyToken[127.0.0.1:8236-7C563530EBE56B1B], CON-POST MID= 6433, Token=7C563530EBE56B1B, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:19:47.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6433], KeyToken[127.0.0.1:8236-7C563530EBE56B1B]] 08:19:47.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:19:47.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E161,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6433, Token=7C563530EBE56B1B, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9] 08:19:47.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:19:47.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6433] 08:19:47.687 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.687 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126] replace CON-POST MID= 6433, Token=7C563530EBE56B1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6433, Token=7C563530EBE56B1B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R126] send response NON-2.05 MID= 6433, Token=null, OptionSet={}, "server responds hi" 08:19:47.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126, complete]! 08:19:47.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R126, complete] completed NON-2.04 MID= 6433, Token=7C563530EBE56B1B, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F! 08:19:47.688 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E162,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6433, Token=7C563530EBE56B1B, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F] 08:19:47.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6433] 08:19:47.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125, complete]! 08:19:47.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L125, complete] for token KeyToken[127.0.0.1:8236-7C563530EBE56B1B] 08:19:47.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L125, complete] for MID KeyMID[127.0.0.1:8236-6433] 08:19:47.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L125, complete] completed CON-POST MID= -1, Token=7C563530EBE56B1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6433, Token=7C563530EBE56B1B, OptionSet={"Object-Security":0x0B100000}, acked 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9! 08:19:47.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L127] send request 08:19:47.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L127] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:19:47.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L127] added with generated mid KeyMID[127.0.0.1:8236-6434], CON-POST MID= 6434, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:19:47.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L127] added with generated token KeyToken[127.0.0.1:8236-1C9FB17B16C624F8], CON-POST MID= 6434, Token=1C9FB17B16C624F8, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:19:47.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6434], KeyToken[127.0.0.1:8236-1C9FB17B16C624F8]] 08:19:47.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:19:47.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E163,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6434, Token=1C9FB17B16C624F8, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E] 08:19:47.690 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:19:47.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6434] 08:19:47.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.690 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128] replace CON-POST MID= 6434, Token=1C9FB17B16C624F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6434, Token=1C9FB17B16C624F8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R128] send response NON-2.05 MID= 6434, Token=null, OptionSet={}, "server responds hi" 08:19:47.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128, complete]! 08:19:47.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R128, complete] completed NON-2.04 MID= 6434, Token=1C9FB17B16C624F8, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C! 08:19:47.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E164,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6434, Token=1C9FB17B16C624F8, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C] 08:19:47.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6434] 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127, complete]! 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L127, complete] for token KeyToken[127.0.0.1:8236-1C9FB17B16C624F8] 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L127, complete] for MID KeyMID[127.0.0.1:8236-6434] 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L127, complete] completed CON-POST MID= -1, Token=1C9FB17B16C624F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6434, Token=1C9FB17B16C624F8, OptionSet={"Object-Security":0x0B200000}, acked 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E! 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L129] send request 08:19:47.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L129] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:19:47.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L129] added with generated mid KeyMID[127.0.0.1:8236-6435], CON-POST MID= 6435, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:19:47.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L129] added with generated token KeyToken[127.0.0.1:8236-7C6F6E3FDA33B8E0], CON-POST MID= 6435, Token=7C6F6E3FDA33B8E0, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:19:47.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6435], KeyToken[127.0.0.1:8236-7C6F6E3FDA33B8E0]] 08:19:47.693 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:19:47.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E165,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6435, Token=7C6F6E3FDA33B8E0, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20] 08:19:47.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:19:47.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6435] 08:19:47.694 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.694 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130] replace CON-POST MID= 6435, Token=7C6F6E3FDA33B8E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6435, Token=7C6F6E3FDA33B8E0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R130] send response NON-2.05 MID= 6435, Token=null, OptionSet={}, "server responds hi" 08:19:47.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130, complete]! 08:19:47.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R130, complete] completed NON-2.04 MID= 6435, Token=7C6F6E3FDA33B8E0, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC! 08:19:47.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E166,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6435, Token=7C6F6E3FDA33B8E0, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC] 08:19:47.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6435] 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129, complete]! 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L129, complete] for token KeyToken[127.0.0.1:8236-7C6F6E3FDA33B8E0] 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L129, complete] for MID KeyMID[127.0.0.1:8236-6435] 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L129, complete] completed CON-POST MID= -1, Token=7C6F6E3FDA33B8E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6435, Token=7C6F6E3FDA33B8E0, OptionSet={"Object-Security":0x0B400000}, acked A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20! 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L131] send request 08:19:47.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L131] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:19:47.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L131] added with generated mid KeyMID[127.0.0.1:8236-6436], CON-POST MID= 6436, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:19:47.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L131] added with generated token KeyToken[127.0.0.1:8236-EC710084C79784B5], CON-POST MID= 6436, Token=EC710084C79784B5, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:19:47.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6436], KeyToken[127.0.0.1:8236-EC710084C79784B5]] 08:19:47.697 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8236 08:19:47.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E167,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6436, Token=EC710084C79784B5, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5] 08:19:47.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 42 bytes from 127.0.0.1:8237 08:19:47.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6436] 08:19:47.698 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.698 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132] replace CON-POST MID= 6436, Token=EC710084C79784B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6436, Token=EC710084C79784B5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R132] send response NON-2.05 MID= 6436, Token=null, OptionSet={}, "server responds hi" 08:19:47.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132, complete]! 08:19:47.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R132, complete] completed NON-2.04 MID= 6436, Token=EC710084C79784B5, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6! 08:19:47.699 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.699 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E168,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6436, Token=EC710084C79784B5, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6] 08:19:47.699 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6436] 08:19:47.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131, complete]! 08:19:47.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L131, complete] for token KeyToken[127.0.0.1:8236-EC710084C79784B5] 08:19:47.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L131, complete] for MID KeyMID[127.0.0.1:8236-6436] 08:19:47.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L131, complete] completed CON-POST MID= -1, Token=EC710084C79784B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6436, Token=EC710084C79784B5, OptionSet={"Object-Security":0x0B800000}, acked 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5! 08:19:47.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L133] send request 08:19:47.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L133] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:19:47.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L133] added with generated mid KeyMID[127.0.0.1:8236-6437], CON-POST MID= 6437, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:19:47.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L133] added with generated token KeyToken[127.0.0.1:8236-E49DC44208086234], CON-POST MID= 6437, Token=E49DC44208086234, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:19:47.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6437], KeyToken[127.0.0.1:8236-E49DC44208086234]] 08:19:47.701 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:19:47.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E169,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6437, Token=E49DC44208086234, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A] 08:19:47.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:19:47.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6437] 08:19:47.702 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.702 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134] replace CON-POST MID= 6437, Token=E49DC44208086234, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6437, Token=E49DC44208086234, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R134] send response NON-2.05 MID= 6437, Token=null, OptionSet={}, "server responds hi" 08:19:47.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134, complete]! 08:19:47.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R134, complete] completed NON-2.04 MID= 6437, Token=E49DC44208086234, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5! 08:19:47.703 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.703 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E170,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6437, Token=E49DC44208086234, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5] 08:19:47.703 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6437] 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133, complete]! 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L133, complete] for token KeyToken[127.0.0.1:8236-E49DC44208086234] 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L133, complete] for MID KeyMID[127.0.0.1:8236-6437] 08:19:47.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L133, complete] completed CON-POST MID= -1, Token=E49DC44208086234, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6437, Token=E49DC44208086234, OptionSet={"Object-Security":0x0C01000000}, acked 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A! 08:19:47.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L135] send request 08:19:47.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L135] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:19:47.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L135] added with generated mid KeyMID[127.0.0.1:8236-6438], CON-POST MID= 6438, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:19:47.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L135] added with generated token KeyToken[127.0.0.1:8236-84AE2BD69721E167], CON-POST MID= 6438, Token=84AE2BD69721E167, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:19:47.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6438], KeyToken[127.0.0.1:8236-84AE2BD69721E167]] 08:19:47.705 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:19:47.705 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E171,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6438, Token=84AE2BD69721E167, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24] 08:19:47.705 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:19:47.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6438] 08:19:47.705 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.705 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136] replace CON-POST MID= 6438, Token=84AE2BD69721E167, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6438, Token=84AE2BD69721E167, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R136] send response NON-2.05 MID= 6438, Token=null, OptionSet={}, "server responds hi" 08:19:47.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136, complete]! 08:19:47.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R136, complete] completed NON-2.04 MID= 6438, Token=84AE2BD69721E167, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29! 08:19:47.706 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.706 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E172,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6438, Token=84AE2BD69721E167, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29] 08:19:47.706 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6438] 08:19:47.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135, complete]! 08:19:47.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L135, complete] for token KeyToken[127.0.0.1:8236-84AE2BD69721E167] 08:19:47.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L135, complete] for MID KeyMID[127.0.0.1:8236-6438] 08:19:47.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L135, complete] completed CON-POST MID= -1, Token=84AE2BD69721E167, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6438, Token=84AE2BD69721E167, OptionSet={"Object-Security":0x0C02000000}, acked CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24! 08:19:47.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L137] send request 08:19:47.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L137] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:19:47.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L137] added with generated mid KeyMID[127.0.0.1:8236-6439], CON-POST MID= 6439, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:19:47.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L137] added with generated token KeyToken[127.0.0.1:8236-647CEA7B1E8CFBAC], CON-POST MID= 6439, Token=647CEA7B1E8CFBAC, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:19:47.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6439], KeyToken[127.0.0.1:8236-647CEA7B1E8CFBAC]] 08:19:47.708 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:19:47.708 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E173,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6439, Token=647CEA7B1E8CFBAC, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34] 08:19:47.708 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:19:47.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6439] 08:19:47.709 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.709 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138] replace CON-POST MID= 6439, Token=647CEA7B1E8CFBAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6439, Token=647CEA7B1E8CFBAC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R138] send response NON-2.05 MID= 6439, Token=null, OptionSet={}, "server responds hi" 08:19:47.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138, complete]! 08:19:47.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R138, complete] completed NON-2.04 MID= 6439, Token=647CEA7B1E8CFBAC, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24! 08:19:47.709 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.710 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E174,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6439, Token=647CEA7B1E8CFBAC, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24] 08:19:47.710 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6439] 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137, complete]! 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L137, complete] for token KeyToken[127.0.0.1:8236-647CEA7B1E8CFBAC] 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L137, complete] for MID KeyMID[127.0.0.1:8236-6439] 08:19:47.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L137, complete] completed CON-POST MID= -1, Token=647CEA7B1E8CFBAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6439, Token=647CEA7B1E8CFBAC, OptionSet={"Object-Security":0x0C04000000}, acked 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34! 08:19:47.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L139] send request 08:19:47.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L139] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:19:47.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L139] added with generated mid KeyMID[127.0.0.1:8236-6440], CON-POST MID= 6440, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:19:47.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L139] added with generated token KeyToken[127.0.0.1:8236-5C69ECC376F3C3CF], CON-POST MID= 6440, Token=5C69ECC376F3C3CF, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:19:47.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6440], KeyToken[127.0.0.1:8236-5C69ECC376F3C3CF]] 08:19:47.712 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:19:47.712 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E175,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6440, Token=5C69ECC376F3C3CF, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25] 08:19:47.712 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:19:47.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6440] 08:19:47.712 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.712 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140] replace CON-POST MID= 6440, Token=5C69ECC376F3C3CF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6440, Token=5C69ECC376F3C3CF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R140] send response NON-2.05 MID= 6440, Token=null, OptionSet={}, "server responds hi" 08:19:47.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140, complete]! 08:19:47.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R140, complete] completed NON-2.04 MID= 6440, Token=5C69ECC376F3C3CF, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5! 08:19:47.713 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E176,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6440, Token=5C69ECC376F3C3CF, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5] 08:19:47.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6440] 08:19:47.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139, complete]! 08:19:47.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L139, complete] for token KeyToken[127.0.0.1:8236-5C69ECC376F3C3CF] 08:19:47.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L139, complete] for MID KeyMID[127.0.0.1:8236-6440] 08:19:47.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L139, complete] completed CON-POST MID= -1, Token=5C69ECC376F3C3CF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6440, Token=5C69ECC376F3C3CF, OptionSet={"Object-Security":0x0C08000000}, acked EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25! 08:19:47.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L141] send request 08:19:47.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L141] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:19:47.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L141] added with generated mid KeyMID[127.0.0.1:8236-6441], CON-POST MID= 6441, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:19:47.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L141] added with generated token KeyToken[127.0.0.1:8236-08E152DC38C198BC], CON-POST MID= 6441, Token=08E152DC38C198BC, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:19:47.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6441], KeyToken[127.0.0.1:8236-08E152DC38C198BC]] 08:19:47.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:19:47.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E177,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6441, Token=08E152DC38C198BC, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA] 08:19:47.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:19:47.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6441] 08:19:47.755 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.755 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142] replace CON-POST MID= 6441, Token=08E152DC38C198BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6441, Token=08E152DC38C198BC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R142] send response NON-2.05 MID= 6441, Token=null, OptionSet={}, "server responds hi" 08:19:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142, complete]! 08:19:47.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R142, complete] completed NON-2.04 MID= 6441, Token=08E152DC38C198BC, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA! 08:19:47.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E178,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6441, Token=08E152DC38C198BC, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA] 08:19:47.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6441] 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141, complete]! 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L141, complete] for token KeyToken[127.0.0.1:8236-08E152DC38C198BC] 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L141, complete] for MID KeyMID[127.0.0.1:8236-6441] 08:19:47.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L141, complete] completed CON-POST MID= -1, Token=08E152DC38C198BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6441, Token=08E152DC38C198BC, OptionSet={"Object-Security":0x0C10000000}, acked AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA! 08:19:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L143] send request 08:19:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L143] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:19:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L143] added with generated mid KeyMID[127.0.0.1:8236-6442], CON-POST MID= 6442, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:19:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L143] added with generated token KeyToken[127.0.0.1:8236-88B6F738F3EA5A3C], CON-POST MID= 6442, Token=88B6F738F3EA5A3C, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:19:47.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8236-6442], KeyToken[127.0.0.1:8236-88B6F738F3EA5A3C]] 08:19:47.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8236 08:19:47.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E179,T189) 127.0.0.1:8,237 ==> :8,236 [CON-POST MID= 6442, Token=88B6F738F3EA5A3C, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6] 08:19:47.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8236) received 43 bytes from 127.0.0.1:8237 08:19:47.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-6442] 08:19:47.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144] replace CON-POST MID= 6442, Token=88B6F738F3EA5A3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 6442, Token=88B6F738F3EA5A3C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R144] send response NON-2.05 MID= 6442, Token=null, OptionSet={}, "server responds hi" 08:19:47.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144, complete]! 08:19:47.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R144, complete] completed NON-2.04 MID= 6442, Token=88B6F738F3EA5A3C, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7! 08:19:47.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E180,T192) 127.0.0.1:8,236 ==> :8,237 [NON-2.04 MID= 6442, Token=88B6F738F3EA5A3C, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7] 08:19:47.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8236 08:19:47.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-6442] 08:19:47.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143, complete]! 08:19:47.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L143, complete] for token KeyToken[127.0.0.1:8236-88B6F738F3EA5A3C] 08:19:47.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L143, complete] for MID KeyMID[127.0.0.1:8236-6442] 08:19:47.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L143, complete] completed CON-POST MID= -1, Token=88B6F738F3EA5A3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 6442, Token=88B6F738F3EA5A3C, OptionSet={"Object-Security":0x0C20000000}, acked 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6! 08:19:47.760 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.760 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8236 08:19:47.760 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8236 08:19:47.760 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8236] stopping ... 08:19:47.761 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /127.0.0.1 08:19:47.761 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8236] has stopped. 08:19:47.761 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8236 08:19:47.761 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:47.761 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.761 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.761 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.762 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.762 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.762 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.762 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.762 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.762 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.762 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238 08:19:47.762 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.763 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8238, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.763 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8238 08:19:47.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L145] send request 08:19:47.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L145] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:19:47.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L145] added with generated mid KeyMID[127.0.0.1:8238-3623], CON-POST MID= 3623, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:19:47.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L145] added with generated token KeyToken[127.0.0.1:8238-38D5AD0999044378], CON-POST MID= 3623, Token=38D5AD0999044378, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:19:47.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8238-3623], KeyToken[127.0.0.1:8238-38D5AD0999044378]] 08:19:47.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8238 08:19:47.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E181,T197) 127.0.0.1:8,237 ==> :8,238 [CON-POST MID= 3623, Token=38D5AD0999044378, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65] 08:19:47.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8238) received 41 bytes from 127.0.0.1:8237 08:19:47.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-3623] 08:19:47.765 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.765 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146] replace CON-POST MID= 3623, Token=38D5AD0999044378, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 3623, Token=38D5AD0999044378, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R146] send response NON-2.05 MID= 3623, Token=null, OptionSet={}, "server responds hi" 08:19:47.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146, complete]! 08:19:47.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R146, complete] completed NON-2.04 MID= 3623, Token=38D5AD0999044378, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE! 08:19:47.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E182,T192) 127.0.0.1:8,238 ==> :8,237 [NON-2.04 MID= 3623, Token=38D5AD0999044378, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE] 08:19:47.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8238 08:19:47.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-3623] 08:19:47.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145, complete]! 08:19:47.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L145, complete] for token KeyToken[127.0.0.1:8238-38D5AD0999044378] 08:19:47.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L145, complete] for MID KeyMID[127.0.0.1:8238-3623] 08:19:47.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L145, complete] completed CON-POST MID= -1, Token=38D5AD0999044378, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 3623, Token=38D5AD0999044378, OptionSet={"Object-Security":0x0A03E8}, acked 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65! 08:19:47.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L147] send request 08:19:47.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L147] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:19:47.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L147] added with generated mid KeyMID[127.0.0.1:8238-3624], CON-POST MID= 3624, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:19:47.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L147] added with generated token KeyToken[127.0.0.1:8238-108BD459E04793A8], CON-POST MID= 3624, Token=108BD459E04793A8, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:19:47.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8238-3624], KeyToken[127.0.0.1:8238-108BD459E04793A8]] 08:19:47.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8238 08:19:47.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E183,T197) 127.0.0.1:8,237 ==> :8,238 [CON-POST MID= 3624, Token=108BD459E04793A8, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50] 08:19:47.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8238) received 41 bytes from 127.0.0.1:8237 08:19:47.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-3624] 08:19:47.769 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.769 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.769 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 08:19:47.769 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:19:47.769 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 08:19:47.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R148, complete]! 08:19:47.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R148, complete] completed ACK-4.01 MID= 3624, Token=108BD459E04793A8, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 08:19:47.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8237 08:19:47.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E184,T192) 127.0.0.1:8,238 ==> :8,237 [ACK-4.01 MID= 3624, Token=108BD459E04793A8, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 08:19:47.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 30 bytes from 127.0.0.1:8238 08:19:47.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:47.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID= 3624, Token=108BD459E04793A8, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 08:19:47.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147, complete]! 08:19:47.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L147, complete] for token KeyToken[127.0.0.1:8238-108BD459E04793A8] 08:19:47.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L147, complete] for MID KeyMID[127.0.0.1:8238-3624] 08:19:47.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L147, complete] completed CON-POST MID= -1, Token=108BD459E04793A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 3624, Token=108BD459E04793A8, OptionSet={"Object-Security":0x0A0388}, acked 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50! 08:19:47.771 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.771 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8238 08:19:47.771 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8238 08:19:47.771 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8238] stopping ... 08:19:47.771 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /127.0.0.1 08:19:47.771 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8238] has stopped. 08:19:47.771 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8238 08:19:47.771 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:47.772 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.772 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.772 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.772 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.772 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.773 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.773 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.773 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.773 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.773 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239 08:19:47.773 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.773 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8239, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.773 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.773 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8239 08:19:47.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L149] send request 08:19:47.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L149] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:47.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L149] added with generated mid KeyMID[127.0.0.1:8239-28894], CON-POST MID=28894, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:47.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L149] added with generated token KeyToken[127.0.0.1:8239-70B1310C2EB08349], CON-POST MID=28894, Token=70B1310C2EB08349, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:47.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-28894], KeyToken[127.0.0.1:8239-70B1310C2EB08349]] 08:19:47.775 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8239 08:19:47.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E185,T202) 127.0.0.1:8,237 ==> :8,239 [CON-POST MID=28894, Token=70B1310C2EB08349, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 08:19:47.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8239) received 40 bytes from 127.0.0.1:8237 08:19:47.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28894] 08:19:47.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.775 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150] replace CON-POST MID=28894, Token=70B1310C2EB08349, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28894, Token=70B1310C2EB08349, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R150] send response NON-2.05 MID=28894, Token=null, OptionSet={}, "server responds hi" 08:19:47.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150, complete]! 08:19:47.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R150, complete] completed NON-2.04 MID=28894, Token=70B1310C2EB08349, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 08:19:47.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E186,T192) 127.0.0.1:8,239 ==> :8,237 [NON-2.04 MID=28894, Token=70B1310C2EB08349, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 08:19:47.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8239 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8239-28894] 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149, complete]! 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L149, complete] for token KeyToken[127.0.0.1:8239-70B1310C2EB08349] 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L149, complete] for MID KeyMID[127.0.0.1:8239-28894] 08:19:47.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L149, complete] completed CON-POST MID= -1, Token=70B1310C2EB08349, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28894, Token=70B1310C2EB08349, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 08:19:47.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L151] send request 08:19:47.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L151] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:47.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L151] added with generated mid KeyMID[127.0.0.1:8239-28895], CON-POST MID=28895, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:47.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L151] added with generated token KeyToken[127.0.0.1:8239-88D5BEBFB8291399], CON-POST MID=28895, Token=88D5BEBFB8291399, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:47.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-28895], KeyToken[127.0.0.1:8239-88D5BEBFB8291399]] 08:19:47.779 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8239 08:19:47.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E187,T202) 127.0.0.1:8,237 ==> :8,239 [CON-POST MID=28895, Token=88D5BEBFB8291399, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 08:19:47.779 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8239) received 40 bytes from 127.0.0.1:8237 08:19:47.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-28895] 08:19:47.779 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.779 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152] replace CON-POST MID=28895, Token=88D5BEBFB8291399, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28895, Token=88D5BEBFB8291399, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R152] send response NON-2.05 MID=28895, Token=null, OptionSet={}, "server responds hi" 08:19:47.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152, complete]! 08:19:47.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R152, complete] completed NON-2.04 MID=28895, Token=88D5BEBFB8291399, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 08:19:47.780 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E188,T192) 127.0.0.1:8,239 ==> :8,237 [NON-2.04 MID=28895, Token=88D5BEBFB8291399, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 08:19:47.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8239 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8239-28895] 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151, complete]! 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L151, complete] for token KeyToken[127.0.0.1:8239-88D5BEBFB8291399] 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L151, complete] for MID KeyMID[127.0.0.1:8239-28895] 08:19:47.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L151, complete] completed CON-POST MID= -1, Token=88D5BEBFB8291399, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28895, Token=88D5BEBFB8291399, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 08:19:47.782 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:47.782 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8239 08:19:47.782 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8239 08:19:47.782 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] stopping ... 08:19:47.782 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /127.0.0.1 08:19:47.782 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] has stopped. 08:19:47.782 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8239 08:19:47.782 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:47.783 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:47.783 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:47.783 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:47.783 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:47.783 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:47.783 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:47.784 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:47.784 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:47.784 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:47.784 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240 08:19:47.784 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:47.784 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8240, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:47.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:47.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:47.784 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8240 08:19:47.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L153] send request 08:19:47.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L153] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:47.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L153] added with generated mid KeyMID[127.0.0.1:8240-15552], CON-POST MID=15552, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:47.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L153] added with generated token KeyToken[127.0.0.1:8240-94A2561753F70B3F], CON-POST MID=15552, Token=94A2561753F70B3F, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:47.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15552], KeyToken[127.0.0.1:8240-94A2561753F70B3F]] 08:19:47.786 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E189,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15552, Token=94A2561753F70B3F, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:47.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15552] 08:19:47.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154] replace CON-POST MID=15552, Token=94A2561753F70B3F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15552, Token=94A2561753F70B3F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R154] send response NON-2.05 MID=15552, Token=null, OptionSet={}, "server responds hi" 08:19:47.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154, complete]! 08:19:47.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R154, complete] completed NON-2.04 MID=15552, Token=94A2561753F70B3F, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:19:47.788 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.788 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E190,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15552, Token=94A2561753F70B3F, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:19:47.788 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15552] 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153, complete]! 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L153, complete] for token KeyToken[127.0.0.1:8240-94A2561753F70B3F] 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L153, complete] for MID KeyMID[127.0.0.1:8240-15552] 08:19:47.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L153, complete] completed CON-POST MID= -1, Token=94A2561753F70B3F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15552, Token=94A2561753F70B3F, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:19:47.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L155] send request 08:19:47.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L155] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:47.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L155] added with generated mid KeyMID[127.0.0.1:8240-15553], CON-POST MID=15553, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:47.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L155] added with generated token KeyToken[127.0.0.1:8240-9C6F601F4069A060], CON-POST MID=15553, Token=9C6F601F4069A060, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:47.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15553], KeyToken[127.0.0.1:8240-9C6F601F4069A060]] 08:19:47.790 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E191,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15553, Token=9C6F601F4069A060, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:19:47.790 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15553] 08:19:47.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.790 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156] replace CON-POST MID=15553, Token=9C6F601F4069A060, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15553, Token=9C6F601F4069A060, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R156] send response NON-2.05 MID=15553, Token=null, OptionSet={}, "server responds hi" 08:19:47.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156, complete]! 08:19:47.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R156, complete] completed NON-2.04 MID=15553, Token=9C6F601F4069A060, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:19:47.791 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E192,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15553, Token=9C6F601F4069A060, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:19:47.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15553] 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155, complete]! 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L155, complete] for token KeyToken[127.0.0.1:8240-9C6F601F4069A060] 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L155, complete] for MID KeyMID[127.0.0.1:8240-15553] 08:19:47.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L155, complete] completed CON-POST MID= -1, Token=9C6F601F4069A060, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15553, Token=9C6F601F4069A060, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:19:47.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L157] send request 08:19:47.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L157] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:47.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L157] added with generated mid KeyMID[127.0.0.1:8240-15554], CON-POST MID=15554, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:47.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L157] added with generated token KeyToken[127.0.0.1:8240-FC2F2386737D5A15], CON-POST MID=15554, Token=FC2F2386737D5A15, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:47.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15554], KeyToken[127.0.0.1:8240-FC2F2386737D5A15]] 08:19:47.794 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.794 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E193,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15554, Token=FC2F2386737D5A15, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 08:19:47.794 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15554] 08:19:47.794 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.794 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.794 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158] replace CON-POST MID=15554, Token=FC2F2386737D5A15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15554, Token=FC2F2386737D5A15, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R158] send response NON-2.05 MID=15554, Token=null, OptionSet={}, "server responds hi" 08:19:47.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158, complete]! 08:19:47.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R158, complete] completed NON-2.04 MID=15554, Token=FC2F2386737D5A15, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 08:19:47.795 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E194,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15554, Token=FC2F2386737D5A15, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 08:19:47.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15554] 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157, complete]! 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L157, complete] for token KeyToken[127.0.0.1:8240-FC2F2386737D5A15] 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L157, complete] for MID KeyMID[127.0.0.1:8240-15554] 08:19:47.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L157, complete] completed CON-POST MID= -1, Token=FC2F2386737D5A15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15554, Token=FC2F2386737D5A15, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 08:19:47.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L159] send request 08:19:47.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L159] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:19:47.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L159] added with generated mid KeyMID[127.0.0.1:8240-15555], CON-POST MID=15555, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:19:47.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L159] added with generated token KeyToken[127.0.0.1:8240-14AEE459559A1674], CON-POST MID=15555, Token=14AEE459559A1674, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:19:47.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15555], KeyToken[127.0.0.1:8240-14AEE459559A1674]] 08:19:47.798 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E195,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15555, Token=14AEE459559A1674, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4] 08:19:47.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15555] 08:19:47.798 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.798 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160] replace CON-POST MID=15555, Token=14AEE459559A1674, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15555, Token=14AEE459559A1674, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R160] send response NON-2.05 MID=15555, Token=null, OptionSet={}, "server responds hi" 08:19:47.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160, complete]! 08:19:47.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R160, complete] completed NON-2.04 MID=15555, Token=14AEE459559A1674, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB! 08:19:47.799 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E196,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15555, Token=14AEE459559A1674, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB] 08:19:47.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15555] 08:19:47.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159, complete]! 08:19:47.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L159, complete] for token KeyToken[127.0.0.1:8240-14AEE459559A1674] 08:19:47.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L159, complete] for MID KeyMID[127.0.0.1:8240-15555] 08:19:47.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L159, complete] completed CON-POST MID= -1, Token=14AEE459559A1674, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15555, Token=14AEE459559A1674, OptionSet={"Object-Security":0x0903}, acked C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4! 08:19:47.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L161] send request 08:19:47.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L161] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:47.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L161] added with generated mid KeyMID[127.0.0.1:8240-15556], CON-POST MID=15556, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:47.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L161] added with generated token KeyToken[127.0.0.1:8240-24C97B6A564DE13F], CON-POST MID=15556, Token=24C97B6A564DE13F, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:47.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15556], KeyToken[127.0.0.1:8240-24C97B6A564DE13F]] 08:19:47.802 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E197,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15556, Token=24C97B6A564DE13F, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 08:19:47.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15556] 08:19:47.803 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.803 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162] replace CON-POST MID=15556, Token=24C97B6A564DE13F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15556, Token=24C97B6A564DE13F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R162] send response NON-2.05 MID=15556, Token=null, OptionSet={}, "server responds hi" 08:19:47.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162, complete]! 08:19:47.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R162, complete] completed NON-2.04 MID=15556, Token=24C97B6A564DE13F, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 08:19:47.804 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.804 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E198,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15556, Token=24C97B6A564DE13F, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 08:19:47.804 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15556] 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161, complete]! 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L161, complete] for token KeyToken[127.0.0.1:8240-24C97B6A564DE13F] 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L161, complete] for MID KeyMID[127.0.0.1:8240-15556] 08:19:47.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L161, complete] completed CON-POST MID= -1, Token=24C97B6A564DE13F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15556, Token=24C97B6A564DE13F, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 08:19:47.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L163] send request 08:19:47.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L163] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:47.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L163] added with generated mid KeyMID[127.0.0.1:8240-15557], CON-POST MID=15557, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:47.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L163] added with generated token KeyToken[127.0.0.1:8240-C0276B48ABEE0DE0], CON-POST MID=15557, Token=C0276B48ABEE0DE0, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:47.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15557], KeyToken[127.0.0.1:8240-C0276B48ABEE0DE0]] 08:19:47.853 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E199,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15557, Token=C0276B48ABEE0DE0, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 08:19:47.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15557] 08:19:47.854 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.854 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164] replace CON-POST MID=15557, Token=C0276B48ABEE0DE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15557, Token=C0276B48ABEE0DE0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R164] send response NON-2.05 MID=15557, Token=null, OptionSet={}, "server responds hi" 08:19:47.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164, complete]! 08:19:47.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R164, complete] completed NON-2.04 MID=15557, Token=C0276B48ABEE0DE0, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 08:19:47.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E200,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15557, Token=C0276B48ABEE0DE0, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 08:19:47.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15557] 08:19:47.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163, complete]! 08:19:47.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L163, complete] for token KeyToken[127.0.0.1:8240-C0276B48ABEE0DE0] 08:19:47.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L163, complete] for MID KeyMID[127.0.0.1:8240-15557] 08:19:47.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L163, complete] completed CON-POST MID= -1, Token=C0276B48ABEE0DE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15557, Token=C0276B48ABEE0DE0, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 08:19:47.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L165] send request 08:19:47.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L165] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:19:47.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L165] added with generated mid KeyMID[127.0.0.1:8240-15558], CON-POST MID=15558, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:19:47.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L165] added with generated token KeyToken[127.0.0.1:8240-A4648F0F26D4FA71], CON-POST MID=15558, Token=A4648F0F26D4FA71, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:19:47.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15558], KeyToken[127.0.0.1:8240-A4648F0F26D4FA71]] 08:19:47.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E201,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15558, Token=A4648F0F26D4FA71, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD] 08:19:47.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15558] 08:19:47.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166] replace CON-POST MID=15558, Token=A4648F0F26D4FA71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15558, Token=A4648F0F26D4FA71, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R166] send response NON-2.05 MID=15558, Token=null, OptionSet={}, "server responds hi" 08:19:47.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166, complete]! 08:19:47.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R166, complete] completed NON-2.04 MID=15558, Token=A4648F0F26D4FA71, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6! 08:19:47.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E202,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15558, Token=A4648F0F26D4FA71, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6] 08:19:47.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15558] 08:19:47.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165, complete]! 08:19:47.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L165, complete] for token KeyToken[127.0.0.1:8240-A4648F0F26D4FA71] 08:19:47.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L165, complete] for MID KeyMID[127.0.0.1:8240-15558] 08:19:47.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L165, complete] completed CON-POST MID= -1, Token=A4648F0F26D4FA71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15558, Token=A4648F0F26D4FA71, OptionSet={"Object-Security":0x0906}, acked 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD! 08:19:47.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L167] send request 08:19:47.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L167] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:19:47.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L167] added with generated mid KeyMID[127.0.0.1:8240-15559], CON-POST MID=15559, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:19:47.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L167] added with generated token KeyToken[127.0.0.1:8240-0024CA86F58DF2C6], CON-POST MID=15559, Token=0024CA86F58DF2C6, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:19:47.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15559], KeyToken[127.0.0.1:8240-0024CA86F58DF2C6]] 08:19:47.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E203,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15559, Token=0024CA86F58DF2C6, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0] 08:19:47.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15559] 08:19:47.863 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.863 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168] replace CON-POST MID=15559, Token=0024CA86F58DF2C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15559, Token=0024CA86F58DF2C6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R168] send response NON-2.05 MID=15559, Token=null, OptionSet={}, "server responds hi" 08:19:47.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168, complete]! 08:19:47.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R168, complete] completed NON-2.04 MID=15559, Token=0024CA86F58DF2C6, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6! 08:19:47.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E204,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15559, Token=0024CA86F58DF2C6, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6] 08:19:47.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15559] 08:19:47.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167, complete]! 08:19:47.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L167, complete] for token KeyToken[127.0.0.1:8240-0024CA86F58DF2C6] 08:19:47.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L167, complete] for MID KeyMID[127.0.0.1:8240-15559] 08:19:47.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L167, complete] completed CON-POST MID= -1, Token=0024CA86F58DF2C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15559, Token=0024CA86F58DF2C6, OptionSet={"Object-Security":0x0907}, acked F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0! 08:19:47.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L169] send request 08:19:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L169] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L169] added with generated mid KeyMID[127.0.0.1:8240-15560], CON-POST MID=15560, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L169] added with generated token KeyToken[127.0.0.1:8240-98A6FC2794AAE1A6], CON-POST MID=15560, Token=98A6FC2794AAE1A6, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:47.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15560], KeyToken[127.0.0.1:8240-98A6FC2794AAE1A6]] 08:19:47.867 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E205,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15560, Token=98A6FC2794AAE1A6, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 08:19:47.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15560] 08:19:47.867 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.867 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170] replace CON-POST MID=15560, Token=98A6FC2794AAE1A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15560, Token=98A6FC2794AAE1A6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R170] send response NON-2.05 MID=15560, Token=null, OptionSet={}, "server responds hi" 08:19:47.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170, complete]! 08:19:47.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R170, complete] completed NON-2.04 MID=15560, Token=98A6FC2794AAE1A6, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 08:19:47.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E206,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15560, Token=98A6FC2794AAE1A6, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 08:19:47.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15560] 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169, complete]! 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L169, complete] for token KeyToken[127.0.0.1:8240-98A6FC2794AAE1A6] 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L169, complete] for MID KeyMID[127.0.0.1:8240-15560] 08:19:47.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L169, complete] completed CON-POST MID= -1, Token=98A6FC2794AAE1A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15560, Token=98A6FC2794AAE1A6, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 08:19:47.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L171] send request 08:19:47.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L171] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:19:47.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L171] added with generated mid KeyMID[127.0.0.1:8240-15561], CON-POST MID=15561, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:19:47.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L171] added with generated token KeyToken[127.0.0.1:8240-30F36382980FFFA9], CON-POST MID=15561, Token=30F36382980FFFA9, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:19:47.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15561], KeyToken[127.0.0.1:8240-30F36382980FFFA9]] 08:19:47.871 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E207,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15561, Token=30F36382980FFFA9, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE] 08:19:47.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15561] 08:19:47.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.872 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172] replace CON-POST MID=15561, Token=30F36382980FFFA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15561, Token=30F36382980FFFA9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R172] send response NON-2.05 MID=15561, Token=null, OptionSet={}, "server responds hi" 08:19:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172, complete]! 08:19:47.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R172, complete] completed NON-2.04 MID=15561, Token=30F36382980FFFA9, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C! 08:19:47.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E208,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15561, Token=30F36382980FFFA9, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C] 08:19:47.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15561] 08:19:47.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171, complete]! 08:19:47.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L171, complete] for token KeyToken[127.0.0.1:8240-30F36382980FFFA9] 08:19:47.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L171, complete] for MID KeyMID[127.0.0.1:8240-15561] 08:19:47.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L171, complete] completed CON-POST MID= -1, Token=30F36382980FFFA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15561, Token=30F36382980FFFA9, OptionSet={"Object-Security":0x0909}, acked A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE! 08:19:47.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L173] send request 08:19:47.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L173] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:47.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L173] added with generated mid KeyMID[127.0.0.1:8240-15562], CON-POST MID=15562, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:47.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L173] added with generated token KeyToken[127.0.0.1:8240-8C4692C29A9A1DBA], CON-POST MID=15562, Token=8C4692C29A9A1DBA, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:47.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15562], KeyToken[127.0.0.1:8240-8C4692C29A9A1DBA]] 08:19:47.875 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E209,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15562, Token=8C4692C29A9A1DBA, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 08:19:47.875 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15562] 08:19:47.876 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.876 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174] replace CON-POST MID=15562, Token=8C4692C29A9A1DBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15562, Token=8C4692C29A9A1DBA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R174] send response NON-2.05 MID=15562, Token=null, OptionSet={}, "server responds hi" 08:19:47.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174, complete]! 08:19:47.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R174, complete] completed NON-2.04 MID=15562, Token=8C4692C29A9A1DBA, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 08:19:47.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E210,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15562, Token=8C4692C29A9A1DBA, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 08:19:47.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15562] 08:19:47.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173, complete]! 08:19:47.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L173, complete] for token KeyToken[127.0.0.1:8240-8C4692C29A9A1DBA] 08:19:47.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L173, complete] for MID KeyMID[127.0.0.1:8240-15562] 08:19:47.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L173, complete] completed CON-POST MID= -1, Token=8C4692C29A9A1DBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15562, Token=8C4692C29A9A1DBA, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 08:19:47.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L175] send request 08:19:47.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L175] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:19:47.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L175] added with generated mid KeyMID[127.0.0.1:8240-15563], CON-POST MID=15563, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:19:47.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L175] added with generated token KeyToken[127.0.0.1:8240-C804532C7B6D3EC0], CON-POST MID=15563, Token=C804532C7B6D3EC0, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:19:47.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15563], KeyToken[127.0.0.1:8240-C804532C7B6D3EC0]] 08:19:47.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E211,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15563, Token=C804532C7B6D3EC0, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9] 08:19:47.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15563] 08:19:47.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176] replace CON-POST MID=15563, Token=C804532C7B6D3EC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15563, Token=C804532C7B6D3EC0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R176] send response NON-2.05 MID=15563, Token=null, OptionSet={}, "server responds hi" 08:19:47.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176, complete]! 08:19:47.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R176, complete] completed NON-2.04 MID=15563, Token=C804532C7B6D3EC0, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E! 08:19:47.881 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E212,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15563, Token=C804532C7B6D3EC0, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E] 08:19:47.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15563] 08:19:47.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175, complete]! 08:19:47.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L175, complete] for token KeyToken[127.0.0.1:8240-C804532C7B6D3EC0] 08:19:47.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L175, complete] for MID KeyMID[127.0.0.1:8240-15563] 08:19:47.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L175, complete] completed CON-POST MID= -1, Token=C804532C7B6D3EC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15563, Token=C804532C7B6D3EC0, OptionSet={"Object-Security":0x090B}, acked 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9! 08:19:47.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L177] send request 08:19:47.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L177] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:19:47.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L177] added with generated mid KeyMID[127.0.0.1:8240-15564], CON-POST MID=15564, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:19:47.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L177] added with generated token KeyToken[127.0.0.1:8240-186219FDCDAAB1B6], CON-POST MID=15564, Token=186219FDCDAAB1B6, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:19:47.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15564], KeyToken[127.0.0.1:8240-186219FDCDAAB1B6]] 08:19:47.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E213,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15564, Token=186219FDCDAAB1B6, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93] 08:19:47.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15564] 08:19:47.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178] replace CON-POST MID=15564, Token=186219FDCDAAB1B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15564, Token=186219FDCDAAB1B6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R178] send response NON-2.05 MID=15564, Token=null, OptionSet={}, "server responds hi" 08:19:47.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178, complete]! 08:19:47.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R178, complete] completed NON-2.04 MID=15564, Token=186219FDCDAAB1B6, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B! 08:19:47.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E214,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15564, Token=186219FDCDAAB1B6, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B] 08:19:47.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15564] 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177, complete]! 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L177, complete] for token KeyToken[127.0.0.1:8240-186219FDCDAAB1B6] 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L177, complete] for MID KeyMID[127.0.0.1:8240-15564] 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L177, complete] completed CON-POST MID= -1, Token=186219FDCDAAB1B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15564, Token=186219FDCDAAB1B6, OptionSet={"Object-Security":0x090C}, acked A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93! 08:19:47.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L179] send request 08:19:47.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L179] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:19:47.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L179] added with generated mid KeyMID[127.0.0.1:8240-15565], CON-POST MID=15565, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:19:47.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L179] added with generated token KeyToken[127.0.0.1:8240-249F815A9394C391], CON-POST MID=15565, Token=249F815A9394C391, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:19:47.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15565], KeyToken[127.0.0.1:8240-249F815A9394C391]] 08:19:47.888 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E215,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15565, Token=249F815A9394C391, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07] 08:19:47.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15565] 08:19:47.888 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.888 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180] replace CON-POST MID=15565, Token=249F815A9394C391, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15565, Token=249F815A9394C391, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R180] send response NON-2.05 MID=15565, Token=null, OptionSet={}, "server responds hi" 08:19:47.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180, complete]! 08:19:47.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R180, complete] completed NON-2.04 MID=15565, Token=249F815A9394C391, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2! 08:19:47.889 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E216,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15565, Token=249F815A9394C391, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2] 08:19:47.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15565] 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179, complete]! 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L179, complete] for token KeyToken[127.0.0.1:8240-249F815A9394C391] 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L179, complete] for MID KeyMID[127.0.0.1:8240-15565] 08:19:47.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L179, complete] completed CON-POST MID= -1, Token=249F815A9394C391, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15565, Token=249F815A9394C391, OptionSet={"Object-Security":0x090D}, acked 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07! 08:19:47.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L181] send request 08:19:47.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L181] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:19:47.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L181] added with generated mid KeyMID[127.0.0.1:8240-15566], CON-POST MID=15566, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:19:47.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L181] added with generated token KeyToken[127.0.0.1:8240-BC6076E9389FA06D], CON-POST MID=15566, Token=BC6076E9389FA06D, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:19:47.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15566], KeyToken[127.0.0.1:8240-BC6076E9389FA06D]] 08:19:47.892 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E217,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15566, Token=BC6076E9389FA06D, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34] 08:19:47.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15566] 08:19:47.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182] replace CON-POST MID=15566, Token=BC6076E9389FA06D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15566, Token=BC6076E9389FA06D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R182] send response NON-2.05 MID=15566, Token=null, OptionSet={}, "server responds hi" 08:19:47.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182, complete]! 08:19:47.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R182, complete] completed NON-2.04 MID=15566, Token=BC6076E9389FA06D, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13! 08:19:47.893 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E218,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15566, Token=BC6076E9389FA06D, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13] 08:19:47.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15566] 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181, complete]! 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L181, complete] for token KeyToken[127.0.0.1:8240-BC6076E9389FA06D] 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L181, complete] for MID KeyMID[127.0.0.1:8240-15566] 08:19:47.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L181, complete] completed CON-POST MID= -1, Token=BC6076E9389FA06D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15566, Token=BC6076E9389FA06D, OptionSet={"Object-Security":0x090E}, acked 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34! 08:19:47.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L183] send request 08:19:47.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L183] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:19:47.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L183] added with generated mid KeyMID[127.0.0.1:8240-15567], CON-POST MID=15567, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:19:47.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L183] added with generated token KeyToken[127.0.0.1:8240-F04C3284C341CFD1], CON-POST MID=15567, Token=F04C3284C341CFD1, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:19:47.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15567], KeyToken[127.0.0.1:8240-F04C3284C341CFD1]] 08:19:47.896 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E219,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15567, Token=F04C3284C341CFD1, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14] 08:19:47.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15567] 08:19:47.896 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.896 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184] replace CON-POST MID=15567, Token=F04C3284C341CFD1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15567, Token=F04C3284C341CFD1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R184] send response NON-2.05 MID=15567, Token=null, OptionSet={}, "server responds hi" 08:19:47.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184, complete]! 08:19:47.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R184, complete] completed NON-2.04 MID=15567, Token=F04C3284C341CFD1, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB! 08:19:47.897 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.898 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E220,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15567, Token=F04C3284C341CFD1, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB] 08:19:47.898 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15567] 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183, complete]! 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L183, complete] for token KeyToken[127.0.0.1:8240-F04C3284C341CFD1] 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L183, complete] for MID KeyMID[127.0.0.1:8240-15567] 08:19:47.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L183, complete] completed CON-POST MID= -1, Token=F04C3284C341CFD1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15567, Token=F04C3284C341CFD1, OptionSet={"Object-Security":0x090F}, acked 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14! 08:19:47.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L185] send request 08:19:47.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L185] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:47.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L185] added with generated mid KeyMID[127.0.0.1:8240-15568], CON-POST MID=15568, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:47.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L185] added with generated token KeyToken[127.0.0.1:8240-60DC7E7538857290], CON-POST MID=15568, Token=60DC7E7538857290, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:47.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15568], KeyToken[127.0.0.1:8240-60DC7E7538857290]] 08:19:47.900 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E221,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15568, Token=60DC7E7538857290, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 08:19:47.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15568] 08:19:47.900 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.900 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186] replace CON-POST MID=15568, Token=60DC7E7538857290, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15568, Token=60DC7E7538857290, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R186] send response NON-2.05 MID=15568, Token=null, OptionSet={}, "server responds hi" 08:19:47.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186, complete]! 08:19:47.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R186, complete] completed NON-2.04 MID=15568, Token=60DC7E7538857290, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 08:19:47.901 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.902 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E222,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15568, Token=60DC7E7538857290, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 08:19:47.902 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15568] 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185, complete]! 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L185, complete] for token KeyToken[127.0.0.1:8240-60DC7E7538857290] 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L185, complete] for MID KeyMID[127.0.0.1:8240-15568] 08:19:47.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L185, complete] completed CON-POST MID= -1, Token=60DC7E7538857290, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15568, Token=60DC7E7538857290, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 08:19:47.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L187] send request 08:19:47.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L187] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:19:47.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L187] added with generated mid KeyMID[127.0.0.1:8240-15569], CON-POST MID=15569, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:19:47.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L187] added with generated token KeyToken[127.0.0.1:8240-B495BB3DF0F01B69], CON-POST MID=15569, Token=B495BB3DF0F01B69, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:19:47.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15569], KeyToken[127.0.0.1:8240-B495BB3DF0F01B69]] 08:19:47.953 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E223,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15569, Token=B495BB3DF0F01B69, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64] 08:19:47.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15569] 08:19:47.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188] replace CON-POST MID=15569, Token=B495BB3DF0F01B69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15569, Token=B495BB3DF0F01B69, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R188] send response NON-2.05 MID=15569, Token=null, OptionSet={}, "server responds hi" 08:19:47.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188, complete]! 08:19:47.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R188, complete] completed NON-2.04 MID=15569, Token=B495BB3DF0F01B69, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43! 08:19:47.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E224,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15569, Token=B495BB3DF0F01B69, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43] 08:19:47.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15569] 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187, complete]! 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L187, complete] for token KeyToken[127.0.0.1:8240-B495BB3DF0F01B69] 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L187, complete] for MID KeyMID[127.0.0.1:8240-15569] 08:19:47.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L187, complete] completed CON-POST MID= -1, Token=B495BB3DF0F01B69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15569, Token=B495BB3DF0F01B69, OptionSet={"Object-Security":0x0911}, acked E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64! 08:19:47.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L189] send request 08:19:47.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L189] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:19:47.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L189] added with generated mid KeyMID[127.0.0.1:8240-15570], CON-POST MID=15570, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:19:47.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L189] added with generated token KeyToken[127.0.0.1:8240-F8F16BF44FA506DD], CON-POST MID=15570, Token=F8F16BF44FA506DD, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:19:47.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15570], KeyToken[127.0.0.1:8240-F8F16BF44FA506DD]] 08:19:47.957 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E225,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15570, Token=F8F16BF44FA506DD, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5] 08:19:47.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15570] 08:19:47.957 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.957 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190] replace CON-POST MID=15570, Token=F8F16BF44FA506DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15570, Token=F8F16BF44FA506DD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R190] send response NON-2.05 MID=15570, Token=null, OptionSet={}, "server responds hi" 08:19:47.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190, complete]! 08:19:47.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R190, complete] completed NON-2.04 MID=15570, Token=F8F16BF44FA506DD, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A! 08:19:47.958 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E226,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15570, Token=F8F16BF44FA506DD, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A] 08:19:47.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15570] 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189, complete]! 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L189, complete] for token KeyToken[127.0.0.1:8240-F8F16BF44FA506DD] 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L189, complete] for MID KeyMID[127.0.0.1:8240-15570] 08:19:47.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L189, complete] completed CON-POST MID= -1, Token=F8F16BF44FA506DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15570, Token=F8F16BF44FA506DD, OptionSet={"Object-Security":0x0912}, acked 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5! 08:19:47.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L191] send request 08:19:47.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L191] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:19:47.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L191] added with generated mid KeyMID[127.0.0.1:8240-15571], CON-POST MID=15571, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:19:47.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L191] added with generated token KeyToken[127.0.0.1:8240-54DF9632512C65B3], CON-POST MID=15571, Token=54DF9632512C65B3, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:19:47.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15571], KeyToken[127.0.0.1:8240-54DF9632512C65B3]] 08:19:47.961 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E227,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15571, Token=54DF9632512C65B3, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80] 08:19:47.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15571] 08:19:47.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.962 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192] replace CON-POST MID=15571, Token=54DF9632512C65B3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15571, Token=54DF9632512C65B3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R192] send response NON-2.05 MID=15571, Token=null, OptionSet={}, "server responds hi" 08:19:47.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192, complete]! 08:19:47.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R192, complete] completed NON-2.04 MID=15571, Token=54DF9632512C65B3, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38! 08:19:47.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E228,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15571, Token=54DF9632512C65B3, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38] 08:19:47.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15571] 08:19:47.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191, complete]! 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L191, complete] for token KeyToken[127.0.0.1:8240-54DF9632512C65B3] 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L191, complete] for MID KeyMID[127.0.0.1:8240-15571] 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L191, complete] completed CON-POST MID= -1, Token=54DF9632512C65B3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15571, Token=54DF9632512C65B3, OptionSet={"Object-Security":0x0913}, acked 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80! 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L193] send request 08:19:47.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L193] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:19:47.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L193] added with generated mid KeyMID[127.0.0.1:8240-15572], CON-POST MID=15572, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:19:47.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L193] added with generated token KeyToken[127.0.0.1:8240-44B744C712F3327E], CON-POST MID=15572, Token=44B744C712F3327E, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:19:47.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15572], KeyToken[127.0.0.1:8240-44B744C712F3327E]] 08:19:47.966 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E229,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15572, Token=44B744C712F3327E, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB] 08:19:47.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15572] 08:19:47.966 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.966 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194] replace CON-POST MID=15572, Token=44B744C712F3327E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15572, Token=44B744C712F3327E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R194] send response NON-2.05 MID=15572, Token=null, OptionSet={}, "server responds hi" 08:19:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194, complete]! 08:19:47.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R194, complete] completed NON-2.04 MID=15572, Token=44B744C712F3327E, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5! 08:19:47.967 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E230,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15572, Token=44B744C712F3327E, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5] 08:19:47.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15572] 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193, complete]! 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L193, complete] for token KeyToken[127.0.0.1:8240-44B744C712F3327E] 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L193, complete] for MID KeyMID[127.0.0.1:8240-15572] 08:19:47.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L193, complete] completed CON-POST MID= -1, Token=44B744C712F3327E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15572, Token=44B744C712F3327E, OptionSet={"Object-Security":0x0914}, acked C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB! 08:19:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L195] send request 08:19:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L195] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:19:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L195] added with generated mid KeyMID[127.0.0.1:8240-15573], CON-POST MID=15573, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:19:47.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L195] added with generated token KeyToken[127.0.0.1:8240-10EDFBE73A4E7A98], CON-POST MID=15573, Token=10EDFBE73A4E7A98, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:19:47.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15573], KeyToken[127.0.0.1:8240-10EDFBE73A4E7A98]] 08:19:47.970 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E231,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15573, Token=10EDFBE73A4E7A98, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC] 08:19:47.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15573] 08:19:47.970 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.970 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196] replace CON-POST MID=15573, Token=10EDFBE73A4E7A98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15573, Token=10EDFBE73A4E7A98, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R196] send response NON-2.05 MID=15573, Token=null, OptionSet={}, "server responds hi" 08:19:47.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196, complete]! 08:19:47.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R196, complete] completed NON-2.04 MID=15573, Token=10EDFBE73A4E7A98, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05! 08:19:47.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E232,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15573, Token=10EDFBE73A4E7A98, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05] 08:19:47.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15573] 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195, complete]! 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L195, complete] for token KeyToken[127.0.0.1:8240-10EDFBE73A4E7A98] 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L195, complete] for MID KeyMID[127.0.0.1:8240-15573] 08:19:47.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L195, complete] completed CON-POST MID= -1, Token=10EDFBE73A4E7A98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15573, Token=10EDFBE73A4E7A98, OptionSet={"Object-Security":0x0915}, acked 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC! 08:19:47.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L197] send request 08:19:47.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L197] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:19:47.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L197] added with generated mid KeyMID[127.0.0.1:8240-15574], CON-POST MID=15574, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:19:47.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L197] added with generated token KeyToken[127.0.0.1:8240-44BA68B0BE1AF64F], CON-POST MID=15574, Token=44BA68B0BE1AF64F, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:19:47.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15574], KeyToken[127.0.0.1:8240-44BA68B0BE1AF64F]] 08:19:47.974 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E233,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15574, Token=44BA68B0BE1AF64F, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79] 08:19:47.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15574] 08:19:47.974 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.974 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198] replace CON-POST MID=15574, Token=44BA68B0BE1AF64F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15574, Token=44BA68B0BE1AF64F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R198] send response NON-2.05 MID=15574, Token=null, OptionSet={}, "server responds hi" 08:19:47.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198, complete]! 08:19:47.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R198, complete] completed NON-2.04 MID=15574, Token=44BA68B0BE1AF64F, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE! 08:19:47.975 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E234,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15574, Token=44BA68B0BE1AF64F, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE] 08:19:47.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15574] 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197, complete]! 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L197, complete] for token KeyToken[127.0.0.1:8240-44BA68B0BE1AF64F] 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L197, complete] for MID KeyMID[127.0.0.1:8240-15574] 08:19:47.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L197, complete] completed CON-POST MID= -1, Token=44BA68B0BE1AF64F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15574, Token=44BA68B0BE1AF64F, OptionSet={"Object-Security":0x0916}, acked 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79! 08:19:47.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L199] send request 08:19:47.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L199] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:19:47.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L199] added with generated mid KeyMID[127.0.0.1:8240-15575], CON-POST MID=15575, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:19:47.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L199] added with generated token KeyToken[127.0.0.1:8240-84D1D35C4027769E], CON-POST MID=15575, Token=84D1D35C4027769E, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:19:47.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15575], KeyToken[127.0.0.1:8240-84D1D35C4027769E]] 08:19:47.978 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E235,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15575, Token=84D1D35C4027769E, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02] 08:19:47.978 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15575] 08:19:47.978 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.978 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200] replace CON-POST MID=15575, Token=84D1D35C4027769E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15575, Token=84D1D35C4027769E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R200] send response NON-2.05 MID=15575, Token=null, OptionSet={}, "server responds hi" 08:19:47.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200, complete]! 08:19:47.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R200, complete] completed NON-2.04 MID=15575, Token=84D1D35C4027769E, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78! 08:19:47.979 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E236,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15575, Token=84D1D35C4027769E, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78] 08:19:47.979 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15575] 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199, complete]! 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L199, complete] for token KeyToken[127.0.0.1:8240-84D1D35C4027769E] 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L199, complete] for MID KeyMID[127.0.0.1:8240-15575] 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L199, complete] completed CON-POST MID= -1, Token=84D1D35C4027769E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15575, Token=84D1D35C4027769E, OptionSet={"Object-Security":0x0917}, acked 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02! 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L201] send request 08:19:47.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:19:47.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L201] added with generated mid KeyMID[127.0.0.1:8240-15576], CON-POST MID=15576, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:19:47.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L201] added with generated token KeyToken[127.0.0.1:8240-B414CD8B965F50B6], CON-POST MID=15576, Token=B414CD8B965F50B6, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:19:47.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15576], KeyToken[127.0.0.1:8240-B414CD8B965F50B6]] 08:19:47.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E237,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15576, Token=B414CD8B965F50B6, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93] 08:19:47.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15576] 08:19:47.982 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.982 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202] replace CON-POST MID=15576, Token=B414CD8B965F50B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15576, Token=B414CD8B965F50B6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R202] send response NON-2.05 MID=15576, Token=null, OptionSet={}, "server responds hi" 08:19:47.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202, complete]! 08:19:47.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R202, complete] completed NON-2.04 MID=15576, Token=B414CD8B965F50B6, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E! 08:19:47.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E238,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15576, Token=B414CD8B965F50B6, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E] 08:19:47.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15576] 08:19:47.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201, complete]! 08:19:47.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L201, complete] for token KeyToken[127.0.0.1:8240-B414CD8B965F50B6] 08:19:47.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L201, complete] for MID KeyMID[127.0.0.1:8240-15576] 08:19:47.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L201, complete] completed CON-POST MID= -1, Token=B414CD8B965F50B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15576, Token=B414CD8B965F50B6, OptionSet={"Object-Security":0x0918}, acked 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93! 08:19:47.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L203] send request 08:19:47.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:19:47.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L203] added with generated mid KeyMID[127.0.0.1:8240-15577], CON-POST MID=15577, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:19:47.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L203] added with generated token KeyToken[127.0.0.1:8240-E40AA09AA5A07FFD], CON-POST MID=15577, Token=E40AA09AA5A07FFD, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:19:47.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15577], KeyToken[127.0.0.1:8240-E40AA09AA5A07FFD]] 08:19:47.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E239,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15577, Token=E40AA09AA5A07FFD, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42] 08:19:47.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15577] 08:19:47.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204] replace CON-POST MID=15577, Token=E40AA09AA5A07FFD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15577, Token=E40AA09AA5A07FFD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R204] send response NON-2.05 MID=15577, Token=null, OptionSet={}, "server responds hi" 08:19:47.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204, complete]! 08:19:47.987 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R204, complete] completed NON-2.04 MID=15577, Token=E40AA09AA5A07FFD, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E! 08:19:47.987 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E240,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15577, Token=E40AA09AA5A07FFD, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E] 08:19:47.987 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15577] 08:19:47.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203, complete]! 08:19:47.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L203, complete] for token KeyToken[127.0.0.1:8240-E40AA09AA5A07FFD] 08:19:47.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L203, complete] for MID KeyMID[127.0.0.1:8240-15577] 08:19:47.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L203, complete] completed CON-POST MID= -1, Token=E40AA09AA5A07FFD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15577, Token=E40AA09AA5A07FFD, OptionSet={"Object-Security":0x0919}, acked 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42! 08:19:47.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L205] send request 08:19:47.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:19:47.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L205] added with generated mid KeyMID[127.0.0.1:8240-15578], CON-POST MID=15578, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:19:47.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L205] added with generated token KeyToken[127.0.0.1:8240-84665E6DAA28A43B], CON-POST MID=15578, Token=84665E6DAA28A43B, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:19:47.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15578], KeyToken[127.0.0.1:8240-84665E6DAA28A43B]] 08:19:47.989 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E241,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15578, Token=84665E6DAA28A43B, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6] 08:19:47.989 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15578] 08:19:47.990 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.990 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206] replace CON-POST MID=15578, Token=84665E6DAA28A43B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15578, Token=84665E6DAA28A43B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R206] send response NON-2.05 MID=15578, Token=null, OptionSet={}, "server responds hi" 08:19:47.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206, complete]! 08:19:47.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R206, complete] completed NON-2.04 MID=15578, Token=84665E6DAA28A43B, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB! 08:19:47.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E242,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15578, Token=84665E6DAA28A43B, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB] 08:19:47.991 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15578] 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205, complete]! 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L205, complete] for token KeyToken[127.0.0.1:8240-84665E6DAA28A43B] 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L205, complete] for MID KeyMID[127.0.0.1:8240-15578] 08:19:47.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L205, complete] completed CON-POST MID= -1, Token=84665E6DAA28A43B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15578, Token=84665E6DAA28A43B, OptionSet={"Object-Security":0x091A}, acked 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6! 08:19:47.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L207] send request 08:19:47.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L207] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:19:47.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L207] added with generated mid KeyMID[127.0.0.1:8240-15579], CON-POST MID=15579, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:19:47.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L207] added with generated token KeyToken[127.0.0.1:8240-2CE73C3688F2390A], CON-POST MID=15579, Token=2CE73C3688F2390A, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:19:47.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15579], KeyToken[127.0.0.1:8240-2CE73C3688F2390A]] 08:19:47.993 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E243,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15579, Token=2CE73C3688F2390A, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5] 08:19:47.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15579] 08:19:47.993 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.993 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.993 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208] replace CON-POST MID=15579, Token=2CE73C3688F2390A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15579, Token=2CE73C3688F2390A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R208] send response NON-2.05 MID=15579, Token=null, OptionSet={}, "server responds hi" 08:19:47.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208, complete]! 08:19:47.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R208, complete] completed NON-2.04 MID=15579, Token=2CE73C3688F2390A, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8! 08:19:47.994 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E244,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15579, Token=2CE73C3688F2390A, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8] 08:19:47.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15579] 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207, complete]! 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L207, complete] for token KeyToken[127.0.0.1:8240-2CE73C3688F2390A] 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L207, complete] for MID KeyMID[127.0.0.1:8240-15579] 08:19:47.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L207, complete] completed CON-POST MID= -1, Token=2CE73C3688F2390A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15579, Token=2CE73C3688F2390A, OptionSet={"Object-Security":0x091B}, acked 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5! 08:19:47.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L209] send request 08:19:47.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:19:47.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L209] added with generated mid KeyMID[127.0.0.1:8240-15580], CON-POST MID=15580, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:19:47.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L209] added with generated token KeyToken[127.0.0.1:8240-A0DA531AFA579D63], CON-POST MID=15580, Token=A0DA531AFA579D63, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:19:47.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15580], KeyToken[127.0.0.1:8240-A0DA531AFA579D63]] 08:19:47.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:47.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E245,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15580, Token=A0DA531AFA579D63, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1] 08:19:47.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:47.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15580] 08:19:47.997 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:47.997 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:47.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210] replace CON-POST MID=15580, Token=A0DA531AFA579D63, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15580, Token=A0DA531AFA579D63, OptionSet={"Object-Security":0x}, "client says hi" 08:19:47.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R210] send response NON-2.05 MID=15580, Token=null, OptionSet={}, "server responds hi" 08:19:47.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210, complete]! 08:19:47.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R210, complete] completed NON-2.04 MID=15580, Token=A0DA531AFA579D63, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4! 08:19:47.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:47.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E246,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15580, Token=A0DA531AFA579D63, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4] 08:19:47.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15580] 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209, complete]! 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L209, complete] for token KeyToken[127.0.0.1:8240-A0DA531AFA579D63] 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L209, complete] for MID KeyMID[127.0.0.1:8240-15580] 08:19:47.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L209, complete] completed CON-POST MID= -1, Token=A0DA531AFA579D63, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15580, Token=A0DA531AFA579D63, OptionSet={"Object-Security":0x091C}, acked 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1! 08:19:48.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L211] send request 08:19:48.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L211] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:19:48.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L211] added with generated mid KeyMID[127.0.0.1:8240-15581], CON-POST MID=15581, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:19:48.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L211] added with generated token KeyToken[127.0.0.1:8240-E404C899376484C2], CON-POST MID=15581, Token=E404C899376484C2, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:19:48.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15581], KeyToken[127.0.0.1:8240-E404C899376484C2]] 08:19:48.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E247,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15581, Token=E404C899376484C2, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5] 08:19:48.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15581] 08:19:48.053 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.053 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212] replace CON-POST MID=15581, Token=E404C899376484C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15581, Token=E404C899376484C2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R212] send response NON-2.05 MID=15581, Token=null, OptionSet={}, "server responds hi" 08:19:48.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212, complete]! 08:19:48.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R212, complete] completed NON-2.04 MID=15581, Token=E404C899376484C2, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18! 08:19:48.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E248,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15581, Token=E404C899376484C2, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18] 08:19:48.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15581] 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211, complete]! 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L211, complete] for token KeyToken[127.0.0.1:8240-E404C899376484C2] 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L211, complete] for MID KeyMID[127.0.0.1:8240-15581] 08:19:48.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L211, complete] completed CON-POST MID= -1, Token=E404C899376484C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15581, Token=E404C899376484C2, OptionSet={"Object-Security":0x091D}, acked D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5! 08:19:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L213] send request 08:19:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:19:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L213] added with generated mid KeyMID[127.0.0.1:8240-15582], CON-POST MID=15582, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:19:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L213] added with generated token KeyToken[127.0.0.1:8240-E8A4B93707773734], CON-POST MID=15582, Token=E8A4B93707773734, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:19:48.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15582], KeyToken[127.0.0.1:8240-E8A4B93707773734]] 08:19:48.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E249,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15582, Token=E8A4B93707773734, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46] 08:19:48.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15582] 08:19:48.057 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.057 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214] replace CON-POST MID=15582, Token=E8A4B93707773734, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15582, Token=E8A4B93707773734, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R214] send response NON-2.05 MID=15582, Token=null, OptionSet={}, "server responds hi" 08:19:48.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214, complete]! 08:19:48.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R214, complete] completed NON-2.04 MID=15582, Token=E8A4B93707773734, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6! 08:19:48.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E250,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15582, Token=E8A4B93707773734, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6] 08:19:48.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15582] 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213, complete]! 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L213, complete] for token KeyToken[127.0.0.1:8240-E8A4B93707773734] 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L213, complete] for MID KeyMID[127.0.0.1:8240-15582] 08:19:48.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L213, complete] completed CON-POST MID= -1, Token=E8A4B93707773734, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15582, Token=E8A4B93707773734, OptionSet={"Object-Security":0x091E}, acked 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46! 08:19:48.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L215] send request 08:19:48.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L215] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:19:48.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L215] added with generated mid KeyMID[127.0.0.1:8240-15583], CON-POST MID=15583, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:19:48.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L215] added with generated token KeyToken[127.0.0.1:8240-B86CC7999B6C1066], CON-POST MID=15583, Token=B86CC7999B6C1066, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:19:48.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15583], KeyToken[127.0.0.1:8240-B86CC7999B6C1066]] 08:19:48.061 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E251,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15583, Token=B86CC7999B6C1066, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55] 08:19:48.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15583] 08:19:48.061 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.061 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216] replace CON-POST MID=15583, Token=B86CC7999B6C1066, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15583, Token=B86CC7999B6C1066, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R216] send response NON-2.05 MID=15583, Token=null, OptionSet={}, "server responds hi" 08:19:48.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216, complete]! 08:19:48.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R216, complete] completed NON-2.04 MID=15583, Token=B86CC7999B6C1066, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80! 08:19:48.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E252,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15583, Token=B86CC7999B6C1066, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80] 08:19:48.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15583] 08:19:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215, complete]! 08:19:48.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L215, complete] for token KeyToken[127.0.0.1:8240-B86CC7999B6C1066] 08:19:48.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L215, complete] for MID KeyMID[127.0.0.1:8240-15583] 08:19:48.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L215, complete] completed CON-POST MID= -1, Token=B86CC7999B6C1066, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15583, Token=B86CC7999B6C1066, OptionSet={"Object-Security":0x091F}, acked 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55! 08:19:48.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L217] send request 08:19:48.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L217] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:48.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L217] added with generated mid KeyMID[127.0.0.1:8240-15584], CON-POST MID=15584, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:48.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L217] added with generated token KeyToken[127.0.0.1:8240-20FD9832BBC693D2], CON-POST MID=15584, Token=20FD9832BBC693D2, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:48.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15584], KeyToken[127.0.0.1:8240-20FD9832BBC693D2]] 08:19:48.065 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E253,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15584, Token=20FD9832BBC693D2, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 08:19:48.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15584] 08:19:48.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218] replace CON-POST MID=15584, Token=20FD9832BBC693D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15584, Token=20FD9832BBC693D2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R218] send response NON-2.05 MID=15584, Token=null, OptionSet={}, "server responds hi" 08:19:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218, complete]! 08:19:48.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R218, complete] completed NON-2.04 MID=15584, Token=20FD9832BBC693D2, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 08:19:48.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E254,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15584, Token=20FD9832BBC693D2, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 08:19:48.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15584] 08:19:48.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217, complete]! 08:19:48.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L217, complete] for token KeyToken[127.0.0.1:8240-20FD9832BBC693D2] 08:19:48.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L217, complete] for MID KeyMID[127.0.0.1:8240-15584] 08:19:48.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L217, complete] completed CON-POST MID= -1, Token=20FD9832BBC693D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15584, Token=20FD9832BBC693D2, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 08:19:48.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L219] send request 08:19:48.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L219] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:19:48.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L219] added with generated mid KeyMID[127.0.0.1:8240-15585], CON-POST MID=15585, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:19:48.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L219] added with generated token KeyToken[127.0.0.1:8240-58FBADB79F481905], CON-POST MID=15585, Token=58FBADB79F481905, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:19:48.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15585], KeyToken[127.0.0.1:8240-58FBADB79F481905]] 08:19:48.069 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E255,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15585, Token=58FBADB79F481905, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35] 08:19:48.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15585] 08:19:48.070 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.070 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220] replace CON-POST MID=15585, Token=58FBADB79F481905, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15585, Token=58FBADB79F481905, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R220] send response NON-2.05 MID=15585, Token=null, OptionSet={}, "server responds hi" 08:19:48.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220, complete]! 08:19:48.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R220, complete] completed NON-2.04 MID=15585, Token=58FBADB79F481905, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C! 08:19:48.071 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E256,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15585, Token=58FBADB79F481905, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C] 08:19:48.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15585] 08:19:48.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219, complete]! 08:19:48.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L219, complete] for token KeyToken[127.0.0.1:8240-58FBADB79F481905] 08:19:48.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L219, complete] for MID KeyMID[127.0.0.1:8240-15585] 08:19:48.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L219, complete] completed CON-POST MID= -1, Token=58FBADB79F481905, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15585, Token=58FBADB79F481905, OptionSet={"Object-Security":0x0921}, acked 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35! 08:19:48.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L221] send request 08:19:48.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:19:48.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L221] added with generated mid KeyMID[127.0.0.1:8240-15586], CON-POST MID=15586, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:19:48.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L221] added with generated token KeyToken[127.0.0.1:8240-50A97F85A1F7D310], CON-POST MID=15586, Token=50A97F85A1F7D310, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:19:48.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15586], KeyToken[127.0.0.1:8240-50A97F85A1F7D310]] 08:19:48.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E257,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15586, Token=50A97F85A1F7D310, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC] 08:19:48.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15586] 08:19:48.073 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.073 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222] replace CON-POST MID=15586, Token=50A97F85A1F7D310, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15586, Token=50A97F85A1F7D310, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R222] send response NON-2.05 MID=15586, Token=null, OptionSet={}, "server responds hi" 08:19:48.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222, complete]! 08:19:48.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R222, complete] completed NON-2.04 MID=15586, Token=50A97F85A1F7D310, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C! 08:19:48.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E258,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15586, Token=50A97F85A1F7D310, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C] 08:19:48.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15586] 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221, complete]! 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L221, complete] for token KeyToken[127.0.0.1:8240-50A97F85A1F7D310] 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L221, complete] for MID KeyMID[127.0.0.1:8240-15586] 08:19:48.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L221, complete] completed CON-POST MID= -1, Token=50A97F85A1F7D310, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15586, Token=50A97F85A1F7D310, OptionSet={"Object-Security":0x0922}, acked FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC! 08:19:48.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L223] send request 08:19:48.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L223] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:19:48.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L223] added with generated mid KeyMID[127.0.0.1:8240-15587], CON-POST MID=15587, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:19:48.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L223] added with generated token KeyToken[127.0.0.1:8240-108660ED3526E3A1], CON-POST MID=15587, Token=108660ED3526E3A1, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:19:48.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15587], KeyToken[127.0.0.1:8240-108660ED3526E3A1]] 08:19:48.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E259,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15587, Token=108660ED3526E3A1, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E] 08:19:48.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15587] 08:19:48.077 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.077 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224] replace CON-POST MID=15587, Token=108660ED3526E3A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15587, Token=108660ED3526E3A1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R224] send response NON-2.05 MID=15587, Token=null, OptionSet={}, "server responds hi" 08:19:48.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224, complete]! 08:19:48.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R224, complete] completed NON-2.04 MID=15587, Token=108660ED3526E3A1, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74! 08:19:48.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E260,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15587, Token=108660ED3526E3A1, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74] 08:19:48.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15587] 08:19:48.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223, complete]! 08:19:48.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L223, complete] for token KeyToken[127.0.0.1:8240-108660ED3526E3A1] 08:19:48.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L223, complete] for MID KeyMID[127.0.0.1:8240-15587] 08:19:48.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L223, complete] completed CON-POST MID= -1, Token=108660ED3526E3A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15587, Token=108660ED3526E3A1, OptionSet={"Object-Security":0x0923}, acked 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E! 08:19:48.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L225] send request 08:19:48.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L225] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:19:48.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L225] added with generated mid KeyMID[127.0.0.1:8240-15588], CON-POST MID=15588, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:19:48.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L225] added with generated token KeyToken[127.0.0.1:8240-A8ECD99003FA1223], CON-POST MID=15588, Token=A8ECD99003FA1223, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:19:48.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15588], KeyToken[127.0.0.1:8240-A8ECD99003FA1223]] 08:19:48.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E261,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15588, Token=A8ECD99003FA1223, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC] 08:19:48.081 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15588] 08:19:48.081 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.081 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226] replace CON-POST MID=15588, Token=A8ECD99003FA1223, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15588, Token=A8ECD99003FA1223, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R226] send response NON-2.05 MID=15588, Token=null, OptionSet={}, "server responds hi" 08:19:48.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226, complete]! 08:19:48.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R226, complete] completed NON-2.04 MID=15588, Token=A8ECD99003FA1223, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8! 08:19:48.082 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E262,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15588, Token=A8ECD99003FA1223, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8] 08:19:48.082 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15588] 08:19:48.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225, complete]! 08:19:48.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L225, complete] for token KeyToken[127.0.0.1:8240-A8ECD99003FA1223] 08:19:48.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L225, complete] for MID KeyMID[127.0.0.1:8240-15588] 08:19:48.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L225, complete] completed CON-POST MID= -1, Token=A8ECD99003FA1223, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15588, Token=A8ECD99003FA1223, OptionSet={"Object-Security":0x0924}, acked 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC! 08:19:48.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L227] send request 08:19:48.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L227] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:19:48.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L227] added with generated mid KeyMID[127.0.0.1:8240-15589], CON-POST MID=15589, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:19:48.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L227] added with generated token KeyToken[127.0.0.1:8240-ECED564CB99DAA9C], CON-POST MID=15589, Token=ECED564CB99DAA9C, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:19:48.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15589], KeyToken[127.0.0.1:8240-ECED564CB99DAA9C]] 08:19:48.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E263,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15589, Token=ECED564CB99DAA9C, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9] 08:19:48.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15589] 08:19:48.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228] replace CON-POST MID=15589, Token=ECED564CB99DAA9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15589, Token=ECED564CB99DAA9C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R228] send response NON-2.05 MID=15589, Token=null, OptionSet={}, "server responds hi" 08:19:48.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228, complete]! 08:19:48.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R228, complete] completed NON-2.04 MID=15589, Token=ECED564CB99DAA9C, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82! 08:19:48.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E264,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15589, Token=ECED564CB99DAA9C, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82] 08:19:48.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15589] 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227, complete]! 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L227, complete] for token KeyToken[127.0.0.1:8240-ECED564CB99DAA9C] 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L227, complete] for MID KeyMID[127.0.0.1:8240-15589] 08:19:48.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L227, complete] completed CON-POST MID= -1, Token=ECED564CB99DAA9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15589, Token=ECED564CB99DAA9C, OptionSet={"Object-Security":0x0925}, acked 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9! 08:19:48.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L229] send request 08:19:48.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L229] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:19:48.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L229] added with generated mid KeyMID[127.0.0.1:8240-15590], CON-POST MID=15590, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:19:48.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L229] added with generated token KeyToken[127.0.0.1:8240-38D48074D50B9D55], CON-POST MID=15590, Token=38D48074D50B9D55, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:19:48.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15590], KeyToken[127.0.0.1:8240-38D48074D50B9D55]] 08:19:48.088 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E265,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15590, Token=38D48074D50B9D55, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2] 08:19:48.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15590] 08:19:48.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230] replace CON-POST MID=15590, Token=38D48074D50B9D55, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15590, Token=38D48074D50B9D55, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R230] send response NON-2.05 MID=15590, Token=null, OptionSet={}, "server responds hi" 08:19:48.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230, complete]! 08:19:48.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R230, complete] completed NON-2.04 MID=15590, Token=38D48074D50B9D55, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3! 08:19:48.089 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E266,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15590, Token=38D48074D50B9D55, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3] 08:19:48.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15590] 08:19:48.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229, complete]! 08:19:48.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L229, complete] for token KeyToken[127.0.0.1:8240-38D48074D50B9D55] 08:19:48.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L229, complete] for MID KeyMID[127.0.0.1:8240-15590] 08:19:48.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L229, complete] completed CON-POST MID= -1, Token=38D48074D50B9D55, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15590, Token=38D48074D50B9D55, OptionSet={"Object-Security":0x0926}, acked 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2! 08:19:48.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L231] send request 08:19:48.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L231] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:19:48.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L231] added with generated mid KeyMID[127.0.0.1:8240-15591], CON-POST MID=15591, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:19:48.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L231] added with generated token KeyToken[127.0.0.1:8240-58267D45936F0D29], CON-POST MID=15591, Token=58267D45936F0D29, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:19:48.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15591], KeyToken[127.0.0.1:8240-58267D45936F0D29]] 08:19:48.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E267,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15591, Token=58267D45936F0D29, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47] 08:19:48.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15591] 08:19:48.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232] replace CON-POST MID=15591, Token=58267D45936F0D29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15591, Token=58267D45936F0D29, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R232] send response NON-2.05 MID=15591, Token=null, OptionSet={}, "server responds hi" 08:19:48.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232, complete]! 08:19:48.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R232, complete] completed NON-2.04 MID=15591, Token=58267D45936F0D29, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73! 08:19:48.093 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E268,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15591, Token=58267D45936F0D29, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73] 08:19:48.093 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15591] 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231, complete]! 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L231, complete] for token KeyToken[127.0.0.1:8240-58267D45936F0D29] 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L231, complete] for MID KeyMID[127.0.0.1:8240-15591] 08:19:48.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L231, complete] completed CON-POST MID= -1, Token=58267D45936F0D29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15591, Token=58267D45936F0D29, OptionSet={"Object-Security":0x0927}, acked 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47! 08:19:48.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L233] send request 08:19:48.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L233] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:19:48.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L233] added with generated mid KeyMID[127.0.0.1:8240-15592], CON-POST MID=15592, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:19:48.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L233] added with generated token KeyToken[127.0.0.1:8240-98E51F229046A90D], CON-POST MID=15592, Token=98E51F229046A90D, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:19:48.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15592], KeyToken[127.0.0.1:8240-98E51F229046A90D]] 08:19:48.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E269,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15592, Token=98E51F229046A90D, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6] 08:19:48.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15592] 08:19:48.095 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.095 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234] replace CON-POST MID=15592, Token=98E51F229046A90D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15592, Token=98E51F229046A90D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R234] send response NON-2.05 MID=15592, Token=null, OptionSet={}, "server responds hi" 08:19:48.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234, complete]! 08:19:48.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R234, complete] completed NON-2.04 MID=15592, Token=98E51F229046A90D, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A! 08:19:48.096 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E270,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15592, Token=98E51F229046A90D, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A] 08:19:48.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15592] 08:19:48.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233, complete]! 08:19:48.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L233, complete] for token KeyToken[127.0.0.1:8240-98E51F229046A90D] 08:19:48.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L233, complete] for MID KeyMID[127.0.0.1:8240-15592] 08:19:48.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L233, complete] completed CON-POST MID= -1, Token=98E51F229046A90D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15592, Token=98E51F229046A90D, OptionSet={"Object-Security":0x0928}, acked A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6! 08:19:48.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L235] send request 08:19:48.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L235] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:19:48.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L235] added with generated mid KeyMID[127.0.0.1:8240-15593], CON-POST MID=15593, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:19:48.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L235] added with generated token KeyToken[127.0.0.1:8240-8C3B1EE89B8767BE], CON-POST MID=15593, Token=8C3B1EE89B8767BE, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:19:48.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15593], KeyToken[127.0.0.1:8240-8C3B1EE89B8767BE]] 08:19:48.098 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E271,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15593, Token=8C3B1EE89B8767BE, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A] 08:19:48.098 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15593] 08:19:48.098 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.099 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236] replace CON-POST MID=15593, Token=8C3B1EE89B8767BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15593, Token=8C3B1EE89B8767BE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R236] send response NON-2.05 MID=15593, Token=null, OptionSet={}, "server responds hi" 08:19:48.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236, complete]! 08:19:48.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R236, complete] completed NON-2.04 MID=15593, Token=8C3B1EE89B8767BE, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7! 08:19:48.100 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E272,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15593, Token=8C3B1EE89B8767BE, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7] 08:19:48.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15593] 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235, complete]! 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L235, complete] for token KeyToken[127.0.0.1:8240-8C3B1EE89B8767BE] 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L235, complete] for MID KeyMID[127.0.0.1:8240-15593] 08:19:48.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L235, complete] completed CON-POST MID= -1, Token=8C3B1EE89B8767BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15593, Token=8C3B1EE89B8767BE, OptionSet={"Object-Security":0x0929}, acked CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A! 08:19:48.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L237] send request 08:19:48.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:19:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L237] added with generated mid KeyMID[127.0.0.1:8240-15594], CON-POST MID=15594, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:19:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L237] added with generated token KeyToken[127.0.0.1:8240-106415D138A32231], CON-POST MID=15594, Token=106415D138A32231, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:19:48.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15594], KeyToken[127.0.0.1:8240-106415D138A32231]] 08:19:48.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E273,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15594, Token=106415D138A32231, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3] 08:19:48.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15594] 08:19:48.153 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.153 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238] replace CON-POST MID=15594, Token=106415D138A32231, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15594, Token=106415D138A32231, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R238] send response NON-2.05 MID=15594, Token=null, OptionSet={}, "server responds hi" 08:19:48.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238, complete]! 08:19:48.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R238, complete] completed NON-2.04 MID=15594, Token=106415D138A32231, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75! 08:19:48.154 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E274,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15594, Token=106415D138A32231, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75] 08:19:48.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15594] 08:19:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237, complete]! 08:19:48.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L237, complete] for token KeyToken[127.0.0.1:8240-106415D138A32231] 08:19:48.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L237, complete] for MID KeyMID[127.0.0.1:8240-15594] 08:19:48.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L237, complete] completed CON-POST MID= -1, Token=106415D138A32231, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15594, Token=106415D138A32231, OptionSet={"Object-Security":0x092A}, acked 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3! 08:19:48.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L239] send request 08:19:48.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L239] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:19:48.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L239] added with generated mid KeyMID[127.0.0.1:8240-15595], CON-POST MID=15595, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:19:48.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L239] added with generated token KeyToken[127.0.0.1:8240-64066D6C62B39A97], CON-POST MID=15595, Token=64066D6C62B39A97, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:19:48.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15595], KeyToken[127.0.0.1:8240-64066D6C62B39A97]] 08:19:48.156 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E275,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15595, Token=64066D6C62B39A97, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54] 08:19:48.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15595] 08:19:48.156 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.156 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240] replace CON-POST MID=15595, Token=64066D6C62B39A97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15595, Token=64066D6C62B39A97, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R240] send response NON-2.05 MID=15595, Token=null, OptionSet={}, "server responds hi" 08:19:48.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240, complete]! 08:19:48.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R240, complete] completed NON-2.04 MID=15595, Token=64066D6C62B39A97, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26! 08:19:48.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E276,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15595, Token=64066D6C62B39A97, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26] 08:19:48.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15595] 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239, complete]! 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L239, complete] for token KeyToken[127.0.0.1:8240-64066D6C62B39A97] 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L239, complete] for MID KeyMID[127.0.0.1:8240-15595] 08:19:48.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L239, complete] completed CON-POST MID= -1, Token=64066D6C62B39A97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15595, Token=64066D6C62B39A97, OptionSet={"Object-Security":0x092B}, acked 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54! 08:19:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L241] send request 08:19:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L241] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:19:48.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L241] added with generated mid KeyMID[127.0.0.1:8240-15596], CON-POST MID=15596, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:19:48.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L241] added with generated token KeyToken[127.0.0.1:8240-E86825839447CE06], CON-POST MID=15596, Token=E86825839447CE06, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:19:48.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15596], KeyToken[127.0.0.1:8240-E86825839447CE06]] 08:19:48.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E277,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15596, Token=E86825839447CE06, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A] 08:19:48.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15596] 08:19:48.160 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.160 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242] replace CON-POST MID=15596, Token=E86825839447CE06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15596, Token=E86825839447CE06, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R242] send response NON-2.05 MID=15596, Token=null, OptionSet={}, "server responds hi" 08:19:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242, complete]! 08:19:48.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R242, complete] completed NON-2.04 MID=15596, Token=E86825839447CE06, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8! 08:19:48.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E278,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15596, Token=E86825839447CE06, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8] 08:19:48.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15596] 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241, complete]! 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L241, complete] for token KeyToken[127.0.0.1:8240-E86825839447CE06] 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L241, complete] for MID KeyMID[127.0.0.1:8240-15596] 08:19:48.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L241, complete] completed CON-POST MID= -1, Token=E86825839447CE06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15596, Token=E86825839447CE06, OptionSet={"Object-Security":0x092C}, acked F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A! 08:19:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L243] send request 08:19:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L243] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:19:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L243] added with generated mid KeyMID[127.0.0.1:8240-15597], CON-POST MID=15597, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:19:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L243] added with generated token KeyToken[127.0.0.1:8240-A4A6DC4551C297E5], CON-POST MID=15597, Token=A4A6DC4551C297E5, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:19:48.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15597], KeyToken[127.0.0.1:8240-A4A6DC4551C297E5]] 08:19:48.164 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E279,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15597, Token=A4A6DC4551C297E5, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90] 08:19:48.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15597] 08:19:48.164 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.164 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244] replace CON-POST MID=15597, Token=A4A6DC4551C297E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15597, Token=A4A6DC4551C297E5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R244] send response NON-2.05 MID=15597, Token=null, OptionSet={}, "server responds hi" 08:19:48.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244, complete]! 08:19:48.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R244, complete] completed NON-2.04 MID=15597, Token=A4A6DC4551C297E5, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08! 08:19:48.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E280,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15597, Token=A4A6DC4551C297E5, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08] 08:19:48.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15597] 08:19:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243, complete]! 08:19:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L243, complete] for token KeyToken[127.0.0.1:8240-A4A6DC4551C297E5] 08:19:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L243, complete] for MID KeyMID[127.0.0.1:8240-15597] 08:19:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L243, complete] completed CON-POST MID= -1, Token=A4A6DC4551C297E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15597, Token=A4A6DC4551C297E5, OptionSet={"Object-Security":0x092D}, acked 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90! 08:19:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L245] send request 08:19:48.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L245] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:19:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L245] added with generated mid KeyMID[127.0.0.1:8240-15598], CON-POST MID=15598, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:19:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L245] added with generated token KeyToken[127.0.0.1:8240-AC66FDF9933999B8], CON-POST MID=15598, Token=AC66FDF9933999B8, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:19:48.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15598], KeyToken[127.0.0.1:8240-AC66FDF9933999B8]] 08:19:48.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E281,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15598, Token=AC66FDF9933999B8, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F] 08:19:48.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15598] 08:19:48.167 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.167 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246] replace CON-POST MID=15598, Token=AC66FDF9933999B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15598, Token=AC66FDF9933999B8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R246] send response NON-2.05 MID=15598, Token=null, OptionSet={}, "server responds hi" 08:19:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246, complete]! 08:19:48.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R246, complete] completed NON-2.04 MID=15598, Token=AC66FDF9933999B8, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13! 08:19:48.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E282,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15598, Token=AC66FDF9933999B8, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13] 08:19:48.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15598] 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245, complete]! 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L245, complete] for token KeyToken[127.0.0.1:8240-AC66FDF9933999B8] 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L245, complete] for MID KeyMID[127.0.0.1:8240-15598] 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L245, complete] completed CON-POST MID= -1, Token=AC66FDF9933999B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15598, Token=AC66FDF9933999B8, OptionSet={"Object-Security":0x092E}, acked 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F! 08:19:48.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L247] send request 08:19:48.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L247] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:19:48.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L247] added with generated mid KeyMID[127.0.0.1:8240-15599], CON-POST MID=15599, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:19:48.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L247] added with generated token KeyToken[127.0.0.1:8240-8C0AC2AE69ECCE3A], CON-POST MID=15599, Token=8C0AC2AE69ECCE3A, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:19:48.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15599], KeyToken[127.0.0.1:8240-8C0AC2AE69ECCE3A]] 08:19:48.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E283,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15599, Token=8C0AC2AE69ECCE3A, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7] 08:19:48.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15599] 08:19:48.171 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.171 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248] replace CON-POST MID=15599, Token=8C0AC2AE69ECCE3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15599, Token=8C0AC2AE69ECCE3A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R248] send response NON-2.05 MID=15599, Token=null, OptionSet={}, "server responds hi" 08:19:48.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248, complete]! 08:19:48.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R248, complete] completed NON-2.04 MID=15599, Token=8C0AC2AE69ECCE3A, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1! 08:19:48.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E284,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15599, Token=8C0AC2AE69ECCE3A, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1] 08:19:48.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15599] 08:19:48.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247, complete]! 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L247, complete] for token KeyToken[127.0.0.1:8240-8C0AC2AE69ECCE3A] 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L247, complete] for MID KeyMID[127.0.0.1:8240-15599] 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L247, complete] completed CON-POST MID= -1, Token=8C0AC2AE69ECCE3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15599, Token=8C0AC2AE69ECCE3A, OptionSet={"Object-Security":0x092F}, acked 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7! 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L249] send request 08:19:48.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L249] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:19:48.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L249] added with generated mid KeyMID[127.0.0.1:8240-15600], CON-POST MID=15600, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:19:48.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L249] added with generated token KeyToken[127.0.0.1:8240-201DA39E83AEBB60], CON-POST MID=15600, Token=201DA39E83AEBB60, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:19:48.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15600], KeyToken[127.0.0.1:8240-201DA39E83AEBB60]] 08:19:48.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E285,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15600, Token=201DA39E83AEBB60, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48] 08:19:48.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15600] 08:19:48.175 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.175 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250] replace CON-POST MID=15600, Token=201DA39E83AEBB60, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15600, Token=201DA39E83AEBB60, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R250] send response NON-2.05 MID=15600, Token=null, OptionSet={}, "server responds hi" 08:19:48.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250, complete]! 08:19:48.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R250, complete] completed NON-2.04 MID=15600, Token=201DA39E83AEBB60, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83! 08:19:48.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E286,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15600, Token=201DA39E83AEBB60, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83] 08:19:48.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15600] 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249, complete]! 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L249, complete] for token KeyToken[127.0.0.1:8240-201DA39E83AEBB60] 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L249, complete] for MID KeyMID[127.0.0.1:8240-15600] 08:19:48.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L249, complete] completed CON-POST MID= -1, Token=201DA39E83AEBB60, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15600, Token=201DA39E83AEBB60, OptionSet={"Object-Security":0x0930}, acked 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48! 08:19:48.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L251] send request 08:19:48.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:19:48.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L251] added with generated mid KeyMID[127.0.0.1:8240-15601], CON-POST MID=15601, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:19:48.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L251] added with generated token KeyToken[127.0.0.1:8240-1C4301A26C6430E9], CON-POST MID=15601, Token=1C4301A26C6430E9, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:19:48.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15601], KeyToken[127.0.0.1:8240-1C4301A26C6430E9]] 08:19:48.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E287,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15601, Token=1C4301A26C6430E9, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1] 08:19:48.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15601] 08:19:48.178 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.178 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252] replace CON-POST MID=15601, Token=1C4301A26C6430E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15601, Token=1C4301A26C6430E9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R252] send response NON-2.05 MID=15601, Token=null, OptionSet={}, "server responds hi" 08:19:48.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252, complete]! 08:19:48.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R252, complete] completed NON-2.04 MID=15601, Token=1C4301A26C6430E9, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C! 08:19:48.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E288,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15601, Token=1C4301A26C6430E9, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C] 08:19:48.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15601] 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251, complete]! 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L251, complete] for token KeyToken[127.0.0.1:8240-1C4301A26C6430E9] 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L251, complete] for MID KeyMID[127.0.0.1:8240-15601] 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L251, complete] completed CON-POST MID= -1, Token=1C4301A26C6430E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15601, Token=1C4301A26C6430E9, OptionSet={"Object-Security":0x0931}, acked 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1! 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L253] send request 08:19:48.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:19:48.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L253] added with generated mid KeyMID[127.0.0.1:8240-15602], CON-POST MID=15602, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:19:48.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L253] added with generated token KeyToken[127.0.0.1:8240-3478EB6F033297C0], CON-POST MID=15602, Token=3478EB6F033297C0, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:19:48.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15602], KeyToken[127.0.0.1:8240-3478EB6F033297C0]] 08:19:48.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E289,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15602, Token=3478EB6F033297C0, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB] 08:19:48.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15602] 08:19:48.182 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.182 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254] replace CON-POST MID=15602, Token=3478EB6F033297C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15602, Token=3478EB6F033297C0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R254] send response NON-2.05 MID=15602, Token=null, OptionSet={}, "server responds hi" 08:19:48.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254, complete]! 08:19:48.183 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R254, complete] completed NON-2.04 MID=15602, Token=3478EB6F033297C0, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0! 08:19:48.183 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E290,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15602, Token=3478EB6F033297C0, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0] 08:19:48.183 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15602] 08:19:48.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253, complete]! 08:19:48.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L253, complete] for token KeyToken[127.0.0.1:8240-3478EB6F033297C0] 08:19:48.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L253, complete] for MID KeyMID[127.0.0.1:8240-15602] 08:19:48.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L253, complete] completed CON-POST MID= -1, Token=3478EB6F033297C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15602, Token=3478EB6F033297C0, OptionSet={"Object-Security":0x0932}, acked 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB! 08:19:48.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L255] send request 08:19:48.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L255] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:19:48.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L255] added with generated mid KeyMID[127.0.0.1:8240-15603], CON-POST MID=15603, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:19:48.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L255] added with generated token KeyToken[127.0.0.1:8240-883FB554EE8A3743], CON-POST MID=15603, Token=883FB554EE8A3743, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:19:48.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15603], KeyToken[127.0.0.1:8240-883FB554EE8A3743]] 08:19:48.185 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E291,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15603, Token=883FB554EE8A3743, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23] 08:19:48.185 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15603] 08:19:48.185 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.185 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256] replace CON-POST MID=15603, Token=883FB554EE8A3743, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15603, Token=883FB554EE8A3743, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R256] send response NON-2.05 MID=15603, Token=null, OptionSet={}, "server responds hi" 08:19:48.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256, complete]! 08:19:48.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R256, complete] completed NON-2.04 MID=15603, Token=883FB554EE8A3743, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4! 08:19:48.186 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E292,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15603, Token=883FB554EE8A3743, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4] 08:19:48.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15603] 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255, complete]! 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L255, complete] for token KeyToken[127.0.0.1:8240-883FB554EE8A3743] 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L255, complete] for MID KeyMID[127.0.0.1:8240-15603] 08:19:48.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L255, complete] completed CON-POST MID= -1, Token=883FB554EE8A3743, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15603, Token=883FB554EE8A3743, OptionSet={"Object-Security":0x0933}, acked 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23! 08:19:48.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L257] send request 08:19:48.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L257] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:19:48.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L257] added with generated mid KeyMID[127.0.0.1:8240-15604], CON-POST MID=15604, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:19:48.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L257] added with generated token KeyToken[127.0.0.1:8240-98B2FE40C8158245], CON-POST MID=15604, Token=98B2FE40C8158245, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:19:48.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15604], KeyToken[127.0.0.1:8240-98B2FE40C8158245]] 08:19:48.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E293,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15604, Token=98B2FE40C8158245, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A] 08:19:48.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15604] 08:19:48.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258] replace CON-POST MID=15604, Token=98B2FE40C8158245, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15604, Token=98B2FE40C8158245, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R258] send response NON-2.05 MID=15604, Token=null, OptionSet={}, "server responds hi" 08:19:48.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258, complete]! 08:19:48.190 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R258, complete] completed NON-2.04 MID=15604, Token=98B2FE40C8158245, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81! 08:19:48.190 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E294,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15604, Token=98B2FE40C8158245, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81] 08:19:48.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15604] 08:19:48.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257, complete]! 08:19:48.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L257, complete] for token KeyToken[127.0.0.1:8240-98B2FE40C8158245] 08:19:48.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L257, complete] for MID KeyMID[127.0.0.1:8240-15604] 08:19:48.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L257, complete] completed CON-POST MID= -1, Token=98B2FE40C8158245, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15604, Token=98B2FE40C8158245, OptionSet={"Object-Security":0x0934}, acked B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A! 08:19:48.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L259] send request 08:19:48.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L259] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:19:48.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L259] added with generated mid KeyMID[127.0.0.1:8240-15605], CON-POST MID=15605, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:19:48.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L259] added with generated token KeyToken[127.0.0.1:8240-285D50E47D460B5C], CON-POST MID=15605, Token=285D50E47D460B5C, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:19:48.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15605], KeyToken[127.0.0.1:8240-285D50E47D460B5C]] 08:19:48.192 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E295,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15605, Token=285D50E47D460B5C, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36] 08:19:48.192 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15605] 08:19:48.193 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.193 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260] replace CON-POST MID=15605, Token=285D50E47D460B5C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15605, Token=285D50E47D460B5C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R260] send response NON-2.05 MID=15605, Token=null, OptionSet={}, "server responds hi" 08:19:48.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260, complete]! 08:19:48.193 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R260, complete] completed NON-2.04 MID=15605, Token=285D50E47D460B5C, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D! 08:19:48.193 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E296,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15605, Token=285D50E47D460B5C, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D] 08:19:48.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15605] 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259, complete]! 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L259, complete] for token KeyToken[127.0.0.1:8240-285D50E47D460B5C] 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L259, complete] for MID KeyMID[127.0.0.1:8240-15605] 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L259, complete] completed CON-POST MID= -1, Token=285D50E47D460B5C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15605, Token=285D50E47D460B5C, OptionSet={"Object-Security":0x0935}, acked 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36! 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L261] send request 08:19:48.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L261] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:19:48.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L261] added with generated mid KeyMID[127.0.0.1:8240-15606], CON-POST MID=15606, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:19:48.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L261] added with generated token KeyToken[127.0.0.1:8240-28AE9C993C607DF2], CON-POST MID=15606, Token=28AE9C993C607DF2, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:19:48.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15606], KeyToken[127.0.0.1:8240-28AE9C993C607DF2]] 08:19:48.195 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E297,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15606, Token=28AE9C993C607DF2, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA] 08:19:48.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15606] 08:19:48.196 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.196 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262] replace CON-POST MID=15606, Token=28AE9C993C607DF2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15606, Token=28AE9C993C607DF2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R262] send response NON-2.05 MID=15606, Token=null, OptionSet={}, "server responds hi" 08:19:48.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262, complete]! 08:19:48.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R262, complete] completed NON-2.04 MID=15606, Token=28AE9C993C607DF2, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75! 08:19:48.197 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E298,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15606, Token=28AE9C993C607DF2, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75] 08:19:48.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15606] 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261, complete]! 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L261, complete] for token KeyToken[127.0.0.1:8240-28AE9C993C607DF2] 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L261, complete] for MID KeyMID[127.0.0.1:8240-15606] 08:19:48.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L261, complete] completed CON-POST MID= -1, Token=28AE9C993C607DF2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15606, Token=28AE9C993C607DF2, OptionSet={"Object-Security":0x0936}, acked 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA! 08:19:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L263] send request 08:19:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L263] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:19:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L263] added with generated mid KeyMID[127.0.0.1:8240-15607], CON-POST MID=15607, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:19:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L263] added with generated token KeyToken[127.0.0.1:8240-90CEE8C5087E053F], CON-POST MID=15607, Token=90CEE8C5087E053F, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:19:48.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15607], KeyToken[127.0.0.1:8240-90CEE8C5087E053F]] 08:19:48.199 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E299,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15607, Token=90CEE8C5087E053F, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33] 08:19:48.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15607] 08:19:48.199 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.199 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264] replace CON-POST MID=15607, Token=90CEE8C5087E053F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15607, Token=90CEE8C5087E053F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R264] send response NON-2.05 MID=15607, Token=null, OptionSet={}, "server responds hi" 08:19:48.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264, complete]! 08:19:48.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R264, complete] completed NON-2.04 MID=15607, Token=90CEE8C5087E053F, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01! 08:19:48.200 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.200 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E300,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15607, Token=90CEE8C5087E053F, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01] 08:19:48.200 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15607] 08:19:48.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.201 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263, complete]! 08:19:48.201 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L263, complete] for token KeyToken[127.0.0.1:8240-90CEE8C5087E053F] 08:19:48.201 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L263, complete] for MID KeyMID[127.0.0.1:8240-15607] 08:19:48.201 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L263, complete] completed CON-POST MID= -1, Token=90CEE8C5087E053F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15607, Token=90CEE8C5087E053F, OptionSet={"Object-Security":0x0937}, acked 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33! 08:19:48.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L265] send request 08:19:48.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:19:48.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L265] added with generated mid KeyMID[127.0.0.1:8240-15608], CON-POST MID=15608, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:19:48.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L265] added with generated token KeyToken[127.0.0.1:8240-D88F2B4C26259328], CON-POST MID=15608, Token=D88F2B4C26259328, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:19:48.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15608], KeyToken[127.0.0.1:8240-D88F2B4C26259328]] 08:19:48.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E301,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15608, Token=D88F2B4C26259328, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B] 08:19:48.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15608] 08:19:48.253 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.253 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266] replace CON-POST MID=15608, Token=D88F2B4C26259328, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15608, Token=D88F2B4C26259328, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R266] send response NON-2.05 MID=15608, Token=null, OptionSet={}, "server responds hi" 08:19:48.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266, complete]! 08:19:48.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R266, complete] completed NON-2.04 MID=15608, Token=D88F2B4C26259328, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0! 08:19:48.254 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E302,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15608, Token=D88F2B4C26259328, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0] 08:19:48.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15608] 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265, complete]! 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L265, complete] for token KeyToken[127.0.0.1:8240-D88F2B4C26259328] 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L265, complete] for MID KeyMID[127.0.0.1:8240-15608] 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L265, complete] completed CON-POST MID= -1, Token=D88F2B4C26259328, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15608, Token=D88F2B4C26259328, OptionSet={"Object-Security":0x0938}, acked A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B! 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L267] send request 08:19:48.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L267] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:19:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L267] added with generated mid KeyMID[127.0.0.1:8240-15609], CON-POST MID=15609, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:19:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L267] added with generated token KeyToken[127.0.0.1:8240-DC32C7F2DA1DA037], CON-POST MID=15609, Token=DC32C7F2DA1DA037, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:19:48.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15609], KeyToken[127.0.0.1:8240-DC32C7F2DA1DA037]] 08:19:48.256 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E303,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15609, Token=DC32C7F2DA1DA037, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7] 08:19:48.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15609] 08:19:48.257 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.257 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268] replace CON-POST MID=15609, Token=DC32C7F2DA1DA037, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15609, Token=DC32C7F2DA1DA037, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R268] send response NON-2.05 MID=15609, Token=null, OptionSet={}, "server responds hi" 08:19:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268, complete]! 08:19:48.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R268, complete] completed NON-2.04 MID=15609, Token=DC32C7F2DA1DA037, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8! 08:19:48.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E304,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15609, Token=DC32C7F2DA1DA037, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8] 08:19:48.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15609] 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267, complete]! 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L267, complete] for token KeyToken[127.0.0.1:8240-DC32C7F2DA1DA037] 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L267, complete] for MID KeyMID[127.0.0.1:8240-15609] 08:19:48.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L267, complete] completed CON-POST MID= -1, Token=DC32C7F2DA1DA037, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15609, Token=DC32C7F2DA1DA037, OptionSet={"Object-Security":0x0939}, acked D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7! 08:19:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L269] send request 08:19:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L269] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:19:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L269] added with generated mid KeyMID[127.0.0.1:8240-15610], CON-POST MID=15610, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:19:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L269] added with generated token KeyToken[127.0.0.1:8240-1C3E79340DAEDE9D], CON-POST MID=15610, Token=1C3E79340DAEDE9D, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:19:48.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15610], KeyToken[127.0.0.1:8240-1C3E79340DAEDE9D]] 08:19:48.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E305,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15610, Token=1C3E79340DAEDE9D, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6] 08:19:48.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15610] 08:19:48.260 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.260 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270] replace CON-POST MID=15610, Token=1C3E79340DAEDE9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15610, Token=1C3E79340DAEDE9D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R270] send response NON-2.05 MID=15610, Token=null, OptionSet={}, "server responds hi" 08:19:48.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270, complete]! 08:19:48.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R270, complete] completed NON-2.04 MID=15610, Token=1C3E79340DAEDE9D, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B! 08:19:48.261 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E306,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15610, Token=1C3E79340DAEDE9D, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B] 08:19:48.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15610] 08:19:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269, complete]! 08:19:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L269, complete] for token KeyToken[127.0.0.1:8240-1C3E79340DAEDE9D] 08:19:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L269, complete] for MID KeyMID[127.0.0.1:8240-15610] 08:19:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L269, complete] completed CON-POST MID= -1, Token=1C3E79340DAEDE9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15610, Token=1C3E79340DAEDE9D, OptionSet={"Object-Security":0x093A}, acked 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6! 08:19:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L271] send request 08:19:48.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L271] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:19:48.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L271] added with generated mid KeyMID[127.0.0.1:8240-15611], CON-POST MID=15611, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:19:48.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L271] added with generated token KeyToken[127.0.0.1:8240-1043DF515FD9956A], CON-POST MID=15611, Token=1043DF515FD9956A, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:19:48.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15611], KeyToken[127.0.0.1:8240-1043DF515FD9956A]] 08:19:48.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E307,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15611, Token=1043DF515FD9956A, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98] 08:19:48.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15611] 08:19:48.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.263 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272] replace CON-POST MID=15611, Token=1043DF515FD9956A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15611, Token=1043DF515FD9956A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R272] send response NON-2.05 MID=15611, Token=null, OptionSet={}, "server responds hi" 08:19:48.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272, complete]! 08:19:48.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R272, complete] completed NON-2.04 MID=15611, Token=1043DF515FD9956A, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B! 08:19:48.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E308,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15611, Token=1043DF515FD9956A, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B] 08:19:48.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15611] 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271, complete]! 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L271, complete] for token KeyToken[127.0.0.1:8240-1043DF515FD9956A] 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L271, complete] for MID KeyMID[127.0.0.1:8240-15611] 08:19:48.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L271, complete] completed CON-POST MID= -1, Token=1043DF515FD9956A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15611, Token=1043DF515FD9956A, OptionSet={"Object-Security":0x093B}, acked 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98! 08:19:48.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L273] send request 08:19:48.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L273] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:19:48.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L273] added with generated mid KeyMID[127.0.0.1:8240-15612], CON-POST MID=15612, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:19:48.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L273] added with generated token KeyToken[127.0.0.1:8240-98915BB2477E3CBC], CON-POST MID=15612, Token=98915BB2477E3CBC, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:19:48.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15612], KeyToken[127.0.0.1:8240-98915BB2477E3CBC]] 08:19:48.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E309,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15612, Token=98915BB2477E3CBC, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76] 08:19:48.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15612] 08:19:48.267 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.267 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274] replace CON-POST MID=15612, Token=98915BB2477E3CBC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15612, Token=98915BB2477E3CBC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R274] send response NON-2.05 MID=15612, Token=null, OptionSet={}, "server responds hi" 08:19:48.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274, complete]! 08:19:48.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R274, complete] completed NON-2.04 MID=15612, Token=98915BB2477E3CBC, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE! 08:19:48.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E310,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15612, Token=98915BB2477E3CBC, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE] 08:19:48.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15612] 08:19:48.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273, complete]! 08:19:48.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L273, complete] for token KeyToken[127.0.0.1:8240-98915BB2477E3CBC] 08:19:48.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L273, complete] for MID KeyMID[127.0.0.1:8240-15612] 08:19:48.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L273, complete] completed CON-POST MID= -1, Token=98915BB2477E3CBC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15612, Token=98915BB2477E3CBC, OptionSet={"Object-Security":0x093C}, acked 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76! 08:19:48.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L275] send request 08:19:48.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L275] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:19:48.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L275] added with generated mid KeyMID[127.0.0.1:8240-15613], CON-POST MID=15613, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:19:48.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L275] added with generated token KeyToken[127.0.0.1:8240-A0BA5999BA4DA579], CON-POST MID=15613, Token=A0BA5999BA4DA579, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:19:48.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15613], KeyToken[127.0.0.1:8240-A0BA5999BA4DA579]] 08:19:48.270 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E311,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15613, Token=A0BA5999BA4DA579, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE] 08:19:48.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15613] 08:19:48.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276] replace CON-POST MID=15613, Token=A0BA5999BA4DA579, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15613, Token=A0BA5999BA4DA579, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R276] send response NON-2.05 MID=15613, Token=null, OptionSet={}, "server responds hi" 08:19:48.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276, complete]! 08:19:48.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R276, complete] completed NON-2.04 MID=15613, Token=A0BA5999BA4DA579, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25! 08:19:48.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E312,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15613, Token=A0BA5999BA4DA579, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25] 08:19:48.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15613] 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275, complete]! 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L275, complete] for token KeyToken[127.0.0.1:8240-A0BA5999BA4DA579] 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L275, complete] for MID KeyMID[127.0.0.1:8240-15613] 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L275, complete] completed CON-POST MID= -1, Token=A0BA5999BA4DA579, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15613, Token=A0BA5999BA4DA579, OptionSet={"Object-Security":0x093D}, acked 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE! 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L277] send request 08:19:48.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L277] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:19:48.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L277] added with generated mid KeyMID[127.0.0.1:8240-15614], CON-POST MID=15614, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:19:48.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L277] added with generated token KeyToken[127.0.0.1:8240-1C610FE5505C8E16], CON-POST MID=15614, Token=1C610FE5505C8E16, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:19:48.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15614], KeyToken[127.0.0.1:8240-1C610FE5505C8E16]] 08:19:48.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E313,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15614, Token=1C610FE5505C8E16, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D] 08:19:48.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15614] 08:19:48.274 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.274 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278] replace CON-POST MID=15614, Token=1C610FE5505C8E16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15614, Token=1C610FE5505C8E16, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R278] send response NON-2.05 MID=15614, Token=null, OptionSet={}, "server responds hi" 08:19:48.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278, complete]! 08:19:48.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R278, complete] completed NON-2.04 MID=15614, Token=1C610FE5505C8E16, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E! 08:19:48.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E314,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15614, Token=1C610FE5505C8E16, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E] 08:19:48.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15614] 08:19:48.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277, complete]! 08:19:48.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L277, complete] for token KeyToken[127.0.0.1:8240-1C610FE5505C8E16] 08:19:48.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L277, complete] for MID KeyMID[127.0.0.1:8240-15614] 08:19:48.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L277, complete] completed CON-POST MID= -1, Token=1C610FE5505C8E16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15614, Token=1C610FE5505C8E16, OptionSet={"Object-Security":0x093E}, acked F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D! 08:19:48.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L279] send request 08:19:48.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:19:48.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L279] added with generated mid KeyMID[127.0.0.1:8240-15615], CON-POST MID=15615, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:19:48.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L279] added with generated token KeyToken[127.0.0.1:8240-1C5E7F963466B147], CON-POST MID=15615, Token=1C5E7F963466B147, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:19:48.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15615], KeyToken[127.0.0.1:8240-1C5E7F963466B147]] 08:19:48.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E315,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15615, Token=1C5E7F963466B147, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A] 08:19:48.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15615] 08:19:48.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280] replace CON-POST MID=15615, Token=1C5E7F963466B147, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15615, Token=1C5E7F963466B147, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R280] send response NON-2.05 MID=15615, Token=null, OptionSet={}, "server responds hi" 08:19:48.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280, complete]! 08:19:48.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R280, complete] completed NON-2.04 MID=15615, Token=1C5E7F963466B147, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02! 08:19:48.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E316,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15615, Token=1C5E7F963466B147, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02] 08:19:48.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15615] 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279, complete]! 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L279, complete] for token KeyToken[127.0.0.1:8240-1C5E7F963466B147] 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L279, complete] for MID KeyMID[127.0.0.1:8240-15615] 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L279, complete] completed CON-POST MID= -1, Token=1C5E7F963466B147, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15615, Token=1C5E7F963466B147, OptionSet={"Object-Security":0x093F}, acked E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A! 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L281] send request 08:19:48.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:48.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L281] added with generated mid KeyMID[127.0.0.1:8240-15616], CON-POST MID=15616, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:48.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L281] added with generated token KeyToken[127.0.0.1:8240-D0B7D03089752219], CON-POST MID=15616, Token=D0B7D03089752219, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:48.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15616], KeyToken[127.0.0.1:8240-D0B7D03089752219]] 08:19:48.280 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E317,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15616, Token=D0B7D03089752219, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 08:19:48.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15616] 08:19:48.281 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.281 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282] replace CON-POST MID=15616, Token=D0B7D03089752219, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15616, Token=D0B7D03089752219, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R282] send response NON-2.05 MID=15616, Token=null, OptionSet={}, "server responds hi" 08:19:48.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282, complete]! 08:19:48.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R282, complete] completed NON-2.04 MID=15616, Token=D0B7D03089752219, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 08:19:48.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E318,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15616, Token=D0B7D03089752219, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 08:19:48.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15616] 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281, complete]! 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L281, complete] for token KeyToken[127.0.0.1:8240-D0B7D03089752219] 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L281, complete] for MID KeyMID[127.0.0.1:8240-15616] 08:19:48.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L281, complete] completed CON-POST MID= -1, Token=D0B7D03089752219, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15616, Token=D0B7D03089752219, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 08:19:48.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L283] send request 08:19:48.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:19:48.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L283] added with generated mid KeyMID[127.0.0.1:8240-15617], CON-POST MID=15617, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:19:48.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L283] added with generated token KeyToken[127.0.0.1:8240-EC5AC8BFBFFF5A39], CON-POST MID=15617, Token=EC5AC8BFBFFF5A39, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:19:48.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15617], KeyToken[127.0.0.1:8240-EC5AC8BFBFFF5A39]] 08:19:48.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E319,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15617, Token=EC5AC8BFBFFF5A39, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6] 08:19:48.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15617] 08:19:48.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284] replace CON-POST MID=15617, Token=EC5AC8BFBFFF5A39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15617, Token=EC5AC8BFBFFF5A39, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R284] send response NON-2.05 MID=15617, Token=null, OptionSet={}, "server responds hi" 08:19:48.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284, complete]! 08:19:48.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R284, complete] completed NON-2.04 MID=15617, Token=EC5AC8BFBFFF5A39, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C! 08:19:48.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E320,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15617, Token=EC5AC8BFBFFF5A39, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C] 08:19:48.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15617] 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283, complete]! 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L283, complete] for token KeyToken[127.0.0.1:8240-EC5AC8BFBFFF5A39] 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L283, complete] for MID KeyMID[127.0.0.1:8240-15617] 08:19:48.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L283, complete] completed CON-POST MID= -1, Token=EC5AC8BFBFFF5A39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15617, Token=EC5AC8BFBFFF5A39, OptionSet={"Object-Security":0x0941}, acked 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6! 08:19:48.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L285] send request 08:19:48.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L285] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:19:48.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L285] added with generated mid KeyMID[127.0.0.1:8240-15618], CON-POST MID=15618, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:19:48.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L285] added with generated token KeyToken[127.0.0.1:8240-4CBCA16CC6B6A1AD], CON-POST MID=15618, Token=4CBCA16CC6B6A1AD, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:19:48.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15618], KeyToken[127.0.0.1:8240-4CBCA16CC6B6A1AD]] 08:19:48.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E321,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15618, Token=4CBCA16CC6B6A1AD, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77] 08:19:48.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15618] 08:19:48.288 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.288 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286] replace CON-POST MID=15618, Token=4CBCA16CC6B6A1AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15618, Token=4CBCA16CC6B6A1AD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R286] send response NON-2.05 MID=15618, Token=null, OptionSet={}, "server responds hi" 08:19:48.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286, complete]! 08:19:48.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R286, complete] completed NON-2.04 MID=15618, Token=4CBCA16CC6B6A1AD, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA! 08:19:48.289 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E322,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15618, Token=4CBCA16CC6B6A1AD, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA] 08:19:48.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15618] 08:19:48.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285, complete]! 08:19:48.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L285, complete] for token KeyToken[127.0.0.1:8240-4CBCA16CC6B6A1AD] 08:19:48.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L285, complete] for MID KeyMID[127.0.0.1:8240-15618] 08:19:48.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L285, complete] completed CON-POST MID= -1, Token=4CBCA16CC6B6A1AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15618, Token=4CBCA16CC6B6A1AD, OptionSet={"Object-Security":0x0942}, acked FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77! 08:19:48.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L287] send request 08:19:48.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L287] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:19:48.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L287] added with generated mid KeyMID[127.0.0.1:8240-15619], CON-POST MID=15619, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:19:48.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L287] added with generated token KeyToken[127.0.0.1:8240-6C3026678F5317FD], CON-POST MID=15619, Token=6C3026678F5317FD, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:19:48.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15619], KeyToken[127.0.0.1:8240-6C3026678F5317FD]] 08:19:48.291 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E323,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15619, Token=6C3026678F5317FD, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1] 08:19:48.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15619] 08:19:48.292 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.292 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288] replace CON-POST MID=15619, Token=6C3026678F5317FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15619, Token=6C3026678F5317FD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R288] send response NON-2.05 MID=15619, Token=null, OptionSet={}, "server responds hi" 08:19:48.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288, complete]! 08:19:48.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R288, complete] completed NON-2.04 MID=15619, Token=6C3026678F5317FD, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2! 08:19:48.292 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E324,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15619, Token=6C3026678F5317FD, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2] 08:19:48.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15619] 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287, complete]! 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L287, complete] for token KeyToken[127.0.0.1:8240-6C3026678F5317FD] 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L287, complete] for MID KeyMID[127.0.0.1:8240-15619] 08:19:48.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L287, complete] completed CON-POST MID= -1, Token=6C3026678F5317FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15619, Token=6C3026678F5317FD, OptionSet={"Object-Security":0x0943}, acked 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1! 08:19:48.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L289] send request 08:19:48.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L289] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:19:48.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L289] added with generated mid KeyMID[127.0.0.1:8240-15620], CON-POST MID=15620, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:19:48.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L289] added with generated token KeyToken[127.0.0.1:8240-0C865FEC5762FE84], CON-POST MID=15620, Token=0C865FEC5762FE84, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:19:48.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15620], KeyToken[127.0.0.1:8240-0C865FEC5762FE84]] 08:19:48.295 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E325,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15620, Token=0C865FEC5762FE84, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B] 08:19:48.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15620] 08:19:48.295 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.295 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290] replace CON-POST MID=15620, Token=0C865FEC5762FE84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15620, Token=0C865FEC5762FE84, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R290] send response NON-2.05 MID=15620, Token=null, OptionSet={}, "server responds hi" 08:19:48.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290, complete]! 08:19:48.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R290, complete] completed NON-2.04 MID=15620, Token=0C865FEC5762FE84, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7! 08:19:48.296 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E326,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15620, Token=0C865FEC5762FE84, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7] 08:19:48.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15620] 08:19:48.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289, complete]! 08:19:48.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L289, complete] for token KeyToken[127.0.0.1:8240-0C865FEC5762FE84] 08:19:48.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L289, complete] for MID KeyMID[127.0.0.1:8240-15620] 08:19:48.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L289, complete] completed CON-POST MID= -1, Token=0C865FEC5762FE84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15620, Token=0C865FEC5762FE84, OptionSet={"Object-Security":0x0944}, acked F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B! 08:19:48.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L291] send request 08:19:48.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L291] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:19:48.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L291] added with generated mid KeyMID[127.0.0.1:8240-15621], CON-POST MID=15621, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:19:48.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L291] added with generated token KeyToken[127.0.0.1:8240-8CA1E07E04DCD64F], CON-POST MID=15621, Token=8CA1E07E04DCD64F, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:19:48.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15621], KeyToken[127.0.0.1:8240-8CA1E07E04DCD64F]] 08:19:48.298 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E327,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15621, Token=8CA1E07E04DCD64F, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB] 08:19:48.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15621] 08:19:48.299 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.299 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292] replace CON-POST MID=15621, Token=8CA1E07E04DCD64F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15621, Token=8CA1E07E04DCD64F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R292] send response NON-2.05 MID=15621, Token=null, OptionSet={}, "server responds hi" 08:19:48.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292, complete]! 08:19:48.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R292, complete] completed NON-2.04 MID=15621, Token=8CA1E07E04DCD64F, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C! 08:19:48.300 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E328,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15621, Token=8CA1E07E04DCD64F, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C] 08:19:48.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15621] 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291, complete]! 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L291, complete] for token KeyToken[127.0.0.1:8240-8CA1E07E04DCD64F] 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L291, complete] for MID KeyMID[127.0.0.1:8240-15621] 08:19:48.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L291, complete] completed CON-POST MID= -1, Token=8CA1E07E04DCD64F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15621, Token=8CA1E07E04DCD64F, OptionSet={"Object-Security":0x0945}, acked F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB! 08:19:48.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L293] send request 08:19:48.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L293] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:19:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L293] added with generated mid KeyMID[127.0.0.1:8240-15622], CON-POST MID=15622, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:19:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L293] added with generated token KeyToken[127.0.0.1:8240-ECBC046705AF892F], CON-POST MID=15622, Token=ECBC046705AF892F, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:19:48.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15622], KeyToken[127.0.0.1:8240-ECBC046705AF892F]] 08:19:48.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E329,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15622, Token=ECBC046705AF892F, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E] 08:19:48.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15622] 08:19:48.353 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.353 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294] replace CON-POST MID=15622, Token=ECBC046705AF892F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15622, Token=ECBC046705AF892F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R294] send response NON-2.05 MID=15622, Token=null, OptionSet={}, "server responds hi" 08:19:48.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294, complete]! 08:19:48.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R294, complete] completed NON-2.04 MID=15622, Token=ECBC046705AF892F, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66! 08:19:48.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E330,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15622, Token=ECBC046705AF892F, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66] 08:19:48.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15622] 08:19:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293, complete]! 08:19:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L293, complete] for token KeyToken[127.0.0.1:8240-ECBC046705AF892F] 08:19:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L293, complete] for MID KeyMID[127.0.0.1:8240-15622] 08:19:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L293, complete] completed CON-POST MID= -1, Token=ECBC046705AF892F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15622, Token=ECBC046705AF892F, OptionSet={"Object-Security":0x0946}, acked 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E! 08:19:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L295] send request 08:19:48.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L295] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:19:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L295] added with generated mid KeyMID[127.0.0.1:8240-15623], CON-POST MID=15623, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:19:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L295] added with generated token KeyToken[127.0.0.1:8240-684E935D74135C97], CON-POST MID=15623, Token=684E935D74135C97, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:19:48.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15623], KeyToken[127.0.0.1:8240-684E935D74135C97]] 08:19:48.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E331,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15623, Token=684E935D74135C97, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41] 08:19:48.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15623] 08:19:48.356 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.356 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296] replace CON-POST MID=15623, Token=684E935D74135C97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15623, Token=684E935D74135C97, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R296] send response NON-2.05 MID=15623, Token=null, OptionSet={}, "server responds hi" 08:19:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296, complete]! 08:19:48.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R296, complete] completed NON-2.04 MID=15623, Token=684E935D74135C97, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51! 08:19:48.357 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E332,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15623, Token=684E935D74135C97, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51] 08:19:48.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15623] 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295, complete]! 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L295, complete] for token KeyToken[127.0.0.1:8240-684E935D74135C97] 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L295, complete] for MID KeyMID[127.0.0.1:8240-15623] 08:19:48.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L295, complete] completed CON-POST MID= -1, Token=684E935D74135C97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15623, Token=684E935D74135C97, OptionSet={"Object-Security":0x0947}, acked 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41! 08:19:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L297] send request 08:19:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L297] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:19:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L297] added with generated mid KeyMID[127.0.0.1:8240-15624], CON-POST MID=15624, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:19:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L297] added with generated token KeyToken[127.0.0.1:8240-642DEF1EFA0AE758], CON-POST MID=15624, Token=642DEF1EFA0AE758, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:19:48.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15624], KeyToken[127.0.0.1:8240-642DEF1EFA0AE758]] 08:19:48.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E333,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15624, Token=642DEF1EFA0AE758, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95] 08:19:48.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15624] 08:19:48.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298] replace CON-POST MID=15624, Token=642DEF1EFA0AE758, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15624, Token=642DEF1EFA0AE758, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R298] send response NON-2.05 MID=15624, Token=null, OptionSet={}, "server responds hi" 08:19:48.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298, complete]! 08:19:48.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R298, complete] completed NON-2.04 MID=15624, Token=642DEF1EFA0AE758, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2! 08:19:48.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E334,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15624, Token=642DEF1EFA0AE758, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2] 08:19:48.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15624] 08:19:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297, complete]! 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L297, complete] for token KeyToken[127.0.0.1:8240-642DEF1EFA0AE758] 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L297, complete] for MID KeyMID[127.0.0.1:8240-15624] 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L297, complete] completed CON-POST MID= -1, Token=642DEF1EFA0AE758, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15624, Token=642DEF1EFA0AE758, OptionSet={"Object-Security":0x0948}, acked 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95! 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L299] send request 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L299] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:19:48.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L299] added with generated mid KeyMID[127.0.0.1:8240-15625], CON-POST MID=15625, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:19:48.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L299] added with generated token KeyToken[127.0.0.1:8240-D4014AA645E73D45], CON-POST MID=15625, Token=D4014AA645E73D45, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:19:48.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15625], KeyToken[127.0.0.1:8240-D4014AA645E73D45]] 08:19:48.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E335,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15625, Token=D4014AA645E73D45, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95] 08:19:48.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15625] 08:19:48.363 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.363 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300] replace CON-POST MID=15625, Token=D4014AA645E73D45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15625, Token=D4014AA645E73D45, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R300] send response NON-2.05 MID=15625, Token=null, OptionSet={}, "server responds hi" 08:19:48.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300, complete]! 08:19:48.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R300, complete] completed NON-2.04 MID=15625, Token=D4014AA645E73D45, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7! 08:19:48.364 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E336,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15625, Token=D4014AA645E73D45, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7] 08:19:48.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15625] 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299, complete]! 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L299, complete] for token KeyToken[127.0.0.1:8240-D4014AA645E73D45] 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L299, complete] for MID KeyMID[127.0.0.1:8240-15625] 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L299, complete] completed CON-POST MID= -1, Token=D4014AA645E73D45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15625, Token=D4014AA645E73D45, OptionSet={"Object-Security":0x0949}, acked DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95! 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L301] send request 08:19:48.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L301] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:19:48.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L301] added with generated mid KeyMID[127.0.0.1:8240-15626], CON-POST MID=15626, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:19:48.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L301] added with generated token KeyToken[127.0.0.1:8240-68B31C5BC1CD941B], CON-POST MID=15626, Token=68B31C5BC1CD941B, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:19:48.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15626], KeyToken[127.0.0.1:8240-68B31C5BC1CD941B]] 08:19:48.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E337,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15626, Token=68B31C5BC1CD941B, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB] 08:19:48.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15626] 08:19:48.367 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.367 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302] replace CON-POST MID=15626, Token=68B31C5BC1CD941B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15626, Token=68B31C5BC1CD941B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R302] send response NON-2.05 MID=15626, Token=null, OptionSet={}, "server responds hi" 08:19:48.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302, complete]! 08:19:48.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R302, complete] completed NON-2.04 MID=15626, Token=68B31C5BC1CD941B, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27! 08:19:48.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E338,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15626, Token=68B31C5BC1CD941B, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27] 08:19:48.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15626] 08:19:48.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301, complete]! 08:19:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L301, complete] for token KeyToken[127.0.0.1:8240-68B31C5BC1CD941B] 08:19:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L301, complete] for MID KeyMID[127.0.0.1:8240-15626] 08:19:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L301, complete] completed CON-POST MID= -1, Token=68B31C5BC1CD941B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15626, Token=68B31C5BC1CD941B, OptionSet={"Object-Security":0x094A}, acked 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB! 08:19:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L303] send request 08:19:48.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L303] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:19:48.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L303] added with generated mid KeyMID[127.0.0.1:8240-15627], CON-POST MID=15627, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:19:48.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L303] added with generated token KeyToken[127.0.0.1:8240-F0443225EAB8EC67], CON-POST MID=15627, Token=F0443225EAB8EC67, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:19:48.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15627], KeyToken[127.0.0.1:8240-F0443225EAB8EC67]] 08:19:48.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E339,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15627, Token=F0443225EAB8EC67, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A] 08:19:48.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15627] 08:19:48.371 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.371 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304] replace CON-POST MID=15627, Token=F0443225EAB8EC67, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15627, Token=F0443225EAB8EC67, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R304] send response NON-2.05 MID=15627, Token=null, OptionSet={}, "server responds hi" 08:19:48.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304, complete]! 08:19:48.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R304, complete] completed NON-2.04 MID=15627, Token=F0443225EAB8EC67, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68! 08:19:48.372 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E340,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15627, Token=F0443225EAB8EC67, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68] 08:19:48.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15627] 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303, complete]! 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L303, complete] for token KeyToken[127.0.0.1:8240-F0443225EAB8EC67] 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L303, complete] for MID KeyMID[127.0.0.1:8240-15627] 08:19:48.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L303, complete] completed CON-POST MID= -1, Token=F0443225EAB8EC67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15627, Token=F0443225EAB8EC67, OptionSet={"Object-Security":0x094B}, acked 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A! 08:19:48.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L305] send request 08:19:48.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L305] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:19:48.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L305] added with generated mid KeyMID[127.0.0.1:8240-15628], CON-POST MID=15628, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:19:48.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L305] added with generated token KeyToken[127.0.0.1:8240-382D2ED4F6C81EA0], CON-POST MID=15628, Token=382D2ED4F6C81EA0, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:19:48.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15628], KeyToken[127.0.0.1:8240-382D2ED4F6C81EA0]] 08:19:48.374 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E341,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15628, Token=382D2ED4F6C81EA0, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A] 08:19:48.374 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15628] 08:19:48.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.374 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306] replace CON-POST MID=15628, Token=382D2ED4F6C81EA0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15628, Token=382D2ED4F6C81EA0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R306] send response NON-2.05 MID=15628, Token=null, OptionSet={}, "server responds hi" 08:19:48.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306, complete]! 08:19:48.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R306, complete] completed NON-2.04 MID=15628, Token=382D2ED4F6C81EA0, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1! 08:19:48.375 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E342,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15628, Token=382D2ED4F6C81EA0, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1] 08:19:48.375 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15628] 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305, complete]! 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L305, complete] for token KeyToken[127.0.0.1:8240-382D2ED4F6C81EA0] 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L305, complete] for MID KeyMID[127.0.0.1:8240-15628] 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L305, complete] completed CON-POST MID= -1, Token=382D2ED4F6C81EA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15628, Token=382D2ED4F6C81EA0, OptionSet={"Object-Security":0x094C}, acked 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A! 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L307] send request 08:19:48.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L307] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:19:48.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L307] added with generated mid KeyMID[127.0.0.1:8240-15629], CON-POST MID=15629, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:19:48.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L307] added with generated token KeyToken[127.0.0.1:8240-78D55DE50E34D176], CON-POST MID=15629, Token=78D55DE50E34D176, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:19:48.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15629], KeyToken[127.0.0.1:8240-78D55DE50E34D176]] 08:19:48.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E343,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15629, Token=78D55DE50E34D176, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10] 08:19:48.378 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15629] 08:19:48.378 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.378 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308] replace CON-POST MID=15629, Token=78D55DE50E34D176, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15629, Token=78D55DE50E34D176, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R308] send response NON-2.05 MID=15629, Token=null, OptionSet={}, "server responds hi" 08:19:48.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308, complete]! 08:19:48.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R308, complete] completed NON-2.04 MID=15629, Token=78D55DE50E34D176, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2! 08:19:48.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E344,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15629, Token=78D55DE50E34D176, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2] 08:19:48.379 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15629] 08:19:48.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307, complete]! 08:19:48.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L307, complete] for token KeyToken[127.0.0.1:8240-78D55DE50E34D176] 08:19:48.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L307, complete] for MID KeyMID[127.0.0.1:8240-15629] 08:19:48.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L307, complete] completed CON-POST MID= -1, Token=78D55DE50E34D176, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15629, Token=78D55DE50E34D176, OptionSet={"Object-Security":0x094D}, acked 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10! 08:19:48.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L309] send request 08:19:48.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L309] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:19:48.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L309] added with generated mid KeyMID[127.0.0.1:8240-15630], CON-POST MID=15630, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:19:48.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L309] added with generated token KeyToken[127.0.0.1:8240-50ED82334232368B], CON-POST MID=15630, Token=50ED82334232368B, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:19:48.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15630], KeyToken[127.0.0.1:8240-50ED82334232368B]] 08:19:48.381 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E345,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15630, Token=50ED82334232368B, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B] 08:19:48.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15630] 08:19:48.381 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.381 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310] replace CON-POST MID=15630, Token=50ED82334232368B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15630, Token=50ED82334232368B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R310] send response NON-2.05 MID=15630, Token=null, OptionSet={}, "server responds hi" 08:19:48.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310, complete]! 08:19:48.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R310, complete] completed NON-2.04 MID=15630, Token=50ED82334232368B, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C! 08:19:48.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E346,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15630, Token=50ED82334232368B, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C] 08:19:48.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15630] 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309, complete]! 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L309, complete] for token KeyToken[127.0.0.1:8240-50ED82334232368B] 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L309, complete] for MID KeyMID[127.0.0.1:8240-15630] 08:19:48.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L309, complete] completed CON-POST MID= -1, Token=50ED82334232368B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15630, Token=50ED82334232368B, OptionSet={"Object-Security":0x094E}, acked 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B! 08:19:48.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L311] send request 08:19:48.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L311] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:19:48.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L311] added with generated mid KeyMID[127.0.0.1:8240-15631], CON-POST MID=15631, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:19:48.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L311] added with generated token KeyToken[127.0.0.1:8240-B47A1881528779E7], CON-POST MID=15631, Token=B47A1881528779E7, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:19:48.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15631], KeyToken[127.0.0.1:8240-B47A1881528779E7]] 08:19:48.385 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E347,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15631, Token=B47A1881528779E7, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D] 08:19:48.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15631] 08:19:48.385 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.385 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312] replace CON-POST MID=15631, Token=B47A1881528779E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15631, Token=B47A1881528779E7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R312] send response NON-2.05 MID=15631, Token=null, OptionSet={}, "server responds hi" 08:19:48.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312, complete]! 08:19:48.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R312, complete] completed NON-2.04 MID=15631, Token=B47A1881528779E7, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A! 08:19:48.386 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E348,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15631, Token=B47A1881528779E7, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A] 08:19:48.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15631] 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311, complete]! 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L311, complete] for token KeyToken[127.0.0.1:8240-B47A1881528779E7] 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L311, complete] for MID KeyMID[127.0.0.1:8240-15631] 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L311, complete] completed CON-POST MID= -1, Token=B47A1881528779E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15631, Token=B47A1881528779E7, OptionSet={"Object-Security":0x094F}, acked F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D! 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L313] send request 08:19:48.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L313] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:19:48.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L313] added with generated mid KeyMID[127.0.0.1:8240-15632], CON-POST MID=15632, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:19:48.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L313] added with generated token KeyToken[127.0.0.1:8240-104D628820F410CB], CON-POST MID=15632, Token=104D628820F410CB, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:19:48.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15632], KeyToken[127.0.0.1:8240-104D628820F410CB]] 08:19:48.388 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E349,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15632, Token=104D628820F410CB, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C] 08:19:48.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15632] 08:19:48.389 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.389 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314] replace CON-POST MID=15632, Token=104D628820F410CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15632, Token=104D628820F410CB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R314] send response NON-2.05 MID=15632, Token=null, OptionSet={}, "server responds hi" 08:19:48.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314, complete]! 08:19:48.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R314, complete] completed NON-2.04 MID=15632, Token=104D628820F410CB, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC! 08:19:48.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E350,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15632, Token=104D628820F410CB, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC] 08:19:48.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15632] 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313, complete]! 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L313, complete] for token KeyToken[127.0.0.1:8240-104D628820F410CB] 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L313, complete] for MID KeyMID[127.0.0.1:8240-15632] 08:19:48.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L313, complete] completed CON-POST MID= -1, Token=104D628820F410CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15632, Token=104D628820F410CB, OptionSet={"Object-Security":0x0950}, acked F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C! 08:19:48.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L315] send request 08:19:48.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L315] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:19:48.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L315] added with generated mid KeyMID[127.0.0.1:8240-15633], CON-POST MID=15633, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:19:48.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L315] added with generated token KeyToken[127.0.0.1:8240-94591C936A220BD4], CON-POST MID=15633, Token=94591C936A220BD4, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:19:48.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15633], KeyToken[127.0.0.1:8240-94591C936A220BD4]] 08:19:48.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E351,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15633, Token=94591C936A220BD4, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08] 08:19:48.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15633] 08:19:48.392 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.392 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316] replace CON-POST MID=15633, Token=94591C936A220BD4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15633, Token=94591C936A220BD4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R316] send response NON-2.05 MID=15633, Token=null, OptionSet={}, "server responds hi" 08:19:48.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316, complete]! 08:19:48.393 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R316, complete] completed NON-2.04 MID=15633, Token=94591C936A220BD4, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1! 08:19:48.393 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E352,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15633, Token=94591C936A220BD4, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1] 08:19:48.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15633] 08:19:48.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315, complete]! 08:19:48.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L315, complete] for token KeyToken[127.0.0.1:8240-94591C936A220BD4] 08:19:48.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L315, complete] for MID KeyMID[127.0.0.1:8240-15633] 08:19:48.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L315, complete] completed CON-POST MID= -1, Token=94591C936A220BD4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15633, Token=94591C936A220BD4, OptionSet={"Object-Security":0x0951}, acked F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08! 08:19:48.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L317] send request 08:19:48.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L317] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:19:48.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L317] added with generated mid KeyMID[127.0.0.1:8240-15634], CON-POST MID=15634, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:19:48.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L317] added with generated token KeyToken[127.0.0.1:8240-BC7E57DE3404F51A], CON-POST MID=15634, Token=BC7E57DE3404F51A, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:19:48.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15634], KeyToken[127.0.0.1:8240-BC7E57DE3404F51A]] 08:19:48.395 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E353,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15634, Token=BC7E57DE3404F51A, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB] 08:19:48.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15634] 08:19:48.395 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.395 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318] replace CON-POST MID=15634, Token=BC7E57DE3404F51A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15634, Token=BC7E57DE3404F51A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R318] send response NON-2.05 MID=15634, Token=null, OptionSet={}, "server responds hi" 08:19:48.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318, complete]! 08:19:48.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R318, complete] completed NON-2.04 MID=15634, Token=BC7E57DE3404F51A, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C! 08:19:48.396 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E354,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15634, Token=BC7E57DE3404F51A, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C] 08:19:48.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15634] 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317, complete]! 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L317, complete] for token KeyToken[127.0.0.1:8240-BC7E57DE3404F51A] 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L317, complete] for MID KeyMID[127.0.0.1:8240-15634] 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L317, complete] completed CON-POST MID= -1, Token=BC7E57DE3404F51A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15634, Token=BC7E57DE3404F51A, OptionSet={"Object-Security":0x0952}, acked E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB! 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L319] send request 08:19:48.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L319] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:19:48.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L319] added with generated mid KeyMID[127.0.0.1:8240-15635], CON-POST MID=15635, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:19:48.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L319] added with generated token KeyToken[127.0.0.1:8240-B42AF6398F360861], CON-POST MID=15635, Token=B42AF6398F360861, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:19:48.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15635], KeyToken[127.0.0.1:8240-B42AF6398F360861]] 08:19:48.398 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E355,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15635, Token=B42AF6398F360861, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C] 08:19:48.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15635] 08:19:48.399 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.399 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320] replace CON-POST MID=15635, Token=B42AF6398F360861, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15635, Token=B42AF6398F360861, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R320] send response NON-2.05 MID=15635, Token=null, OptionSet={}, "server responds hi" 08:19:48.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320, complete]! 08:19:48.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R320, complete] completed NON-2.04 MID=15635, Token=B42AF6398F360861, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D! 08:19:48.400 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.400 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E356,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15635, Token=B42AF6398F360861, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D] 08:19:48.400 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15635] 08:19:48.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319, complete]! 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L319, complete] for token KeyToken[127.0.0.1:8240-B42AF6398F360861] 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L319, complete] for MID KeyMID[127.0.0.1:8240-15635] 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L319, complete] completed CON-POST MID= -1, Token=B42AF6398F360861, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15635, Token=B42AF6398F360861, OptionSet={"Object-Security":0x0953}, acked 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C! 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L321] send request 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L321] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:19:48.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L321] added with generated mid KeyMID[127.0.0.1:8240-15636], CON-POST MID=15636, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:19:48.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L321] added with generated token KeyToken[127.0.0.1:8240-14D082EDE19F5EF6], CON-POST MID=15636, Token=14D082EDE19F5EF6, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:19:48.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15636], KeyToken[127.0.0.1:8240-14D082EDE19F5EF6]] 08:19:48.402 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E357,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15636, Token=14D082EDE19F5EF6, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A] 08:19:48.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15636] 08:19:48.402 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.402 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322] replace CON-POST MID=15636, Token=14D082EDE19F5EF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15636, Token=14D082EDE19F5EF6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R322] send response NON-2.05 MID=15636, Token=null, OptionSet={}, "server responds hi" 08:19:48.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322, complete]! 08:19:48.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R322, complete] completed NON-2.04 MID=15636, Token=14D082EDE19F5EF6, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD! 08:19:48.403 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.403 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E358,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15636, Token=14D082EDE19F5EF6, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD] 08:19:48.403 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15636] 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321, complete]! 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L321, complete] for token KeyToken[127.0.0.1:8240-14D082EDE19F5EF6] 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L321, complete] for MID KeyMID[127.0.0.1:8240-15636] 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L321, complete] completed CON-POST MID= -1, Token=14D082EDE19F5EF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15636, Token=14D082EDE19F5EF6, OptionSet={"Object-Security":0x0954}, acked 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A! 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L323] send request 08:19:48.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L323] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:19:48.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L323] added with generated mid KeyMID[127.0.0.1:8240-15637], CON-POST MID=15637, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:19:48.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L323] added with generated token KeyToken[127.0.0.1:8240-90069CEBB8338733], CON-POST MID=15637, Token=90069CEBB8338733, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:19:48.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15637], KeyToken[127.0.0.1:8240-90069CEBB8338733]] 08:19:48.405 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.405 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E359,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15637, Token=90069CEBB8338733, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4] 08:19:48.405 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15637] 08:19:48.406 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.406 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324] replace CON-POST MID=15637, Token=90069CEBB8338733, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15637, Token=90069CEBB8338733, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R324] send response NON-2.05 MID=15637, Token=null, OptionSet={}, "server responds hi" 08:19:48.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324, complete]! 08:19:48.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R324, complete] completed NON-2.04 MID=15637, Token=90069CEBB8338733, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A! 08:19:48.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E360,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15637, Token=90069CEBB8338733, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A] 08:19:48.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15637] 08:19:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323, complete]! 08:19:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L323, complete] for token KeyToken[127.0.0.1:8240-90069CEBB8338733] 08:19:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L323, complete] for MID KeyMID[127.0.0.1:8240-15637] 08:19:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L323, complete] completed CON-POST MID= -1, Token=90069CEBB8338733, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15637, Token=90069CEBB8338733, OptionSet={"Object-Security":0x0955}, acked 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4! 08:19:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L325] send request 08:19:48.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L325] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:19:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L325] added with generated mid KeyMID[127.0.0.1:8240-15638], CON-POST MID=15638, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:19:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L325] added with generated token KeyToken[127.0.0.1:8240-947DA13FC1A5307F], CON-POST MID=15638, Token=947DA13FC1A5307F, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:19:48.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15638], KeyToken[127.0.0.1:8240-947DA13FC1A5307F]] 08:19:48.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E361,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15638, Token=947DA13FC1A5307F, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B] 08:19:48.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15638] 08:19:48.455 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.455 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326] replace CON-POST MID=15638, Token=947DA13FC1A5307F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15638, Token=947DA13FC1A5307F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R326] send response NON-2.05 MID=15638, Token=null, OptionSet={}, "server responds hi" 08:19:48.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326, complete]! 08:19:48.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R326, complete] completed NON-2.04 MID=15638, Token=947DA13FC1A5307F, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90! 08:19:48.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E362,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15638, Token=947DA13FC1A5307F, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90] 08:19:48.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15638] 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325, complete]! 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L325, complete] for token KeyToken[127.0.0.1:8240-947DA13FC1A5307F] 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L325, complete] for MID KeyMID[127.0.0.1:8240-15638] 08:19:48.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L325, complete] completed CON-POST MID= -1, Token=947DA13FC1A5307F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15638, Token=947DA13FC1A5307F, OptionSet={"Object-Security":0x0956}, acked 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B! 08:19:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L327] send request 08:19:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L327] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:19:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L327] added with generated mid KeyMID[127.0.0.1:8240-15639], CON-POST MID=15639, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:19:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L327] added with generated token KeyToken[127.0.0.1:8240-18F3E8ADE1FB36E4], CON-POST MID=15639, Token=18F3E8ADE1FB36E4, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:19:48.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15639], KeyToken[127.0.0.1:8240-18F3E8ADE1FB36E4]] 08:19:48.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E363,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15639, Token=18F3E8ADE1FB36E4, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25] 08:19:48.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15639] 08:19:48.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328] replace CON-POST MID=15639, Token=18F3E8ADE1FB36E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15639, Token=18F3E8ADE1FB36E4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R328] send response NON-2.05 MID=15639, Token=null, OptionSet={}, "server responds hi" 08:19:48.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328, complete]! 08:19:48.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R328, complete] completed NON-2.04 MID=15639, Token=18F3E8ADE1FB36E4, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5! 08:19:48.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E364,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15639, Token=18F3E8ADE1FB36E4, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5] 08:19:48.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15639] 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327, complete]! 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L327, complete] for token KeyToken[127.0.0.1:8240-18F3E8ADE1FB36E4] 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L327, complete] for MID KeyMID[127.0.0.1:8240-15639] 08:19:48.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L327, complete] completed CON-POST MID= -1, Token=18F3E8ADE1FB36E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15639, Token=18F3E8ADE1FB36E4, OptionSet={"Object-Security":0x0957}, acked 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25! 08:19:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L329] send request 08:19:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L329] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:19:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L329] added with generated mid KeyMID[127.0.0.1:8240-15640], CON-POST MID=15640, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:19:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L329] added with generated token KeyToken[127.0.0.1:8240-2493B60024D9288C], CON-POST MID=15640, Token=2493B60024D9288C, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:19:48.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15640], KeyToken[127.0.0.1:8240-2493B60024D9288C]] 08:19:48.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E365,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15640, Token=2493B60024D9288C, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60] 08:19:48.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15640] 08:19:48.461 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.461 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330] replace CON-POST MID=15640, Token=2493B60024D9288C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15640, Token=2493B60024D9288C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R330] send response NON-2.05 MID=15640, Token=null, OptionSet={}, "server responds hi" 08:19:48.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330, complete]! 08:19:48.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R330, complete] completed NON-2.04 MID=15640, Token=2493B60024D9288C, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B! 08:19:48.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E366,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15640, Token=2493B60024D9288C, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B] 08:19:48.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15640] 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329, complete]! 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L329, complete] for token KeyToken[127.0.0.1:8240-2493B60024D9288C] 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L329, complete] for MID KeyMID[127.0.0.1:8240-15640] 08:19:48.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L329, complete] completed CON-POST MID= -1, Token=2493B60024D9288C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15640, Token=2493B60024D9288C, OptionSet={"Object-Security":0x0958}, acked 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60! 08:19:48.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L331] send request 08:19:48.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L331] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:19:48.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L331] added with generated mid KeyMID[127.0.0.1:8240-15641], CON-POST MID=15641, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:19:48.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L331] added with generated token KeyToken[127.0.0.1:8240-58B194735B177E41], CON-POST MID=15641, Token=58B194735B177E41, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:19:48.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15641], KeyToken[127.0.0.1:8240-58B194735B177E41]] 08:19:48.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E367,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15641, Token=58B194735B177E41, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60] 08:19:48.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15641] 08:19:48.464 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.464 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332] replace CON-POST MID=15641, Token=58B194735B177E41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15641, Token=58B194735B177E41, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R332] send response NON-2.05 MID=15641, Token=null, OptionSet={}, "server responds hi" 08:19:48.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332, complete]! 08:19:48.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R332, complete] completed NON-2.04 MID=15641, Token=58B194735B177E41, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A! 08:19:48.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E368,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15641, Token=58B194735B177E41, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A] 08:19:48.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15641] 08:19:48.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331, complete]! 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L331, complete] for token KeyToken[127.0.0.1:8240-58B194735B177E41] 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L331, complete] for MID KeyMID[127.0.0.1:8240-15641] 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L331, complete] completed CON-POST MID= -1, Token=58B194735B177E41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15641, Token=58B194735B177E41, OptionSet={"Object-Security":0x0959}, acked C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60! 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L333] send request 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L333] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:19:48.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L333] added with generated mid KeyMID[127.0.0.1:8240-15642], CON-POST MID=15642, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:19:48.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L333] added with generated token KeyToken[127.0.0.1:8240-48DD92AD2C29BF9A], CON-POST MID=15642, Token=48DD92AD2C29BF9A, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:19:48.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15642], KeyToken[127.0.0.1:8240-48DD92AD2C29BF9A]] 08:19:48.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E369,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15642, Token=48DD92AD2C29BF9A, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D] 08:19:48.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15642] 08:19:48.467 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.467 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334] replace CON-POST MID=15642, Token=48DD92AD2C29BF9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15642, Token=48DD92AD2C29BF9A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R334] send response NON-2.05 MID=15642, Token=null, OptionSet={}, "server responds hi" 08:19:48.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334, complete]! 08:19:48.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R334, complete] completed NON-2.04 MID=15642, Token=48DD92AD2C29BF9A, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA! 08:19:48.468 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E370,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15642, Token=48DD92AD2C29BF9A, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA] 08:19:48.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15642] 08:19:48.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333, complete]! 08:19:48.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L333, complete] for token KeyToken[127.0.0.1:8240-48DD92AD2C29BF9A] 08:19:48.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L333, complete] for MID KeyMID[127.0.0.1:8240-15642] 08:19:48.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L333, complete] completed CON-POST MID= -1, Token=48DD92AD2C29BF9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15642, Token=48DD92AD2C29BF9A, OptionSet={"Object-Security":0x095A}, acked 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D! 08:19:48.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L335] send request 08:19:48.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L335] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:19:48.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L335] added with generated mid KeyMID[127.0.0.1:8240-15643], CON-POST MID=15643, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:19:48.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L335] added with generated token KeyToken[127.0.0.1:8240-280940F1A6CC9056], CON-POST MID=15643, Token=280940F1A6CC9056, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:19:48.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15643], KeyToken[127.0.0.1:8240-280940F1A6CC9056]] 08:19:48.470 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E371,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15643, Token=280940F1A6CC9056, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82] 08:19:48.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15643] 08:19:48.470 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.470 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336] replace CON-POST MID=15643, Token=280940F1A6CC9056, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15643, Token=280940F1A6CC9056, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R336] send response NON-2.05 MID=15643, Token=null, OptionSet={}, "server responds hi" 08:19:48.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336, complete]! 08:19:48.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R336, complete] completed NON-2.04 MID=15643, Token=280940F1A6CC9056, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24! 08:19:48.471 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E372,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15643, Token=280940F1A6CC9056, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24] 08:19:48.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15643] 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335, complete]! 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L335, complete] for token KeyToken[127.0.0.1:8240-280940F1A6CC9056] 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L335, complete] for MID KeyMID[127.0.0.1:8240-15643] 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L335, complete] completed CON-POST MID= -1, Token=280940F1A6CC9056, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15643, Token=280940F1A6CC9056, OptionSet={"Object-Security":0x095B}, acked 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82! 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L337] send request 08:19:48.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L337] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:19:48.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L337] added with generated mid KeyMID[127.0.0.1:8240-15644], CON-POST MID=15644, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:19:48.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L337] added with generated token KeyToken[127.0.0.1:8240-1437D5CC80F383C1], CON-POST MID=15644, Token=1437D5CC80F383C1, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:19:48.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15644], KeyToken[127.0.0.1:8240-1437D5CC80F383C1]] 08:19:48.473 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E373,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15644, Token=1437D5CC80F383C1, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C] 08:19:48.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15644] 08:19:48.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338] replace CON-POST MID=15644, Token=1437D5CC80F383C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15644, Token=1437D5CC80F383C1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R338] send response NON-2.05 MID=15644, Token=null, OptionSet={}, "server responds hi" 08:19:48.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338, complete]! 08:19:48.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R338, complete] completed NON-2.04 MID=15644, Token=1437D5CC80F383C1, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59! 08:19:48.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E374,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15644, Token=1437D5CC80F383C1, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59] 08:19:48.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15644] 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337, complete]! 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L337, complete] for token KeyToken[127.0.0.1:8240-1437D5CC80F383C1] 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L337, complete] for MID KeyMID[127.0.0.1:8240-15644] 08:19:48.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L337, complete] completed CON-POST MID= -1, Token=1437D5CC80F383C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15644, Token=1437D5CC80F383C1, OptionSet={"Object-Security":0x095C}, acked AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C! 08:19:48.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L339] send request 08:19:48.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L339] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:19:48.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L339] added with generated mid KeyMID[127.0.0.1:8240-15645], CON-POST MID=15645, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:19:48.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L339] added with generated token KeyToken[127.0.0.1:8240-AC32439B076D8E86], CON-POST MID=15645, Token=AC32439B076D8E86, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:19:48.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15645], KeyToken[127.0.0.1:8240-AC32439B076D8E86]] 08:19:48.477 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E375,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15645, Token=AC32439B076D8E86, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22] 08:19:48.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15645] 08:19:48.477 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.477 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340] replace CON-POST MID=15645, Token=AC32439B076D8E86, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15645, Token=AC32439B076D8E86, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R340] send response NON-2.05 MID=15645, Token=null, OptionSet={}, "server responds hi" 08:19:48.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340, complete]! 08:19:48.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R340, complete] completed NON-2.04 MID=15645, Token=AC32439B076D8E86, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A! 08:19:48.478 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E376,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15645, Token=AC32439B076D8E86, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A] 08:19:48.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15645] 08:19:48.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339, complete]! 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L339, complete] for token KeyToken[127.0.0.1:8240-AC32439B076D8E86] 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L339, complete] for MID KeyMID[127.0.0.1:8240-15645] 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L339, complete] completed CON-POST MID= -1, Token=AC32439B076D8E86, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15645, Token=AC32439B076D8E86, OptionSet={"Object-Security":0x095D}, acked C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22! 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L341] send request 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L341] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:19:48.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L341] added with generated mid KeyMID[127.0.0.1:8240-15646], CON-POST MID=15646, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:19:48.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L341] added with generated token KeyToken[127.0.0.1:8240-0CF6A98EA2F64723], CON-POST MID=15646, Token=0CF6A98EA2F64723, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:19:48.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15646], KeyToken[127.0.0.1:8240-0CF6A98EA2F64723]] 08:19:48.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E377,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15646, Token=0CF6A98EA2F64723, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46] 08:19:48.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15646] 08:19:48.480 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.480 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342] replace CON-POST MID=15646, Token=0CF6A98EA2F64723, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15646, Token=0CF6A98EA2F64723, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R342] send response NON-2.05 MID=15646, Token=null, OptionSet={}, "server responds hi" 08:19:48.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342, complete]! 08:19:48.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R342, complete] completed NON-2.04 MID=15646, Token=0CF6A98EA2F64723, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6! 08:19:48.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E378,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15646, Token=0CF6A98EA2F64723, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6] 08:19:48.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15646] 08:19:48.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341, complete]! 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L341, complete] for token KeyToken[127.0.0.1:8240-0CF6A98EA2F64723] 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L341, complete] for MID KeyMID[127.0.0.1:8240-15646] 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L341, complete] completed CON-POST MID= -1, Token=0CF6A98EA2F64723, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15646, Token=0CF6A98EA2F64723, OptionSet={"Object-Security":0x095E}, acked 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46! 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L343] send request 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L343] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:19:48.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L343] added with generated mid KeyMID[127.0.0.1:8240-15647], CON-POST MID=15647, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:19:48.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L343] added with generated token KeyToken[127.0.0.1:8240-BC4A15C40F2E302C], CON-POST MID=15647, Token=BC4A15C40F2E302C, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:19:48.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15647], KeyToken[127.0.0.1:8240-BC4A15C40F2E302C]] 08:19:48.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E379,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15647, Token=BC4A15C40F2E302C, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82] 08:19:48.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15647] 08:19:48.483 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.483 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344] replace CON-POST MID=15647, Token=BC4A15C40F2E302C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15647, Token=BC4A15C40F2E302C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R344] send response NON-2.05 MID=15647, Token=null, OptionSet={}, "server responds hi" 08:19:48.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344, complete]! 08:19:48.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R344, complete] completed NON-2.04 MID=15647, Token=BC4A15C40F2E302C, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52! 08:19:48.484 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E380,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15647, Token=BC4A15C40F2E302C, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52] 08:19:48.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15647] 08:19:48.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343, complete]! 08:19:48.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L343, complete] for token KeyToken[127.0.0.1:8240-BC4A15C40F2E302C] 08:19:48.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L343, complete] for MID KeyMID[127.0.0.1:8240-15647] 08:19:48.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L343, complete] completed CON-POST MID= -1, Token=BC4A15C40F2E302C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15647, Token=BC4A15C40F2E302C, OptionSet={"Object-Security":0x095F}, acked 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82! 08:19:48.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L345] send request 08:19:48.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L345] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:19:48.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L345] added with generated mid KeyMID[127.0.0.1:8240-15648], CON-POST MID=15648, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:19:48.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L345] added with generated token KeyToken[127.0.0.1:8240-9402B86F37A7E73F], CON-POST MID=15648, Token=9402B86F37A7E73F, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:19:48.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15648], KeyToken[127.0.0.1:8240-9402B86F37A7E73F]] 08:19:48.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E381,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15648, Token=9402B86F37A7E73F, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83] 08:19:48.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15648] 08:19:48.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346] replace CON-POST MID=15648, Token=9402B86F37A7E73F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15648, Token=9402B86F37A7E73F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R346] send response NON-2.05 MID=15648, Token=null, OptionSet={}, "server responds hi" 08:19:48.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346, complete]! 08:19:48.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R346, complete] completed NON-2.04 MID=15648, Token=9402B86F37A7E73F, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4! 08:19:48.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E382,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15648, Token=9402B86F37A7E73F, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4] 08:19:48.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15648] 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345, complete]! 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L345, complete] for token KeyToken[127.0.0.1:8240-9402B86F37A7E73F] 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L345, complete] for MID KeyMID[127.0.0.1:8240-15648] 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L345, complete] completed CON-POST MID= -1, Token=9402B86F37A7E73F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15648, Token=9402B86F37A7E73F, OptionSet={"Object-Security":0x0960}, acked F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83! 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L347] send request 08:19:48.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L347] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:19:48.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L347] added with generated mid KeyMID[127.0.0.1:8240-15649], CON-POST MID=15649, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:19:48.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L347] added with generated token KeyToken[127.0.0.1:8240-4451FBE105A92F02], CON-POST MID=15649, Token=4451FBE105A92F02, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:19:48.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15649], KeyToken[127.0.0.1:8240-4451FBE105A92F02]] 08:19:48.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E383,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15649, Token=4451FBE105A92F02, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C] 08:19:48.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15649] 08:19:48.490 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.490 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348] replace CON-POST MID=15649, Token=4451FBE105A92F02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15649, Token=4451FBE105A92F02, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R348] send response NON-2.05 MID=15649, Token=null, OptionSet={}, "server responds hi" 08:19:48.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348, complete]! 08:19:48.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R348, complete] completed NON-2.04 MID=15649, Token=4451FBE105A92F02, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33! 08:19:48.491 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E384,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15649, Token=4451FBE105A92F02, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33] 08:19:48.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15649] 08:19:48.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347, complete]! 08:19:48.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L347, complete] for token KeyToken[127.0.0.1:8240-4451FBE105A92F02] 08:19:48.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L347, complete] for MID KeyMID[127.0.0.1:8240-15649] 08:19:48.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L347, complete] completed CON-POST MID= -1, Token=4451FBE105A92F02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15649, Token=4451FBE105A92F02, OptionSet={"Object-Security":0x0961}, acked E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C! 08:19:48.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L349] send request 08:19:48.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L349] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:19:48.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L349] added with generated mid KeyMID[127.0.0.1:8240-15650], CON-POST MID=15650, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:19:48.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L349] added with generated token KeyToken[127.0.0.1:8240-3C19DDF5F3378212], CON-POST MID=15650, Token=3C19DDF5F3378212, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:19:48.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15650], KeyToken[127.0.0.1:8240-3C19DDF5F3378212]] 08:19:48.493 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E385,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15650, Token=3C19DDF5F3378212, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43] 08:19:48.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15650] 08:19:48.493 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.493 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350] replace CON-POST MID=15650, Token=3C19DDF5F3378212, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15650, Token=3C19DDF5F3378212, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R350] send response NON-2.05 MID=15650, Token=null, OptionSet={}, "server responds hi" 08:19:48.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350, complete]! 08:19:48.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R350, complete] completed NON-2.04 MID=15650, Token=3C19DDF5F3378212, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED! 08:19:48.494 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E386,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15650, Token=3C19DDF5F3378212, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED] 08:19:48.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15650] 08:19:48.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349, complete]! 08:19:48.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L349, complete] for token KeyToken[127.0.0.1:8240-3C19DDF5F3378212] 08:19:48.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L349, complete] for MID KeyMID[127.0.0.1:8240-15650] 08:19:48.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L349, complete] completed CON-POST MID= -1, Token=3C19DDF5F3378212, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15650, Token=3C19DDF5F3378212, OptionSet={"Object-Security":0x0962}, acked 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43! 08:19:48.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L351] send request 08:19:48.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L351] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:19:48.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L351] added with generated mid KeyMID[127.0.0.1:8240-15651], CON-POST MID=15651, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:19:48.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L351] added with generated token KeyToken[127.0.0.1:8240-101805B5BE163C12], CON-POST MID=15651, Token=101805B5BE163C12, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:19:48.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15651], KeyToken[127.0.0.1:8240-101805B5BE163C12]] 08:19:48.496 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E387,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15651, Token=101805B5BE163C12, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F] 08:19:48.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15651] 08:19:48.496 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.496 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352] replace CON-POST MID=15651, Token=101805B5BE163C12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15651, Token=101805B5BE163C12, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R352] send response NON-2.05 MID=15651, Token=null, OptionSet={}, "server responds hi" 08:19:48.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352, complete]! 08:19:48.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R352, complete] completed NON-2.04 MID=15651, Token=101805B5BE163C12, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B! 08:19:48.497 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.497 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E388,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15651, Token=101805B5BE163C12, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B] 08:19:48.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15651] 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351, complete]! 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L351, complete] for token KeyToken[127.0.0.1:8240-101805B5BE163C12] 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L351, complete] for MID KeyMID[127.0.0.1:8240-15651] 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L351, complete] completed CON-POST MID= -1, Token=101805B5BE163C12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15651, Token=101805B5BE163C12, OptionSet={"Object-Security":0x0963}, acked 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F! 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L353] send request 08:19:48.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L353] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:19:48.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L353] added with generated mid KeyMID[127.0.0.1:8240-15652], CON-POST MID=15652, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:19:48.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L353] added with generated token KeyToken[127.0.0.1:8240-00827F062217062D], CON-POST MID=15652, Token=00827F062217062D, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:19:48.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15652], KeyToken[127.0.0.1:8240-00827F062217062D]] 08:19:48.499 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.499 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E389,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15652, Token=00827F062217062D, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70] 08:19:48.500 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15652] 08:19:48.500 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.500 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354] replace CON-POST MID=15652, Token=00827F062217062D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15652, Token=00827F062217062D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R354] send response NON-2.05 MID=15652, Token=null, OptionSet={}, "server responds hi" 08:19:48.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354, complete]! 08:19:48.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R354, complete] completed NON-2.04 MID=15652, Token=00827F062217062D, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE! 08:19:48.501 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.501 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E390,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15652, Token=00827F062217062D, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE] 08:19:48.501 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15652] 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353, complete]! 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L353, complete] for token KeyToken[127.0.0.1:8240-00827F062217062D] 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L353, complete] for MID KeyMID[127.0.0.1:8240-15652] 08:19:48.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L353, complete] completed CON-POST MID= -1, Token=00827F062217062D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15652, Token=00827F062217062D, OptionSet={"Object-Security":0x0964}, acked 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70! 08:19:48.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L355] send request 08:19:48.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L355] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:19:48.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L355] added with generated mid KeyMID[127.0.0.1:8240-15653], CON-POST MID=15653, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:19:48.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L355] added with generated token KeyToken[127.0.0.1:8240-6CD9CE6CE2688597], CON-POST MID=15653, Token=6CD9CE6CE2688597, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:19:48.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15653], KeyToken[127.0.0.1:8240-6CD9CE6CE2688597]] 08:19:48.503 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.503 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E391,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15653, Token=6CD9CE6CE2688597, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55] 08:19:48.503 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15653] 08:19:48.503 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.503 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356] replace CON-POST MID=15653, Token=6CD9CE6CE2688597, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15653, Token=6CD9CE6CE2688597, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R356] send response NON-2.05 MID=15653, Token=null, OptionSet={}, "server responds hi" 08:19:48.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356, complete]! 08:19:48.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R356, complete] completed NON-2.04 MID=15653, Token=6CD9CE6CE2688597, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5! 08:19:48.504 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.504 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E392,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15653, Token=6CD9CE6CE2688597, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5] 08:19:48.504 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15653] 08:19:48.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355, complete]! 08:19:48.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L355, complete] for token KeyToken[127.0.0.1:8240-6CD9CE6CE2688597] 08:19:48.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L355, complete] for MID KeyMID[127.0.0.1:8240-15653] 08:19:48.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L355, complete] completed CON-POST MID= -1, Token=6CD9CE6CE2688597, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15653, Token=6CD9CE6CE2688597, OptionSet={"Object-Security":0x0965}, acked CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55! 08:19:48.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L357] send request 08:19:48.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L357] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:19:48.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L357] added with generated mid KeyMID[127.0.0.1:8240-15654], CON-POST MID=15654, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:19:48.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L357] added with generated token KeyToken[127.0.0.1:8240-A41C1F5C5592312C], CON-POST MID=15654, Token=A41C1F5C5592312C, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:19:48.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15654], KeyToken[127.0.0.1:8240-A41C1F5C5592312C]] 08:19:48.506 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.506 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E393,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15654, Token=A41C1F5C5592312C, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60] 08:19:48.506 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15654] 08:19:48.506 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.506 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358] replace CON-POST MID=15654, Token=A41C1F5C5592312C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15654, Token=A41C1F5C5592312C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R358] send response NON-2.05 MID=15654, Token=null, OptionSet={}, "server responds hi" 08:19:48.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358, complete]! 08:19:48.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R358, complete] completed NON-2.04 MID=15654, Token=A41C1F5C5592312C, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07! 08:19:48.507 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.507 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E394,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15654, Token=A41C1F5C5592312C, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07] 08:19:48.507 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15654] 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357, complete]! 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L357, complete] for token KeyToken[127.0.0.1:8240-A41C1F5C5592312C] 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L357, complete] for MID KeyMID[127.0.0.1:8240-15654] 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L357, complete] completed CON-POST MID= -1, Token=A41C1F5C5592312C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15654, Token=A41C1F5C5592312C, OptionSet={"Object-Security":0x0966}, acked 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60! 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L359] send request 08:19:48.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L359] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:19:48.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L359] added with generated mid KeyMID[127.0.0.1:8240-15655], CON-POST MID=15655, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:19:48.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L359] added with generated token KeyToken[127.0.0.1:8240-9C6D46907040F92D], CON-POST MID=15655, Token=9C6D46907040F92D, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:19:48.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15655], KeyToken[127.0.0.1:8240-9C6D46907040F92D]] 08:19:48.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E395,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15655, Token=9C6D46907040F92D, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7] 08:19:48.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15655] 08:19:48.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360] replace CON-POST MID=15655, Token=9C6D46907040F92D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15655, Token=9C6D46907040F92D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R360] send response NON-2.05 MID=15655, Token=null, OptionSet={}, "server responds hi" 08:19:48.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360, complete]! 08:19:48.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R360, complete] completed NON-2.04 MID=15655, Token=9C6D46907040F92D, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A! 08:19:48.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E396,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15655, Token=9C6D46907040F92D, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A] 08:19:48.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15655] 08:19:48.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359, complete]! 08:19:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L359, complete] for token KeyToken[127.0.0.1:8240-9C6D46907040F92D] 08:19:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L359, complete] for MID KeyMID[127.0.0.1:8240-15655] 08:19:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L359, complete] completed CON-POST MID= -1, Token=9C6D46907040F92D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15655, Token=9C6D46907040F92D, OptionSet={"Object-Security":0x0967}, acked 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7! 08:19:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L361] send request 08:19:48.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L361] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:19:48.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L361] added with generated mid KeyMID[127.0.0.1:8240-15656], CON-POST MID=15656, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:19:48.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L361] added with generated token KeyToken[127.0.0.1:8240-7C363FF4CE4D49D6], CON-POST MID=15656, Token=7C363FF4CE4D49D6, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:19:48.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15656], KeyToken[127.0.0.1:8240-7C363FF4CE4D49D6]] 08:19:48.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E397,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15656, Token=7C363FF4CE4D49D6, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22] 08:19:48.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15656] 08:19:48.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362] replace CON-POST MID=15656, Token=7C363FF4CE4D49D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15656, Token=7C363FF4CE4D49D6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R362] send response NON-2.05 MID=15656, Token=null, OptionSet={}, "server responds hi" 08:19:48.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362, complete]! 08:19:48.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R362, complete] completed NON-2.04 MID=15656, Token=7C363FF4CE4D49D6, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD! 08:19:48.556 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E398,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15656, Token=7C363FF4CE4D49D6, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD] 08:19:48.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15656] 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361, complete]! 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L361, complete] for token KeyToken[127.0.0.1:8240-7C363FF4CE4D49D6] 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L361, complete] for MID KeyMID[127.0.0.1:8240-15656] 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L361, complete] completed CON-POST MID= -1, Token=7C363FF4CE4D49D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15656, Token=7C363FF4CE4D49D6, OptionSet={"Object-Security":0x0968}, acked 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22! 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L363] send request 08:19:48.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L363] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:19:48.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L363] added with generated mid KeyMID[127.0.0.1:8240-15657], CON-POST MID=15657, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:19:48.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L363] added with generated token KeyToken[127.0.0.1:8240-A8ADCD78DFC9F1A6], CON-POST MID=15657, Token=A8ADCD78DFC9F1A6, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:19:48.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15657], KeyToken[127.0.0.1:8240-A8ADCD78DFC9F1A6]] 08:19:48.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E399,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15657, Token=A8ADCD78DFC9F1A6, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88] 08:19:48.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15657] 08:19:48.559 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.559 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364] replace CON-POST MID=15657, Token=A8ADCD78DFC9F1A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15657, Token=A8ADCD78DFC9F1A6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R364] send response NON-2.05 MID=15657, Token=null, OptionSet={}, "server responds hi" 08:19:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364, complete]! 08:19:48.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R364, complete] completed NON-2.04 MID=15657, Token=A8ADCD78DFC9F1A6, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E! 08:19:48.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E400,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15657, Token=A8ADCD78DFC9F1A6, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E] 08:19:48.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15657] 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363, complete]! 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L363, complete] for token KeyToken[127.0.0.1:8240-A8ADCD78DFC9F1A6] 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L363, complete] for MID KeyMID[127.0.0.1:8240-15657] 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L363, complete] completed CON-POST MID= -1, Token=A8ADCD78DFC9F1A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15657, Token=A8ADCD78DFC9F1A6, OptionSet={"Object-Security":0x0969}, acked FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88! 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L365] send request 08:19:48.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L365] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:19:48.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L365] added with generated mid KeyMID[127.0.0.1:8240-15658], CON-POST MID=15658, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:19:48.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L365] added with generated token KeyToken[127.0.0.1:8240-B855637A749F70F3], CON-POST MID=15658, Token=B855637A749F70F3, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:19:48.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15658], KeyToken[127.0.0.1:8240-B855637A749F70F3]] 08:19:48.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E401,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15658, Token=B855637A749F70F3, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F] 08:19:48.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15658] 08:19:48.562 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.562 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366] replace CON-POST MID=15658, Token=B855637A749F70F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15658, Token=B855637A749F70F3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R366] send response NON-2.05 MID=15658, Token=null, OptionSet={}, "server responds hi" 08:19:48.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366, complete]! 08:19:48.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R366, complete] completed NON-2.04 MID=15658, Token=B855637A749F70F3, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74! 08:19:48.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E402,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15658, Token=B855637A749F70F3, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74] 08:19:48.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15658] 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365, complete]! 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L365, complete] for token KeyToken[127.0.0.1:8240-B855637A749F70F3] 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L365, complete] for MID KeyMID[127.0.0.1:8240-15658] 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L365, complete] completed CON-POST MID= -1, Token=B855637A749F70F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15658, Token=B855637A749F70F3, OptionSet={"Object-Security":0x096A}, acked 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F! 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L367] send request 08:19:48.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L367] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:19:48.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L367] added with generated mid KeyMID[127.0.0.1:8240-15659], CON-POST MID=15659, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:19:48.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L367] added with generated token KeyToken[127.0.0.1:8240-BC0B09472BA8ADE6], CON-POST MID=15659, Token=BC0B09472BA8ADE6, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:19:48.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15659], KeyToken[127.0.0.1:8240-BC0B09472BA8ADE6]] 08:19:48.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E403,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15659, Token=BC0B09472BA8ADE6, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE] 08:19:48.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15659] 08:19:48.565 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.565 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368] replace CON-POST MID=15659, Token=BC0B09472BA8ADE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15659, Token=BC0B09472BA8ADE6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R368] send response NON-2.05 MID=15659, Token=null, OptionSet={}, "server responds hi" 08:19:48.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368, complete]! 08:19:48.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R368, complete] completed NON-2.04 MID=15659, Token=BC0B09472BA8ADE6, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D! 08:19:48.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E404,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15659, Token=BC0B09472BA8ADE6, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D] 08:19:48.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15659] 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367, complete]! 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L367, complete] for token KeyToken[127.0.0.1:8240-BC0B09472BA8ADE6] 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L367, complete] for MID KeyMID[127.0.0.1:8240-15659] 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L367, complete] completed CON-POST MID= -1, Token=BC0B09472BA8ADE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15659, Token=BC0B09472BA8ADE6, OptionSet={"Object-Security":0x096B}, acked F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE! 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L369] send request 08:19:48.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L369] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:19:48.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L369] added with generated mid KeyMID[127.0.0.1:8240-15660], CON-POST MID=15660, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:19:48.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L369] added with generated token KeyToken[127.0.0.1:8240-3CE3A80A6070AAC9], CON-POST MID=15660, Token=3CE3A80A6070AAC9, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:19:48.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15660], KeyToken[127.0.0.1:8240-3CE3A80A6070AAC9]] 08:19:48.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E405,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15660, Token=3CE3A80A6070AAC9, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E] 08:19:48.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15660] 08:19:48.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370] replace CON-POST MID=15660, Token=3CE3A80A6070AAC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15660, Token=3CE3A80A6070AAC9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R370] send response NON-2.05 MID=15660, Token=null, OptionSet={}, "server responds hi" 08:19:48.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370, complete]! 08:19:48.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R370, complete] completed NON-2.04 MID=15660, Token=3CE3A80A6070AAC9, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5! 08:19:48.568 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E406,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15660, Token=3CE3A80A6070AAC9, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5] 08:19:48.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15660] 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369, complete]! 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L369, complete] for token KeyToken[127.0.0.1:8240-3CE3A80A6070AAC9] 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L369, complete] for MID KeyMID[127.0.0.1:8240-15660] 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L369, complete] completed CON-POST MID= -1, Token=3CE3A80A6070AAC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15660, Token=3CE3A80A6070AAC9, OptionSet={"Object-Security":0x096C}, acked BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E! 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L371] send request 08:19:48.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L371] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:19:48.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L371] added with generated mid KeyMID[127.0.0.1:8240-15661], CON-POST MID=15661, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:19:48.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L371] added with generated token KeyToken[127.0.0.1:8240-28641F6F64DEFBB1], CON-POST MID=15661, Token=28641F6F64DEFBB1, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:19:48.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15661], KeyToken[127.0.0.1:8240-28641F6F64DEFBB1]] 08:19:48.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E407,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15661, Token=28641F6F64DEFBB1, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27] 08:19:48.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15661] 08:19:48.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372] replace CON-POST MID=15661, Token=28641F6F64DEFBB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15661, Token=28641F6F64DEFBB1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R372] send response NON-2.05 MID=15661, Token=null, OptionSet={}, "server responds hi" 08:19:48.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372, complete]! 08:19:48.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R372, complete] completed NON-2.04 MID=15661, Token=28641F6F64DEFBB1, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A! 08:19:48.571 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E408,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15661, Token=28641F6F64DEFBB1, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A] 08:19:48.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15661] 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371, complete]! 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L371, complete] for token KeyToken[127.0.0.1:8240-28641F6F64DEFBB1] 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L371, complete] for MID KeyMID[127.0.0.1:8240-15661] 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L371, complete] completed CON-POST MID= -1, Token=28641F6F64DEFBB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15661, Token=28641F6F64DEFBB1, OptionSet={"Object-Security":0x096D}, acked 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27! 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L373] send request 08:19:48.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L373] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:19:48.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L373] added with generated mid KeyMID[127.0.0.1:8240-15662], CON-POST MID=15662, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:19:48.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L373] added with generated token KeyToken[127.0.0.1:8240-B0921DB8F52F93BF], CON-POST MID=15662, Token=B0921DB8F52F93BF, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:19:48.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15662], KeyToken[127.0.0.1:8240-B0921DB8F52F93BF]] 08:19:48.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E409,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15662, Token=B0921DB8F52F93BF, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D] 08:19:48.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15662] 08:19:48.574 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.574 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374] replace CON-POST MID=15662, Token=B0921DB8F52F93BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15662, Token=B0921DB8F52F93BF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R374] send response NON-2.05 MID=15662, Token=null, OptionSet={}, "server responds hi" 08:19:48.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374, complete]! 08:19:48.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R374, complete] completed NON-2.04 MID=15662, Token=B0921DB8F52F93BF, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50! 08:19:48.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E410,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15662, Token=B0921DB8F52F93BF, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50] 08:19:48.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15662] 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373, complete]! 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L373, complete] for token KeyToken[127.0.0.1:8240-B0921DB8F52F93BF] 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L373, complete] for MID KeyMID[127.0.0.1:8240-15662] 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L373, complete] completed CON-POST MID= -1, Token=B0921DB8F52F93BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15662, Token=B0921DB8F52F93BF, OptionSet={"Object-Security":0x096E}, acked D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D! 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L375] send request 08:19:48.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L375] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:19:48.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L375] added with generated mid KeyMID[127.0.0.1:8240-15663], CON-POST MID=15663, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:19:48.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L375] added with generated token KeyToken[127.0.0.1:8240-0C9BDF5EE1A7C6D6], CON-POST MID=15663, Token=0C9BDF5EE1A7C6D6, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:19:48.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15663], KeyToken[127.0.0.1:8240-0C9BDF5EE1A7C6D6]] 08:19:48.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E411,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15663, Token=0C9BDF5EE1A7C6D6, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C] 08:19:48.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15663] 08:19:48.577 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.577 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376] replace CON-POST MID=15663, Token=0C9BDF5EE1A7C6D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15663, Token=0C9BDF5EE1A7C6D6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R376] send response NON-2.05 MID=15663, Token=null, OptionSet={}, "server responds hi" 08:19:48.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376, complete]! 08:19:48.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R376, complete] completed NON-2.04 MID=15663, Token=0C9BDF5EE1A7C6D6, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D! 08:19:48.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E412,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15663, Token=0C9BDF5EE1A7C6D6, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D] 08:19:48.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15663] 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375, complete]! 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L375, complete] for token KeyToken[127.0.0.1:8240-0C9BDF5EE1A7C6D6] 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L375, complete] for MID KeyMID[127.0.0.1:8240-15663] 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L375, complete] completed CON-POST MID= -1, Token=0C9BDF5EE1A7C6D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15663, Token=0C9BDF5EE1A7C6D6, OptionSet={"Object-Security":0x096F}, acked 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C! 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L377] send request 08:19:48.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L377] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:19:48.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L377] added with generated mid KeyMID[127.0.0.1:8240-15664], CON-POST MID=15664, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:19:48.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L377] added with generated token KeyToken[127.0.0.1:8240-28F1BB6C03FBEDE3], CON-POST MID=15664, Token=28F1BB6C03FBEDE3, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:19:48.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15664], KeyToken[127.0.0.1:8240-28F1BB6C03FBEDE3]] 08:19:48.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E413,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15664, Token=28F1BB6C03FBEDE3, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB] 08:19:48.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15664] 08:19:48.579 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378] replace CON-POST MID=15664, Token=28F1BB6C03FBEDE3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15664, Token=28F1BB6C03FBEDE3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R378] send response NON-2.05 MID=15664, Token=null, OptionSet={}, "server responds hi" 08:19:48.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378, complete]! 08:19:48.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R378, complete] completed NON-2.04 MID=15664, Token=28F1BB6C03FBEDE3, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92! 08:19:48.580 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E414,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15664, Token=28F1BB6C03FBEDE3, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92] 08:19:48.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15664] 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377, complete]! 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L377, complete] for token KeyToken[127.0.0.1:8240-28F1BB6C03FBEDE3] 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L377, complete] for MID KeyMID[127.0.0.1:8240-15664] 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L377, complete] completed CON-POST MID= -1, Token=28F1BB6C03FBEDE3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15664, Token=28F1BB6C03FBEDE3, OptionSet={"Object-Security":0x0970}, acked 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB! 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L379] send request 08:19:48.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L379] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:19:48.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L379] added with generated mid KeyMID[127.0.0.1:8240-15665], CON-POST MID=15665, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:19:48.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L379] added with generated token KeyToken[127.0.0.1:8240-D06BC7FE1D6B78FC], CON-POST MID=15665, Token=D06BC7FE1D6B78FC, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:19:48.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15665], KeyToken[127.0.0.1:8240-D06BC7FE1D6B78FC]] 08:19:48.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E415,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15665, Token=D06BC7FE1D6B78FC, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD] 08:19:48.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15665] 08:19:48.582 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.582 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380] replace CON-POST MID=15665, Token=D06BC7FE1D6B78FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15665, Token=D06BC7FE1D6B78FC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R380] send response NON-2.05 MID=15665, Token=null, OptionSet={}, "server responds hi" 08:19:48.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380, complete]! 08:19:48.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R380, complete] completed NON-2.04 MID=15665, Token=D06BC7FE1D6B78FC, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09! 08:19:48.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E416,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15665, Token=D06BC7FE1D6B78FC, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09] 08:19:48.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15665] 08:19:48.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379, complete]! 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L379, complete] for token KeyToken[127.0.0.1:8240-D06BC7FE1D6B78FC] 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L379, complete] for MID KeyMID[127.0.0.1:8240-15665] 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L379, complete] completed CON-POST MID= -1, Token=D06BC7FE1D6B78FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15665, Token=D06BC7FE1D6B78FC, OptionSet={"Object-Security":0x0971}, acked 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD! 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L381] send request 08:19:48.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L381] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:19:48.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L381] added with generated mid KeyMID[127.0.0.1:8240-15666], CON-POST MID=15666, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:19:48.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L381] added with generated token KeyToken[127.0.0.1:8240-DCA8C078466E6108], CON-POST MID=15666, Token=DCA8C078466E6108, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:19:48.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15666], KeyToken[127.0.0.1:8240-DCA8C078466E6108]] 08:19:48.585 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E417,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15666, Token=DCA8C078466E6108, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67] 08:19:48.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15666] 08:19:48.585 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.585 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382] replace CON-POST MID=15666, Token=DCA8C078466E6108, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15666, Token=DCA8C078466E6108, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R382] send response NON-2.05 MID=15666, Token=null, OptionSet={}, "server responds hi" 08:19:48.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382, complete]! 08:19:48.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R382, complete] completed NON-2.04 MID=15666, Token=DCA8C078466E6108, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F! 08:19:48.586 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E418,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15666, Token=DCA8C078466E6108, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F] 08:19:48.586 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15666] 08:19:48.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381, complete]! 08:19:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L381, complete] for token KeyToken[127.0.0.1:8240-DCA8C078466E6108] 08:19:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L381, complete] for MID KeyMID[127.0.0.1:8240-15666] 08:19:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L381, complete] completed CON-POST MID= -1, Token=DCA8C078466E6108, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15666, Token=DCA8C078466E6108, OptionSet={"Object-Security":0x0972}, acked A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67! 08:19:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L383] send request 08:19:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L383] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:19:48.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L383] added with generated mid KeyMID[127.0.0.1:8240-15667], CON-POST MID=15667, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:19:48.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L383] added with generated token KeyToken[127.0.0.1:8240-64C87E08E2C1D9F6], CON-POST MID=15667, Token=64C87E08E2C1D9F6, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:19:48.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15667], KeyToken[127.0.0.1:8240-64C87E08E2C1D9F6]] 08:19:48.588 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E419,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15667, Token=64C87E08E2C1D9F6, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D] 08:19:48.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15667] 08:19:48.588 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.588 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384] replace CON-POST MID=15667, Token=64C87E08E2C1D9F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15667, Token=64C87E08E2C1D9F6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R384] send response NON-2.05 MID=15667, Token=null, OptionSet={}, "server responds hi" 08:19:48.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384, complete]! 08:19:48.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R384, complete] completed NON-2.04 MID=15667, Token=64C87E08E2C1D9F6, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6! 08:19:48.589 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E420,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15667, Token=64C87E08E2C1D9F6, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6] 08:19:48.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15667] 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383, complete]! 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L383, complete] for token KeyToken[127.0.0.1:8240-64C87E08E2C1D9F6] 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L383, complete] for MID KeyMID[127.0.0.1:8240-15667] 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L383, complete] completed CON-POST MID= -1, Token=64C87E08E2C1D9F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15667, Token=64C87E08E2C1D9F6, OptionSet={"Object-Security":0x0973}, acked 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D! 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L385] send request 08:19:48.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L385] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:19:48.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L385] added with generated mid KeyMID[127.0.0.1:8240-15668], CON-POST MID=15668, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:19:48.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L385] added with generated token KeyToken[127.0.0.1:8240-BC65B3FAD9459777], CON-POST MID=15668, Token=BC65B3FAD9459777, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:19:48.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15668], KeyToken[127.0.0.1:8240-BC65B3FAD9459777]] 08:19:48.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E421,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15668, Token=BC65B3FAD9459777, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D] 08:19:48.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15668] 08:19:48.592 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.592 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386] replace CON-POST MID=15668, Token=BC65B3FAD9459777, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15668, Token=BC65B3FAD9459777, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R386] send response NON-2.05 MID=15668, Token=null, OptionSet={}, "server responds hi" 08:19:48.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386, complete]! 08:19:48.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R386, complete] completed NON-2.04 MID=15668, Token=BC65B3FAD9459777, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB! 08:19:48.592 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E422,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15668, Token=BC65B3FAD9459777, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB] 08:19:48.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15668] 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385, complete]! 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L385, complete] for token KeyToken[127.0.0.1:8240-BC65B3FAD9459777] 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L385, complete] for MID KeyMID[127.0.0.1:8240-15668] 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L385, complete] completed CON-POST MID= -1, Token=BC65B3FAD9459777, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15668, Token=BC65B3FAD9459777, OptionSet={"Object-Security":0x0974}, acked 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D! 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L387] send request 08:19:48.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L387] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:19:48.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L387] added with generated mid KeyMID[127.0.0.1:8240-15669], CON-POST MID=15669, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:19:48.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L387] added with generated token KeyToken[127.0.0.1:8240-305B2E90BD068C39], CON-POST MID=15669, Token=305B2E90BD068C39, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:19:48.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15669], KeyToken[127.0.0.1:8240-305B2E90BD068C39]] 08:19:48.594 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E423,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15669, Token=305B2E90BD068C39, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE] 08:19:48.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15669] 08:19:48.595 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.595 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388] replace CON-POST MID=15669, Token=305B2E90BD068C39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15669, Token=305B2E90BD068C39, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R388] send response NON-2.05 MID=15669, Token=null, OptionSet={}, "server responds hi" 08:19:48.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388, complete]! 08:19:48.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R388, complete] completed NON-2.04 MID=15669, Token=305B2E90BD068C39, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA! 08:19:48.595 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E424,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15669, Token=305B2E90BD068C39, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA] 08:19:48.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15669] 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387, complete]! 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L387, complete] for token KeyToken[127.0.0.1:8240-305B2E90BD068C39] 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L387, complete] for MID KeyMID[127.0.0.1:8240-15669] 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L387, complete] completed CON-POST MID= -1, Token=305B2E90BD068C39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15669, Token=305B2E90BD068C39, OptionSet={"Object-Security":0x0975}, acked 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE! 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L389] send request 08:19:48.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L389] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:19:48.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L389] added with generated mid KeyMID[127.0.0.1:8240-15670], CON-POST MID=15670, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:19:48.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L389] added with generated token KeyToken[127.0.0.1:8240-14D0924500ABEC09], CON-POST MID=15670, Token=14D0924500ABEC09, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:19:48.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15670], KeyToken[127.0.0.1:8240-14D0924500ABEC09]] 08:19:48.597 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E425,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15670, Token=14D0924500ABEC09, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85] 08:19:48.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15670] 08:19:48.598 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.598 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390] replace CON-POST MID=15670, Token=14D0924500ABEC09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15670, Token=14D0924500ABEC09, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R390] send response NON-2.05 MID=15670, Token=null, OptionSet={}, "server responds hi" 08:19:48.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390, complete]! 08:19:48.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R390, complete] completed NON-2.04 MID=15670, Token=14D0924500ABEC09, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E! 08:19:48.599 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E426,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15670, Token=14D0924500ABEC09, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E] 08:19:48.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15670] 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389, complete]! 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L389, complete] for token KeyToken[127.0.0.1:8240-14D0924500ABEC09] 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L389, complete] for MID KeyMID[127.0.0.1:8240-15670] 08:19:48.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L389, complete] completed CON-POST MID= -1, Token=14D0924500ABEC09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15670, Token=14D0924500ABEC09, OptionSet={"Object-Security":0x0976}, acked BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85! 08:19:48.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L391] send request 08:19:48.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L391] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:19:48.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L391] added with generated mid KeyMID[127.0.0.1:8240-15671], CON-POST MID=15671, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:19:48.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L391] added with generated token KeyToken[127.0.0.1:8240-7CD124E7BE5C3B70], CON-POST MID=15671, Token=7CD124E7BE5C3B70, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:19:48.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15671], KeyToken[127.0.0.1:8240-7CD124E7BE5C3B70]] 08:19:48.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E427,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15671, Token=7CD124E7BE5C3B70, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20] 08:19:48.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15671] 08:19:48.601 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.601 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392] replace CON-POST MID=15671, Token=7CD124E7BE5C3B70, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15671, Token=7CD124E7BE5C3B70, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R392] send response NON-2.05 MID=15671, Token=null, OptionSet={}, "server responds hi" 08:19:48.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392, complete]! 08:19:48.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R392, complete] completed NON-2.04 MID=15671, Token=7CD124E7BE5C3B70, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B! 08:19:48.602 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E428,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15671, Token=7CD124E7BE5C3B70, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B] 08:19:48.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15671] 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391, complete]! 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L391, complete] for token KeyToken[127.0.0.1:8240-7CD124E7BE5C3B70] 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L391, complete] for MID KeyMID[127.0.0.1:8240-15671] 08:19:48.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L391, complete] completed CON-POST MID= -1, Token=7CD124E7BE5C3B70, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15671, Token=7CD124E7BE5C3B70, OptionSet={"Object-Security":0x0977}, acked D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20! 08:19:48.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L393] send request 08:19:48.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L393] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:19:48.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L393] added with generated mid KeyMID[127.0.0.1:8240-15672], CON-POST MID=15672, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:19:48.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L393] added with generated token KeyToken[127.0.0.1:8240-74603E4A972956DC], CON-POST MID=15672, Token=74603E4A972956DC, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:19:48.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15672], KeyToken[127.0.0.1:8240-74603E4A972956DC]] 08:19:48.604 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E429,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15672, Token=74603E4A972956DC, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21] 08:19:48.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15672] 08:19:48.604 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.604 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394] replace CON-POST MID=15672, Token=74603E4A972956DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15672, Token=74603E4A972956DC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R394] send response NON-2.05 MID=15672, Token=null, OptionSet={}, "server responds hi" 08:19:48.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394, complete]! 08:19:48.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R394, complete] completed NON-2.04 MID=15672, Token=74603E4A972956DC, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B! 08:19:48.605 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E430,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15672, Token=74603E4A972956DC, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B] 08:19:48.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15672] 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393, complete]! 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L393, complete] for token KeyToken[127.0.0.1:8240-74603E4A972956DC] 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L393, complete] for MID KeyMID[127.0.0.1:8240-15672] 08:19:48.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L393, complete] completed CON-POST MID= -1, Token=74603E4A972956DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15672, Token=74603E4A972956DC, OptionSet={"Object-Security":0x0978}, acked 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21! 08:19:48.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L395] send request 08:19:48.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L395] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:19:48.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L395] added with generated mid KeyMID[127.0.0.1:8240-15673], CON-POST MID=15673, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:19:48.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L395] added with generated token KeyToken[127.0.0.1:8240-D424866DFC9073AC], CON-POST MID=15673, Token=D424866DFC9073AC, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:19:48.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15673], KeyToken[127.0.0.1:8240-D424866DFC9073AC]] 08:19:48.607 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.607 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E431,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15673, Token=D424866DFC9073AC, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD] 08:19:48.607 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15673] 08:19:48.607 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.607 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396] replace CON-POST MID=15673, Token=D424866DFC9073AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15673, Token=D424866DFC9073AC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R396] send response NON-2.05 MID=15673, Token=null, OptionSet={}, "server responds hi" 08:19:48.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396, complete]! 08:19:48.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R396, complete] completed NON-2.04 MID=15673, Token=D424866DFC9073AC, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0! 08:19:48.608 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.608 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E432,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15673, Token=D424866DFC9073AC, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0] 08:19:48.608 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15673] 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395, complete]! 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L395, complete] for token KeyToken[127.0.0.1:8240-D424866DFC9073AC] 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L395, complete] for MID KeyMID[127.0.0.1:8240-15673] 08:19:48.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L395, complete] completed CON-POST MID= -1, Token=D424866DFC9073AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15673, Token=D424866DFC9073AC, OptionSet={"Object-Security":0x0979}, acked 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD! 08:19:48.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L397] send request 08:19:48.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L397] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:19:48.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L397] added with generated mid KeyMID[127.0.0.1:8240-15674], CON-POST MID=15674, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:19:48.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L397] added with generated token KeyToken[127.0.0.1:8240-84EDFB2D3D48B51C], CON-POST MID=15674, Token=84EDFB2D3D48B51C, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:19:48.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15674], KeyToken[127.0.0.1:8240-84EDFB2D3D48B51C]] 08:19:48.610 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.610 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E433,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15674, Token=84EDFB2D3D48B51C, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1] 08:19:48.610 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15674] 08:19:48.610 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.610 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398] replace CON-POST MID=15674, Token=84EDFB2D3D48B51C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15674, Token=84EDFB2D3D48B51C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R398] send response NON-2.05 MID=15674, Token=null, OptionSet={}, "server responds hi" 08:19:48.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398, complete]! 08:19:48.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R398, complete] completed NON-2.04 MID=15674, Token=84EDFB2D3D48B51C, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18! 08:19:48.611 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.611 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E434,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15674, Token=84EDFB2D3D48B51C, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18] 08:19:48.611 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15674] 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397, complete]! 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L397, complete] for token KeyToken[127.0.0.1:8240-84EDFB2D3D48B51C] 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L397, complete] for MID KeyMID[127.0.0.1:8240-15674] 08:19:48.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L397, complete] completed CON-POST MID= -1, Token=84EDFB2D3D48B51C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15674, Token=84EDFB2D3D48B51C, OptionSet={"Object-Security":0x097A}, acked 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1! 08:19:48.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L399] send request 08:19:48.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L399] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:19:48.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L399] added with generated mid KeyMID[127.0.0.1:8240-15675], CON-POST MID=15675, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:19:48.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L399] added with generated token KeyToken[127.0.0.1:8240-A0ED380E9FDBDF1B], CON-POST MID=15675, Token=A0ED380E9FDBDF1B, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:19:48.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15675], KeyToken[127.0.0.1:8240-A0ED380E9FDBDF1B]] 08:19:48.613 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.613 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E435,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15675, Token=A0ED380E9FDBDF1B, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17] 08:19:48.613 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15675] 08:19:48.613 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.613 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400] replace CON-POST MID=15675, Token=A0ED380E9FDBDF1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15675, Token=A0ED380E9FDBDF1B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R400] send response NON-2.05 MID=15675, Token=null, OptionSet={}, "server responds hi" 08:19:48.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400, complete]! 08:19:48.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R400, complete] completed NON-2.04 MID=15675, Token=A0ED380E9FDBDF1B, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71! 08:19:48.614 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.614 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E436,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15675, Token=A0ED380E9FDBDF1B, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71] 08:19:48.614 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15675] 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399, complete]! 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L399, complete] for token KeyToken[127.0.0.1:8240-A0ED380E9FDBDF1B] 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L399, complete] for MID KeyMID[127.0.0.1:8240-15675] 08:19:48.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L399, complete] completed CON-POST MID= -1, Token=A0ED380E9FDBDF1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15675, Token=A0ED380E9FDBDF1B, OptionSet={"Object-Security":0x097B}, acked 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17! 08:19:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L401] send request 08:19:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L401] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:19:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L401] added with generated mid KeyMID[127.0.0.1:8240-15676], CON-POST MID=15676, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:19:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L401] added with generated token KeyToken[127.0.0.1:8240-1CD085B2915BBE13], CON-POST MID=15676, Token=1CD085B2915BBE13, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:19:48.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15676], KeyToken[127.0.0.1:8240-1CD085B2915BBE13]] 08:19:48.616 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.616 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E437,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15676, Token=1CD085B2915BBE13, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52] 08:19:48.616 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15676] 08:19:48.616 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.616 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402] replace CON-POST MID=15676, Token=1CD085B2915BBE13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15676, Token=1CD085B2915BBE13, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R402] send response NON-2.05 MID=15676, Token=null, OptionSet={}, "server responds hi" 08:19:48.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402, complete]! 08:19:48.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R402, complete] completed NON-2.04 MID=15676, Token=1CD085B2915BBE13, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B! 08:19:48.617 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.617 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E438,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15676, Token=1CD085B2915BBE13, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B] 08:19:48.617 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15676] 08:19:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401, complete]! 08:19:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L401, complete] for token KeyToken[127.0.0.1:8240-1CD085B2915BBE13] 08:19:48.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L401, complete] for MID KeyMID[127.0.0.1:8240-15676] 08:19:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L401, complete] completed CON-POST MID= -1, Token=1CD085B2915BBE13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15676, Token=1CD085B2915BBE13, OptionSet={"Object-Security":0x097C}, acked 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52! 08:19:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L403] send request 08:19:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L403] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:19:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L403] added with generated mid KeyMID[127.0.0.1:8240-15677], CON-POST MID=15677, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:19:48.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L403] added with generated token KeyToken[127.0.0.1:8240-709347876D65C7B5], CON-POST MID=15677, Token=709347876D65C7B5, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:19:48.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15677], KeyToken[127.0.0.1:8240-709347876D65C7B5]] 08:19:48.619 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.619 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E439,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15677, Token=709347876D65C7B5, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02] 08:19:48.619 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15677] 08:19:48.619 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.619 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404] replace CON-POST MID=15677, Token=709347876D65C7B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15677, Token=709347876D65C7B5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R404] send response NON-2.05 MID=15677, Token=null, OptionSet={}, "server responds hi" 08:19:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404, complete]! 08:19:48.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R404, complete] completed NON-2.04 MID=15677, Token=709347876D65C7B5, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12! 08:19:48.620 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.620 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E440,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15677, Token=709347876D65C7B5, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12] 08:19:48.620 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15677] 08:19:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403, complete]! 08:19:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L403, complete] for token KeyToken[127.0.0.1:8240-709347876D65C7B5] 08:19:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L403, complete] for MID KeyMID[127.0.0.1:8240-15677] 08:19:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L403, complete] completed CON-POST MID= -1, Token=709347876D65C7B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15677, Token=709347876D65C7B5, OptionSet={"Object-Security":0x097D}, acked 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02! 08:19:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L405] send request 08:19:48.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L405] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:19:48.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L405] added with generated mid KeyMID[127.0.0.1:8240-15678], CON-POST MID=15678, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:19:48.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L405] added with generated token KeyToken[127.0.0.1:8240-D0512016AB6447DB], CON-POST MID=15678, Token=D0512016AB6447DB, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:19:48.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15678], KeyToken[127.0.0.1:8240-D0512016AB6447DB]] 08:19:48.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E441,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15678, Token=D0512016AB6447DB, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40] 08:19:48.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15678] 08:19:48.653 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.653 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406] replace CON-POST MID=15678, Token=D0512016AB6447DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15678, Token=D0512016AB6447DB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R406] send response NON-2.05 MID=15678, Token=null, OptionSet={}, "server responds hi" 08:19:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406, complete]! 08:19:48.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R406, complete] completed NON-2.04 MID=15678, Token=D0512016AB6447DB, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69! 08:19:48.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E442,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15678, Token=D0512016AB6447DB, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69] 08:19:48.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15678] 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405, complete]! 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L405, complete] for token KeyToken[127.0.0.1:8240-D0512016AB6447DB] 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L405, complete] for MID KeyMID[127.0.0.1:8240-15678] 08:19:48.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L405, complete] completed CON-POST MID= -1, Token=D0512016AB6447DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15678, Token=D0512016AB6447DB, OptionSet={"Object-Security":0x097E}, acked FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40! 08:19:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L407] send request 08:19:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L407] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:19:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L407] added with generated mid KeyMID[127.0.0.1:8240-15679], CON-POST MID=15679, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:19:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L407] added with generated token KeyToken[127.0.0.1:8240-34E0D7ECE5B8A38E], CON-POST MID=15679, Token=34E0D7ECE5B8A38E, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:19:48.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15679], KeyToken[127.0.0.1:8240-34E0D7ECE5B8A38E]] 08:19:48.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E443,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15679, Token=34E0D7ECE5B8A38E, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3] 08:19:48.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15679] 08:19:48.656 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.656 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408] replace CON-POST MID=15679, Token=34E0D7ECE5B8A38E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15679, Token=34E0D7ECE5B8A38E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R408] send response NON-2.05 MID=15679, Token=null, OptionSet={}, "server responds hi" 08:19:48.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408, complete]! 08:19:48.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R408, complete] completed NON-2.04 MID=15679, Token=34E0D7ECE5B8A38E, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD! 08:19:48.657 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E444,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15679, Token=34E0D7ECE5B8A38E, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD] 08:19:48.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15679] 08:19:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407, complete]! 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L407, complete] for token KeyToken[127.0.0.1:8240-34E0D7ECE5B8A38E] 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L407, complete] for MID KeyMID[127.0.0.1:8240-15679] 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L407, complete] completed CON-POST MID= -1, Token=34E0D7ECE5B8A38E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15679, Token=34E0D7ECE5B8A38E, OptionSet={"Object-Security":0x097F}, acked B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3! 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L409] send request 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L409] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L409] added with generated mid KeyMID[127.0.0.1:8240-15680], CON-POST MID=15680, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L409] added with generated token KeyToken[127.0.0.1:8240-C8F74CA07D2227FC], CON-POST MID=15680, Token=C8F74CA07D2227FC, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:48.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15680], KeyToken[127.0.0.1:8240-C8F74CA07D2227FC]] 08:19:48.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E445,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15680, Token=C8F74CA07D2227FC, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 08:19:48.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15680] 08:19:48.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410] replace CON-POST MID=15680, Token=C8F74CA07D2227FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15680, Token=C8F74CA07D2227FC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R410] send response NON-2.05 MID=15680, Token=null, OptionSet={}, "server responds hi" 08:19:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410, complete]! 08:19:48.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R410, complete] completed NON-2.04 MID=15680, Token=C8F74CA07D2227FC, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 08:19:48.660 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E446,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15680, Token=C8F74CA07D2227FC, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 08:19:48.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15680] 08:19:48.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409, complete]! 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L409, complete] for token KeyToken[127.0.0.1:8240-C8F74CA07D2227FC] 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L409, complete] for MID KeyMID[127.0.0.1:8240-15680] 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L409, complete] completed CON-POST MID= -1, Token=C8F74CA07D2227FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15680, Token=C8F74CA07D2227FC, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L411] send request 08:19:48.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L411] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:19:48.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L411] added with generated mid KeyMID[127.0.0.1:8240-15681], CON-POST MID=15681, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:19:48.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L411] added with generated token KeyToken[127.0.0.1:8240-D0E2748EDFC3D3EE], CON-POST MID=15681, Token=D0E2748EDFC3D3EE, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:19:48.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15681], KeyToken[127.0.0.1:8240-D0E2748EDFC3D3EE]] 08:19:48.662 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E447,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15681, Token=D0E2748EDFC3D3EE, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA] 08:19:48.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15681] 08:19:48.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412] replace CON-POST MID=15681, Token=D0E2748EDFC3D3EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15681, Token=D0E2748EDFC3D3EE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R412] send response NON-2.05 MID=15681, Token=null, OptionSet={}, "server responds hi" 08:19:48.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412, complete]! 08:19:48.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R412, complete] completed NON-2.04 MID=15681, Token=D0E2748EDFC3D3EE, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F! 08:19:48.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E448,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15681, Token=D0E2748EDFC3D3EE, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F] 08:19:48.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15681] 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411, complete]! 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L411, complete] for token KeyToken[127.0.0.1:8240-D0E2748EDFC3D3EE] 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L411, complete] for MID KeyMID[127.0.0.1:8240-15681] 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L411, complete] completed CON-POST MID= -1, Token=D0E2748EDFC3D3EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15681, Token=D0E2748EDFC3D3EE, OptionSet={"Object-Security":0x0981}, acked 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA! 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L413] send request 08:19:48.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L413] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:19:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L413] added with generated mid KeyMID[127.0.0.1:8240-15682], CON-POST MID=15682, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:19:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L413] added with generated token KeyToken[127.0.0.1:8240-0814970F157B7CCA], CON-POST MID=15682, Token=0814970F157B7CCA, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:19:48.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15682], KeyToken[127.0.0.1:8240-0814970F157B7CCA]] 08:19:48.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E449,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15682, Token=0814970F157B7CCA, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2] 08:19:48.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15682] 08:19:48.666 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.666 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414] replace CON-POST MID=15682, Token=0814970F157B7CCA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15682, Token=0814970F157B7CCA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R414] send response NON-2.05 MID=15682, Token=null, OptionSet={}, "server responds hi" 08:19:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414, complete]! 08:19:48.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R414, complete] completed NON-2.04 MID=15682, Token=0814970F157B7CCA, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0! 08:19:48.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E450,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15682, Token=0814970F157B7CCA, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0] 08:19:48.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15682] 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413, complete]! 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L413, complete] for token KeyToken[127.0.0.1:8240-0814970F157B7CCA] 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L413, complete] for MID KeyMID[127.0.0.1:8240-15682] 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L413, complete] completed CON-POST MID= -1, Token=0814970F157B7CCA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15682, Token=0814970F157B7CCA, OptionSet={"Object-Security":0x0982}, acked 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2! 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L415] send request 08:19:48.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L415] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:19:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L415] added with generated mid KeyMID[127.0.0.1:8240-15683], CON-POST MID=15683, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:19:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L415] added with generated token KeyToken[127.0.0.1:8240-88CE95F55CADF91C], CON-POST MID=15683, Token=88CE95F55CADF91C, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:19:48.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15683], KeyToken[127.0.0.1:8240-88CE95F55CADF91C]] 08:19:48.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E451,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15683, Token=88CE95F55CADF91C, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99] 08:19:48.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15683] 08:19:48.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416] replace CON-POST MID=15683, Token=88CE95F55CADF91C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15683, Token=88CE95F55CADF91C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R416] send response NON-2.05 MID=15683, Token=null, OptionSet={}, "server responds hi" 08:19:48.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416, complete]! 08:19:48.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R416, complete] completed NON-2.04 MID=15683, Token=88CE95F55CADF91C, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C! 08:19:48.670 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E452,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15683, Token=88CE95F55CADF91C, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C] 08:19:48.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15683] 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415, complete]! 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L415, complete] for token KeyToken[127.0.0.1:8240-88CE95F55CADF91C] 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L415, complete] for MID KeyMID[127.0.0.1:8240-15683] 08:19:48.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L415, complete] completed CON-POST MID= -1, Token=88CE95F55CADF91C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15683, Token=88CE95F55CADF91C, OptionSet={"Object-Security":0x0983}, acked 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99! 08:19:48.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L417] send request 08:19:48.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L417] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:19:48.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L417] added with generated mid KeyMID[127.0.0.1:8240-15684], CON-POST MID=15684, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:19:48.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L417] added with generated token KeyToken[127.0.0.1:8240-441B3F27FE9B2AE1], CON-POST MID=15684, Token=441B3F27FE9B2AE1, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:19:48.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15684], KeyToken[127.0.0.1:8240-441B3F27FE9B2AE1]] 08:19:48.672 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E453,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15684, Token=441B3F27FE9B2AE1, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF] 08:19:48.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15684] 08:19:48.672 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.672 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418] replace CON-POST MID=15684, Token=441B3F27FE9B2AE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15684, Token=441B3F27FE9B2AE1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R418] send response NON-2.05 MID=15684, Token=null, OptionSet={}, "server responds hi" 08:19:48.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418, complete]! 08:19:48.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R418, complete] completed NON-2.04 MID=15684, Token=441B3F27FE9B2AE1, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC! 08:19:48.673 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E454,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15684, Token=441B3F27FE9B2AE1, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC] 08:19:48.673 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15684] 08:19:48.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417, complete]! 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L417, complete] for token KeyToken[127.0.0.1:8240-441B3F27FE9B2AE1] 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L417, complete] for MID KeyMID[127.0.0.1:8240-15684] 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L417, complete] completed CON-POST MID= -1, Token=441B3F27FE9B2AE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15684, Token=441B3F27FE9B2AE1, OptionSet={"Object-Security":0x0984}, acked 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF! 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L419] send request 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L419] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:19:48.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L419] added with generated mid KeyMID[127.0.0.1:8240-15685], CON-POST MID=15685, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:19:48.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L419] added with generated token KeyToken[127.0.0.1:8240-4051D383B10AE0B0], CON-POST MID=15685, Token=4051D383B10AE0B0, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:19:48.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15685], KeyToken[127.0.0.1:8240-4051D383B10AE0B0]] 08:19:48.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E455,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15685, Token=4051D383B10AE0B0, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1] 08:19:48.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15685] 08:19:48.675 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.675 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420] replace CON-POST MID=15685, Token=4051D383B10AE0B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15685, Token=4051D383B10AE0B0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R420] send response NON-2.05 MID=15685, Token=null, OptionSet={}, "server responds hi" 08:19:48.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420, complete]! 08:19:48.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R420, complete] completed NON-2.04 MID=15685, Token=4051D383B10AE0B0, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96! 08:19:48.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E456,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15685, Token=4051D383B10AE0B0, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96] 08:19:48.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15685] 08:19:48.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419, complete]! 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L419, complete] for token KeyToken[127.0.0.1:8240-4051D383B10AE0B0] 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L419, complete] for MID KeyMID[127.0.0.1:8240-15685] 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L419, complete] completed CON-POST MID= -1, Token=4051D383B10AE0B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15685, Token=4051D383B10AE0B0, OptionSet={"Object-Security":0x0985}, acked 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1! 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L421] send request 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L421] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:19:48.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L421] added with generated mid KeyMID[127.0.0.1:8240-15686], CON-POST MID=15686, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:19:48.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L421] added with generated token KeyToken[127.0.0.1:8240-54848F307B115AAD], CON-POST MID=15686, Token=54848F307B115AAD, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:19:48.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15686], KeyToken[127.0.0.1:8240-54848F307B115AAD]] 08:19:48.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E457,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15686, Token=54848F307B115AAD, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17] 08:19:48.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15686] 08:19:48.678 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.678 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422] replace CON-POST MID=15686, Token=54848F307B115AAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15686, Token=54848F307B115AAD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R422] send response NON-2.05 MID=15686, Token=null, OptionSet={}, "server responds hi" 08:19:48.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422, complete]! 08:19:48.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R422, complete] completed NON-2.04 MID=15686, Token=54848F307B115AAD, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51! 08:19:48.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E458,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15686, Token=54848F307B115AAD, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51] 08:19:48.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15686] 08:19:48.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421, complete]! 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L421, complete] for token KeyToken[127.0.0.1:8240-54848F307B115AAD] 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L421, complete] for MID KeyMID[127.0.0.1:8240-15686] 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L421, complete] completed CON-POST MID= -1, Token=54848F307B115AAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15686, Token=54848F307B115AAD, OptionSet={"Object-Security":0x0986}, acked FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17! 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L423] send request 08:19:48.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L423] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:19:48.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L423] added with generated mid KeyMID[127.0.0.1:8240-15687], CON-POST MID=15687, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:19:48.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L423] added with generated token KeyToken[127.0.0.1:8240-7048FB6C0F8E54B7], CON-POST MID=15687, Token=7048FB6C0F8E54B7, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:19:48.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15687], KeyToken[127.0.0.1:8240-7048FB6C0F8E54B7]] 08:19:48.681 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E459,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15687, Token=7048FB6C0F8E54B7, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22] 08:19:48.681 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15687] 08:19:48.681 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.681 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424] replace CON-POST MID=15687, Token=7048FB6C0F8E54B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15687, Token=7048FB6C0F8E54B7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R424] send response NON-2.05 MID=15687, Token=null, OptionSet={}, "server responds hi" 08:19:48.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424, complete]! 08:19:48.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R424, complete] completed NON-2.04 MID=15687, Token=7048FB6C0F8E54B7, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7! 08:19:48.682 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E460,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15687, Token=7048FB6C0F8E54B7, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7] 08:19:48.682 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15687] 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423, complete]! 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L423, complete] for token KeyToken[127.0.0.1:8240-7048FB6C0F8E54B7] 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L423, complete] for MID KeyMID[127.0.0.1:8240-15687] 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L423, complete] completed CON-POST MID= -1, Token=7048FB6C0F8E54B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15687, Token=7048FB6C0F8E54B7, OptionSet={"Object-Security":0x0987}, acked B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22! 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L425] send request 08:19:48.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L425] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:19:48.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L425] added with generated mid KeyMID[127.0.0.1:8240-15688], CON-POST MID=15688, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:19:48.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L425] added with generated token KeyToken[127.0.0.1:8240-44F1CA9AA8C2E3EF], CON-POST MID=15688, Token=44F1CA9AA8C2E3EF, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:19:48.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15688], KeyToken[127.0.0.1:8240-44F1CA9AA8C2E3EF]] 08:19:48.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E461,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15688, Token=44F1CA9AA8C2E3EF, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C] 08:19:48.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15688] 08:19:48.685 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.685 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426] replace CON-POST MID=15688, Token=44F1CA9AA8C2E3EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15688, Token=44F1CA9AA8C2E3EF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R426] send response NON-2.05 MID=15688, Token=null, OptionSet={}, "server responds hi" 08:19:48.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426, complete]! 08:19:48.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R426, complete] completed NON-2.04 MID=15688, Token=44F1CA9AA8C2E3EF, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D! 08:19:48.686 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E462,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15688, Token=44F1CA9AA8C2E3EF, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D] 08:19:48.686 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15688] 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425, complete]! 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L425, complete] for token KeyToken[127.0.0.1:8240-44F1CA9AA8C2E3EF] 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L425, complete] for MID KeyMID[127.0.0.1:8240-15688] 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L425, complete] completed CON-POST MID= -1, Token=44F1CA9AA8C2E3EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15688, Token=44F1CA9AA8C2E3EF, OptionSet={"Object-Security":0x0988}, acked 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C! 08:19:48.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L427] send request 08:19:48.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L427] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:19:48.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L427] added with generated mid KeyMID[127.0.0.1:8240-15689], CON-POST MID=15689, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:19:48.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L427] added with generated token KeyToken[127.0.0.1:8240-ECEEE1E17052637E], CON-POST MID=15689, Token=ECEEE1E17052637E, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:19:48.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15689], KeyToken[127.0.0.1:8240-ECEEE1E17052637E]] 08:19:48.687 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E463,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15689, Token=ECEEE1E17052637E, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31] 08:19:48.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15689] 08:19:48.688 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.688 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428] replace CON-POST MID=15689, Token=ECEEE1E17052637E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15689, Token=ECEEE1E17052637E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.688 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R428] send response NON-2.05 MID=15689, Token=null, OptionSet={}, "server responds hi" 08:19:48.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428, complete]! 08:19:48.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R428, complete] completed NON-2.04 MID=15689, Token=ECEEE1E17052637E, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE! 08:19:48.689 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E464,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15689, Token=ECEEE1E17052637E, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE] 08:19:48.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15689] 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427, complete]! 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L427, complete] for token KeyToken[127.0.0.1:8240-ECEEE1E17052637E] 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L427, complete] for MID KeyMID[127.0.0.1:8240-15689] 08:19:48.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L427, complete] completed CON-POST MID= -1, Token=ECEEE1E17052637E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15689, Token=ECEEE1E17052637E, OptionSet={"Object-Security":0x0989}, acked C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31! 08:19:48.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L429] send request 08:19:48.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L429] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:19:48.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L429] added with generated mid KeyMID[127.0.0.1:8240-15690], CON-POST MID=15690, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:19:48.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L429] added with generated token KeyToken[127.0.0.1:8240-E4E57902D0F0A52B], CON-POST MID=15690, Token=E4E57902D0F0A52B, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:19:48.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15690], KeyToken[127.0.0.1:8240-E4E57902D0F0A52B]] 08:19:48.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E465,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15690, Token=E4E57902D0F0A52B, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2] 08:19:48.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15690] 08:19:48.691 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.691 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430] replace CON-POST MID=15690, Token=E4E57902D0F0A52B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15690, Token=E4E57902D0F0A52B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R430] send response NON-2.05 MID=15690, Token=null, OptionSet={}, "server responds hi" 08:19:48.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430, complete]! 08:19:48.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R430, complete] completed NON-2.04 MID=15690, Token=E4E57902D0F0A52B, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6! 08:19:48.692 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E466,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15690, Token=E4E57902D0F0A52B, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6] 08:19:48.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15690] 08:19:48.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429, complete]! 08:19:48.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L429, complete] for token KeyToken[127.0.0.1:8240-E4E57902D0F0A52B] 08:19:48.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L429, complete] for MID KeyMID[127.0.0.1:8240-15690] 08:19:48.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L429, complete] completed CON-POST MID= -1, Token=E4E57902D0F0A52B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15690, Token=E4E57902D0F0A52B, OptionSet={"Object-Security":0x098A}, acked 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2! 08:19:48.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L431] send request 08:19:48.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L431] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:19:48.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L431] added with generated mid KeyMID[127.0.0.1:8240-15691], CON-POST MID=15691, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:19:48.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L431] added with generated token KeyToken[127.0.0.1:8240-90B5CE13AC1F9A80], CON-POST MID=15691, Token=90B5CE13AC1F9A80, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:19:48.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15691], KeyToken[127.0.0.1:8240-90B5CE13AC1F9A80]] 08:19:48.694 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E467,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15691, Token=90B5CE13AC1F9A80, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC] 08:19:48.694 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15691] 08:19:48.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432] replace CON-POST MID=15691, Token=90B5CE13AC1F9A80, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15691, Token=90B5CE13AC1F9A80, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R432] send response NON-2.05 MID=15691, Token=null, OptionSet={}, "server responds hi" 08:19:48.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432, complete]! 08:19:48.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R432, complete] completed NON-2.04 MID=15691, Token=90B5CE13AC1F9A80, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A! 08:19:48.695 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E468,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15691, Token=90B5CE13AC1F9A80, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A] 08:19:48.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15691] 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431, complete]! 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L431, complete] for token KeyToken[127.0.0.1:8240-90B5CE13AC1F9A80] 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L431, complete] for MID KeyMID[127.0.0.1:8240-15691] 08:19:48.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L431, complete] completed CON-POST MID= -1, Token=90B5CE13AC1F9A80, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15691, Token=90B5CE13AC1F9A80, OptionSet={"Object-Security":0x098B}, acked A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC! 08:19:48.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L433] send request 08:19:48.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L433] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:19:48.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L433] added with generated mid KeyMID[127.0.0.1:8240-15692], CON-POST MID=15692, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:19:48.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L433] added with generated token KeyToken[127.0.0.1:8240-D4BC793ACD95B66A], CON-POST MID=15692, Token=D4BC793ACD95B66A, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:19:48.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15692], KeyToken[127.0.0.1:8240-D4BC793ACD95B66A]] 08:19:48.698 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E469,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15692, Token=D4BC793ACD95B66A, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D] 08:19:48.698 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15692] 08:19:48.698 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.698 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434] replace CON-POST MID=15692, Token=D4BC793ACD95B66A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15692, Token=D4BC793ACD95B66A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R434] send response NON-2.05 MID=15692, Token=null, OptionSet={}, "server responds hi" 08:19:48.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434, complete]! 08:19:48.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R434, complete] completed NON-2.04 MID=15692, Token=D4BC793ACD95B66A, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A! 08:19:48.699 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.699 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E470,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15692, Token=D4BC793ACD95B66A, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A] 08:19:48.699 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15692] 08:19:48.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433, complete]! 08:19:48.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L433, complete] for token KeyToken[127.0.0.1:8240-D4BC793ACD95B66A] 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L433, complete] for MID KeyMID[127.0.0.1:8240-15692] 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L433, complete] completed CON-POST MID= -1, Token=D4BC793ACD95B66A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15692, Token=D4BC793ACD95B66A, OptionSet={"Object-Security":0x098C}, acked 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D! 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L435] send request 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L435] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L435] added with generated mid KeyMID[127.0.0.1:8240-15693], CON-POST MID=15693, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:19:48.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L435] added with generated token KeyToken[127.0.0.1:8240-9095A27E86EC22E4], CON-POST MID=15693, Token=9095A27E86EC22E4, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:19:48.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15693], KeyToken[127.0.0.1:8240-9095A27E86EC22E4]] 08:19:48.701 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E471,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15693, Token=9095A27E86EC22E4, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C] 08:19:48.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15693] 08:19:48.701 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.701 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436] replace CON-POST MID=15693, Token=9095A27E86EC22E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15693, Token=9095A27E86EC22E4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R436] send response NON-2.05 MID=15693, Token=null, OptionSet={}, "server responds hi" 08:19:48.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436, complete]! 08:19:48.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R436, complete] completed NON-2.04 MID=15693, Token=9095A27E86EC22E4, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64! 08:19:48.702 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E472,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15693, Token=9095A27E86EC22E4, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64] 08:19:48.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15693] 08:19:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435, complete]! 08:19:48.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L435, complete] for token KeyToken[127.0.0.1:8240-9095A27E86EC22E4] 08:19:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L435, complete] for MID KeyMID[127.0.0.1:8240-15693] 08:19:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L435, complete] completed CON-POST MID= -1, Token=9095A27E86EC22E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15693, Token=9095A27E86EC22E4, OptionSet={"Object-Security":0x098D}, acked 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C! 08:19:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L437] send request 08:19:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L437] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:19:48.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L437] added with generated mid KeyMID[127.0.0.1:8240-15694], CON-POST MID=15694, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:19:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L437] added with generated token KeyToken[127.0.0.1:8240-D4FF7FA2209EF79E], CON-POST MID=15694, Token=D4FF7FA2209EF79E, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:19:48.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15694], KeyToken[127.0.0.1:8240-D4FF7FA2209EF79E]] 08:19:48.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E473,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15694, Token=D4FF7FA2209EF79E, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE] 08:19:48.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15694] 08:19:48.754 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.754 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438] replace CON-POST MID=15694, Token=D4FF7FA2209EF79E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15694, Token=D4FF7FA2209EF79E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R438] send response NON-2.05 MID=15694, Token=null, OptionSet={}, "server responds hi" 08:19:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438, complete]! 08:19:48.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R438, complete] completed NON-2.04 MID=15694, Token=D4FF7FA2209EF79E, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A! 08:19:48.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E474,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15694, Token=D4FF7FA2209EF79E, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A] 08:19:48.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15694] 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437, complete]! 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L437, complete] for token KeyToken[127.0.0.1:8240-D4FF7FA2209EF79E] 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L437, complete] for MID KeyMID[127.0.0.1:8240-15694] 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L437, complete] completed CON-POST MID= -1, Token=D4FF7FA2209EF79E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15694, Token=D4FF7FA2209EF79E, OptionSet={"Object-Security":0x098E}, acked 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE! 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L439] send request 08:19:48.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L439] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:19:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L439] added with generated mid KeyMID[127.0.0.1:8240-15695], CON-POST MID=15695, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:19:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L439] added with generated token KeyToken[127.0.0.1:8240-AC323B30E46E0604], CON-POST MID=15695, Token=AC323B30E46E0604, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:19:48.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15695], KeyToken[127.0.0.1:8240-AC323B30E46E0604]] 08:19:48.757 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E475,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15695, Token=AC323B30E46E0604, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74] 08:19:48.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15695] 08:19:48.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.758 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440] replace CON-POST MID=15695, Token=AC323B30E46E0604, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15695, Token=AC323B30E46E0604, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R440] send response NON-2.05 MID=15695, Token=null, OptionSet={}, "server responds hi" 08:19:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440, complete]! 08:19:48.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R440, complete] completed NON-2.04 MID=15695, Token=AC323B30E46E0604, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC! 08:19:48.758 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E476,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15695, Token=AC323B30E46E0604, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC] 08:19:48.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15695] 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439, complete]! 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L439, complete] for token KeyToken[127.0.0.1:8240-AC323B30E46E0604] 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L439, complete] for MID KeyMID[127.0.0.1:8240-15695] 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L439, complete] completed CON-POST MID= -1, Token=AC323B30E46E0604, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15695, Token=AC323B30E46E0604, OptionSet={"Object-Security":0x098F}, acked 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74! 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L441] send request 08:19:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L441] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:19:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L441] added with generated mid KeyMID[127.0.0.1:8240-15696], CON-POST MID=15696, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:19:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L441] added with generated token KeyToken[127.0.0.1:8240-24958AB72D283C5F], CON-POST MID=15696, Token=24958AB72D283C5F, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:19:48.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15696], KeyToken[127.0.0.1:8240-24958AB72D283C5F]] 08:19:48.760 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E477,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15696, Token=24958AB72D283C5F, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13] 08:19:48.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15696] 08:19:48.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442] replace CON-POST MID=15696, Token=24958AB72D283C5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15696, Token=24958AB72D283C5F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R442] send response NON-2.05 MID=15696, Token=null, OptionSet={}, "server responds hi" 08:19:48.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442, complete]! 08:19:48.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R442, complete] completed NON-2.04 MID=15696, Token=24958AB72D283C5F, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC! 08:19:48.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E478,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15696, Token=24958AB72D283C5F, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC] 08:19:48.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15696] 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441, complete]! 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L441, complete] for token KeyToken[127.0.0.1:8240-24958AB72D283C5F] 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L441, complete] for MID KeyMID[127.0.0.1:8240-15696] 08:19:48.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L441, complete] completed CON-POST MID= -1, Token=24958AB72D283C5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15696, Token=24958AB72D283C5F, OptionSet={"Object-Security":0x0990}, acked 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13! 08:19:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L443] send request 08:19:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L443] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:19:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L443] added with generated mid KeyMID[127.0.0.1:8240-15697], CON-POST MID=15697, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:19:48.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L443] added with generated token KeyToken[127.0.0.1:8240-D888E4E75E4D41BA], CON-POST MID=15697, Token=D888E4E75E4D41BA, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:19:48.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15697], KeyToken[127.0.0.1:8240-D888E4E75E4D41BA]] 08:19:48.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E479,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15697, Token=D888E4E75E4D41BA, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1] 08:19:48.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15697] 08:19:48.764 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.764 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444] replace CON-POST MID=15697, Token=D888E4E75E4D41BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15697, Token=D888E4E75E4D41BA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R444] send response NON-2.05 MID=15697, Token=null, OptionSet={}, "server responds hi" 08:19:48.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444, complete]! 08:19:48.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R444, complete] completed NON-2.04 MID=15697, Token=D888E4E75E4D41BA, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01! 08:19:48.765 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E480,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15697, Token=D888E4E75E4D41BA, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01] 08:19:48.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15697] 08:19:48.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443, complete]! 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L443, complete] for token KeyToken[127.0.0.1:8240-D888E4E75E4D41BA] 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L443, complete] for MID KeyMID[127.0.0.1:8240-15697] 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L443, complete] completed CON-POST MID= -1, Token=D888E4E75E4D41BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15697, Token=D888E4E75E4D41BA, OptionSet={"Object-Security":0x0991}, acked 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1! 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L445] send request 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L445] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:19:48.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L445] added with generated mid KeyMID[127.0.0.1:8240-15698], CON-POST MID=15698, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:19:48.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L445] added with generated token KeyToken[127.0.0.1:8240-780E8F02E010EC71], CON-POST MID=15698, Token=780E8F02E010EC71, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:19:48.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15698], KeyToken[127.0.0.1:8240-780E8F02E010EC71]] 08:19:48.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E481,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15698, Token=780E8F02E010EC71, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01] 08:19:48.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15698] 08:19:48.767 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.767 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446] replace CON-POST MID=15698, Token=780E8F02E010EC71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15698, Token=780E8F02E010EC71, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R446] send response NON-2.05 MID=15698, Token=null, OptionSet={}, "server responds hi" 08:19:48.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446, complete]! 08:19:48.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R446, complete] completed NON-2.04 MID=15698, Token=780E8F02E010EC71, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A! 08:19:48.768 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E482,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15698, Token=780E8F02E010EC71, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A] 08:19:48.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15698] 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445, complete]! 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L445, complete] for token KeyToken[127.0.0.1:8240-780E8F02E010EC71] 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L445, complete] for MID KeyMID[127.0.0.1:8240-15698] 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L445, complete] completed CON-POST MID= -1, Token=780E8F02E010EC71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15698, Token=780E8F02E010EC71, OptionSet={"Object-Security":0x0992}, acked BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01! 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L447] send request 08:19:48.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L447] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:19:48.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L447] added with generated mid KeyMID[127.0.0.1:8240-15699], CON-POST MID=15699, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:19:48.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L447] added with generated token KeyToken[127.0.0.1:8240-D0BDF8B1D0920CDA], CON-POST MID=15699, Token=D0BDF8B1D0920CDA, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:19:48.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15699], KeyToken[127.0.0.1:8240-D0BDF8B1D0920CDA]] 08:19:48.770 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E483,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15699, Token=D0BDF8B1D0920CDA, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB] 08:19:48.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15699] 08:19:48.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448] replace CON-POST MID=15699, Token=D0BDF8B1D0920CDA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15699, Token=D0BDF8B1D0920CDA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R448] send response NON-2.05 MID=15699, Token=null, OptionSet={}, "server responds hi" 08:19:48.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448, complete]! 08:19:48.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R448, complete] completed NON-2.04 MID=15699, Token=D0BDF8B1D0920CDA, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD! 08:19:48.771 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E484,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15699, Token=D0BDF8B1D0920CDA, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD] 08:19:48.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15699] 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447, complete]! 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L447, complete] for token KeyToken[127.0.0.1:8240-D0BDF8B1D0920CDA] 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L447, complete] for MID KeyMID[127.0.0.1:8240-15699] 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L447, complete] completed CON-POST MID= -1, Token=D0BDF8B1D0920CDA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15699, Token=D0BDF8B1D0920CDA, OptionSet={"Object-Security":0x0993}, acked 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB! 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L449] send request 08:19:48.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L449] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:19:48.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L449] added with generated mid KeyMID[127.0.0.1:8240-15700], CON-POST MID=15700, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:19:48.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L449] added with generated token KeyToken[127.0.0.1:8240-78102319DC827A9C], CON-POST MID=15700, Token=78102319DC827A9C, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:19:48.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15700], KeyToken[127.0.0.1:8240-78102319DC827A9C]] 08:19:48.774 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E485,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15700, Token=78102319DC827A9C, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A] 08:19:48.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15700] 08:19:48.774 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.774 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450] replace CON-POST MID=15700, Token=78102319DC827A9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15700, Token=78102319DC827A9C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R450] send response NON-2.05 MID=15700, Token=null, OptionSet={}, "server responds hi" 08:19:48.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450, complete]! 08:19:48.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R450, complete] completed NON-2.04 MID=15700, Token=78102319DC827A9C, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A! 08:19:48.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E486,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15700, Token=78102319DC827A9C, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A] 08:19:48.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15700] 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449, complete]! 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L449, complete] for token KeyToken[127.0.0.1:8240-78102319DC827A9C] 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L449, complete] for MID KeyMID[127.0.0.1:8240-15700] 08:19:48.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L449, complete] completed CON-POST MID= -1, Token=78102319DC827A9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15700, Token=78102319DC827A9C, OptionSet={"Object-Security":0x0994}, acked 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A! 08:19:48.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L451] send request 08:19:48.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L451] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:19:48.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L451] added with generated mid KeyMID[127.0.0.1:8240-15701], CON-POST MID=15701, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:19:48.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L451] added with generated token KeyToken[127.0.0.1:8240-6C2691DEC57C1CC3], CON-POST MID=15701, Token=6C2691DEC57C1CC3, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:19:48.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15701], KeyToken[127.0.0.1:8240-6C2691DEC57C1CC3]] 08:19:48.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E487,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15701, Token=6C2691DEC57C1CC3, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5] 08:19:48.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15701] 08:19:48.777 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.777 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452] replace CON-POST MID=15701, Token=6C2691DEC57C1CC3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15701, Token=6C2691DEC57C1CC3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R452] send response NON-2.05 MID=15701, Token=null, OptionSet={}, "server responds hi" 08:19:48.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452, complete]! 08:19:48.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R452, complete] completed NON-2.04 MID=15701, Token=6C2691DEC57C1CC3, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07! 08:19:48.778 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E488,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15701, Token=6C2691DEC57C1CC3, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07] 08:19:48.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15701] 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451, complete]! 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L451, complete] for token KeyToken[127.0.0.1:8240-6C2691DEC57C1CC3] 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L451, complete] for MID KeyMID[127.0.0.1:8240-15701] 08:19:48.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L451, complete] completed CON-POST MID= -1, Token=6C2691DEC57C1CC3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15701, Token=6C2691DEC57C1CC3, OptionSet={"Object-Security":0x0995}, acked EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5! 08:19:48.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L453] send request 08:19:48.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L453] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:19:48.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L453] added with generated mid KeyMID[127.0.0.1:8240-15702], CON-POST MID=15702, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:19:48.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L453] added with generated token KeyToken[127.0.0.1:8240-CC410A496CDA4A5C], CON-POST MID=15702, Token=CC410A496CDA4A5C, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:19:48.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15702], KeyToken[127.0.0.1:8240-CC410A496CDA4A5C]] 08:19:48.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E489,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15702, Token=CC410A496CDA4A5C, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D] 08:19:48.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15702] 08:19:48.780 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.780 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454] replace CON-POST MID=15702, Token=CC410A496CDA4A5C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15702, Token=CC410A496CDA4A5C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R454] send response NON-2.05 MID=15702, Token=null, OptionSet={}, "server responds hi" 08:19:48.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454, complete]! 08:19:48.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R454, complete] completed NON-2.04 MID=15702, Token=CC410A496CDA4A5C, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB! 08:19:48.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E490,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15702, Token=CC410A496CDA4A5C, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB] 08:19:48.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15702] 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453, complete]! 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L453, complete] for token KeyToken[127.0.0.1:8240-CC410A496CDA4A5C] 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L453, complete] for MID KeyMID[127.0.0.1:8240-15702] 08:19:48.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L453, complete] completed CON-POST MID= -1, Token=CC410A496CDA4A5C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15702, Token=CC410A496CDA4A5C, OptionSet={"Object-Security":0x0996}, acked 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D! 08:19:48.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L455] send request 08:19:48.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L455] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:19:48.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L455] added with generated mid KeyMID[127.0.0.1:8240-15703], CON-POST MID=15703, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:19:48.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L455] added with generated token KeyToken[127.0.0.1:8240-B8F28A72A5D1C55A], CON-POST MID=15703, Token=B8F28A72A5D1C55A, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:19:48.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15703], KeyToken[127.0.0.1:8240-B8F28A72A5D1C55A]] 08:19:48.782 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E491,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15703, Token=B8F28A72A5D1C55A, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46] 08:19:48.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15703] 08:19:48.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456] replace CON-POST MID=15703, Token=B8F28A72A5D1C55A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15703, Token=B8F28A72A5D1C55A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R456] send response NON-2.05 MID=15703, Token=null, OptionSet={}, "server responds hi" 08:19:48.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456, complete]! 08:19:48.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R456, complete] completed NON-2.04 MID=15703, Token=B8F28A72A5D1C55A, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE! 08:19:48.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E492,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15703, Token=B8F28A72A5D1C55A, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE] 08:19:48.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15703] 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455, complete]! 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L455, complete] for token KeyToken[127.0.0.1:8240-B8F28A72A5D1C55A] 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L455, complete] for MID KeyMID[127.0.0.1:8240-15703] 08:19:48.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L455, complete] completed CON-POST MID= -1, Token=B8F28A72A5D1C55A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15703, Token=B8F28A72A5D1C55A, OptionSet={"Object-Security":0x0997}, acked 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46! 08:19:48.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L457] send request 08:19:48.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L457] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:19:48.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L457] added with generated mid KeyMID[127.0.0.1:8240-15704], CON-POST MID=15704, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:19:48.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L457] added with generated token KeyToken[127.0.0.1:8240-E021B8AA2874157D], CON-POST MID=15704, Token=E021B8AA2874157D, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:19:48.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15704], KeyToken[127.0.0.1:8240-E021B8AA2874157D]] 08:19:48.786 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E493,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15704, Token=E021B8AA2874157D, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31] 08:19:48.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15704] 08:19:48.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458] replace CON-POST MID=15704, Token=E021B8AA2874157D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15704, Token=E021B8AA2874157D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R458] send response NON-2.05 MID=15704, Token=null, OptionSet={}, "server responds hi" 08:19:48.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458, complete]! 08:19:48.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R458, complete] completed NON-2.04 MID=15704, Token=E021B8AA2874157D, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D! 08:19:48.787 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E494,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15704, Token=E021B8AA2874157D, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D] 08:19:48.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15704] 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457, complete]! 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L457, complete] for token KeyToken[127.0.0.1:8240-E021B8AA2874157D] 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L457, complete] for MID KeyMID[127.0.0.1:8240-15704] 08:19:48.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L457, complete] completed CON-POST MID= -1, Token=E021B8AA2874157D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15704, Token=E021B8AA2874157D, OptionSet={"Object-Security":0x0998}, acked F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31! 08:19:48.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L459] send request 08:19:48.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L459] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:19:48.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L459] added with generated mid KeyMID[127.0.0.1:8240-15705], CON-POST MID=15705, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:19:48.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L459] added with generated token KeyToken[127.0.0.1:8240-4CB7E10B8F17B2A8], CON-POST MID=15705, Token=4CB7E10B8F17B2A8, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:19:48.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15705], KeyToken[127.0.0.1:8240-4CB7E10B8F17B2A8]] 08:19:48.789 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E495,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15705, Token=4CB7E10B8F17B2A8, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3] 08:19:48.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15705] 08:19:48.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460] replace CON-POST MID=15705, Token=4CB7E10B8F17B2A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15705, Token=4CB7E10B8F17B2A8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R460] send response NON-2.05 MID=15705, Token=null, OptionSet={}, "server responds hi" 08:19:48.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460, complete]! 08:19:48.790 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R460, complete] completed NON-2.04 MID=15705, Token=4CB7E10B8F17B2A8, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC! 08:19:48.790 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E496,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15705, Token=4CB7E10B8F17B2A8, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC] 08:19:48.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15705] 08:19:48.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459, complete]! 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L459, complete] for token KeyToken[127.0.0.1:8240-4CB7E10B8F17B2A8] 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L459, complete] for MID KeyMID[127.0.0.1:8240-15705] 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L459, complete] completed CON-POST MID= -1, Token=4CB7E10B8F17B2A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15705, Token=4CB7E10B8F17B2A8, OptionSet={"Object-Security":0x0999}, acked 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3! 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L461] send request 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L461] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:19:48.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L461] added with generated mid KeyMID[127.0.0.1:8240-15706], CON-POST MID=15706, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:19:48.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L461] added with generated token KeyToken[127.0.0.1:8240-1C72AF38C3E57000], CON-POST MID=15706, Token=1C72AF38C3E57000, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:19:48.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15706], KeyToken[127.0.0.1:8240-1C72AF38C3E57000]] 08:19:48.792 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E497,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15706, Token=1C72AF38C3E57000, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B] 08:19:48.792 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15706] 08:19:48.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462] replace CON-POST MID=15706, Token=1C72AF38C3E57000, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15706, Token=1C72AF38C3E57000, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R462] send response NON-2.05 MID=15706, Token=null, OptionSet={}, "server responds hi" 08:19:48.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462, complete]! 08:19:48.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R462, complete] completed NON-2.04 MID=15706, Token=1C72AF38C3E57000, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD! 08:19:48.793 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E498,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15706, Token=1C72AF38C3E57000, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD] 08:19:48.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15706] 08:19:48.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461, complete]! 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L461, complete] for token KeyToken[127.0.0.1:8240-1C72AF38C3E57000] 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L461, complete] for MID KeyMID[127.0.0.1:8240-15706] 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L461, complete] completed CON-POST MID= -1, Token=1C72AF38C3E57000, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15706, Token=1C72AF38C3E57000, OptionSet={"Object-Security":0x099A}, acked 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B! 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L463] send request 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L463] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:19:48.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L463] added with generated mid KeyMID[127.0.0.1:8240-15707], CON-POST MID=15707, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:19:48.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L463] added with generated token KeyToken[127.0.0.1:8240-CCC03C082D53A775], CON-POST MID=15707, Token=CCC03C082D53A775, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:19:48.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15707], KeyToken[127.0.0.1:8240-CCC03C082D53A775]] 08:19:48.795 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E499,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15707, Token=CCC03C082D53A775, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85] 08:19:48.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15707] 08:19:48.795 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.795 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464] replace CON-POST MID=15707, Token=CCC03C082D53A775, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15707, Token=CCC03C082D53A775, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R464] send response NON-2.05 MID=15707, Token=null, OptionSet={}, "server responds hi" 08:19:48.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464, complete]! 08:19:48.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R464, complete] completed NON-2.04 MID=15707, Token=CCC03C082D53A775, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D! 08:19:48.796 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E500,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15707, Token=CCC03C082D53A775, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D] 08:19:48.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15707] 08:19:48.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463, complete]! 08:19:48.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L463, complete] for token KeyToken[127.0.0.1:8240-CCC03C082D53A775] 08:19:48.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L463, complete] for MID KeyMID[127.0.0.1:8240-15707] 08:19:48.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L463, complete] completed CON-POST MID= -1, Token=CCC03C082D53A775, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15707, Token=CCC03C082D53A775, OptionSet={"Object-Security":0x099B}, acked 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85! 08:19:48.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L465] send request 08:19:48.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L465] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:19:48.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L465] added with generated mid KeyMID[127.0.0.1:8240-15708], CON-POST MID=15708, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:19:48.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L465] added with generated token KeyToken[127.0.0.1:8240-F465BB56FF677FBB], CON-POST MID=15708, Token=F465BB56FF677FBB, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:19:48.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15708], KeyToken[127.0.0.1:8240-F465BB56FF677FBB]] 08:19:48.798 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E501,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15708, Token=F465BB56FF677FBB, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5] 08:19:48.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15708] 08:19:48.798 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.798 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466] replace CON-POST MID=15708, Token=F465BB56FF677FBB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15708, Token=F465BB56FF677FBB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R466] send response NON-2.05 MID=15708, Token=null, OptionSet={}, "server responds hi" 08:19:48.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466, complete]! 08:19:48.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R466, complete] completed NON-2.04 MID=15708, Token=F465BB56FF677FBB, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF! 08:19:48.799 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E502,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15708, Token=F465BB56FF677FBB, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF] 08:19:48.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15708] 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465, complete]! 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L465, complete] for token KeyToken[127.0.0.1:8240-F465BB56FF677FBB] 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L465, complete] for MID KeyMID[127.0.0.1:8240-15708] 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L465, complete] completed CON-POST MID= -1, Token=F465BB56FF677FBB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15708, Token=F465BB56FF677FBB, OptionSet={"Object-Security":0x099C}, acked 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5! 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L467] send request 08:19:48.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L467] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:19:48.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L467] added with generated mid KeyMID[127.0.0.1:8240-15709], CON-POST MID=15709, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:19:48.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L467] added with generated token KeyToken[127.0.0.1:8240-20ECCEE829BE6EFF], CON-POST MID=15709, Token=20ECCEE829BE6EFF, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:19:48.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15709], KeyToken[127.0.0.1:8240-20ECCEE829BE6EFF]] 08:19:48.801 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E503,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15709, Token=20ECCEE829BE6EFF, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50] 08:19:48.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15709] 08:19:48.801 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.801 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468] replace CON-POST MID=15709, Token=20ECCEE829BE6EFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15709, Token=20ECCEE829BE6EFF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R468] send response NON-2.05 MID=15709, Token=null, OptionSet={}, "server responds hi" 08:19:48.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468, complete]! 08:19:48.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R468, complete] completed NON-2.04 MID=15709, Token=20ECCEE829BE6EFF, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23! 08:19:48.802 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.802 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E504,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15709, Token=20ECCEE829BE6EFF, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23] 08:19:48.802 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15709] 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467, complete]! 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L467, complete] for token KeyToken[127.0.0.1:8240-20ECCEE829BE6EFF] 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L467, complete] for MID KeyMID[127.0.0.1:8240-15709] 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L467, complete] completed CON-POST MID= -1, Token=20ECCEE829BE6EFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15709, Token=20ECCEE829BE6EFF, OptionSet={"Object-Security":0x099D}, acked 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50! 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L469] send request 08:19:48.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L469] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:19:48.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L469] added with generated mid KeyMID[127.0.0.1:8240-15710], CON-POST MID=15710, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:19:48.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L469] added with generated token KeyToken[127.0.0.1:8240-6C89CF71E48F509D], CON-POST MID=15710, Token=6C89CF71E48F509D, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:19:48.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15710], KeyToken[127.0.0.1:8240-6C89CF71E48F509D]] 08:19:48.804 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E505,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15710, Token=6C89CF71E48F509D, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B] 08:19:48.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15710] 08:19:48.852 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.852 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470] replace CON-POST MID=15710, Token=6C89CF71E48F509D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15710, Token=6C89CF71E48F509D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R470] send response NON-2.05 MID=15710, Token=null, OptionSet={}, "server responds hi" 08:19:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470, complete]! 08:19:48.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R470, complete] completed NON-2.04 MID=15710, Token=6C89CF71E48F509D, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23! 08:19:48.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E506,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15710, Token=6C89CF71E48F509D, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23] 08:19:48.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15710] 08:19:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469, complete]! 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L469, complete] for token KeyToken[127.0.0.1:8240-6C89CF71E48F509D] 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L469, complete] for MID KeyMID[127.0.0.1:8240-15710] 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L469, complete] completed CON-POST MID= -1, Token=6C89CF71E48F509D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15710, Token=6C89CF71E48F509D, OptionSet={"Object-Security":0x099E}, acked E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B! 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L471] send request 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L471] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:19:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L471] added with generated mid KeyMID[127.0.0.1:8240-15711], CON-POST MID=15711, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:19:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L471] added with generated token KeyToken[127.0.0.1:8240-0480915530C63D77], CON-POST MID=15711, Token=0480915530C63D77, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:19:48.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15711], KeyToken[127.0.0.1:8240-0480915530C63D77]] 08:19:48.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E507,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15711, Token=0480915530C63D77, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6] 08:19:48.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15711] 08:19:48.855 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.855 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472] replace CON-POST MID=15711, Token=0480915530C63D77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15711, Token=0480915530C63D77, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R472] send response NON-2.05 MID=15711, Token=null, OptionSet={}, "server responds hi" 08:19:48.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472, complete]! 08:19:48.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R472, complete] completed NON-2.04 MID=15711, Token=0480915530C63D77, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F! 08:19:48.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E508,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15711, Token=0480915530C63D77, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F] 08:19:48.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15711] 08:19:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471, complete]! 08:19:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L471, complete] for token KeyToken[127.0.0.1:8240-0480915530C63D77] 08:19:48.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L471, complete] for MID KeyMID[127.0.0.1:8240-15711] 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L471, complete] completed CON-POST MID= -1, Token=0480915530C63D77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15711, Token=0480915530C63D77, OptionSet={"Object-Security":0x099F}, acked 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6! 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L473] send request 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L473] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L473] added with generated mid KeyMID[127.0.0.1:8240-15712], CON-POST MID=15712, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L473] added with generated token KeyToken[127.0.0.1:8240-44E23FD152440CA6], CON-POST MID=15712, Token=44E23FD152440CA6, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:19:48.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15712], KeyToken[127.0.0.1:8240-44E23FD152440CA6]] 08:19:48.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E509,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15712, Token=44E23FD152440CA6, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32] 08:19:48.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15712] 08:19:48.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474] replace CON-POST MID=15712, Token=44E23FD152440CA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15712, Token=44E23FD152440CA6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R474] send response NON-2.05 MID=15712, Token=null, OptionSet={}, "server responds hi" 08:19:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474, complete]! 08:19:48.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R474, complete] completed NON-2.04 MID=15712, Token=44E23FD152440CA6, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE! 08:19:48.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E510,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15712, Token=44E23FD152440CA6, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE] 08:19:48.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15712] 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473, complete]! 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L473, complete] for token KeyToken[127.0.0.1:8240-44E23FD152440CA6] 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L473, complete] for MID KeyMID[127.0.0.1:8240-15712] 08:19:48.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L473, complete] completed CON-POST MID= -1, Token=44E23FD152440CA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15712, Token=44E23FD152440CA6, OptionSet={"Object-Security":0x09A0}, acked 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32! 08:19:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L475] send request 08:19:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L475] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:19:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L475] added with generated mid KeyMID[127.0.0.1:8240-15713], CON-POST MID=15713, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:19:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L475] added with generated token KeyToken[127.0.0.1:8240-D46625D5432EA4EE], CON-POST MID=15713, Token=D46625D5432EA4EE, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:19:48.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15713], KeyToken[127.0.0.1:8240-D46625D5432EA4EE]] 08:19:48.860 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E511,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15713, Token=D46625D5432EA4EE, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3] 08:19:48.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15713] 08:19:48.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476] replace CON-POST MID=15713, Token=D46625D5432EA4EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15713, Token=D46625D5432EA4EE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R476] send response NON-2.05 MID=15713, Token=null, OptionSet={}, "server responds hi" 08:19:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476, complete]! 08:19:48.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R476, complete] completed NON-2.04 MID=15713, Token=D46625D5432EA4EE, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73! 08:19:48.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E512,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15713, Token=D46625D5432EA4EE, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73] 08:19:48.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15713] 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475, complete]! 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L475, complete] for token KeyToken[127.0.0.1:8240-D46625D5432EA4EE] 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L475, complete] for MID KeyMID[127.0.0.1:8240-15713] 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L475, complete] completed CON-POST MID= -1, Token=D46625D5432EA4EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15713, Token=D46625D5432EA4EE, OptionSet={"Object-Security":0x09A1}, acked 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3! 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L477] send request 08:19:48.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L477] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:19:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L477] added with generated mid KeyMID[127.0.0.1:8240-15714], CON-POST MID=15714, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:19:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L477] added with generated token KeyToken[127.0.0.1:8240-3865381C7F5A869C], CON-POST MID=15714, Token=3865381C7F5A869C, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:19:48.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15714], KeyToken[127.0.0.1:8240-3865381C7F5A869C]] 08:19:48.863 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E513,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15714, Token=3865381C7F5A869C, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC] 08:19:48.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15714] 08:19:48.863 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.863 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478] replace CON-POST MID=15714, Token=3865381C7F5A869C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15714, Token=3865381C7F5A869C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R478] send response NON-2.05 MID=15714, Token=null, OptionSet={}, "server responds hi" 08:19:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478, complete]! 08:19:48.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R478, complete] completed NON-2.04 MID=15714, Token=3865381C7F5A869C, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B! 08:19:48.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E514,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15714, Token=3865381C7F5A869C, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B] 08:19:48.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15714] 08:19:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477, complete]! 08:19:48.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L477, complete] for token KeyToken[127.0.0.1:8240-3865381C7F5A869C] 08:19:48.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L477, complete] for MID KeyMID[127.0.0.1:8240-15714] 08:19:48.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L477, complete] completed CON-POST MID= -1, Token=3865381C7F5A869C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15714, Token=3865381C7F5A869C, OptionSet={"Object-Security":0x09A2}, acked 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC! 08:19:48.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L479] send request 08:19:48.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L479] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:19:48.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L479] added with generated mid KeyMID[127.0.0.1:8240-15715], CON-POST MID=15715, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:19:48.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L479] added with generated token KeyToken[127.0.0.1:8240-B0058BFB8B64BE61], CON-POST MID=15715, Token=B0058BFB8B64BE61, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:19:48.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15715], KeyToken[127.0.0.1:8240-B0058BFB8B64BE61]] 08:19:48.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E515,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15715, Token=B0058BFB8B64BE61, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23] 08:19:48.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15715] 08:19:48.867 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.867 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480] replace CON-POST MID=15715, Token=B0058BFB8B64BE61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15715, Token=B0058BFB8B64BE61, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R480] send response NON-2.05 MID=15715, Token=null, OptionSet={}, "server responds hi" 08:19:48.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480, complete]! 08:19:48.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R480, complete] completed NON-2.04 MID=15715, Token=B0058BFB8B64BE61, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00! 08:19:48.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E516,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15715, Token=B0058BFB8B64BE61, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00] 08:19:48.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15715] 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479, complete]! 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L479, complete] for token KeyToken[127.0.0.1:8240-B0058BFB8B64BE61] 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L479, complete] for MID KeyMID[127.0.0.1:8240-15715] 08:19:48.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L479, complete] completed CON-POST MID= -1, Token=B0058BFB8B64BE61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15715, Token=B0058BFB8B64BE61, OptionSet={"Object-Security":0x09A3}, acked 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23! 08:19:48.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L481] send request 08:19:48.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L481] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:19:48.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L481] added with generated mid KeyMID[127.0.0.1:8240-15716], CON-POST MID=15716, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:19:48.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L481] added with generated token KeyToken[127.0.0.1:8240-FCACAAE225AF54FF], CON-POST MID=15716, Token=FCACAAE225AF54FF, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:19:48.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15716], KeyToken[127.0.0.1:8240-FCACAAE225AF54FF]] 08:19:48.870 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E517,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15716, Token=FCACAAE225AF54FF, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80] 08:19:48.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15716] 08:19:48.870 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.870 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482] replace CON-POST MID=15716, Token=FCACAAE225AF54FF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15716, Token=FCACAAE225AF54FF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R482] send response NON-2.05 MID=15716, Token=null, OptionSet={}, "server responds hi" 08:19:48.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482, complete]! 08:19:48.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R482, complete] completed NON-2.04 MID=15716, Token=FCACAAE225AF54FF, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB! 08:19:48.871 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E518,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15716, Token=FCACAAE225AF54FF, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB] 08:19:48.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15716] 08:19:48.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481, complete]! 08:19:48.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L481, complete] for token KeyToken[127.0.0.1:8240-FCACAAE225AF54FF] 08:19:48.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L481, complete] for MID KeyMID[127.0.0.1:8240-15716] 08:19:48.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L481, complete] completed CON-POST MID= -1, Token=FCACAAE225AF54FF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15716, Token=FCACAAE225AF54FF, OptionSet={"Object-Security":0x09A4}, acked 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80! 08:19:48.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L483] send request 08:19:48.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L483] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:19:48.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L483] added with generated mid KeyMID[127.0.0.1:8240-15717], CON-POST MID=15717, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:19:48.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L483] added with generated token KeyToken[127.0.0.1:8240-540BCAA5EBDCD843], CON-POST MID=15717, Token=540BCAA5EBDCD843, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:19:48.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15717], KeyToken[127.0.0.1:8240-540BCAA5EBDCD843]] 08:19:48.873 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E519,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15717, Token=540BCAA5EBDCD843, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF] 08:19:48.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15717] 08:19:48.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484] replace CON-POST MID=15717, Token=540BCAA5EBDCD843, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15717, Token=540BCAA5EBDCD843, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R484] send response NON-2.05 MID=15717, Token=null, OptionSet={}, "server responds hi" 08:19:48.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484, complete]! 08:19:48.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R484, complete] completed NON-2.04 MID=15717, Token=540BCAA5EBDCD843, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25! 08:19:48.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E520,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15717, Token=540BCAA5EBDCD843, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25] 08:19:48.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15717] 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483, complete]! 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L483, complete] for token KeyToken[127.0.0.1:8240-540BCAA5EBDCD843] 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L483, complete] for MID KeyMID[127.0.0.1:8240-15717] 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L483, complete] completed CON-POST MID= -1, Token=540BCAA5EBDCD843, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15717, Token=540BCAA5EBDCD843, OptionSet={"Object-Security":0x09A5}, acked 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF! 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L485] send request 08:19:48.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L485] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:19:48.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L485] added with generated mid KeyMID[127.0.0.1:8240-15718], CON-POST MID=15718, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:19:48.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L485] added with generated token KeyToken[127.0.0.1:8240-00CC6CDFC2E9EE84], CON-POST MID=15718, Token=00CC6CDFC2E9EE84, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:19:48.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15718], KeyToken[127.0.0.1:8240-00CC6CDFC2E9EE84]] 08:19:48.876 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E521,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15718, Token=00CC6CDFC2E9EE84, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F] 08:19:48.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15718] 08:19:48.877 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.877 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486] replace CON-POST MID=15718, Token=00CC6CDFC2E9EE84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15718, Token=00CC6CDFC2E9EE84, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R486] send response NON-2.05 MID=15718, Token=null, OptionSet={}, "server responds hi" 08:19:48.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486, complete]! 08:19:48.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R486, complete] completed NON-2.04 MID=15718, Token=00CC6CDFC2E9EE84, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43! 08:19:48.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E522,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15718, Token=00CC6CDFC2E9EE84, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43] 08:19:48.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15718] 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485, complete]! 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L485, complete] for token KeyToken[127.0.0.1:8240-00CC6CDFC2E9EE84] 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L485, complete] for MID KeyMID[127.0.0.1:8240-15718] 08:19:48.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L485, complete] completed CON-POST MID= -1, Token=00CC6CDFC2E9EE84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15718, Token=00CC6CDFC2E9EE84, OptionSet={"Object-Security":0x09A6}, acked 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F! 08:19:48.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L487] send request 08:19:48.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L487] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:19:48.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L487] added with generated mid KeyMID[127.0.0.1:8240-15719], CON-POST MID=15719, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:19:48.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L487] added with generated token KeyToken[127.0.0.1:8240-70358C2EC61E225A], CON-POST MID=15719, Token=70358C2EC61E225A, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:19:48.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15719], KeyToken[127.0.0.1:8240-70358C2EC61E225A]] 08:19:48.880 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E523,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15719, Token=70358C2EC61E225A, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D] 08:19:48.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15719] 08:19:48.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488] replace CON-POST MID=15719, Token=70358C2EC61E225A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15719, Token=70358C2EC61E225A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R488] send response NON-2.05 MID=15719, Token=null, OptionSet={}, "server responds hi" 08:19:48.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488, complete]! 08:19:48.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R488, complete] completed NON-2.04 MID=15719, Token=70358C2EC61E225A, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6! 08:19:48.881 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E524,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15719, Token=70358C2EC61E225A, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6] 08:19:48.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15719] 08:19:48.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487, complete]! 08:19:48.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L487, complete] for token KeyToken[127.0.0.1:8240-70358C2EC61E225A] 08:19:48.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L487, complete] for MID KeyMID[127.0.0.1:8240-15719] 08:19:48.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L487, complete] completed CON-POST MID= -1, Token=70358C2EC61E225A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15719, Token=70358C2EC61E225A, OptionSet={"Object-Security":0x09A7}, acked 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D! 08:19:48.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L489] send request 08:19:48.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L489] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:19:48.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L489] added with generated mid KeyMID[127.0.0.1:8240-15720], CON-POST MID=15720, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:19:48.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L489] added with generated token KeyToken[127.0.0.1:8240-B0EAAFB6AFF5C3D7], CON-POST MID=15720, Token=B0EAAFB6AFF5C3D7, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:19:48.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15720], KeyToken[127.0.0.1:8240-B0EAAFB6AFF5C3D7]] 08:19:48.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E525,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15720, Token=B0EAAFB6AFF5C3D7, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28] 08:19:48.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15720] 08:19:48.883 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.883 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490] replace CON-POST MID=15720, Token=B0EAAFB6AFF5C3D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15720, Token=B0EAAFB6AFF5C3D7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R490] send response NON-2.05 MID=15720, Token=null, OptionSet={}, "server responds hi" 08:19:48.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490, complete]! 08:19:48.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R490, complete] completed NON-2.04 MID=15720, Token=B0EAAFB6AFF5C3D7, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40! 08:19:48.884 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E526,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15720, Token=B0EAAFB6AFF5C3D7, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40] 08:19:48.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15720] 08:19:48.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489, complete]! 08:19:48.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L489, complete] for token KeyToken[127.0.0.1:8240-B0EAAFB6AFF5C3D7] 08:19:48.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L489, complete] for MID KeyMID[127.0.0.1:8240-15720] 08:19:48.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L489, complete] completed CON-POST MID= -1, Token=B0EAAFB6AFF5C3D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15720, Token=B0EAAFB6AFF5C3D7, OptionSet={"Object-Security":0x09A8}, acked D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28! 08:19:48.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L491] send request 08:19:48.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L491] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:19:48.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L491] added with generated mid KeyMID[127.0.0.1:8240-15721], CON-POST MID=15721, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:19:48.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L491] added with generated token KeyToken[127.0.0.1:8240-44C0D85760A751C9], CON-POST MID=15721, Token=44C0D85760A751C9, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:19:48.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15721], KeyToken[127.0.0.1:8240-44C0D85760A751C9]] 08:19:48.886 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.886 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E527,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15721, Token=44C0D85760A751C9, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44] 08:19:48.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15721] 08:19:48.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492] replace CON-POST MID=15721, Token=44C0D85760A751C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15721, Token=44C0D85760A751C9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R492] send response NON-2.05 MID=15721, Token=null, OptionSet={}, "server responds hi" 08:19:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492, complete]! 08:19:48.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R492, complete] completed NON-2.04 MID=15721, Token=44C0D85760A751C9, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75! 08:19:48.887 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E528,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15721, Token=44C0D85760A751C9, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75] 08:19:48.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15721] 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491, complete]! 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L491, complete] for token KeyToken[127.0.0.1:8240-44C0D85760A751C9] 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L491, complete] for MID KeyMID[127.0.0.1:8240-15721] 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L491, complete] completed CON-POST MID= -1, Token=44C0D85760A751C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15721, Token=44C0D85760A751C9, OptionSet={"Object-Security":0x09A9}, acked 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44! 08:19:48.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L493] send request 08:19:48.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L493] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:19:48.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L493] added with generated mid KeyMID[127.0.0.1:8240-15722], CON-POST MID=15722, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:19:48.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L493] added with generated token KeyToken[127.0.0.1:8240-B0D086F06CB71EF8], CON-POST MID=15722, Token=B0D086F06CB71EF8, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:19:48.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15722], KeyToken[127.0.0.1:8240-B0D086F06CB71EF8]] 08:19:48.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E529,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15722, Token=B0D086F06CB71EF8, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21] 08:19:48.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15722] 08:19:48.890 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.890 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494] replace CON-POST MID=15722, Token=B0D086F06CB71EF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15722, Token=B0D086F06CB71EF8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R494] send response NON-2.05 MID=15722, Token=null, OptionSet={}, "server responds hi" 08:19:48.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494, complete]! 08:19:48.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R494, complete] completed NON-2.04 MID=15722, Token=B0D086F06CB71EF8, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6! 08:19:48.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E530,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15722, Token=B0D086F06CB71EF8, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6] 08:19:48.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15722] 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493, complete]! 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L493, complete] for token KeyToken[127.0.0.1:8240-B0D086F06CB71EF8] 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L493, complete] for MID KeyMID[127.0.0.1:8240-15722] 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L493, complete] completed CON-POST MID= -1, Token=B0D086F06CB71EF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15722, Token=B0D086F06CB71EF8, OptionSet={"Object-Security":0x09AA}, acked 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21! 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L495] send request 08:19:48.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L495] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:19:48.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L495] added with generated mid KeyMID[127.0.0.1:8240-15723], CON-POST MID=15723, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:19:48.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L495] added with generated token KeyToken[127.0.0.1:8240-8CCD0B945EACCB8E], CON-POST MID=15723, Token=8CCD0B945EACCB8E, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:19:48.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15723], KeyToken[127.0.0.1:8240-8CCD0B945EACCB8E]] 08:19:48.892 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E531,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15723, Token=8CCD0B945EACCB8E, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E] 08:19:48.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15723] 08:19:48.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496] replace CON-POST MID=15723, Token=8CCD0B945EACCB8E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15723, Token=8CCD0B945EACCB8E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R496] send response NON-2.05 MID=15723, Token=null, OptionSet={}, "server responds hi" 08:19:48.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496, complete]! 08:19:48.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R496, complete] completed NON-2.04 MID=15723, Token=8CCD0B945EACCB8E, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98! 08:19:48.893 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E532,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15723, Token=8CCD0B945EACCB8E, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98] 08:19:48.893 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15723] 08:19:48.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495, complete]! 08:19:48.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L495, complete] for token KeyToken[127.0.0.1:8240-8CCD0B945EACCB8E] 08:19:48.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L495, complete] for MID KeyMID[127.0.0.1:8240-15723] 08:19:48.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L495, complete] completed CON-POST MID= -1, Token=8CCD0B945EACCB8E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15723, Token=8CCD0B945EACCB8E, OptionSet={"Object-Security":0x09AB}, acked 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E! 08:19:48.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L497] send request 08:19:48.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L497] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:19:48.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L497] added with generated mid KeyMID[127.0.0.1:8240-15724], CON-POST MID=15724, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:19:48.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L497] added with generated token KeyToken[127.0.0.1:8240-4CA27D3617C92B57], CON-POST MID=15724, Token=4CA27D3617C92B57, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:19:48.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15724], KeyToken[127.0.0.1:8240-4CA27D3617C92B57]] 08:19:48.895 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E533,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15724, Token=4CA27D3617C92B57, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7] 08:19:48.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15724] 08:19:48.895 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.895 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498] replace CON-POST MID=15724, Token=4CA27D3617C92B57, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15724, Token=4CA27D3617C92B57, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R498] send response NON-2.05 MID=15724, Token=null, OptionSet={}, "server responds hi" 08:19:48.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498, complete]! 08:19:48.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R498, complete] completed NON-2.04 MID=15724, Token=4CA27D3617C92B57, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25! 08:19:48.896 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E534,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15724, Token=4CA27D3617C92B57, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25] 08:19:48.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15724] 08:19:48.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497, complete]! 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L497, complete] for token KeyToken[127.0.0.1:8240-4CA27D3617C92B57] 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L497, complete] for MID KeyMID[127.0.0.1:8240-15724] 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L497, complete] completed CON-POST MID= -1, Token=4CA27D3617C92B57, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15724, Token=4CA27D3617C92B57, OptionSet={"Object-Security":0x09AC}, acked 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7! 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L499] send request 08:19:48.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L499] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:19:48.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L499] added with generated mid KeyMID[127.0.0.1:8240-15725], CON-POST MID=15725, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:19:48.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L499] added with generated token KeyToken[127.0.0.1:8240-88BF335667296362], CON-POST MID=15725, Token=88BF335667296362, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:19:48.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15725], KeyToken[127.0.0.1:8240-88BF335667296362]] 08:19:48.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E535,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15725, Token=88BF335667296362, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82] 08:19:48.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15725] 08:19:48.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500] replace CON-POST MID=15725, Token=88BF335667296362, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15725, Token=88BF335667296362, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R500] send response NON-2.05 MID=15725, Token=null, OptionSet={}, "server responds hi" 08:19:48.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500, complete]! 08:19:48.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R500, complete] completed NON-2.04 MID=15725, Token=88BF335667296362, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F! 08:19:48.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E536,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15725, Token=88BF335667296362, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F] 08:19:48.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15725] 08:19:48.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499, complete]! 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L499, complete] for token KeyToken[127.0.0.1:8240-88BF335667296362] 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L499, complete] for MID KeyMID[127.0.0.1:8240-15725] 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L499, complete] completed CON-POST MID= -1, Token=88BF335667296362, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15725, Token=88BF335667296362, OptionSet={"Object-Security":0x09AD}, acked 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82! 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L501] send request 08:19:48.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L501] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:19:48.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L501] added with generated mid KeyMID[127.0.0.1:8240-15726], CON-POST MID=15726, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:19:48.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L501] added with generated token KeyToken[127.0.0.1:8240-F84ECCBD4B7CC874], CON-POST MID=15726, Token=F84ECCBD4B7CC874, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:19:48.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15726], KeyToken[127.0.0.1:8240-F84ECCBD4B7CC874]] 08:19:48.901 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.901 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E537,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15726, Token=F84ECCBD4B7CC874, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42] 08:19:48.901 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15726] 08:19:48.901 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.901 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502] replace CON-POST MID=15726, Token=F84ECCBD4B7CC874, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15726, Token=F84ECCBD4B7CC874, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R502] send response NON-2.05 MID=15726, Token=null, OptionSet={}, "server responds hi" 08:19:48.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502, complete]! 08:19:48.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R502, complete] completed NON-2.04 MID=15726, Token=F84ECCBD4B7CC874, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D! 08:19:48.902 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.902 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E538,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15726, Token=F84ECCBD4B7CC874, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D] 08:19:48.902 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15726] 08:19:48.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501, complete]! 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L501, complete] for token KeyToken[127.0.0.1:8240-F84ECCBD4B7CC874] 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L501, complete] for MID KeyMID[127.0.0.1:8240-15726] 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L501, complete] completed CON-POST MID= -1, Token=F84ECCBD4B7CC874, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15726, Token=F84ECCBD4B7CC874, OptionSet={"Object-Security":0x09AE}, acked 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42! 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L503] send request 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L503] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L503] added with generated mid KeyMID[127.0.0.1:8240-15727], CON-POST MID=15727, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:19:48.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L503] added with generated token KeyToken[127.0.0.1:8240-C04557194202AAC1], CON-POST MID=15727, Token=C04557194202AAC1, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:19:48.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15727], KeyToken[127.0.0.1:8240-C04557194202AAC1]] 08:19:48.904 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E539,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15727, Token=C04557194202AAC1, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27] 08:19:48.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15727] 08:19:48.904 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.904 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504] replace CON-POST MID=15727, Token=C04557194202AAC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15727, Token=C04557194202AAC1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R504] send response NON-2.05 MID=15727, Token=null, OptionSet={}, "server responds hi" 08:19:48.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504, complete]! 08:19:48.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R504, complete] completed NON-2.04 MID=15727, Token=C04557194202AAC1, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41! 08:19:48.905 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.905 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E540,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15727, Token=C04557194202AAC1, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41] 08:19:48.905 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15727] 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503, complete]! 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L503, complete] for token KeyToken[127.0.0.1:8240-C04557194202AAC1] 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L503, complete] for MID KeyMID[127.0.0.1:8240-15727] 08:19:48.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L503, complete] completed CON-POST MID= -1, Token=C04557194202AAC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15727, Token=C04557194202AAC1, OptionSet={"Object-Security":0x09AF}, acked 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27! 08:19:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L505] send request 08:19:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L505] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:19:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L505] added with generated mid KeyMID[127.0.0.1:8240-15728], CON-POST MID=15728, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:19:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L505] added with generated token KeyToken[127.0.0.1:8240-F05A61B8E7B5536D], CON-POST MID=15728, Token=F05A61B8E7B5536D, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:19:48.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15728], KeyToken[127.0.0.1:8240-F05A61B8E7B5536D]] 08:19:48.953 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E541,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15728, Token=F05A61B8E7B5536D, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3] 08:19:48.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15728] 08:19:48.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506] replace CON-POST MID=15728, Token=F05A61B8E7B5536D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15728, Token=F05A61B8E7B5536D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R506] send response NON-2.05 MID=15728, Token=null, OptionSet={}, "server responds hi" 08:19:48.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506, complete]! 08:19:48.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R506, complete] completed NON-2.04 MID=15728, Token=F05A61B8E7B5536D, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8! 08:19:48.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E542,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15728, Token=F05A61B8E7B5536D, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8] 08:19:48.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15728] 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505, complete]! 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L505, complete] for token KeyToken[127.0.0.1:8240-F05A61B8E7B5536D] 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L505, complete] for MID KeyMID[127.0.0.1:8240-15728] 08:19:48.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L505, complete] completed CON-POST MID= -1, Token=F05A61B8E7B5536D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15728, Token=F05A61B8E7B5536D, OptionSet={"Object-Security":0x09B0}, acked 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3! 08:19:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L507] send request 08:19:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L507] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:19:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L507] added with generated mid KeyMID[127.0.0.1:8240-15729], CON-POST MID=15729, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:19:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L507] added with generated token KeyToken[127.0.0.1:8240-0C8261242F026556], CON-POST MID=15729, Token=0C8261242F026556, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:19:48.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15729], KeyToken[127.0.0.1:8240-0C8261242F026556]] 08:19:48.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E543,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15729, Token=0C8261242F026556, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81] 08:19:48.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15729] 08:19:48.956 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.956 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508] replace CON-POST MID=15729, Token=0C8261242F026556, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15729, Token=0C8261242F026556, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R508] send response NON-2.05 MID=15729, Token=null, OptionSet={}, "server responds hi" 08:19:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508, complete]! 08:19:48.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R508, complete] completed NON-2.04 MID=15729, Token=0C8261242F026556, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4! 08:19:48.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E544,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15729, Token=0C8261242F026556, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4] 08:19:48.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15729] 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507, complete]! 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L507, complete] for token KeyToken[127.0.0.1:8240-0C8261242F026556] 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L507, complete] for MID KeyMID[127.0.0.1:8240-15729] 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L507, complete] completed CON-POST MID= -1, Token=0C8261242F026556, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15729, Token=0C8261242F026556, OptionSet={"Object-Security":0x09B1}, acked 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81! 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L509] send request 08:19:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L509] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:19:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L509] added with generated mid KeyMID[127.0.0.1:8240-15730], CON-POST MID=15730, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:19:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L509] added with generated token KeyToken[127.0.0.1:8240-94AA74997E50CE19], CON-POST MID=15730, Token=94AA74997E50CE19, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:19:48.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15730], KeyToken[127.0.0.1:8240-94AA74997E50CE19]] 08:19:48.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E545,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15730, Token=94AA74997E50CE19, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F] 08:19:48.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15730] 08:19:48.959 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.959 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510] replace CON-POST MID=15730, Token=94AA74997E50CE19, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15730, Token=94AA74997E50CE19, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R510] send response NON-2.05 MID=15730, Token=null, OptionSet={}, "server responds hi" 08:19:48.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510, complete]! 08:19:48.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R510, complete] completed NON-2.04 MID=15730, Token=94AA74997E50CE19, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70! 08:19:48.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E546,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15730, Token=94AA74997E50CE19, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70] 08:19:48.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15730] 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509, complete]! 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L509, complete] for token KeyToken[127.0.0.1:8240-94AA74997E50CE19] 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L509, complete] for MID KeyMID[127.0.0.1:8240-15730] 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L509, complete] completed CON-POST MID= -1, Token=94AA74997E50CE19, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15730, Token=94AA74997E50CE19, OptionSet={"Object-Security":0x09B2}, acked 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F! 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L511] send request 08:19:48.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L511] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:19:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L511] added with generated mid KeyMID[127.0.0.1:8240-15731], CON-POST MID=15731, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:19:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L511] added with generated token KeyToken[127.0.0.1:8240-40D8613DADDA45EA], CON-POST MID=15731, Token=40D8613DADDA45EA, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:19:48.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15731], KeyToken[127.0.0.1:8240-40D8613DADDA45EA]] 08:19:48.961 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E547,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15731, Token=40D8613DADDA45EA, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19] 08:19:48.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15731] 08:19:48.961 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.961 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512] replace CON-POST MID=15731, Token=40D8613DADDA45EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15731, Token=40D8613DADDA45EA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R512] send response NON-2.05 MID=15731, Token=null, OptionSet={}, "server responds hi" 08:19:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512, complete]! 08:19:48.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R512, complete] completed NON-2.04 MID=15731, Token=40D8613DADDA45EA, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7! 08:19:48.962 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E548,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15731, Token=40D8613DADDA45EA, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7] 08:19:48.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15731] 08:19:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511, complete]! 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L511, complete] for token KeyToken[127.0.0.1:8240-40D8613DADDA45EA] 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L511, complete] for MID KeyMID[127.0.0.1:8240-15731] 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L511, complete] completed CON-POST MID= -1, Token=40D8613DADDA45EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15731, Token=40D8613DADDA45EA, OptionSet={"Object-Security":0x09B3}, acked 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19! 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L513] send request 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L513] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:19:48.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L513] added with generated mid KeyMID[127.0.0.1:8240-15732], CON-POST MID=15732, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:19:48.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L513] added with generated token KeyToken[127.0.0.1:8240-E4140DBD5BFC3335], CON-POST MID=15732, Token=E4140DBD5BFC3335, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:19:48.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15732], KeyToken[127.0.0.1:8240-E4140DBD5BFC3335]] 08:19:48.964 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E549,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15732, Token=E4140DBD5BFC3335, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE] 08:19:48.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15732] 08:19:48.964 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.964 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514] replace CON-POST MID=15732, Token=E4140DBD5BFC3335, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15732, Token=E4140DBD5BFC3335, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R514] send response NON-2.05 MID=15732, Token=null, OptionSet={}, "server responds hi" 08:19:48.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514, complete]! 08:19:48.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R514, complete] completed NON-2.04 MID=15732, Token=E4140DBD5BFC3335, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD! 08:19:48.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E550,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15732, Token=E4140DBD5BFC3335, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD] 08:19:48.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15732] 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513, complete]! 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L513, complete] for token KeyToken[127.0.0.1:8240-E4140DBD5BFC3335] 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L513, complete] for MID KeyMID[127.0.0.1:8240-15732] 08:19:48.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L513, complete] completed CON-POST MID= -1, Token=E4140DBD5BFC3335, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15732, Token=E4140DBD5BFC3335, OptionSet={"Object-Security":0x09B4}, acked 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE! 08:19:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L515] send request 08:19:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L515] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:19:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L515] added with generated mid KeyMID[127.0.0.1:8240-15733], CON-POST MID=15733, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:19:48.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L515] added with generated token KeyToken[127.0.0.1:8240-18937563A24815DD], CON-POST MID=15733, Token=18937563A24815DD, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:19:48.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15733], KeyToken[127.0.0.1:8240-18937563A24815DD]] 08:19:48.970 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E551,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15733, Token=18937563A24815DD, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8] 08:19:48.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15733] 08:19:48.970 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.970 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516] replace CON-POST MID=15733, Token=18937563A24815DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15733, Token=18937563A24815DD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R516] send response NON-2.05 MID=15733, Token=null, OptionSet={}, "server responds hi" 08:19:48.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516, complete]! 08:19:48.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R516, complete] completed NON-2.04 MID=15733, Token=18937563A24815DD, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA! 08:19:48.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E552,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15733, Token=18937563A24815DD, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA] 08:19:48.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15733] 08:19:48.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515, complete]! 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L515, complete] for token KeyToken[127.0.0.1:8240-18937563A24815DD] 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L515, complete] for MID KeyMID[127.0.0.1:8240-15733] 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L515, complete] completed CON-POST MID= -1, Token=18937563A24815DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15733, Token=18937563A24815DD, OptionSet={"Object-Security":0x09B5}, acked 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8! 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L517] send request 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L517] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:19:48.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L517] added with generated mid KeyMID[127.0.0.1:8240-15734], CON-POST MID=15734, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:19:48.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L517] added with generated token KeyToken[127.0.0.1:8240-684A278FC7EE2A9F], CON-POST MID=15734, Token=684A278FC7EE2A9F, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:19:48.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15734], KeyToken[127.0.0.1:8240-684A278FC7EE2A9F]] 08:19:48.973 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E553,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15734, Token=684A278FC7EE2A9F, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3] 08:19:48.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15734] 08:19:48.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518] replace CON-POST MID=15734, Token=684A278FC7EE2A9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15734, Token=684A278FC7EE2A9F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R518] send response NON-2.05 MID=15734, Token=null, OptionSet={}, "server responds hi" 08:19:48.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518, complete]! 08:19:48.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R518, complete] completed NON-2.04 MID=15734, Token=684A278FC7EE2A9F, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3! 08:19:48.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E554,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15734, Token=684A278FC7EE2A9F, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3] 08:19:48.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15734] 08:19:48.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517, complete]! 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L517, complete] for token KeyToken[127.0.0.1:8240-684A278FC7EE2A9F] 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L517, complete] for MID KeyMID[127.0.0.1:8240-15734] 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L517, complete] completed CON-POST MID= -1, Token=684A278FC7EE2A9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15734, Token=684A278FC7EE2A9F, OptionSet={"Object-Security":0x09B6}, acked 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3! 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L519] send request 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L519] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:19:48.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L519] added with generated mid KeyMID[127.0.0.1:8240-15735], CON-POST MID=15735, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:19:48.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L519] added with generated token KeyToken[127.0.0.1:8240-84FD35B3A3096380], CON-POST MID=15735, Token=84FD35B3A3096380, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:19:48.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15735], KeyToken[127.0.0.1:8240-84FD35B3A3096380]] 08:19:48.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E555,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15735, Token=84FD35B3A3096380, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7] 08:19:48.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15735] 08:19:48.976 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.976 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520] replace CON-POST MID=15735, Token=84FD35B3A3096380, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15735, Token=84FD35B3A3096380, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R520] send response NON-2.05 MID=15735, Token=null, OptionSet={}, "server responds hi" 08:19:48.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520, complete]! 08:19:48.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R520, complete] completed NON-2.04 MID=15735, Token=84FD35B3A3096380, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68! 08:19:48.977 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E556,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15735, Token=84FD35B3A3096380, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68] 08:19:48.977 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15735] 08:19:48.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519, complete]! 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L519, complete] for token KeyToken[127.0.0.1:8240-84FD35B3A3096380] 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L519, complete] for MID KeyMID[127.0.0.1:8240-15735] 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L519, complete] completed CON-POST MID= -1, Token=84FD35B3A3096380, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15735, Token=84FD35B3A3096380, OptionSet={"Object-Security":0x09B7}, acked BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7! 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L521] send request 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L521] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:19:48.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L521] added with generated mid KeyMID[127.0.0.1:8240-15736], CON-POST MID=15736, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:19:48.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L521] added with generated token KeyToken[127.0.0.1:8240-78817694EF2817C5], CON-POST MID=15736, Token=78817694EF2817C5, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:19:48.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15736], KeyToken[127.0.0.1:8240-78817694EF2817C5]] 08:19:48.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E557,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15736, Token=78817694EF2817C5, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8] 08:19:48.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15736] 08:19:48.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522] replace CON-POST MID=15736, Token=78817694EF2817C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15736, Token=78817694EF2817C5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R522] send response NON-2.05 MID=15736, Token=null, OptionSet={}, "server responds hi" 08:19:48.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522, complete]! 08:19:48.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R522, complete] completed NON-2.04 MID=15736, Token=78817694EF2817C5, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD! 08:19:48.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E558,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15736, Token=78817694EF2817C5, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD] 08:19:48.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15736] 08:19:48.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521, complete]! 08:19:48.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L521, complete] for token KeyToken[127.0.0.1:8240-78817694EF2817C5] 08:19:48.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L521, complete] for MID KeyMID[127.0.0.1:8240-15736] 08:19:48.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L521, complete] completed CON-POST MID= -1, Token=78817694EF2817C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15736, Token=78817694EF2817C5, OptionSet={"Object-Security":0x09B8}, acked 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8! 08:19:48.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L523] send request 08:19:48.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L523] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:19:48.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L523] added with generated mid KeyMID[127.0.0.1:8240-15737], CON-POST MID=15737, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:19:48.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L523] added with generated token KeyToken[127.0.0.1:8240-E449E86932CA625F], CON-POST MID=15737, Token=E449E86932CA625F, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:19:48.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15737], KeyToken[127.0.0.1:8240-E449E86932CA625F]] 08:19:48.982 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E559,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15737, Token=E449E86932CA625F, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB] 08:19:48.982 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15737] 08:19:48.982 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.982 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524] replace CON-POST MID=15737, Token=E449E86932CA625F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15737, Token=E449E86932CA625F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R524] send response NON-2.05 MID=15737, Token=null, OptionSet={}, "server responds hi" 08:19:48.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524, complete]! 08:19:48.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R524, complete] completed NON-2.04 MID=15737, Token=E449E86932CA625F, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6! 08:19:48.983 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E560,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15737, Token=E449E86932CA625F, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6] 08:19:48.983 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15737] 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523, complete]! 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L523, complete] for token KeyToken[127.0.0.1:8240-E449E86932CA625F] 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L523, complete] for MID KeyMID[127.0.0.1:8240-15737] 08:19:48.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L523, complete] completed CON-POST MID= -1, Token=E449E86932CA625F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15737, Token=E449E86932CA625F, OptionSet={"Object-Security":0x09B9}, acked 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB! 08:19:48.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L525] send request 08:19:48.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L525] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:19:48.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L525] added with generated mid KeyMID[127.0.0.1:8240-15738], CON-POST MID=15738, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:19:48.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L525] added with generated token KeyToken[127.0.0.1:8240-88F75D43F6460E26], CON-POST MID=15738, Token=88F75D43F6460E26, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:19:48.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15738], KeyToken[127.0.0.1:8240-88F75D43F6460E26]] 08:19:48.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E561,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15738, Token=88F75D43F6460E26, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2] 08:19:48.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15738] 08:19:48.985 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.985 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526] replace CON-POST MID=15738, Token=88F75D43F6460E26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15738, Token=88F75D43F6460E26, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.985 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R526] send response NON-2.05 MID=15738, Token=null, OptionSet={}, "server responds hi" 08:19:48.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526, complete]! 08:19:48.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R526, complete] completed NON-2.04 MID=15738, Token=88F75D43F6460E26, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36! 08:19:48.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E562,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15738, Token=88F75D43F6460E26, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36] 08:19:48.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15738] 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525, complete]! 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L525, complete] for token KeyToken[127.0.0.1:8240-88F75D43F6460E26] 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L525, complete] for MID KeyMID[127.0.0.1:8240-15738] 08:19:48.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L525, complete] completed CON-POST MID= -1, Token=88F75D43F6460E26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15738, Token=88F75D43F6460E26, OptionSet={"Object-Security":0x09BA}, acked 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2! 08:19:48.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L527] send request 08:19:48.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L527] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:19:48.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L527] added with generated mid KeyMID[127.0.0.1:8240-15739], CON-POST MID=15739, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:19:48.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L527] added with generated token KeyToken[127.0.0.1:8240-BC5A1DA0B5C265EB], CON-POST MID=15739, Token=BC5A1DA0B5C265EB, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:19:48.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15739], KeyToken[127.0.0.1:8240-BC5A1DA0B5C265EB]] 08:19:48.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E563,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15739, Token=BC5A1DA0B5C265EB, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1] 08:19:48.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15739] 08:19:48.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528] replace CON-POST MID=15739, Token=BC5A1DA0B5C265EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15739, Token=BC5A1DA0B5C265EB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R528] send response NON-2.05 MID=15739, Token=null, OptionSet={}, "server responds hi" 08:19:48.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528, complete]! 08:19:48.989 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R528, complete] completed NON-2.04 MID=15739, Token=BC5A1DA0B5C265EB, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60! 08:19:48.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E564,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15739, Token=BC5A1DA0B5C265EB, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60] 08:19:48.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15739] 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527, complete]! 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L527, complete] for token KeyToken[127.0.0.1:8240-BC5A1DA0B5C265EB] 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L527, complete] for MID KeyMID[127.0.0.1:8240-15739] 08:19:48.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L527, complete] completed CON-POST MID= -1, Token=BC5A1DA0B5C265EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15739, Token=BC5A1DA0B5C265EB, OptionSet={"Object-Security":0x09BB}, acked 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1! 08:19:48.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L529] send request 08:19:48.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L529] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:19:48.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L529] added with generated mid KeyMID[127.0.0.1:8240-15740], CON-POST MID=15740, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:19:48.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L529] added with generated token KeyToken[127.0.0.1:8240-680ABD3B0B837087], CON-POST MID=15740, Token=680ABD3B0B837087, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:19:48.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15740], KeyToken[127.0.0.1:8240-680ABD3B0B837087]] 08:19:48.991 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E565,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15740, Token=680ABD3B0B837087, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63] 08:19:48.991 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15740] 08:19:48.991 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.991 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530] replace CON-POST MID=15740, Token=680ABD3B0B837087, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15740, Token=680ABD3B0B837087, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R530] send response NON-2.05 MID=15740, Token=null, OptionSet={}, "server responds hi" 08:19:48.991 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530, complete]! 08:19:48.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R530, complete] completed NON-2.04 MID=15740, Token=680ABD3B0B837087, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27! 08:19:48.992 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E566,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15740, Token=680ABD3B0B837087, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27] 08:19:48.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15740] 08:19:48.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529, complete]! 08:19:48.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L529, complete] for token KeyToken[127.0.0.1:8240-680ABD3B0B837087] 08:19:48.992 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L529, complete] for MID KeyMID[127.0.0.1:8240-15740] 08:19:48.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L529, complete] completed CON-POST MID= -1, Token=680ABD3B0B837087, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15740, Token=680ABD3B0B837087, OptionSet={"Object-Security":0x09BC}, acked 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63! 08:19:48.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L531] send request 08:19:48.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L531] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:19:48.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L531] added with generated mid KeyMID[127.0.0.1:8240-15741], CON-POST MID=15741, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:19:48.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L531] added with generated token KeyToken[127.0.0.1:8240-34A4C3E485B1E118], CON-POST MID=15741, Token=34A4C3E485B1E118, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:19:48.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15741], KeyToken[127.0.0.1:8240-34A4C3E485B1E118]] 08:19:48.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E567,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15741, Token=34A4C3E485B1E118, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7] 08:19:48.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15741] 08:19:48.994 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.994 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532] replace CON-POST MID=15741, Token=34A4C3E485B1E118, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15741, Token=34A4C3E485B1E118, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R532] send response NON-2.05 MID=15741, Token=null, OptionSet={}, "server responds hi" 08:19:48.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532, complete]! 08:19:48.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R532, complete] completed NON-2.04 MID=15741, Token=34A4C3E485B1E118, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9! 08:19:48.995 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E568,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15741, Token=34A4C3E485B1E118, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9] 08:19:48.995 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15741] 08:19:48.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531, complete]! 08:19:48.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L531, complete] for token KeyToken[127.0.0.1:8240-34A4C3E485B1E118] 08:19:48.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L531, complete] for MID KeyMID[127.0.0.1:8240-15741] 08:19:48.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L531, complete] completed CON-POST MID= -1, Token=34A4C3E485B1E118, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15741, Token=34A4C3E485B1E118, OptionSet={"Object-Security":0x09BD}, acked 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7! 08:19:48.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L533] send request 08:19:48.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L533] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:19:48.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L533] added with generated mid KeyMID[127.0.0.1:8240-15742], CON-POST MID=15742, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:19:48.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L533] added with generated token KeyToken[127.0.0.1:8240-340BF3718463AAB6], CON-POST MID=15742, Token=340BF3718463AAB6, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:19:48.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15742], KeyToken[127.0.0.1:8240-340BF3718463AAB6]] 08:19:48.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:48.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E569,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15742, Token=340BF3718463AAB6, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4] 08:19:48.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:48.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15742] 08:19:48.997 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:48.997 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:48.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534] replace CON-POST MID=15742, Token=340BF3718463AAB6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15742, Token=340BF3718463AAB6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R534] send response NON-2.05 MID=15742, Token=null, OptionSet={}, "server responds hi" 08:19:48.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534, complete]! 08:19:48.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R534, complete] completed NON-2.04 MID=15742, Token=340BF3718463AAB6, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0! 08:19:48.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:48.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E570,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15742, Token=340BF3718463AAB6, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0] 08:19:48.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15742] 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533, complete]! 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L533, complete] for token KeyToken[127.0.0.1:8240-340BF3718463AAB6] 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L533, complete] for MID KeyMID[127.0.0.1:8240-15742] 08:19:48.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L533, complete] completed CON-POST MID= -1, Token=340BF3718463AAB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15742, Token=340BF3718463AAB6, OptionSet={"Object-Security":0x09BE}, acked 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4! 08:19:48.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L535] send request 08:19:48.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L535] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:48.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:19:48.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L535] added with generated mid KeyMID[127.0.0.1:8240-15743], CON-POST MID=15743, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:19:48.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L535] added with generated token KeyToken[127.0.0.1:8240-340F7BE13D42B297], CON-POST MID=15743, Token=340F7BE13D42B297, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:19:48.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15743], KeyToken[127.0.0.1:8240-340F7BE13D42B297]] 08:19:49.000 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E571,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15743, Token=340F7BE13D42B297, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39] 08:19:49.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15743] 08:19:49.000 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.000 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536] replace CON-POST MID=15743, Token=340F7BE13D42B297, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15743, Token=340F7BE13D42B297, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R536] send response NON-2.05 MID=15743, Token=null, OptionSet={}, "server responds hi" 08:19:49.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536, complete]! 08:19:49.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R536, complete] completed NON-2.04 MID=15743, Token=340F7BE13D42B297, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E! 08:19:49.001 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E572,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15743, Token=340F7BE13D42B297, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E] 08:19:49.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15743] 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535, complete]! 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L535, complete] for token KeyToken[127.0.0.1:8240-340F7BE13D42B297] 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L535, complete] for MID KeyMID[127.0.0.1:8240-15743] 08:19:49.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L535, complete] completed CON-POST MID= -1, Token=340F7BE13D42B297, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15743, Token=340F7BE13D42B297, OptionSet={"Object-Security":0x09BF}, acked 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39! 08:19:49.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L537] send request 08:19:49.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L537] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:19:49.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L537] added with generated mid KeyMID[127.0.0.1:8240-15744], CON-POST MID=15744, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:19:49.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L537] added with generated token KeyToken[127.0.0.1:8240-8C965F4D6D013B44], CON-POST MID=15744, Token=8C965F4D6D013B44, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:19:49.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15744], KeyToken[127.0.0.1:8240-8C965F4D6D013B44]] 08:19:49.002 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E573,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15744, Token=8C965F4D6D013B44, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF] 08:19:49.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15744] 08:19:49.003 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.003 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538] replace CON-POST MID=15744, Token=8C965F4D6D013B44, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15744, Token=8C965F4D6D013B44, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R538] send response NON-2.05 MID=15744, Token=null, OptionSet={}, "server responds hi" 08:19:49.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538, complete]! 08:19:49.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R538, complete] completed NON-2.04 MID=15744, Token=8C965F4D6D013B44, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21! 08:19:49.003 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.004 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E574,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15744, Token=8C965F4D6D013B44, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21] 08:19:49.004 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15744] 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537, complete]! 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L537, complete] for token KeyToken[127.0.0.1:8240-8C965F4D6D013B44] 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L537, complete] for MID KeyMID[127.0.0.1:8240-15744] 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L537, complete] completed CON-POST MID= -1, Token=8C965F4D6D013B44, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15744, Token=8C965F4D6D013B44, OptionSet={"Object-Security":0x09C0}, acked A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF! 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L539] send request 08:19:49.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L539] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:19:49.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L539] added with generated mid KeyMID[127.0.0.1:8240-15745], CON-POST MID=15745, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:19:49.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L539] added with generated token KeyToken[127.0.0.1:8240-4C07776BA0407E18], CON-POST MID=15745, Token=4C07776BA0407E18, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:19:49.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15745], KeyToken[127.0.0.1:8240-4C07776BA0407E18]] 08:19:49.005 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.005 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E575,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15745, Token=4C07776BA0407E18, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34] 08:19:49.005 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15745] 08:19:49.005 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.005 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540] replace CON-POST MID=15745, Token=4C07776BA0407E18, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15745, Token=4C07776BA0407E18, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R540] send response NON-2.05 MID=15745, Token=null, OptionSet={}, "server responds hi" 08:19:49.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540, complete]! 08:19:49.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R540, complete] completed NON-2.04 MID=15745, Token=4C07776BA0407E18, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E! 08:19:49.006 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.006 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E576,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15745, Token=4C07776BA0407E18, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E] 08:19:49.006 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15745] 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539, complete]! 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L539, complete] for token KeyToken[127.0.0.1:8240-4C07776BA0407E18] 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L539, complete] for MID KeyMID[127.0.0.1:8240-15745] 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L539, complete] completed CON-POST MID= -1, Token=4C07776BA0407E18, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15745, Token=4C07776BA0407E18, OptionSet={"Object-Security":0x09C1}, acked 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34! 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L541] send request 08:19:49.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L541] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:19:49.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L541] added with generated mid KeyMID[127.0.0.1:8240-15746], CON-POST MID=15746, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:19:49.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L541] added with generated token KeyToken[127.0.0.1:8240-38F4CEED18FE2CF8], CON-POST MID=15746, Token=38F4CEED18FE2CF8, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:19:49.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15746], KeyToken[127.0.0.1:8240-38F4CEED18FE2CF8]] 08:19:49.008 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.008 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E577,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15746, Token=38F4CEED18FE2CF8, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B] 08:19:49.008 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15746] 08:19:49.008 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.008 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542] replace CON-POST MID=15746, Token=38F4CEED18FE2CF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15746, Token=38F4CEED18FE2CF8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R542] send response NON-2.05 MID=15746, Token=null, OptionSet={}, "server responds hi" 08:19:49.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542, complete]! 08:19:49.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R542, complete] completed NON-2.04 MID=15746, Token=38F4CEED18FE2CF8, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C! 08:19:49.009 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E578,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15746, Token=38F4CEED18FE2CF8, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C] 08:19:49.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15746] 08:19:49.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541, complete]! 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L541, complete] for token KeyToken[127.0.0.1:8240-38F4CEED18FE2CF8] 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L541, complete] for MID KeyMID[127.0.0.1:8240-15746] 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L541, complete] completed CON-POST MID= -1, Token=38F4CEED18FE2CF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15746, Token=38F4CEED18FE2CF8, OptionSet={"Object-Security":0x09C2}, acked BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B! 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L543] send request 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L543] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:19:49.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L543] added with generated mid KeyMID[127.0.0.1:8240-15747], CON-POST MID=15747, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:19:49.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L543] added with generated token KeyToken[127.0.0.1:8240-B8B348B1947459E1], CON-POST MID=15747, Token=B8B348B1947459E1, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:19:49.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15747], KeyToken[127.0.0.1:8240-B8B348B1947459E1]] 08:19:49.011 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.011 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E579,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15747, Token=B8B348B1947459E1, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A] 08:19:49.011 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15747] 08:19:49.011 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.011 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544] replace CON-POST MID=15747, Token=B8B348B1947459E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15747, Token=B8B348B1947459E1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R544] send response NON-2.05 MID=15747, Token=null, OptionSet={}, "server responds hi" 08:19:49.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544, complete]! 08:19:49.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R544, complete] completed NON-2.04 MID=15747, Token=B8B348B1947459E1, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6! 08:19:49.012 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.012 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E580,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15747, Token=B8B348B1947459E1, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6] 08:19:49.012 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15747] 08:19:49.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543, complete]! 08:19:49.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L543, complete] for token KeyToken[127.0.0.1:8240-B8B348B1947459E1] 08:19:49.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L543, complete] for MID KeyMID[127.0.0.1:8240-15747] 08:19:49.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L543, complete] completed CON-POST MID= -1, Token=B8B348B1947459E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15747, Token=B8B348B1947459E1, OptionSet={"Object-Security":0x09C3}, acked 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A! 08:19:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L545] send request 08:19:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L545] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:19:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L545] added with generated mid KeyMID[127.0.0.1:8240-15748], CON-POST MID=15748, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:19:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L545] added with generated token KeyToken[127.0.0.1:8240-C4EE84E2CF37D2C4], CON-POST MID=15748, Token=C4EE84E2CF37D2C4, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:19:49.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15748], KeyToken[127.0.0.1:8240-C4EE84E2CF37D2C4]] 08:19:49.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E581,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15748, Token=C4EE84E2CF37D2C4, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37] 08:19:49.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15748] 08:19:49.053 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.053 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546] replace CON-POST MID=15748, Token=C4EE84E2CF37D2C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15748, Token=C4EE84E2CF37D2C4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R546] send response NON-2.05 MID=15748, Token=null, OptionSet={}, "server responds hi" 08:19:49.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546, complete]! 08:19:49.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R546, complete] completed NON-2.04 MID=15748, Token=C4EE84E2CF37D2C4, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57! 08:19:49.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E582,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15748, Token=C4EE84E2CF37D2C4, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57] 08:19:49.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15748] 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545, complete]! 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L545, complete] for token KeyToken[127.0.0.1:8240-C4EE84E2CF37D2C4] 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L545, complete] for MID KeyMID[127.0.0.1:8240-15748] 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L545, complete] completed CON-POST MID= -1, Token=C4EE84E2CF37D2C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15748, Token=C4EE84E2CF37D2C4, OptionSet={"Object-Security":0x09C4}, acked 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37! 08:19:49.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L547] send request 08:19:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L547] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:19:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L547] added with generated mid KeyMID[127.0.0.1:8240-15749], CON-POST MID=15749, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:19:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L547] added with generated token KeyToken[127.0.0.1:8240-1497DA0250C0E7D5], CON-POST MID=15749, Token=1497DA0250C0E7D5, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:19:49.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15749], KeyToken[127.0.0.1:8240-1497DA0250C0E7D5]] 08:19:49.055 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E583,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15749, Token=1497DA0250C0E7D5, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A] 08:19:49.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15749] 08:19:49.056 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.056 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548] replace CON-POST MID=15749, Token=1497DA0250C0E7D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15749, Token=1497DA0250C0E7D5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R548] send response NON-2.05 MID=15749, Token=null, OptionSet={}, "server responds hi" 08:19:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548, complete]! 08:19:49.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R548, complete] completed NON-2.04 MID=15749, Token=1497DA0250C0E7D5, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5! 08:19:49.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E584,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15749, Token=1497DA0250C0E7D5, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5] 08:19:49.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15749] 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547, complete]! 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L547, complete] for token KeyToken[127.0.0.1:8240-1497DA0250C0E7D5] 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L547, complete] for MID KeyMID[127.0.0.1:8240-15749] 08:19:49.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L547, complete] completed CON-POST MID= -1, Token=1497DA0250C0E7D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15749, Token=1497DA0250C0E7D5, OptionSet={"Object-Security":0x09C5}, acked 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A! 08:19:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L549] send request 08:19:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L549] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:19:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L549] added with generated mid KeyMID[127.0.0.1:8240-15750], CON-POST MID=15750, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:19:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L549] added with generated token KeyToken[127.0.0.1:8240-E4B7786F4A40AE65], CON-POST MID=15750, Token=E4B7786F4A40AE65, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:19:49.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15750], KeyToken[127.0.0.1:8240-E4B7786F4A40AE65]] 08:19:49.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E585,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15750, Token=E4B7786F4A40AE65, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA] 08:19:49.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15750] 08:19:49.059 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.059 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550] replace CON-POST MID=15750, Token=E4B7786F4A40AE65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15750, Token=E4B7786F4A40AE65, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R550] send response NON-2.05 MID=15750, Token=null, OptionSet={}, "server responds hi" 08:19:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550, complete]! 08:19:49.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R550, complete] completed NON-2.04 MID=15750, Token=E4B7786F4A40AE65, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12! 08:19:49.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E586,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15750, Token=E4B7786F4A40AE65, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12] 08:19:49.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15750] 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549, complete]! 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L549, complete] for token KeyToken[127.0.0.1:8240-E4B7786F4A40AE65] 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L549, complete] for MID KeyMID[127.0.0.1:8240-15750] 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L549, complete] completed CON-POST MID= -1, Token=E4B7786F4A40AE65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15750, Token=E4B7786F4A40AE65, OptionSet={"Object-Security":0x09C6}, acked 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA! 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L551] send request 08:19:49.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L551] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:19:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L551] added with generated mid KeyMID[127.0.0.1:8240-15751], CON-POST MID=15751, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:19:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L551] added with generated token KeyToken[127.0.0.1:8240-507F9323738A15EE], CON-POST MID=15751, Token=507F9323738A15EE, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:19:49.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15751], KeyToken[127.0.0.1:8240-507F9323738A15EE]] 08:19:49.061 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E587,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15751, Token=507F9323738A15EE, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02] 08:19:49.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15751] 08:19:49.062 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.062 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552] replace CON-POST MID=15751, Token=507F9323738A15EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15751, Token=507F9323738A15EE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R552] send response NON-2.05 MID=15751, Token=null, OptionSet={}, "server responds hi" 08:19:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552, complete]! 08:19:49.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R552, complete] completed NON-2.04 MID=15751, Token=507F9323738A15EE, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC! 08:19:49.062 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E588,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15751, Token=507F9323738A15EE, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC] 08:19:49.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15751] 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551, complete]! 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L551, complete] for token KeyToken[127.0.0.1:8240-507F9323738A15EE] 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L551, complete] for MID KeyMID[127.0.0.1:8240-15751] 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L551, complete] completed CON-POST MID= -1, Token=507F9323738A15EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15751, Token=507F9323738A15EE, OptionSet={"Object-Security":0x09C7}, acked 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02! 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L553] send request 08:19:49.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L553] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:19:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L553] added with generated mid KeyMID[127.0.0.1:8240-15752], CON-POST MID=15752, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:19:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L553] added with generated token KeyToken[127.0.0.1:8240-444FF3D9F3248462], CON-POST MID=15752, Token=444FF3D9F3248462, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:19:49.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15752], KeyToken[127.0.0.1:8240-444FF3D9F3248462]] 08:19:49.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E589,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15752, Token=444FF3D9F3248462, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C] 08:19:49.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15752] 08:19:49.064 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.064 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554] replace CON-POST MID=15752, Token=444FF3D9F3248462, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15752, Token=444FF3D9F3248462, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R554] send response NON-2.05 MID=15752, Token=null, OptionSet={}, "server responds hi" 08:19:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554, complete]! 08:19:49.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R554, complete] completed NON-2.04 MID=15752, Token=444FF3D9F3248462, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4! 08:19:49.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E590,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15752, Token=444FF3D9F3248462, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4] 08:19:49.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15752] 08:19:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553, complete]! 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L553, complete] for token KeyToken[127.0.0.1:8240-444FF3D9F3248462] 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L553, complete] for MID KeyMID[127.0.0.1:8240-15752] 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L553, complete] completed CON-POST MID= -1, Token=444FF3D9F3248462, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15752, Token=444FF3D9F3248462, OptionSet={"Object-Security":0x09C8}, acked 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C! 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L555] send request 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L555] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L555] added with generated mid KeyMID[127.0.0.1:8240-15753], CON-POST MID=15753, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L555] added with generated token KeyToken[127.0.0.1:8240-ACC8482AB737E9F1], CON-POST MID=15753, Token=ACC8482AB737E9F1, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:19:49.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15753], KeyToken[127.0.0.1:8240-ACC8482AB737E9F1]] 08:19:49.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E591,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15753, Token=ACC8482AB737E9F1, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB] 08:19:49.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15753] 08:19:49.067 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.067 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556] replace CON-POST MID=15753, Token=ACC8482AB737E9F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15753, Token=ACC8482AB737E9F1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R556] send response NON-2.05 MID=15753, Token=null, OptionSet={}, "server responds hi" 08:19:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556, complete]! 08:19:49.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R556, complete] completed NON-2.04 MID=15753, Token=ACC8482AB737E9F1, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47! 08:19:49.068 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E592,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15753, Token=ACC8482AB737E9F1, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47] 08:19:49.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15753] 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555, complete]! 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L555, complete] for token KeyToken[127.0.0.1:8240-ACC8482AB737E9F1] 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L555, complete] for MID KeyMID[127.0.0.1:8240-15753] 08:19:49.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L555, complete] completed CON-POST MID= -1, Token=ACC8482AB737E9F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15753, Token=ACC8482AB737E9F1, OptionSet={"Object-Security":0x09C9}, acked 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB! 08:19:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L557] send request 08:19:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L557] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:19:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L557] added with generated mid KeyMID[127.0.0.1:8240-15754], CON-POST MID=15754, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:19:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L557] added with generated token KeyToken[127.0.0.1:8240-685AD95ED308CF22], CON-POST MID=15754, Token=685AD95ED308CF22, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:19:49.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15754], KeyToken[127.0.0.1:8240-685AD95ED308CF22]] 08:19:49.069 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E593,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15754, Token=685AD95ED308CF22, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE] 08:19:49.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15754] 08:19:49.070 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.070 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558] replace CON-POST MID=15754, Token=685AD95ED308CF22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15754, Token=685AD95ED308CF22, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R558] send response NON-2.05 MID=15754, Token=null, OptionSet={}, "server responds hi" 08:19:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558, complete]! 08:19:49.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R558, complete] completed NON-2.04 MID=15754, Token=685AD95ED308CF22, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79! 08:19:49.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E594,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15754, Token=685AD95ED308CF22, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79] 08:19:49.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15754] 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557, complete]! 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L557, complete] for token KeyToken[127.0.0.1:8240-685AD95ED308CF22] 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L557, complete] for MID KeyMID[127.0.0.1:8240-15754] 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L557, complete] completed CON-POST MID= -1, Token=685AD95ED308CF22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15754, Token=685AD95ED308CF22, OptionSet={"Object-Security":0x09CA}, acked 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE! 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L559] send request 08:19:49.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L559] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:19:49.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L559] added with generated mid KeyMID[127.0.0.1:8240-15755], CON-POST MID=15755, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:19:49.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L559] added with generated token KeyToken[127.0.0.1:8240-D8D67F2EEAA3104C], CON-POST MID=15755, Token=D8D67F2EEAA3104C, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:19:49.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15755], KeyToken[127.0.0.1:8240-D8D67F2EEAA3104C]] 08:19:49.072 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E595,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15755, Token=D8D67F2EEAA3104C, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD] 08:19:49.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15755] 08:19:49.072 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.072 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560] replace CON-POST MID=15755, Token=D8D67F2EEAA3104C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15755, Token=D8D67F2EEAA3104C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R560] send response NON-2.05 MID=15755, Token=null, OptionSet={}, "server responds hi" 08:19:49.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560, complete]! 08:19:49.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R560, complete] completed NON-2.04 MID=15755, Token=D8D67F2EEAA3104C, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0! 08:19:49.073 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E596,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15755, Token=D8D67F2EEAA3104C, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0] 08:19:49.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15755] 08:19:49.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559, complete]! 08:19:49.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L559, complete] for token KeyToken[127.0.0.1:8240-D8D67F2EEAA3104C] 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L559, complete] for MID KeyMID[127.0.0.1:8240-15755] 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L559, complete] completed CON-POST MID= -1, Token=D8D67F2EEAA3104C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15755, Token=D8D67F2EEAA3104C, OptionSet={"Object-Security":0x09CB}, acked 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD! 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L561] send request 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L561] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L561] added with generated mid KeyMID[127.0.0.1:8240-15756], CON-POST MID=15756, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L561] added with generated token KeyToken[127.0.0.1:8240-F038ABF72C8F5086], CON-POST MID=15756, Token=F038ABF72C8F5086, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:19:49.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15756], KeyToken[127.0.0.1:8240-F038ABF72C8F5086]] 08:19:49.075 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E597,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15756, Token=F038ABF72C8F5086, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC] 08:19:49.075 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15756] 08:19:49.075 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.075 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562] replace CON-POST MID=15756, Token=F038ABF72C8F5086, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15756, Token=F038ABF72C8F5086, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R562] send response NON-2.05 MID=15756, Token=null, OptionSet={}, "server responds hi" 08:19:49.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562, complete]! 08:19:49.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R562, complete] completed NON-2.04 MID=15756, Token=F038ABF72C8F5086, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD! 08:19:49.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E598,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15756, Token=F038ABF72C8F5086, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD] 08:19:49.076 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15756] 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561, complete]! 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L561, complete] for token KeyToken[127.0.0.1:8240-F038ABF72C8F5086] 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L561, complete] for MID KeyMID[127.0.0.1:8240-15756] 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L561, complete] completed CON-POST MID= -1, Token=F038ABF72C8F5086, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15756, Token=F038ABF72C8F5086, OptionSet={"Object-Security":0x09CC}, acked C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC! 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L563] send request 08:19:49.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L563] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:19:49.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L563] added with generated mid KeyMID[127.0.0.1:8240-15757], CON-POST MID=15757, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:19:49.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L563] added with generated token KeyToken[127.0.0.1:8240-E8BF2DE159D83BE3], CON-POST MID=15757, Token=E8BF2DE159D83BE3, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:19:49.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15757], KeyToken[127.0.0.1:8240-E8BF2DE159D83BE3]] 08:19:49.077 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E599,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15757, Token=E8BF2DE159D83BE3, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40] 08:19:49.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15757] 08:19:49.077 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.077 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564] replace CON-POST MID=15757, Token=E8BF2DE159D83BE3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15757, Token=E8BF2DE159D83BE3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R564] send response NON-2.05 MID=15757, Token=null, OptionSet={}, "server responds hi" 08:19:49.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564, complete]! 08:19:49.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R564, complete] completed NON-2.04 MID=15757, Token=E8BF2DE159D83BE3, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F! 08:19:49.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E600,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15757, Token=E8BF2DE159D83BE3, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F] 08:19:49.078 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15757] 08:19:49.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563, complete]! 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L563, complete] for token KeyToken[127.0.0.1:8240-E8BF2DE159D83BE3] 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L563, complete] for MID KeyMID[127.0.0.1:8240-15757] 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L563, complete] completed CON-POST MID= -1, Token=E8BF2DE159D83BE3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15757, Token=E8BF2DE159D83BE3, OptionSet={"Object-Security":0x09CD}, acked 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40! 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L565] send request 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L565] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L565] added with generated mid KeyMID[127.0.0.1:8240-15758], CON-POST MID=15758, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L565] added with generated token KeyToken[127.0.0.1:8240-5CCADC0A2309D396], CON-POST MID=15758, Token=5CCADC0A2309D396, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:19:49.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15758], KeyToken[127.0.0.1:8240-5CCADC0A2309D396]] 08:19:49.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E601,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15758, Token=5CCADC0A2309D396, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48] 08:19:49.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15758] 08:19:49.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566] replace CON-POST MID=15758, Token=5CCADC0A2309D396, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15758, Token=5CCADC0A2309D396, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R566] send response NON-2.05 MID=15758, Token=null, OptionSet={}, "server responds hi" 08:19:49.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566, complete]! 08:19:49.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R566, complete] completed NON-2.04 MID=15758, Token=5CCADC0A2309D396, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46! 08:19:49.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E602,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15758, Token=5CCADC0A2309D396, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46] 08:19:49.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15758] 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565, complete]! 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L565, complete] for token KeyToken[127.0.0.1:8240-5CCADC0A2309D396] 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L565, complete] for MID KeyMID[127.0.0.1:8240-15758] 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L565, complete] completed CON-POST MID= -1, Token=5CCADC0A2309D396, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15758, Token=5CCADC0A2309D396, OptionSet={"Object-Security":0x09CE}, acked 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48! 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L567] send request 08:19:49.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L567] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:19:49.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L567] added with generated mid KeyMID[127.0.0.1:8240-15759], CON-POST MID=15759, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:19:49.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L567] added with generated token KeyToken[127.0.0.1:8240-84BFC5BF41BB738F], CON-POST MID=15759, Token=84BFC5BF41BB738F, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:19:49.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15759], KeyToken[127.0.0.1:8240-84BFC5BF41BB738F]] 08:19:49.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E603,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15759, Token=84BFC5BF41BB738F, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5] 08:19:49.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15759] 08:19:49.082 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.083 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568] replace CON-POST MID=15759, Token=84BFC5BF41BB738F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15759, Token=84BFC5BF41BB738F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R568] send response NON-2.05 MID=15759, Token=null, OptionSet={}, "server responds hi" 08:19:49.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568, complete]! 08:19:49.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R568, complete] completed NON-2.04 MID=15759, Token=84BFC5BF41BB738F, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71! 08:19:49.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E604,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15759, Token=84BFC5BF41BB738F, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71] 08:19:49.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15759] 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567, complete]! 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L567, complete] for token KeyToken[127.0.0.1:8240-84BFC5BF41BB738F] 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L567, complete] for MID KeyMID[127.0.0.1:8240-15759] 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L567, complete] completed CON-POST MID= -1, Token=84BFC5BF41BB738F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15759, Token=84BFC5BF41BB738F, OptionSet={"Object-Security":0x09CF}, acked 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5! 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L569] send request 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L569] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:19:49.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L569] added with generated mid KeyMID[127.0.0.1:8240-15760], CON-POST MID=15760, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:19:49.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L569] added with generated token KeyToken[127.0.0.1:8240-CC9835BCCC32D3C1], CON-POST MID=15760, Token=CC9835BCCC32D3C1, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:19:49.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15760], KeyToken[127.0.0.1:8240-CC9835BCCC32D3C1]] 08:19:49.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E605,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15760, Token=CC9835BCCC32D3C1, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5] 08:19:49.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15760] 08:19:49.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570] replace CON-POST MID=15760, Token=CC9835BCCC32D3C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15760, Token=CC9835BCCC32D3C1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R570] send response NON-2.05 MID=15760, Token=null, OptionSet={}, "server responds hi" 08:19:49.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570, complete]! 08:19:49.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R570, complete] completed NON-2.04 MID=15760, Token=CC9835BCCC32D3C1, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8! 08:19:49.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E606,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15760, Token=CC9835BCCC32D3C1, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8] 08:19:49.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15760] 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569, complete]! 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L569, complete] for token KeyToken[127.0.0.1:8240-CC9835BCCC32D3C1] 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L569, complete] for MID KeyMID[127.0.0.1:8240-15760] 08:19:49.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L569, complete] completed CON-POST MID= -1, Token=CC9835BCCC32D3C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15760, Token=CC9835BCCC32D3C1, OptionSet={"Object-Security":0x09D0}, acked 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5! 08:19:49.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L571] send request 08:19:49.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L571] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:19:49.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L571] added with generated mid KeyMID[127.0.0.1:8240-15761], CON-POST MID=15761, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:19:49.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L571] added with generated token KeyToken[127.0.0.1:8240-9CBD2E53AE19F413], CON-POST MID=15761, Token=9CBD2E53AE19F413, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:19:49.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15761], KeyToken[127.0.0.1:8240-9CBD2E53AE19F413]] 08:19:49.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E607,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15761, Token=9CBD2E53AE19F413, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16] 08:19:49.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15761] 08:19:49.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572] replace CON-POST MID=15761, Token=9CBD2E53AE19F413, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15761, Token=9CBD2E53AE19F413, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R572] send response NON-2.05 MID=15761, Token=null, OptionSet={}, "server responds hi" 08:19:49.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572, complete]! 08:19:49.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R572, complete] completed NON-2.04 MID=15761, Token=9CBD2E53AE19F413, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9! 08:19:49.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E608,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15761, Token=9CBD2E53AE19F413, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9] 08:19:49.089 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15761] 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571, complete]! 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L571, complete] for token KeyToken[127.0.0.1:8240-9CBD2E53AE19F413] 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L571, complete] for MID KeyMID[127.0.0.1:8240-15761] 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L571, complete] completed CON-POST MID= -1, Token=9CBD2E53AE19F413, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15761, Token=9CBD2E53AE19F413, OptionSet={"Object-Security":0x09D1}, acked BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16! 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L573] send request 08:19:49.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L573] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:19:49.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L573] added with generated mid KeyMID[127.0.0.1:8240-15762], CON-POST MID=15762, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:19:49.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L573] added with generated token KeyToken[127.0.0.1:8240-4051C4BD785B1C88], CON-POST MID=15762, Token=4051C4BD785B1C88, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:19:49.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15762], KeyToken[127.0.0.1:8240-4051C4BD785B1C88]] 08:19:49.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E609,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15762, Token=4051C4BD785B1C88, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1] 08:19:49.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15762] 08:19:49.090 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.090 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574] replace CON-POST MID=15762, Token=4051C4BD785B1C88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15762, Token=4051C4BD785B1C88, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R574] send response NON-2.05 MID=15762, Token=null, OptionSet={}, "server responds hi" 08:19:49.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574, complete]! 08:19:49.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R574, complete] completed NON-2.04 MID=15762, Token=4051C4BD785B1C88, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9! 08:19:49.091 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.091 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E610,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15762, Token=4051C4BD785B1C88, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9] 08:19:49.091 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15762] 08:19:49.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573, complete]! 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L573, complete] for token KeyToken[127.0.0.1:8240-4051C4BD785B1C88] 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L573, complete] for MID KeyMID[127.0.0.1:8240-15762] 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L573, complete] completed CON-POST MID= -1, Token=4051C4BD785B1C88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15762, Token=4051C4BD785B1C88, OptionSet={"Object-Security":0x09D2}, acked 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1! 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L575] send request 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L575] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:19:49.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L575] added with generated mid KeyMID[127.0.0.1:8240-15763], CON-POST MID=15763, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:19:49.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L575] added with generated token KeyToken[127.0.0.1:8240-20BA76D1FFF7ABF6], CON-POST MID=15763, Token=20BA76D1FFF7ABF6, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:19:49.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15763], KeyToken[127.0.0.1:8240-20BA76D1FFF7ABF6]] 08:19:49.093 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E611,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15763, Token=20BA76D1FFF7ABF6, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67] 08:19:49.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15763] 08:19:49.093 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.093 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.093 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576] replace CON-POST MID=15763, Token=20BA76D1FFF7ABF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15763, Token=20BA76D1FFF7ABF6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R576] send response NON-2.05 MID=15763, Token=null, OptionSet={}, "server responds hi" 08:19:49.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576, complete]! 08:19:49.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R576, complete] completed NON-2.04 MID=15763, Token=20BA76D1FFF7ABF6, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8! 08:19:49.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E612,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15763, Token=20BA76D1FFF7ABF6, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8] 08:19:49.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15763] 08:19:49.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575, complete]! 08:19:49.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L575, complete] for token KeyToken[127.0.0.1:8240-20BA76D1FFF7ABF6] 08:19:49.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L575, complete] for MID KeyMID[127.0.0.1:8240-15763] 08:19:49.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L575, complete] completed CON-POST MID= -1, Token=20BA76D1FFF7ABF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15763, Token=20BA76D1FFF7ABF6, OptionSet={"Object-Security":0x09D3}, acked 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67! 08:19:49.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L577] send request 08:19:49.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L577] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:19:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L577] added with generated mid KeyMID[127.0.0.1:8240-15764], CON-POST MID=15764, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:19:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L577] added with generated token KeyToken[127.0.0.1:8240-4CA615499280E76B], CON-POST MID=15764, Token=4CA615499280E76B, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:19:49.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15764], KeyToken[127.0.0.1:8240-4CA615499280E76B]] 08:19:49.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E613,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15764, Token=4CA615499280E76B, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89] 08:19:49.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15764] 08:19:49.152 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.152 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578] replace CON-POST MID=15764, Token=4CA615499280E76B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15764, Token=4CA615499280E76B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R578] send response NON-2.05 MID=15764, Token=null, OptionSet={}, "server responds hi" 08:19:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578, complete]! 08:19:49.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R578, complete] completed NON-2.04 MID=15764, Token=4CA615499280E76B, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05! 08:19:49.153 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E614,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15764, Token=4CA615499280E76B, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05] 08:19:49.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15764] 08:19:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577, complete]! 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L577, complete] for token KeyToken[127.0.0.1:8240-4CA615499280E76B] 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L577, complete] for MID KeyMID[127.0.0.1:8240-15764] 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L577, complete] completed CON-POST MID= -1, Token=4CA615499280E76B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15764, Token=4CA615499280E76B, OptionSet={"Object-Security":0x09D4}, acked 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89! 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L579] send request 08:19:49.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L579] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:19:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L579] added with generated mid KeyMID[127.0.0.1:8240-15765], CON-POST MID=15765, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:19:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L579] added with generated token KeyToken[127.0.0.1:8240-EC4F449929BE2485], CON-POST MID=15765, Token=EC4F449929BE2485, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:19:49.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15765], KeyToken[127.0.0.1:8240-EC4F449929BE2485]] 08:19:49.155 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E615,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15765, Token=EC4F449929BE2485, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE] 08:19:49.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15765] 08:19:49.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580] replace CON-POST MID=15765, Token=EC4F449929BE2485, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15765, Token=EC4F449929BE2485, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R580] send response NON-2.05 MID=15765, Token=null, OptionSet={}, "server responds hi" 08:19:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580, complete]! 08:19:49.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R580, complete] completed NON-2.04 MID=15765, Token=EC4F449929BE2485, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D! 08:19:49.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E616,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15765, Token=EC4F449929BE2485, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D] 08:19:49.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15765] 08:19:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579, complete]! 08:19:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L579, complete] for token KeyToken[127.0.0.1:8240-EC4F449929BE2485] 08:19:49.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L579, complete] for MID KeyMID[127.0.0.1:8240-15765] 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L579, complete] completed CON-POST MID= -1, Token=EC4F449929BE2485, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15765, Token=EC4F449929BE2485, OptionSet={"Object-Security":0x09D5}, acked 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE! 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L581] send request 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L581] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L581] added with generated mid KeyMID[127.0.0.1:8240-15766], CON-POST MID=15766, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L581] added with generated token KeyToken[127.0.0.1:8240-845848755073D7FB], CON-POST MID=15766, Token=845848755073D7FB, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:19:49.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15766], KeyToken[127.0.0.1:8240-845848755073D7FB]] 08:19:49.157 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E617,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15766, Token=845848755073D7FB, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38] 08:19:49.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15766] 08:19:49.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582] replace CON-POST MID=15766, Token=845848755073D7FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15766, Token=845848755073D7FB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R582] send response NON-2.05 MID=15766, Token=null, OptionSet={}, "server responds hi" 08:19:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582, complete]! 08:19:49.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R582, complete] completed NON-2.04 MID=15766, Token=845848755073D7FB, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86! 08:19:49.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E618,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15766, Token=845848755073D7FB, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86] 08:19:49.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15766] 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581, complete]! 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L581, complete] for token KeyToken[127.0.0.1:8240-845848755073D7FB] 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L581, complete] for MID KeyMID[127.0.0.1:8240-15766] 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L581, complete] completed CON-POST MID= -1, Token=845848755073D7FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15766, Token=845848755073D7FB, OptionSet={"Object-Security":0x09D6}, acked B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38! 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L583] send request 08:19:49.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L583] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:19:49.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L583] added with generated mid KeyMID[127.0.0.1:8240-15767], CON-POST MID=15767, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:19:49.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L583] added with generated token KeyToken[127.0.0.1:8240-5C596B835A692996], CON-POST MID=15767, Token=5C596B835A692996, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:19:49.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15767], KeyToken[127.0.0.1:8240-5C596B835A692996]] 08:19:49.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E619,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15767, Token=5C596B835A692996, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4] 08:19:49.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15767] 08:19:49.160 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.160 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584] replace CON-POST MID=15767, Token=5C596B835A692996, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15767, Token=5C596B835A692996, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R584] send response NON-2.05 MID=15767, Token=null, OptionSet={}, "server responds hi" 08:19:49.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584, complete]! 08:19:49.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R584, complete] completed NON-2.04 MID=15767, Token=5C596B835A692996, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3! 08:19:49.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E620,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15767, Token=5C596B835A692996, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3] 08:19:49.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15767] 08:19:49.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583, complete]! 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L583, complete] for token KeyToken[127.0.0.1:8240-5C596B835A692996] 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L583, complete] for MID KeyMID[127.0.0.1:8240-15767] 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L583, complete] completed CON-POST MID= -1, Token=5C596B835A692996, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15767, Token=5C596B835A692996, OptionSet={"Object-Security":0x09D7}, acked 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4! 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L585] send request 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L585] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L585] added with generated mid KeyMID[127.0.0.1:8240-15768], CON-POST MID=15768, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L585] added with generated token KeyToken[127.0.0.1:8240-B85634B355D5E2F7], CON-POST MID=15768, Token=B85634B355D5E2F7, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:19:49.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15768], KeyToken[127.0.0.1:8240-B85634B355D5E2F7]] 08:19:49.163 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E621,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15768, Token=B85634B355D5E2F7, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F] 08:19:49.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15768] 08:19:49.163 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.163 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586] replace CON-POST MID=15768, Token=B85634B355D5E2F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15768, Token=B85634B355D5E2F7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R586] send response NON-2.05 MID=15768, Token=null, OptionSet={}, "server responds hi" 08:19:49.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586, complete]! 08:19:49.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R586, complete] completed NON-2.04 MID=15768, Token=B85634B355D5E2F7, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4! 08:19:49.164 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E622,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15768, Token=B85634B355D5E2F7, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4] 08:19:49.164 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15768] 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585, complete]! 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L585, complete] for token KeyToken[127.0.0.1:8240-B85634B355D5E2F7] 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L585, complete] for MID KeyMID[127.0.0.1:8240-15768] 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L585, complete] completed CON-POST MID= -1, Token=B85634B355D5E2F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15768, Token=B85634B355D5E2F7, OptionSet={"Object-Security":0x09D8}, acked B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F! 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L587] send request 08:19:49.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L587] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:19:49.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L587] added with generated mid KeyMID[127.0.0.1:8240-15769], CON-POST MID=15769, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:19:49.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L587] added with generated token KeyToken[127.0.0.1:8240-78A35530EC2D48FA], CON-POST MID=15769, Token=78A35530EC2D48FA, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:19:49.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15769], KeyToken[127.0.0.1:8240-78A35530EC2D48FA]] 08:19:49.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E623,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15769, Token=78A35530EC2D48FA, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6] 08:19:49.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15769] 08:19:49.165 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.165 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588] replace CON-POST MID=15769, Token=78A35530EC2D48FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15769, Token=78A35530EC2D48FA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R588] send response NON-2.05 MID=15769, Token=null, OptionSet={}, "server responds hi" 08:19:49.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588, complete]! 08:19:49.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R588, complete] completed NON-2.04 MID=15769, Token=78A35530EC2D48FA, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B! 08:19:49.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E624,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15769, Token=78A35530EC2D48FA, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B] 08:19:49.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15769] 08:19:49.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587, complete]! 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L587, complete] for token KeyToken[127.0.0.1:8240-78A35530EC2D48FA] 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L587, complete] for MID KeyMID[127.0.0.1:8240-15769] 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L587, complete] completed CON-POST MID= -1, Token=78A35530EC2D48FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15769, Token=78A35530EC2D48FA, OptionSet={"Object-Security":0x09D9}, acked 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6! 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L589] send request 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L589] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L589] added with generated mid KeyMID[127.0.0.1:8240-15770], CON-POST MID=15770, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L589] added with generated token KeyToken[127.0.0.1:8240-5C21135A566C7781], CON-POST MID=15770, Token=5C21135A566C7781, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:19:49.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15770], KeyToken[127.0.0.1:8240-5C21135A566C7781]] 08:19:49.168 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E625,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15770, Token=5C21135A566C7781, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64] 08:19:49.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15770] 08:19:49.168 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.168 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590] replace CON-POST MID=15770, Token=5C21135A566C7781, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15770, Token=5C21135A566C7781, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R590] send response NON-2.05 MID=15770, Token=null, OptionSet={}, "server responds hi" 08:19:49.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590, complete]! 08:19:49.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R590, complete] completed NON-2.04 MID=15770, Token=5C21135A566C7781, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0! 08:19:49.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E626,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15770, Token=5C21135A566C7781, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0] 08:19:49.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15770] 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589, complete]! 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L589, complete] for token KeyToken[127.0.0.1:8240-5C21135A566C7781] 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L589, complete] for MID KeyMID[127.0.0.1:8240-15770] 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L589, complete] completed CON-POST MID= -1, Token=5C21135A566C7781, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15770, Token=5C21135A566C7781, OptionSet={"Object-Security":0x09DA}, acked B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64! 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L591] send request 08:19:49.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L591] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:19:49.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L591] added with generated mid KeyMID[127.0.0.1:8240-15771], CON-POST MID=15771, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:19:49.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L591] added with generated token KeyToken[127.0.0.1:8240-B01C12CD39A34374], CON-POST MID=15771, Token=B01C12CD39A34374, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:19:49.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15771], KeyToken[127.0.0.1:8240-B01C12CD39A34374]] 08:19:49.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E627,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15771, Token=B01C12CD39A34374, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1] 08:19:49.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15771] 08:19:49.171 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.171 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592] replace CON-POST MID=15771, Token=B01C12CD39A34374, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15771, Token=B01C12CD39A34374, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R592] send response NON-2.05 MID=15771, Token=null, OptionSet={}, "server responds hi" 08:19:49.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592, complete]! 08:19:49.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R592, complete] completed NON-2.04 MID=15771, Token=B01C12CD39A34374, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8! 08:19:49.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E628,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15771, Token=B01C12CD39A34374, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8] 08:19:49.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15771] 08:19:49.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591, complete]! 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L591, complete] for token KeyToken[127.0.0.1:8240-B01C12CD39A34374] 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L591, complete] for MID KeyMID[127.0.0.1:8240-15771] 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L591, complete] completed CON-POST MID= -1, Token=B01C12CD39A34374, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15771, Token=B01C12CD39A34374, OptionSet={"Object-Security":0x09DB}, acked 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1! 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L593] send request 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L593] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:19:49.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L593] added with generated mid KeyMID[127.0.0.1:8240-15772], CON-POST MID=15772, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:19:49.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L593] added with generated token KeyToken[127.0.0.1:8240-6C1C24D2FDF00BB1], CON-POST MID=15772, Token=6C1C24D2FDF00BB1, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:19:49.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15772], KeyToken[127.0.0.1:8240-6C1C24D2FDF00BB1]] 08:19:49.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E629,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15772, Token=6C1C24D2FDF00BB1, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3] 08:19:49.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15772] 08:19:49.173 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.173 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594] replace CON-POST MID=15772, Token=6C1C24D2FDF00BB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15772, Token=6C1C24D2FDF00BB1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R594] send response NON-2.05 MID=15772, Token=null, OptionSet={}, "server responds hi" 08:19:49.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594, complete]! 08:19:49.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R594, complete] completed NON-2.04 MID=15772, Token=6C1C24D2FDF00BB1, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7! 08:19:49.174 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E630,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15772, Token=6C1C24D2FDF00BB1, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7] 08:19:49.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15772] 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593, complete]! 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L593, complete] for token KeyToken[127.0.0.1:8240-6C1C24D2FDF00BB1] 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L593, complete] for MID KeyMID[127.0.0.1:8240-15772] 08:19:49.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L593, complete] completed CON-POST MID= -1, Token=6C1C24D2FDF00BB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15772, Token=6C1C24D2FDF00BB1, OptionSet={"Object-Security":0x09DC}, acked D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3! 08:19:49.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L595] send request 08:19:49.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L595] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:19:49.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L595] added with generated mid KeyMID[127.0.0.1:8240-15773], CON-POST MID=15773, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:19:49.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L595] added with generated token KeyToken[127.0.0.1:8240-8C490082D0A8DA6E], CON-POST MID=15773, Token=8C490082D0A8DA6E, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:19:49.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15773], KeyToken[127.0.0.1:8240-8C490082D0A8DA6E]] 08:19:49.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E631,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15773, Token=8C490082D0A8DA6E, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55] 08:19:49.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15773] 08:19:49.176 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.176 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596] replace CON-POST MID=15773, Token=8C490082D0A8DA6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15773, Token=8C490082D0A8DA6E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R596] send response NON-2.05 MID=15773, Token=null, OptionSet={}, "server responds hi" 08:19:49.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596, complete]! 08:19:49.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R596, complete] completed NON-2.04 MID=15773, Token=8C490082D0A8DA6E, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8! 08:19:49.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E632,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15773, Token=8C490082D0A8DA6E, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8] 08:19:49.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15773] 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595, complete]! 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L595, complete] for token KeyToken[127.0.0.1:8240-8C490082D0A8DA6E] 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L595, complete] for MID KeyMID[127.0.0.1:8240-15773] 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L595, complete] completed CON-POST MID= -1, Token=8C490082D0A8DA6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15773, Token=8C490082D0A8DA6E, OptionSet={"Object-Security":0x09DD}, acked F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55! 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L597] send request 08:19:49.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L597] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:19:49.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L597] added with generated mid KeyMID[127.0.0.1:8240-15774], CON-POST MID=15774, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:19:49.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L597] added with generated token KeyToken[127.0.0.1:8240-E465356BD97E3A12], CON-POST MID=15774, Token=E465356BD97E3A12, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:19:49.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15774], KeyToken[127.0.0.1:8240-E465356BD97E3A12]] 08:19:49.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E633,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15774, Token=E465356BD97E3A12, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A] 08:19:49.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15774] 08:19:49.179 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.179 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598] replace CON-POST MID=15774, Token=E465356BD97E3A12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15774, Token=E465356BD97E3A12, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R598] send response NON-2.05 MID=15774, Token=null, OptionSet={}, "server responds hi" 08:19:49.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598, complete]! 08:19:49.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R598, complete] completed NON-2.04 MID=15774, Token=E465356BD97E3A12, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4! 08:19:49.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E634,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15774, Token=E465356BD97E3A12, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4] 08:19:49.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15774] 08:19:49.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597, complete]! 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L597, complete] for token KeyToken[127.0.0.1:8240-E465356BD97E3A12] 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L597, complete] for MID KeyMID[127.0.0.1:8240-15774] 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L597, complete] completed CON-POST MID= -1, Token=E465356BD97E3A12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15774, Token=E465356BD97E3A12, OptionSet={"Object-Security":0x09DE}, acked 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A! 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L599] send request 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L599] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:19:49.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L599] added with generated mid KeyMID[127.0.0.1:8240-15775], CON-POST MID=15775, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:19:49.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L599] added with generated token KeyToken[127.0.0.1:8240-E029FA004D4FD952], CON-POST MID=15775, Token=E029FA004D4FD952, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:19:49.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15775], KeyToken[127.0.0.1:8240-E029FA004D4FD952]] 08:19:49.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E635,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15775, Token=E029FA004D4FD952, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7] 08:19:49.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15775] 08:19:49.181 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.181 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600] replace CON-POST MID=15775, Token=E029FA004D4FD952, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15775, Token=E029FA004D4FD952, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R600] send response NON-2.05 MID=15775, Token=null, OptionSet={}, "server responds hi" 08:19:49.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600, complete]! 08:19:49.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R600, complete] completed NON-2.04 MID=15775, Token=E029FA004D4FD952, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9! 08:19:49.182 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E636,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15775, Token=E029FA004D4FD952, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9] 08:19:49.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15775] 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599, complete]! 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L599, complete] for token KeyToken[127.0.0.1:8240-E029FA004D4FD952] 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L599, complete] for MID KeyMID[127.0.0.1:8240-15775] 08:19:49.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L599, complete] completed CON-POST MID= -1, Token=E029FA004D4FD952, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15775, Token=E029FA004D4FD952, OptionSet={"Object-Security":0x09DF}, acked B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7! 08:19:49.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L601] send request 08:19:49.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L601] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:19:49.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L601] added with generated mid KeyMID[127.0.0.1:8240-15776], CON-POST MID=15776, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:19:49.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L601] added with generated token KeyToken[127.0.0.1:8240-6C9DF589A8E5FFD9], CON-POST MID=15776, Token=6C9DF589A8E5FFD9, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:19:49.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15776], KeyToken[127.0.0.1:8240-6C9DF589A8E5FFD9]] 08:19:49.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E637,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15776, Token=6C9DF589A8E5FFD9, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C] 08:19:49.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15776] 08:19:49.184 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.184 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602] replace CON-POST MID=15776, Token=6C9DF589A8E5FFD9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15776, Token=6C9DF589A8E5FFD9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R602] send response NON-2.05 MID=15776, Token=null, OptionSet={}, "server responds hi" 08:19:49.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602, complete]! 08:19:49.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R602, complete] completed NON-2.04 MID=15776, Token=6C9DF589A8E5FFD9, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE! 08:19:49.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E638,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15776, Token=6C9DF589A8E5FFD9, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE] 08:19:49.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15776] 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601, complete]! 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L601, complete] for token KeyToken[127.0.0.1:8240-6C9DF589A8E5FFD9] 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L601, complete] for MID KeyMID[127.0.0.1:8240-15776] 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L601, complete] completed CON-POST MID= -1, Token=6C9DF589A8E5FFD9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15776, Token=6C9DF589A8E5FFD9, OptionSet={"Object-Security":0x09E0}, acked D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C! 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L603] send request 08:19:49.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L603] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:19:49.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L603] added with generated mid KeyMID[127.0.0.1:8240-15777], CON-POST MID=15777, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:19:49.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L603] added with generated token KeyToken[127.0.0.1:8240-ACEECC1A53864485], CON-POST MID=15777, Token=ACEECC1A53864485, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:19:49.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15777], KeyToken[127.0.0.1:8240-ACEECC1A53864485]] 08:19:49.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E639,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15777, Token=ACEECC1A53864485, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02] 08:19:49.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15777] 08:19:49.186 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.186 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604] replace CON-POST MID=15777, Token=ACEECC1A53864485, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15777, Token=ACEECC1A53864485, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R604] send response NON-2.05 MID=15777, Token=null, OptionSet={}, "server responds hi" 08:19:49.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604, complete]! 08:19:49.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R604, complete] completed NON-2.04 MID=15777, Token=ACEECC1A53864485, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04! 08:19:49.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E640,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15777, Token=ACEECC1A53864485, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04] 08:19:49.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15777] 08:19:49.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603, complete]! 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L603, complete] for token KeyToken[127.0.0.1:8240-ACEECC1A53864485] 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L603, complete] for MID KeyMID[127.0.0.1:8240-15777] 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L603, complete] completed CON-POST MID= -1, Token=ACEECC1A53864485, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15777, Token=ACEECC1A53864485, OptionSet={"Object-Security":0x09E1}, acked 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02! 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L605] send request 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L605] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L605] added with generated mid KeyMID[127.0.0.1:8240-15778], CON-POST MID=15778, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L605] added with generated token KeyToken[127.0.0.1:8240-C453ACF0DCF3F14D], CON-POST MID=15778, Token=C453ACF0DCF3F14D, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:19:49.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15778], KeyToken[127.0.0.1:8240-C453ACF0DCF3F14D]] 08:19:49.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E641,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15778, Token=C453ACF0DCF3F14D, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E] 08:19:49.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15778] 08:19:49.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606] replace CON-POST MID=15778, Token=C453ACF0DCF3F14D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15778, Token=C453ACF0DCF3F14D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R606] send response NON-2.05 MID=15778, Token=null, OptionSet={}, "server responds hi" 08:19:49.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606, complete]! 08:19:49.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R606, complete] completed NON-2.04 MID=15778, Token=C453ACF0DCF3F14D, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E! 08:19:49.252 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E642,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15778, Token=C453ACF0DCF3F14D, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E] 08:19:49.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15778] 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605, complete]! 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L605, complete] for token KeyToken[127.0.0.1:8240-C453ACF0DCF3F14D] 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L605, complete] for MID KeyMID[127.0.0.1:8240-15778] 08:19:49.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L605, complete] completed CON-POST MID= -1, Token=C453ACF0DCF3F14D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15778, Token=C453ACF0DCF3F14D, OptionSet={"Object-Security":0x09E2}, acked 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E! 08:19:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L607] send request 08:19:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L607] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:19:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L607] added with generated mid KeyMID[127.0.0.1:8240-15779], CON-POST MID=15779, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:19:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L607] added with generated token KeyToken[127.0.0.1:8240-7CFF7B780C8490F5], CON-POST MID=15779, Token=7CFF7B780C8490F5, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:19:49.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15779], KeyToken[127.0.0.1:8240-7CFF7B780C8490F5]] 08:19:49.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E643,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15779, Token=7CFF7B780C8490F5, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D] 08:19:49.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15779] 08:19:49.254 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.254 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608] replace CON-POST MID=15779, Token=7CFF7B780C8490F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15779, Token=7CFF7B780C8490F5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R608] send response NON-2.05 MID=15779, Token=null, OptionSet={}, "server responds hi" 08:19:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608, complete]! 08:19:49.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R608, complete] completed NON-2.04 MID=15779, Token=7CFF7B780C8490F5, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84! 08:19:49.254 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E644,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15779, Token=7CFF7B780C8490F5, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84] 08:19:49.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15779] 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607, complete]! 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L607, complete] for token KeyToken[127.0.0.1:8240-7CFF7B780C8490F5] 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L607, complete] for MID KeyMID[127.0.0.1:8240-15779] 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L607, complete] completed CON-POST MID= -1, Token=7CFF7B780C8490F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15779, Token=7CFF7B780C8490F5, OptionSet={"Object-Security":0x09E3}, acked E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D! 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L609] send request 08:19:49.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L609] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:19:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L609] added with generated mid KeyMID[127.0.0.1:8240-15780], CON-POST MID=15780, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:19:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L609] added with generated token KeyToken[127.0.0.1:8240-F89F1A93240E9413], CON-POST MID=15780, Token=F89F1A93240E9413, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:19:49.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15780], KeyToken[127.0.0.1:8240-F89F1A93240E9413]] 08:19:49.256 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E645,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15780, Token=F89F1A93240E9413, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5] 08:19:49.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15780] 08:19:49.257 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.257 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610] replace CON-POST MID=15780, Token=F89F1A93240E9413, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15780, Token=F89F1A93240E9413, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R610] send response NON-2.05 MID=15780, Token=null, OptionSet={}, "server responds hi" 08:19:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610, complete]! 08:19:49.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R610, complete] completed NON-2.04 MID=15780, Token=F89F1A93240E9413, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9! 08:19:49.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E646,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15780, Token=F89F1A93240E9413, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9] 08:19:49.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15780] 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609, complete]! 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L609, complete] for token KeyToken[127.0.0.1:8240-F89F1A93240E9413] 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L609, complete] for MID KeyMID[127.0.0.1:8240-15780] 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L609, complete] completed CON-POST MID= -1, Token=F89F1A93240E9413, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15780, Token=F89F1A93240E9413, OptionSet={"Object-Security":0x09E4}, acked D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5! 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L611] send request 08:19:49.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L611] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:19:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L611] added with generated mid KeyMID[127.0.0.1:8240-15781], CON-POST MID=15781, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:19:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L611] added with generated token KeyToken[127.0.0.1:8240-5C414243E01C7A56], CON-POST MID=15781, Token=5C414243E01C7A56, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:19:49.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15781], KeyToken[127.0.0.1:8240-5C414243E01C7A56]] 08:19:49.259 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E647,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15781, Token=5C414243E01C7A56, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38] 08:19:49.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15781] 08:19:49.259 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.259 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612] replace CON-POST MID=15781, Token=5C414243E01C7A56, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15781, Token=5C414243E01C7A56, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R612] send response NON-2.05 MID=15781, Token=null, OptionSet={}, "server responds hi" 08:19:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612, complete]! 08:19:49.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R612, complete] completed NON-2.04 MID=15781, Token=5C414243E01C7A56, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52! 08:19:49.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E648,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15781, Token=5C414243E01C7A56, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52] 08:19:49.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15781] 08:19:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611, complete]! 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L611, complete] for token KeyToken[127.0.0.1:8240-5C414243E01C7A56] 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L611, complete] for MID KeyMID[127.0.0.1:8240-15781] 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L611, complete] completed CON-POST MID= -1, Token=5C414243E01C7A56, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15781, Token=5C414243E01C7A56, OptionSet={"Object-Security":0x09E5}, acked 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38! 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L613] send request 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L613] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:19:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L613] added with generated mid KeyMID[127.0.0.1:8240-15782], CON-POST MID=15782, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:19:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L613] added with generated token KeyToken[127.0.0.1:8240-34BB9A92ED9691E1], CON-POST MID=15782, Token=34BB9A92ED9691E1, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:19:49.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15782], KeyToken[127.0.0.1:8240-34BB9A92ED9691E1]] 08:19:49.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E649,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15782, Token=34BB9A92ED9691E1, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98] 08:19:49.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15782] 08:19:49.262 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.262 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614] replace CON-POST MID=15782, Token=34BB9A92ED9691E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15782, Token=34BB9A92ED9691E1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R614] send response NON-2.05 MID=15782, Token=null, OptionSet={}, "server responds hi" 08:19:49.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614, complete]! 08:19:49.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R614, complete] completed NON-2.04 MID=15782, Token=34BB9A92ED9691E1, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3! 08:19:49.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E650,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15782, Token=34BB9A92ED9691E1, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3] 08:19:49.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15782] 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613, complete]! 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L613, complete] for token KeyToken[127.0.0.1:8240-34BB9A92ED9691E1] 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L613, complete] for MID KeyMID[127.0.0.1:8240-15782] 08:19:49.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L613, complete] completed CON-POST MID= -1, Token=34BB9A92ED9691E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15782, Token=34BB9A92ED9691E1, OptionSet={"Object-Security":0x09E6}, acked 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98! 08:19:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L615] send request 08:19:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L615] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:19:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L615] added with generated mid KeyMID[127.0.0.1:8240-15783], CON-POST MID=15783, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:19:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L615] added with generated token KeyToken[127.0.0.1:8240-987EEAF9479CB432], CON-POST MID=15783, Token=987EEAF9479CB432, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:19:49.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15783], KeyToken[127.0.0.1:8240-987EEAF9479CB432]] 08:19:49.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E651,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15783, Token=987EEAF9479CB432, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3] 08:19:49.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15783] 08:19:49.265 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.265 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616] replace CON-POST MID=15783, Token=987EEAF9479CB432, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15783, Token=987EEAF9479CB432, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R616] send response NON-2.05 MID=15783, Token=null, OptionSet={}, "server responds hi" 08:19:49.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616, complete]! 08:19:49.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R616, complete] completed NON-2.04 MID=15783, Token=987EEAF9479CB432, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91! 08:19:49.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E652,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15783, Token=987EEAF9479CB432, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91] 08:19:49.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15783] 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615, complete]! 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L615, complete] for token KeyToken[127.0.0.1:8240-987EEAF9479CB432] 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L615, complete] for MID KeyMID[127.0.0.1:8240-15783] 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L615, complete] completed CON-POST MID= -1, Token=987EEAF9479CB432, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15783, Token=987EEAF9479CB432, OptionSet={"Object-Security":0x09E7}, acked 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3! 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L617] send request 08:19:49.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L617] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:19:49.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L617] added with generated mid KeyMID[127.0.0.1:8240-15784], CON-POST MID=15784, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:19:49.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L617] added with generated token KeyToken[127.0.0.1:8240-881F7D3A6EDD14DA], CON-POST MID=15784, Token=881F7D3A6EDD14DA, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:19:49.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15784], KeyToken[127.0.0.1:8240-881F7D3A6EDD14DA]] 08:19:49.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E653,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15784, Token=881F7D3A6EDD14DA, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03] 08:19:49.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15784] 08:19:49.268 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.268 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618] replace CON-POST MID=15784, Token=881F7D3A6EDD14DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15784, Token=881F7D3A6EDD14DA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R618] send response NON-2.05 MID=15784, Token=null, OptionSet={}, "server responds hi" 08:19:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618, complete]! 08:19:49.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R618, complete] completed NON-2.04 MID=15784, Token=881F7D3A6EDD14DA, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56! 08:19:49.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E654,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15784, Token=881F7D3A6EDD14DA, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56] 08:19:49.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15784] 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617, complete]! 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L617, complete] for token KeyToken[127.0.0.1:8240-881F7D3A6EDD14DA] 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L617, complete] for MID KeyMID[127.0.0.1:8240-15784] 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L617, complete] completed CON-POST MID= -1, Token=881F7D3A6EDD14DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15784, Token=881F7D3A6EDD14DA, OptionSet={"Object-Security":0x09E8}, acked 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03! 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L619] send request 08:19:49.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L619] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:19:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L619] added with generated mid KeyMID[127.0.0.1:8240-15785], CON-POST MID=15785, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:19:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L619] added with generated token KeyToken[127.0.0.1:8240-54A7FD4976C79754], CON-POST MID=15785, Token=54A7FD4976C79754, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:19:49.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15785], KeyToken[127.0.0.1:8240-54A7FD4976C79754]] 08:19:49.270 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E655,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15785, Token=54A7FD4976C79754, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66] 08:19:49.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15785] 08:19:49.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.270 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620] replace CON-POST MID=15785, Token=54A7FD4976C79754, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15785, Token=54A7FD4976C79754, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R620] send response NON-2.05 MID=15785, Token=null, OptionSet={}, "server responds hi" 08:19:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620, complete]! 08:19:49.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R620, complete] completed NON-2.04 MID=15785, Token=54A7FD4976C79754, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72! 08:19:49.271 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E656,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15785, Token=54A7FD4976C79754, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72] 08:19:49.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15785] 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619, complete]! 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L619, complete] for token KeyToken[127.0.0.1:8240-54A7FD4976C79754] 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L619, complete] for MID KeyMID[127.0.0.1:8240-15785] 08:19:49.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L619, complete] completed CON-POST MID= -1, Token=54A7FD4976C79754, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15785, Token=54A7FD4976C79754, OptionSet={"Object-Security":0x09E9}, acked E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66! 08:19:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L621] send request 08:19:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L621] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:19:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L621] added with generated mid KeyMID[127.0.0.1:8240-15786], CON-POST MID=15786, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:19:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L621] added with generated token KeyToken[127.0.0.1:8240-50F48F1AC6BD53FC], CON-POST MID=15786, Token=50F48F1AC6BD53FC, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:19:49.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15786], KeyToken[127.0.0.1:8240-50F48F1AC6BD53FC]] 08:19:49.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E657,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15786, Token=50F48F1AC6BD53FC, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F] 08:19:49.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15786] 08:19:49.273 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.273 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622] replace CON-POST MID=15786, Token=50F48F1AC6BD53FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15786, Token=50F48F1AC6BD53FC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R622] send response NON-2.05 MID=15786, Token=null, OptionSet={}, "server responds hi" 08:19:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622, complete]! 08:19:49.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R622, complete] completed NON-2.04 MID=15786, Token=50F48F1AC6BD53FC, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84! 08:19:49.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E658,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15786, Token=50F48F1AC6BD53FC, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84] 08:19:49.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15786] 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621, complete]! 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L621, complete] for token KeyToken[127.0.0.1:8240-50F48F1AC6BD53FC] 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L621, complete] for MID KeyMID[127.0.0.1:8240-15786] 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L621, complete] completed CON-POST MID= -1, Token=50F48F1AC6BD53FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15786, Token=50F48F1AC6BD53FC, OptionSet={"Object-Security":0x09EA}, acked A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F! 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L623] send request 08:19:49.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L623] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:19:49.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L623] added with generated mid KeyMID[127.0.0.1:8240-15787], CON-POST MID=15787, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:19:49.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L623] added with generated token KeyToken[127.0.0.1:8240-34287A1BAF3D82B2], CON-POST MID=15787, Token=34287A1BAF3D82B2, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:19:49.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15787], KeyToken[127.0.0.1:8240-34287A1BAF3D82B2]] 08:19:49.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E659,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15787, Token=34287A1BAF3D82B2, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36] 08:19:49.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15787] 08:19:49.275 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.276 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624] replace CON-POST MID=15787, Token=34287A1BAF3D82B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15787, Token=34287A1BAF3D82B2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R624] send response NON-2.05 MID=15787, Token=null, OptionSet={}, "server responds hi" 08:19:49.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624, complete]! 08:19:49.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R624, complete] completed NON-2.04 MID=15787, Token=34287A1BAF3D82B2, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76! 08:19:49.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E660,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15787, Token=34287A1BAF3D82B2, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76] 08:19:49.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15787] 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623, complete]! 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L623, complete] for token KeyToken[127.0.0.1:8240-34287A1BAF3D82B2] 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L623, complete] for MID KeyMID[127.0.0.1:8240-15787] 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L623, complete] completed CON-POST MID= -1, Token=34287A1BAF3D82B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15787, Token=34287A1BAF3D82B2, OptionSet={"Object-Security":0x09EB}, acked FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36! 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L625] send request 08:19:49.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L625] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:19:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L625] added with generated mid KeyMID[127.0.0.1:8240-15788], CON-POST MID=15788, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:19:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L625] added with generated token KeyToken[127.0.0.1:8240-00E3F29313B930A4], CON-POST MID=15788, Token=00E3F29313B930A4, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:19:49.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15788], KeyToken[127.0.0.1:8240-00E3F29313B930A4]] 08:19:49.278 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E661,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15788, Token=00E3F29313B930A4, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14] 08:19:49.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15788] 08:19:49.278 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.278 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626] replace CON-POST MID=15788, Token=00E3F29313B930A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15788, Token=00E3F29313B930A4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R626] send response NON-2.05 MID=15788, Token=null, OptionSet={}, "server responds hi" 08:19:49.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626, complete]! 08:19:49.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R626, complete] completed NON-2.04 MID=15788, Token=00E3F29313B930A4, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E! 08:19:49.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E662,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15788, Token=00E3F29313B930A4, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E] 08:19:49.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15788] 08:19:49.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625, complete]! 08:19:49.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L625, complete] for token KeyToken[127.0.0.1:8240-00E3F29313B930A4] 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L625, complete] for MID KeyMID[127.0.0.1:8240-15788] 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L625, complete] completed CON-POST MID= -1, Token=00E3F29313B930A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15788, Token=00E3F29313B930A4, OptionSet={"Object-Security":0x09EC}, acked 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14! 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L627] send request 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L627] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L627] added with generated mid KeyMID[127.0.0.1:8240-15789], CON-POST MID=15789, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L627] added with generated token KeyToken[127.0.0.1:8240-78CE15A7BCD0F7B8], CON-POST MID=15789, Token=78CE15A7BCD0F7B8, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:19:49.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15789], KeyToken[127.0.0.1:8240-78CE15A7BCD0F7B8]] 08:19:49.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E663,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15789, Token=78CE15A7BCD0F7B8, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F] 08:19:49.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15789] 08:19:49.281 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.281 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628] replace CON-POST MID=15789, Token=78CE15A7BCD0F7B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15789, Token=78CE15A7BCD0F7B8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R628] send response NON-2.05 MID=15789, Token=null, OptionSet={}, "server responds hi" 08:19:49.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628, complete]! 08:19:49.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R628, complete] completed NON-2.04 MID=15789, Token=78CE15A7BCD0F7B8, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6! 08:19:49.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E664,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15789, Token=78CE15A7BCD0F7B8, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6] 08:19:49.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15789] 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627, complete]! 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L627, complete] for token KeyToken[127.0.0.1:8240-78CE15A7BCD0F7B8] 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L627, complete] for MID KeyMID[127.0.0.1:8240-15789] 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L627, complete] completed CON-POST MID= -1, Token=78CE15A7BCD0F7B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15789, Token=78CE15A7BCD0F7B8, OptionSet={"Object-Security":0x09ED}, acked A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F! 08:19:49.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L629] send request 08:19:49.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L629] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:19:49.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L629] added with generated mid KeyMID[127.0.0.1:8240-15790], CON-POST MID=15790, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:19:49.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L629] added with generated token KeyToken[127.0.0.1:8240-5C476DB22DEA6860], CON-POST MID=15790, Token=5C476DB22DEA6860, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:19:49.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15790], KeyToken[127.0.0.1:8240-5C476DB22DEA6860]] 08:19:49.283 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E665,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15790, Token=5C476DB22DEA6860, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0] 08:19:49.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15790] 08:19:49.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630] replace CON-POST MID=15790, Token=5C476DB22DEA6860, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15790, Token=5C476DB22DEA6860, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R630] send response NON-2.05 MID=15790, Token=null, OptionSet={}, "server responds hi" 08:19:49.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630, complete]! 08:19:49.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R630, complete] completed NON-2.04 MID=15790, Token=5C476DB22DEA6860, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4! 08:19:49.284 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.284 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E666,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15790, Token=5C476DB22DEA6860, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4] 08:19:49.284 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15790] 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629, complete]! 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L629, complete] for token KeyToken[127.0.0.1:8240-5C476DB22DEA6860] 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L629, complete] for MID KeyMID[127.0.0.1:8240-15790] 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L629, complete] completed CON-POST MID= -1, Token=5C476DB22DEA6860, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15790, Token=5C476DB22DEA6860, OptionSet={"Object-Security":0x09EE}, acked 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0! 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L631] send request 08:19:49.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L631] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:19:49.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L631] added with generated mid KeyMID[127.0.0.1:8240-15791], CON-POST MID=15791, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:19:49.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L631] added with generated token KeyToken[127.0.0.1:8240-40F0B2A57096BE5A], CON-POST MID=15791, Token=40F0B2A57096BE5A, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:19:49.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15791], KeyToken[127.0.0.1:8240-40F0B2A57096BE5A]] 08:19:49.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E667,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15791, Token=40F0B2A57096BE5A, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3] 08:19:49.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15791] 08:19:49.286 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.286 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632] replace CON-POST MID=15791, Token=40F0B2A57096BE5A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15791, Token=40F0B2A57096BE5A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R632] send response NON-2.05 MID=15791, Token=null, OptionSet={}, "server responds hi" 08:19:49.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632, complete]! 08:19:49.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R632, complete] completed NON-2.04 MID=15791, Token=40F0B2A57096BE5A, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D! 08:19:49.352 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E668,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15791, Token=40F0B2A57096BE5A, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D] 08:19:49.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15791] 08:19:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631, complete]! 08:19:49.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L631, complete] for token KeyToken[127.0.0.1:8240-40F0B2A57096BE5A] 08:19:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L631, complete] for MID KeyMID[127.0.0.1:8240-15791] 08:19:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L631, complete] completed CON-POST MID= -1, Token=40F0B2A57096BE5A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15791, Token=40F0B2A57096BE5A, OptionSet={"Object-Security":0x09EF}, acked 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3! 08:19:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L633] send request 08:19:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L633] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:19:49.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L633] added with generated mid KeyMID[127.0.0.1:8240-15792], CON-POST MID=15792, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:19:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L633] added with generated token KeyToken[127.0.0.1:8240-E038D4F6BD897F8C], CON-POST MID=15792, Token=E038D4F6BD897F8C, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:19:49.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15792], KeyToken[127.0.0.1:8240-E038D4F6BD897F8C]] 08:19:49.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E669,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15792, Token=E038D4F6BD897F8C, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7] 08:19:49.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15792] 08:19:49.354 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.354 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634] replace CON-POST MID=15792, Token=E038D4F6BD897F8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15792, Token=E038D4F6BD897F8C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R634] send response NON-2.05 MID=15792, Token=null, OptionSet={}, "server responds hi" 08:19:49.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634, complete]! 08:19:49.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R634, complete] completed NON-2.04 MID=15792, Token=E038D4F6BD897F8C, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7! 08:19:49.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E670,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15792, Token=E038D4F6BD897F8C, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7] 08:19:49.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15792] 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633, complete]! 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L633, complete] for token KeyToken[127.0.0.1:8240-E038D4F6BD897F8C] 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L633, complete] for MID KeyMID[127.0.0.1:8240-15792] 08:19:49.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L633, complete] completed CON-POST MID= -1, Token=E038D4F6BD897F8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15792, Token=E038D4F6BD897F8C, OptionSet={"Object-Security":0x09F0}, acked 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7! 08:19:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L635] send request 08:19:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L635] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:19:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L635] added with generated mid KeyMID[127.0.0.1:8240-15793], CON-POST MID=15793, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:19:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L635] added with generated token KeyToken[127.0.0.1:8240-2496B0F54086A86F], CON-POST MID=15793, Token=2496B0F54086A86F, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:19:49.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15793], KeyToken[127.0.0.1:8240-2496B0F54086A86F]] 08:19:49.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E671,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15793, Token=2496B0F54086A86F, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B] 08:19:49.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15793] 08:19:49.357 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.357 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636] replace CON-POST MID=15793, Token=2496B0F54086A86F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15793, Token=2496B0F54086A86F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R636] send response NON-2.05 MID=15793, Token=null, OptionSet={}, "server responds hi" 08:19:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636, complete]! 08:19:49.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R636, complete] completed NON-2.04 MID=15793, Token=2496B0F54086A86F, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0! 08:19:49.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E672,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15793, Token=2496B0F54086A86F, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0] 08:19:49.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15793] 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635, complete]! 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L635, complete] for token KeyToken[127.0.0.1:8240-2496B0F54086A86F] 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L635, complete] for MID KeyMID[127.0.0.1:8240-15793] 08:19:49.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L635, complete] completed CON-POST MID= -1, Token=2496B0F54086A86F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15793, Token=2496B0F54086A86F, OptionSet={"Object-Security":0x09F1}, acked 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B! 08:19:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L637] send request 08:19:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L637] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:19:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L637] added with generated mid KeyMID[127.0.0.1:8240-15794], CON-POST MID=15794, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:19:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L637] added with generated token KeyToken[127.0.0.1:8240-A89F3C13D8D781A3], CON-POST MID=15794, Token=A89F3C13D8D781A3, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:19:49.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15794], KeyToken[127.0.0.1:8240-A89F3C13D8D781A3]] 08:19:49.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E673,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15794, Token=A89F3C13D8D781A3, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9] 08:19:49.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15794] 08:19:49.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.360 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638] replace CON-POST MID=15794, Token=A89F3C13D8D781A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15794, Token=A89F3C13D8D781A3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R638] send response NON-2.05 MID=15794, Token=null, OptionSet={}, "server responds hi" 08:19:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638, complete]! 08:19:49.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R638, complete] completed NON-2.04 MID=15794, Token=A89F3C13D8D781A3, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F! 08:19:49.360 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E674,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15794, Token=A89F3C13D8D781A3, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F] 08:19:49.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15794] 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637, complete]! 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L637, complete] for token KeyToken[127.0.0.1:8240-A89F3C13D8D781A3] 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L637, complete] for MID KeyMID[127.0.0.1:8240-15794] 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L637, complete] completed CON-POST MID= -1, Token=A89F3C13D8D781A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15794, Token=A89F3C13D8D781A3, OptionSet={"Object-Security":0x09F2}, acked 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9! 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L639] send request 08:19:49.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L639] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:19:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L639] added with generated mid KeyMID[127.0.0.1:8240-15795], CON-POST MID=15795, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:19:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L639] added with generated token KeyToken[127.0.0.1:8240-DC70C67DDCA40F10], CON-POST MID=15795, Token=DC70C67DDCA40F10, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:19:49.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15795], KeyToken[127.0.0.1:8240-DC70C67DDCA40F10]] 08:19:49.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E675,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15795, Token=DC70C67DDCA40F10, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9] 08:19:49.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15795] 08:19:49.363 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.363 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640] replace CON-POST MID=15795, Token=DC70C67DDCA40F10, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15795, Token=DC70C67DDCA40F10, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R640] send response NON-2.05 MID=15795, Token=null, OptionSet={}, "server responds hi" 08:19:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640, complete]! 08:19:49.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R640, complete] completed NON-2.04 MID=15795, Token=DC70C67DDCA40F10, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4! 08:19:49.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E676,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15795, Token=DC70C67DDCA40F10, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4] 08:19:49.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15795] 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639, complete]! 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L639, complete] for token KeyToken[127.0.0.1:8240-DC70C67DDCA40F10] 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L639, complete] for MID KeyMID[127.0.0.1:8240-15795] 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L639, complete] completed CON-POST MID= -1, Token=DC70C67DDCA40F10, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15795, Token=DC70C67DDCA40F10, OptionSet={"Object-Security":0x09F3}, acked B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9! 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L641] send request 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L641] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:19:49.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L641] added with generated mid KeyMID[127.0.0.1:8240-15796], CON-POST MID=15796, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:19:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L641] added with generated token KeyToken[127.0.0.1:8240-0C64E9EC9E6A9A7E], CON-POST MID=15796, Token=0C64E9EC9E6A9A7E, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:19:49.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15796], KeyToken[127.0.0.1:8240-0C64E9EC9E6A9A7E]] 08:19:49.365 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E677,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15796, Token=0C64E9EC9E6A9A7E, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98] 08:19:49.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15796] 08:19:49.365 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.365 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642] replace CON-POST MID=15796, Token=0C64E9EC9E6A9A7E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15796, Token=0C64E9EC9E6A9A7E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R642] send response NON-2.05 MID=15796, Token=null, OptionSet={}, "server responds hi" 08:19:49.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642, complete]! 08:19:49.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R642, complete] completed NON-2.04 MID=15796, Token=0C64E9EC9E6A9A7E, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F! 08:19:49.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E678,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15796, Token=0C64E9EC9E6A9A7E, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F] 08:19:49.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15796] 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641, complete]! 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L641, complete] for token KeyToken[127.0.0.1:8240-0C64E9EC9E6A9A7E] 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L641, complete] for MID KeyMID[127.0.0.1:8240-15796] 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L641, complete] completed CON-POST MID= -1, Token=0C64E9EC9E6A9A7E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15796, Token=0C64E9EC9E6A9A7E, OptionSet={"Object-Security":0x09F4}, acked 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98! 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L643] send request 08:19:49.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L643] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:19:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L643] added with generated mid KeyMID[127.0.0.1:8240-15797], CON-POST MID=15797, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:19:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L643] added with generated token KeyToken[127.0.0.1:8240-C887D9A5F4946F8E], CON-POST MID=15797, Token=C887D9A5F4946F8E, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:19:49.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15797], KeyToken[127.0.0.1:8240-C887D9A5F4946F8E]] 08:19:49.367 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E679,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15797, Token=C887D9A5F4946F8E, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43] 08:19:49.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15797] 08:19:49.368 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.368 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644] replace CON-POST MID=15797, Token=C887D9A5F4946F8E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15797, Token=C887D9A5F4946F8E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R644] send response NON-2.05 MID=15797, Token=null, OptionSet={}, "server responds hi" 08:19:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644, complete]! 08:19:49.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R644, complete] completed NON-2.04 MID=15797, Token=C887D9A5F4946F8E, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96! 08:19:49.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E680,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15797, Token=C887D9A5F4946F8E, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96] 08:19:49.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15797] 08:19:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643, complete]! 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L643, complete] for token KeyToken[127.0.0.1:8240-C887D9A5F4946F8E] 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L643, complete] for MID KeyMID[127.0.0.1:8240-15797] 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L643, complete] completed CON-POST MID= -1, Token=C887D9A5F4946F8E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15797, Token=C887D9A5F4946F8E, OptionSet={"Object-Security":0x09F5}, acked C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43! 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L645] send request 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L645] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L645] added with generated mid KeyMID[127.0.0.1:8240-15798], CON-POST MID=15798, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:19:49.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L645] added with generated token KeyToken[127.0.0.1:8240-44CBCCBCEE709785], CON-POST MID=15798, Token=44CBCCBCEE709785, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:19:49.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15798], KeyToken[127.0.0.1:8240-44CBCCBCEE709785]] 08:19:49.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E681,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15798, Token=44CBCCBCEE709785, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0] 08:19:49.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15798] 08:19:49.370 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.370 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646] replace CON-POST MID=15798, Token=44CBCCBCEE709785, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15798, Token=44CBCCBCEE709785, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R646] send response NON-2.05 MID=15798, Token=null, OptionSet={}, "server responds hi" 08:19:49.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646, complete]! 08:19:49.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R646, complete] completed NON-2.04 MID=15798, Token=44CBCCBCEE709785, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F! 08:19:49.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E682,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15798, Token=44CBCCBCEE709785, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F] 08:19:49.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15798] 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645, complete]! 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L645, complete] for token KeyToken[127.0.0.1:8240-44CBCCBCEE709785] 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L645, complete] for MID KeyMID[127.0.0.1:8240-15798] 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L645, complete] completed CON-POST MID= -1, Token=44CBCCBCEE709785, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15798, Token=44CBCCBCEE709785, OptionSet={"Object-Security":0x09F6}, acked 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0! 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L647] send request 08:19:49.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L647] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:19:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L647] added with generated mid KeyMID[127.0.0.1:8240-15799], CON-POST MID=15799, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:19:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L647] added with generated token KeyToken[127.0.0.1:8240-9C7F1C8670205951], CON-POST MID=15799, Token=9C7F1C8670205951, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:19:49.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15799], KeyToken[127.0.0.1:8240-9C7F1C8670205951]] 08:19:49.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E683,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15799, Token=9C7F1C8670205951, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3] 08:19:49.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15799] 08:19:49.373 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.373 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648] replace CON-POST MID=15799, Token=9C7F1C8670205951, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15799, Token=9C7F1C8670205951, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R648] send response NON-2.05 MID=15799, Token=null, OptionSet={}, "server responds hi" 08:19:49.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648, complete]! 08:19:49.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R648, complete] completed NON-2.04 MID=15799, Token=9C7F1C8670205951, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8! 08:19:49.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E684,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15799, Token=9C7F1C8670205951, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8] 08:19:49.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15799] 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647, complete]! 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L647, complete] for token KeyToken[127.0.0.1:8240-9C7F1C8670205951] 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L647, complete] for MID KeyMID[127.0.0.1:8240-15799] 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L647, complete] completed CON-POST MID= -1, Token=9C7F1C8670205951, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15799, Token=9C7F1C8670205951, OptionSet={"Object-Security":0x09F7}, acked 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3! 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L649] send request 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L649] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L649] added with generated mid KeyMID[127.0.0.1:8240-15800], CON-POST MID=15800, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:19:49.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L649] added with generated token KeyToken[127.0.0.1:8240-7C4BB4EB575CC36B], CON-POST MID=15800, Token=7C4BB4EB575CC36B, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:19:49.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15800], KeyToken[127.0.0.1:8240-7C4BB4EB575CC36B]] 08:19:49.375 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E685,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15800, Token=7C4BB4EB575CC36B, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42] 08:19:49.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15800] 08:19:49.375 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.375 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650] replace CON-POST MID=15800, Token=7C4BB4EB575CC36B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15800, Token=7C4BB4EB575CC36B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R650] send response NON-2.05 MID=15800, Token=null, OptionSet={}, "server responds hi" 08:19:49.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650, complete]! 08:19:49.375 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R650, complete] completed NON-2.04 MID=15800, Token=7C4BB4EB575CC36B, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7! 08:19:49.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E686,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15800, Token=7C4BB4EB575CC36B, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7] 08:19:49.376 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15800] 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649, complete]! 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L649, complete] for token KeyToken[127.0.0.1:8240-7C4BB4EB575CC36B] 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L649, complete] for MID KeyMID[127.0.0.1:8240-15800] 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L649, complete] completed CON-POST MID= -1, Token=7C4BB4EB575CC36B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15800, Token=7C4BB4EB575CC36B, OptionSet={"Object-Security":0x09F8}, acked 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42! 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L651] send request 08:19:49.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L651] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:19:49.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L651] added with generated mid KeyMID[127.0.0.1:8240-15801], CON-POST MID=15801, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:19:49.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L651] added with generated token KeyToken[127.0.0.1:8240-0449C6BB35D54F74], CON-POST MID=15801, Token=0449C6BB35D54F74, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:19:49.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15801], KeyToken[127.0.0.1:8240-0449C6BB35D54F74]] 08:19:49.377 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E687,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15801, Token=0449C6BB35D54F74, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61] 08:19:49.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15801] 08:19:49.377 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.377 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652] replace CON-POST MID=15801, Token=0449C6BB35D54F74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15801, Token=0449C6BB35D54F74, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R652] send response NON-2.05 MID=15801, Token=null, OptionSet={}, "server responds hi" 08:19:49.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652, complete]! 08:19:49.378 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R652, complete] completed NON-2.04 MID=15801, Token=0449C6BB35D54F74, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE! 08:19:49.378 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E688,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15801, Token=0449C6BB35D54F74, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE] 08:19:49.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15801] 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651, complete]! 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L651, complete] for token KeyToken[127.0.0.1:8240-0449C6BB35D54F74] 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L651, complete] for MID KeyMID[127.0.0.1:8240-15801] 08:19:49.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L651, complete] completed CON-POST MID= -1, Token=0449C6BB35D54F74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15801, Token=0449C6BB35D54F74, OptionSet={"Object-Security":0x09F9}, acked 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61! 08:19:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L653] send request 08:19:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L653] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:19:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L653] added with generated mid KeyMID[127.0.0.1:8240-15802], CON-POST MID=15802, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:19:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L653] added with generated token KeyToken[127.0.0.1:8240-104096051789CD00], CON-POST MID=15802, Token=104096051789CD00, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:19:49.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15802], KeyToken[127.0.0.1:8240-104096051789CD00]] 08:19:49.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E689,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15802, Token=104096051789CD00, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73] 08:19:49.380 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15802] 08:19:49.380 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.380 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654] replace CON-POST MID=15802, Token=104096051789CD00, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15802, Token=104096051789CD00, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R654] send response NON-2.05 MID=15802, Token=null, OptionSet={}, "server responds hi" 08:19:49.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654, complete]! 08:19:49.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R654, complete] completed NON-2.04 MID=15802, Token=104096051789CD00, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70! 08:19:49.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E690,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15802, Token=104096051789CD00, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70] 08:19:49.381 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15802] 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653, complete]! 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L653, complete] for token KeyToken[127.0.0.1:8240-104096051789CD00] 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L653, complete] for MID KeyMID[127.0.0.1:8240-15802] 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L653, complete] completed CON-POST MID= -1, Token=104096051789CD00, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15802, Token=104096051789CD00, OptionSet={"Object-Security":0x09FA}, acked A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73! 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L655] send request 08:19:49.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L655] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:19:49.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L655] added with generated mid KeyMID[127.0.0.1:8240-15803], CON-POST MID=15803, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:19:49.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L655] added with generated token KeyToken[127.0.0.1:8240-E4D4F638100A73F8], CON-POST MID=15803, Token=E4D4F638100A73F8, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:19:49.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15803], KeyToken[127.0.0.1:8240-E4D4F638100A73F8]] 08:19:49.382 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E691,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15803, Token=E4D4F638100A73F8, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13] 08:19:49.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15803] 08:19:49.382 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.382 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656] replace CON-POST MID=15803, Token=E4D4F638100A73F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15803, Token=E4D4F638100A73F8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R656] send response NON-2.05 MID=15803, Token=null, OptionSet={}, "server responds hi" 08:19:49.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656, complete]! 08:19:49.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R656, complete] completed NON-2.04 MID=15803, Token=E4D4F638100A73F8, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2! 08:19:49.383 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E692,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15803, Token=E4D4F638100A73F8, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2] 08:19:49.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15803] 08:19:49.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655, complete]! 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L655, complete] for token KeyToken[127.0.0.1:8240-E4D4F638100A73F8] 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L655, complete] for MID KeyMID[127.0.0.1:8240-15803] 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L655, complete] completed CON-POST MID= -1, Token=E4D4F638100A73F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15803, Token=E4D4F638100A73F8, OptionSet={"Object-Security":0x09FB}, acked 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13! 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L657] send request 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L657] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:19:49.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L657] added with generated mid KeyMID[127.0.0.1:8240-15804], CON-POST MID=15804, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:19:49.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L657] added with generated token KeyToken[127.0.0.1:8240-40AD3BEEB4587773], CON-POST MID=15804, Token=40AD3BEEB4587773, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:19:49.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15804], KeyToken[127.0.0.1:8240-40AD3BEEB4587773]] 08:19:49.385 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E693,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15804, Token=40AD3BEEB4587773, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F] 08:19:49.385 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15804] 08:19:49.385 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.385 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658] replace CON-POST MID=15804, Token=40AD3BEEB4587773, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15804, Token=40AD3BEEB4587773, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R658] send response NON-2.05 MID=15804, Token=null, OptionSet={}, "server responds hi" 08:19:49.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658, complete]! 08:19:49.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R658, complete] completed NON-2.04 MID=15804, Token=40AD3BEEB4587773, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26! 08:19:49.386 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E694,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15804, Token=40AD3BEEB4587773, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26] 08:19:49.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15804] 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657, complete]! 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L657, complete] for token KeyToken[127.0.0.1:8240-40AD3BEEB4587773] 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L657, complete] for MID KeyMID[127.0.0.1:8240-15804] 08:19:49.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L657, complete] completed CON-POST MID= -1, Token=40AD3BEEB4587773, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15804, Token=40AD3BEEB4587773, OptionSet={"Object-Security":0x09FC}, acked 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F! 08:19:49.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L659] send request 08:19:49.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L659] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:19:49.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L659] added with generated mid KeyMID[127.0.0.1:8240-15805], CON-POST MID=15805, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:19:49.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L659] added with generated token KeyToken[127.0.0.1:8240-208ED43E261C4093], CON-POST MID=15805, Token=208ED43E261C4093, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:19:49.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15805], KeyToken[127.0.0.1:8240-208ED43E261C4093]] 08:19:49.387 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E695,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15805, Token=208ED43E261C4093, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5] 08:19:49.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15805] 08:19:49.388 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.388 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660] replace CON-POST MID=15805, Token=208ED43E261C4093, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15805, Token=208ED43E261C4093, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R660] send response NON-2.05 MID=15805, Token=null, OptionSet={}, "server responds hi" 08:19:49.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660, complete]! 08:19:49.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R660, complete] completed NON-2.04 MID=15805, Token=208ED43E261C4093, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B! 08:19:49.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E696,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15805, Token=208ED43E261C4093, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B] 08:19:49.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15805] 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659, complete]! 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L659, complete] for token KeyToken[127.0.0.1:8240-208ED43E261C4093] 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L659, complete] for MID KeyMID[127.0.0.1:8240-15805] 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L659, complete] completed CON-POST MID= -1, Token=208ED43E261C4093, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15805, Token=208ED43E261C4093, OptionSet={"Object-Security":0x09FD}, acked A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5! 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L661] send request 08:19:49.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L661] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:19:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L661] added with generated mid KeyMID[127.0.0.1:8240-15806], CON-POST MID=15806, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:19:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L661] added with generated token KeyToken[127.0.0.1:8240-AC1DECD8B0EB7101], CON-POST MID=15806, Token=AC1DECD8B0EB7101, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:19:49.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15806], KeyToken[127.0.0.1:8240-AC1DECD8B0EB7101]] 08:19:49.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E697,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15806, Token=AC1DECD8B0EB7101, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E] 08:19:49.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15806] 08:19:49.455 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.455 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662] replace CON-POST MID=15806, Token=AC1DECD8B0EB7101, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15806, Token=AC1DECD8B0EB7101, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R662] send response NON-2.05 MID=15806, Token=null, OptionSet={}, "server responds hi" 08:19:49.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662, complete]! 08:19:49.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R662, complete] completed NON-2.04 MID=15806, Token=AC1DECD8B0EB7101, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65! 08:19:49.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E698,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15806, Token=AC1DECD8B0EB7101, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65] 08:19:49.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15806] 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661, complete]! 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L661, complete] for token KeyToken[127.0.0.1:8240-AC1DECD8B0EB7101] 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L661, complete] for MID KeyMID[127.0.0.1:8240-15806] 08:19:49.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L661, complete] completed CON-POST MID= -1, Token=AC1DECD8B0EB7101, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15806, Token=AC1DECD8B0EB7101, OptionSet={"Object-Security":0x09FE}, acked AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E! 08:19:49.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L663] send request 08:19:49.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L663] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:19:49.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L663] added with generated mid KeyMID[127.0.0.1:8240-15807], CON-POST MID=15807, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:19:49.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L663] added with generated token KeyToken[127.0.0.1:8240-50B203FD18CF5CF9], CON-POST MID=15807, Token=50B203FD18CF5CF9, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:19:49.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15807], KeyToken[127.0.0.1:8240-50B203FD18CF5CF9]] 08:19:49.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8240 08:19:49.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E699,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15807, Token=50B203FD18CF5CF9, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07] 08:19:49.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 40 bytes from 127.0.0.1:8237 08:19:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15807] 08:19:49.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664] replace CON-POST MID=15807, Token=50B203FD18CF5CF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15807, Token=50B203FD18CF5CF9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R664] send response NON-2.05 MID=15807, Token=null, OptionSet={}, "server responds hi" 08:19:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664, complete]! 08:19:49.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R664, complete] completed NON-2.04 MID=15807, Token=50B203FD18CF5CF9, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0! 08:19:49.458 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E700,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15807, Token=50B203FD18CF5CF9, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0] 08:19:49.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15807] 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663, complete]! 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L663, complete] for token KeyToken[127.0.0.1:8240-50B203FD18CF5CF9] 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L663, complete] for MID KeyMID[127.0.0.1:8240-15807] 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L663, complete] completed CON-POST MID= -1, Token=50B203FD18CF5CF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15807, Token=50B203FD18CF5CF9, OptionSet={"Object-Security":0x09FF}, acked 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07! 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L665] send request 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L665] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L665] added with generated mid KeyMID[127.0.0.1:8240-15808], CON-POST MID=15808, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:49.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L665] added with generated token KeyToken[127.0.0.1:8240-3C885C5D8C827521], CON-POST MID=15808, Token=3C885C5D8C827521, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:49.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15808], KeyToken[127.0.0.1:8240-3C885C5D8C827521]] 08:19:49.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E701,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15808, Token=3C885C5D8C827521, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 08:19:49.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15808] 08:19:49.460 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.460 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666] replace CON-POST MID=15808, Token=3C885C5D8C827521, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15808, Token=3C885C5D8C827521, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R666] send response NON-2.05 MID=15808, Token=null, OptionSet={}, "server responds hi" 08:19:49.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666, complete]! 08:19:49.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R666, complete] completed NON-2.04 MID=15808, Token=3C885C5D8C827521, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 08:19:49.461 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E702,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15808, Token=3C885C5D8C827521, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 08:19:49.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15808] 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665, complete]! 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L665, complete] for token KeyToken[127.0.0.1:8240-3C885C5D8C827521] 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L665, complete] for MID KeyMID[127.0.0.1:8240-15808] 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L665, complete] completed CON-POST MID= -1, Token=3C885C5D8C827521, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15808, Token=3C885C5D8C827521, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L667] send request 08:19:49.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L667] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:19:49.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L667] added with generated mid KeyMID[127.0.0.1:8240-15809], CON-POST MID=15809, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:19:49.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L667] added with generated token KeyToken[127.0.0.1:8240-949BCBFC854BF130], CON-POST MID=15809, Token=949BCBFC854BF130, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:19:49.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15809], KeyToken[127.0.0.1:8240-949BCBFC854BF130]] 08:19:49.462 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E703,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15809, Token=949BCBFC854BF130, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E] 08:19:49.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15809] 08:19:49.463 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.463 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668] replace CON-POST MID=15809, Token=949BCBFC854BF130, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15809, Token=949BCBFC854BF130, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R668] send response NON-2.05 MID=15809, Token=null, OptionSet={}, "server responds hi" 08:19:49.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668, complete]! 08:19:49.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R668, complete] completed NON-2.04 MID=15809, Token=949BCBFC854BF130, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52! 08:19:49.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E704,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15809, Token=949BCBFC854BF130, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52] 08:19:49.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15809] 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667, complete]! 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L667, complete] for token KeyToken[127.0.0.1:8240-949BCBFC854BF130] 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L667, complete] for MID KeyMID[127.0.0.1:8240-15809] 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L667, complete] completed CON-POST MID= -1, Token=949BCBFC854BF130, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15809, Token=949BCBFC854BF130, OptionSet={"Object-Security":0x0A0101}, acked A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E! 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L669] send request 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L669] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:19:49.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L669] added with generated mid KeyMID[127.0.0.1:8240-15810], CON-POST MID=15810, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:19:49.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L669] added with generated token KeyToken[127.0.0.1:8240-9871AA44F273BDF8], CON-POST MID=15810, Token=9871AA44F273BDF8, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:19:49.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15810], KeyToken[127.0.0.1:8240-9871AA44F273BDF8]] 08:19:49.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E705,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15810, Token=9871AA44F273BDF8, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA] 08:19:49.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15810] 08:19:49.465 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.465 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670] replace CON-POST MID=15810, Token=9871AA44F273BDF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15810, Token=9871AA44F273BDF8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R670] send response NON-2.05 MID=15810, Token=null, OptionSet={}, "server responds hi" 08:19:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670, complete]! 08:19:49.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R670, complete] completed NON-2.04 MID=15810, Token=9871AA44F273BDF8, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04! 08:19:49.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E706,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15810, Token=9871AA44F273BDF8, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04] 08:19:49.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15810] 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669, complete]! 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L669, complete] for token KeyToken[127.0.0.1:8240-9871AA44F273BDF8] 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L669, complete] for MID KeyMID[127.0.0.1:8240-15810] 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L669, complete] completed CON-POST MID= -1, Token=9871AA44F273BDF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15810, Token=9871AA44F273BDF8, OptionSet={"Object-Security":0x0A0102}, acked E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA! 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L671] send request 08:19:49.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L671] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:19:49.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L671] added with generated mid KeyMID[127.0.0.1:8240-15811], CON-POST MID=15811, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:19:49.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L671] added with generated token KeyToken[127.0.0.1:8240-8CF2CB93D615CE41], CON-POST MID=15811, Token=8CF2CB93D615CE41, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:19:49.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15811], KeyToken[127.0.0.1:8240-8CF2CB93D615CE41]] 08:19:49.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E707,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15811, Token=8CF2CB93D615CE41, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34] 08:19:49.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15811] 08:19:49.467 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.467 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R672] replace CON-POST MID=15811, Token=8CF2CB93D615CE41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15811, Token=8CF2CB93D615CE41, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R672] send response NON-2.05 MID=15811, Token=null, OptionSet={}, "server responds hi" 08:19:49.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R672, complete]! 08:19:49.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R672, complete] completed NON-2.04 MID=15811, Token=8CF2CB93D615CE41, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F! 08:19:49.468 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E708,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15811, Token=8CF2CB93D615CE41, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F] 08:19:49.468 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15811] 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671, complete]! 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L671, complete] for token KeyToken[127.0.0.1:8240-8CF2CB93D615CE41] 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L671, complete] for MID KeyMID[127.0.0.1:8240-15811] 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L671, complete] completed CON-POST MID= -1, Token=8CF2CB93D615CE41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15811, Token=8CF2CB93D615CE41, OptionSet={"Object-Security":0x0A0103}, acked 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34! 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L673] send request 08:19:49.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L673] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:19:49.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L673] added with generated mid KeyMID[127.0.0.1:8240-15812], CON-POST MID=15812, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:19:49.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L673] added with generated token KeyToken[127.0.0.1:8240-C852C97F83A63266], CON-POST MID=15812, Token=C852C97F83A63266, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:19:49.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15812], KeyToken[127.0.0.1:8240-C852C97F83A63266]] 08:19:49.469 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E709,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15812, Token=C852C97F83A63266, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13] 08:19:49.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15812] 08:19:49.469 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.469 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674] replace CON-POST MID=15812, Token=C852C97F83A63266, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15812, Token=C852C97F83A63266, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R674] send response NON-2.05 MID=15812, Token=null, OptionSet={}, "server responds hi" 08:19:49.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674, complete]! 08:19:49.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R674, complete] completed NON-2.04 MID=15812, Token=C852C97F83A63266, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2! 08:19:49.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E710,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15812, Token=C852C97F83A63266, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2] 08:19:49.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15812] 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673, complete]! 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L673, complete] for token KeyToken[127.0.0.1:8240-C852C97F83A63266] 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L673, complete] for MID KeyMID[127.0.0.1:8240-15812] 08:19:49.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L673, complete] completed CON-POST MID= -1, Token=C852C97F83A63266, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15812, Token=C852C97F83A63266, OptionSet={"Object-Security":0x0A0104}, acked 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13! 08:19:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L675] send request 08:19:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L675] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:19:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L675] added with generated mid KeyMID[127.0.0.1:8240-15813], CON-POST MID=15813, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:19:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L675] added with generated token KeyToken[127.0.0.1:8240-E4210FABB5A7B5D9], CON-POST MID=15813, Token=E4210FABB5A7B5D9, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:19:49.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15813], KeyToken[127.0.0.1:8240-E4210FABB5A7B5D9]] 08:19:49.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E711,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15813, Token=E4210FABB5A7B5D9, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16] 08:19:49.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15813] 08:19:49.472 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.472 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676] replace CON-POST MID=15813, Token=E4210FABB5A7B5D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15813, Token=E4210FABB5A7B5D9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R676] send response NON-2.05 MID=15813, Token=null, OptionSet={}, "server responds hi" 08:19:49.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676, complete]! 08:19:49.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R676, complete] completed NON-2.04 MID=15813, Token=E4210FABB5A7B5D9, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28! 08:19:49.472 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E712,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15813, Token=E4210FABB5A7B5D9, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28] 08:19:49.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15813] 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675, complete]! 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L675, complete] for token KeyToken[127.0.0.1:8240-E4210FABB5A7B5D9] 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L675, complete] for MID KeyMID[127.0.0.1:8240-15813] 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L675, complete] completed CON-POST MID= -1, Token=E4210FABB5A7B5D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15813, Token=E4210FABB5A7B5D9, OptionSet={"Object-Security":0x0A0105}, acked 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16! 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L677] send request 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L677] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L677] added with generated mid KeyMID[127.0.0.1:8240-15814], CON-POST MID=15814, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L677] added with generated token KeyToken[127.0.0.1:8240-AC112405939F92DE], CON-POST MID=15814, Token=AC112405939F92DE, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:19:49.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15814], KeyToken[127.0.0.1:8240-AC112405939F92DE]] 08:19:49.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E713,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15814, Token=AC112405939F92DE, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0] 08:19:49.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15814] 08:19:49.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.474 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R678] replace CON-POST MID=15814, Token=AC112405939F92DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15814, Token=AC112405939F92DE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R678] send response NON-2.05 MID=15814, Token=null, OptionSet={}, "server responds hi" 08:19:49.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R678, complete]! 08:19:49.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R678, complete] completed NON-2.04 MID=15814, Token=AC112405939F92DE, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71! 08:19:49.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E714,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15814, Token=AC112405939F92DE, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71] 08:19:49.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15814] 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677, complete]! 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L677, complete] for token KeyToken[127.0.0.1:8240-AC112405939F92DE] 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L677, complete] for MID KeyMID[127.0.0.1:8240-15814] 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L677, complete] completed CON-POST MID= -1, Token=AC112405939F92DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15814, Token=AC112405939F92DE, OptionSet={"Object-Security":0x0A0106}, acked 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0! 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L679] send request 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L679] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:19:49.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L679] added with generated mid KeyMID[127.0.0.1:8240-15815], CON-POST MID=15815, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:19:49.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L679] added with generated token KeyToken[127.0.0.1:8240-E015D1381C6A6DBB], CON-POST MID=15815, Token=E015D1381C6A6DBB, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:19:49.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15815], KeyToken[127.0.0.1:8240-E015D1381C6A6DBB]] 08:19:49.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E715,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15815, Token=E015D1381C6A6DBB, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9] 08:19:49.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15815] 08:19:49.476 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.476 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R680] replace CON-POST MID=15815, Token=E015D1381C6A6DBB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15815, Token=E015D1381C6A6DBB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R680] send response NON-2.05 MID=15815, Token=null, OptionSet={}, "server responds hi" 08:19:49.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R680, complete]! 08:19:49.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R680, complete] completed NON-2.04 MID=15815, Token=E015D1381C6A6DBB, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8! 08:19:49.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E716,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15815, Token=E015D1381C6A6DBB, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8] 08:19:49.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15815] 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679, complete]! 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L679, complete] for token KeyToken[127.0.0.1:8240-E015D1381C6A6DBB] 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L679, complete] for MID KeyMID[127.0.0.1:8240-15815] 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L679, complete] completed CON-POST MID= -1, Token=E015D1381C6A6DBB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15815, Token=E015D1381C6A6DBB, OptionSet={"Object-Security":0x0A0107}, acked F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9! 08:19:49.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L681] send request 08:19:49.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L681] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:19:49.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L681] added with generated mid KeyMID[127.0.0.1:8240-15816], CON-POST MID=15816, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:19:49.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L681] added with generated token KeyToken[127.0.0.1:8240-007C7DD9B9879489], CON-POST MID=15816, Token=007C7DD9B9879489, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:19:49.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15816], KeyToken[127.0.0.1:8240-007C7DD9B9879489]] 08:19:49.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E717,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15816, Token=007C7DD9B9879489, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1] 08:19:49.478 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15816] 08:19:49.478 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.478 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682] replace CON-POST MID=15816, Token=007C7DD9B9879489, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15816, Token=007C7DD9B9879489, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R682] send response NON-2.05 MID=15816, Token=null, OptionSet={}, "server responds hi" 08:19:49.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682, complete]! 08:19:49.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R682, complete] completed NON-2.04 MID=15816, Token=007C7DD9B9879489, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2! 08:19:49.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E718,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15816, Token=007C7DD9B9879489, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2] 08:19:49.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15816] 08:19:49.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681, complete]! 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L681, complete] for token KeyToken[127.0.0.1:8240-007C7DD9B9879489] 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L681, complete] for MID KeyMID[127.0.0.1:8240-15816] 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L681, complete] completed CON-POST MID= -1, Token=007C7DD9B9879489, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15816, Token=007C7DD9B9879489, OptionSet={"Object-Security":0x0A0108}, acked 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1! 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L683] send request 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L683] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L683] added with generated mid KeyMID[127.0.0.1:8240-15817], CON-POST MID=15817, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L683] added with generated token KeyToken[127.0.0.1:8240-682191C8EC0E64C2], CON-POST MID=15817, Token=682191C8EC0E64C2, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:19:49.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15817], KeyToken[127.0.0.1:8240-682191C8EC0E64C2]] 08:19:49.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E719,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15817, Token=682191C8EC0E64C2, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA] 08:19:49.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15817] 08:19:49.481 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.481 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684] replace CON-POST MID=15817, Token=682191C8EC0E64C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15817, Token=682191C8EC0E64C2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R684] send response NON-2.05 MID=15817, Token=null, OptionSet={}, "server responds hi" 08:19:49.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684, complete]! 08:19:49.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R684, complete] completed NON-2.04 MID=15817, Token=682191C8EC0E64C2, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0! 08:19:49.481 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E720,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15817, Token=682191C8EC0E64C2, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0] 08:19:49.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15817] 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683, complete]! 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L683, complete] for token KeyToken[127.0.0.1:8240-682191C8EC0E64C2] 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L683, complete] for MID KeyMID[127.0.0.1:8240-15817] 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L683, complete] completed CON-POST MID= -1, Token=682191C8EC0E64C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15817, Token=682191C8EC0E64C2, OptionSet={"Object-Security":0x0A0109}, acked 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA! 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L685] send request 08:19:49.482 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L685] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:19:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L685] added with generated mid KeyMID[127.0.0.1:8240-15818], CON-POST MID=15818, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:19:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L685] added with generated token KeyToken[127.0.0.1:8240-4C3C47B6D6B902A9], CON-POST MID=15818, Token=4C3C47B6D6B902A9, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:19:49.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15818], KeyToken[127.0.0.1:8240-4C3C47B6D6B902A9]] 08:19:49.483 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E721,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15818, Token=4C3C47B6D6B902A9, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F] 08:19:49.483 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15818] 08:19:49.483 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.483 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686] replace CON-POST MID=15818, Token=4C3C47B6D6B902A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15818, Token=4C3C47B6D6B902A9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R686] send response NON-2.05 MID=15818, Token=null, OptionSet={}, "server responds hi" 08:19:49.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686, complete]! 08:19:49.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R686, complete] completed NON-2.04 MID=15818, Token=4C3C47B6D6B902A9, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0! 08:19:49.484 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E722,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15818, Token=4C3C47B6D6B902A9, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0] 08:19:49.484 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15818] 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685, complete]! 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L685, complete] for token KeyToken[127.0.0.1:8240-4C3C47B6D6B902A9] 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L685, complete] for MID KeyMID[127.0.0.1:8240-15818] 08:19:49.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L685, complete] completed CON-POST MID= -1, Token=4C3C47B6D6B902A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15818, Token=4C3C47B6D6B902A9, OptionSet={"Object-Security":0x0A010A}, acked 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F! 08:19:49.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L687] send request 08:19:49.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L687] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:19:49.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L687] added with generated mid KeyMID[127.0.0.1:8240-15819], CON-POST MID=15819, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:19:49.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L687] added with generated token KeyToken[127.0.0.1:8240-E8EBC9DEDBD4283F], CON-POST MID=15819, Token=E8EBC9DEDBD4283F, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:19:49.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15819], KeyToken[127.0.0.1:8240-E8EBC9DEDBD4283F]] 08:19:49.485 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E723,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15819, Token=E8EBC9DEDBD4283F, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B] 08:19:49.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15819] 08:19:49.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688] replace CON-POST MID=15819, Token=E8EBC9DEDBD4283F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15819, Token=E8EBC9DEDBD4283F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R688] send response NON-2.05 MID=15819, Token=null, OptionSet={}, "server responds hi" 08:19:49.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688, complete]! 08:19:49.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R688, complete] completed NON-2.04 MID=15819, Token=E8EBC9DEDBD4283F, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF! 08:19:49.486 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E724,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15819, Token=E8EBC9DEDBD4283F, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF] 08:19:49.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15819] 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687, complete]! 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L687, complete] for token KeyToken[127.0.0.1:8240-E8EBC9DEDBD4283F] 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L687, complete] for MID KeyMID[127.0.0.1:8240-15819] 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L687, complete] completed CON-POST MID= -1, Token=E8EBC9DEDBD4283F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15819, Token=E8EBC9DEDBD4283F, OptionSet={"Object-Security":0x0A010B}, acked 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B! 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L689] send request 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L689] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L689] added with generated mid KeyMID[127.0.0.1:8240-15820], CON-POST MID=15820, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:19:49.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L689] added with generated token KeyToken[127.0.0.1:8240-EC4A150D5740CE8D], CON-POST MID=15820, Token=EC4A150D5740CE8D, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:19:49.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15820], KeyToken[127.0.0.1:8240-EC4A150D5740CE8D]] 08:19:49.488 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E725,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15820, Token=EC4A150D5740CE8D, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5] 08:19:49.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15820] 08:19:49.488 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.488 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690] replace CON-POST MID=15820, Token=EC4A150D5740CE8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15820, Token=EC4A150D5740CE8D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R690] send response NON-2.05 MID=15820, Token=null, OptionSet={}, "server responds hi" 08:19:49.488 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690, complete]! 08:19:49.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R690, complete] completed NON-2.04 MID=15820, Token=EC4A150D5740CE8D, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4! 08:19:49.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E726,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15820, Token=EC4A150D5740CE8D, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4] 08:19:49.489 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15820] 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689, complete]! 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L689, complete] for token KeyToken[127.0.0.1:8240-EC4A150D5740CE8D] 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L689, complete] for MID KeyMID[127.0.0.1:8240-15820] 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L689, complete] completed CON-POST MID= -1, Token=EC4A150D5740CE8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15820, Token=EC4A150D5740CE8D, OptionSet={"Object-Security":0x0A010C}, acked 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5! 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L691] send request 08:19:49.489 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L691] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:19:49.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L691] added with generated mid KeyMID[127.0.0.1:8240-15821], CON-POST MID=15821, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:19:49.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L691] added with generated token KeyToken[127.0.0.1:8240-74137DDE812DA8C5], CON-POST MID=15821, Token=74137DDE812DA8C5, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:19:49.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15821], KeyToken[127.0.0.1:8240-74137DDE812DA8C5]] 08:19:49.490 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E727,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15821, Token=74137DDE812DA8C5, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4] 08:19:49.490 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15821] 08:19:49.490 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.490 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.490 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692] replace CON-POST MID=15821, Token=74137DDE812DA8C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15821, Token=74137DDE812DA8C5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R692] send response NON-2.05 MID=15821, Token=null, OptionSet={}, "server responds hi" 08:19:49.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692, complete]! 08:19:49.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R692, complete] completed NON-2.04 MID=15821, Token=74137DDE812DA8C5, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29! 08:19:49.491 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E728,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15821, Token=74137DDE812DA8C5, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29] 08:19:49.491 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15821] 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691, complete]! 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L691, complete] for token KeyToken[127.0.0.1:8240-74137DDE812DA8C5] 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L691, complete] for MID KeyMID[127.0.0.1:8240-15821] 08:19:49.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L691, complete] completed CON-POST MID= -1, Token=74137DDE812DA8C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15821, Token=74137DDE812DA8C5, OptionSet={"Object-Security":0x0A010D}, acked 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4! 08:19:49.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L693] send request 08:19:49.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L693] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:19:49.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L693] added with generated mid KeyMID[127.0.0.1:8240-15822], CON-POST MID=15822, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:19:49.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L693] added with generated token KeyToken[127.0.0.1:8240-204510D417968E0D], CON-POST MID=15822, Token=204510D417968E0D, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:19:49.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15822], KeyToken[127.0.0.1:8240-204510D417968E0D]] 08:19:49.493 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E729,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15822, Token=204510D417968E0D, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2] 08:19:49.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15822] 08:19:49.493 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.493 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694] replace CON-POST MID=15822, Token=204510D417968E0D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15822, Token=204510D417968E0D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R694] send response NON-2.05 MID=15822, Token=null, OptionSet={}, "server responds hi" 08:19:49.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694, complete]! 08:19:49.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R694, complete] completed NON-2.04 MID=15822, Token=204510D417968E0D, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF! 08:19:49.493 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E730,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15822, Token=204510D417968E0D, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF] 08:19:49.493 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15822] 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693, complete]! 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L693, complete] for token KeyToken[127.0.0.1:8240-204510D417968E0D] 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L693, complete] for MID KeyMID[127.0.0.1:8240-15822] 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L693, complete] completed CON-POST MID= -1, Token=204510D417968E0D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15822, Token=204510D417968E0D, OptionSet={"Object-Security":0x0A010E}, acked 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2! 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L695] send request 08:19:49.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L695] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:19:49.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L695] added with generated mid KeyMID[127.0.0.1:8240-15823], CON-POST MID=15823, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:19:49.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L695] added with generated token KeyToken[127.0.0.1:8240-3C5ED4040FC845E5], CON-POST MID=15823, Token=3C5ED4040FC845E5, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:19:49.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15823], KeyToken[127.0.0.1:8240-3C5ED4040FC845E5]] 08:19:49.495 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E731,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15823, Token=3C5ED4040FC845E5, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A] 08:19:49.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15823] 08:19:49.495 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.495 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696] replace CON-POST MID=15823, Token=3C5ED4040FC845E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15823, Token=3C5ED4040FC845E5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R696] send response NON-2.05 MID=15823, Token=null, OptionSet={}, "server responds hi" 08:19:49.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696, complete]! 08:19:49.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R696, complete] completed NON-2.04 MID=15823, Token=3C5ED4040FC845E5, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77! 08:19:49.496 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E732,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15823, Token=3C5ED4040FC845E5, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77] 08:19:49.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15823] 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695, complete]! 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L695, complete] for token KeyToken[127.0.0.1:8240-3C5ED4040FC845E5] 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L695, complete] for MID KeyMID[127.0.0.1:8240-15823] 08:19:49.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L695, complete] completed CON-POST MID= -1, Token=3C5ED4040FC845E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15823, Token=3C5ED4040FC845E5, OptionSet={"Object-Security":0x0A010F}, acked 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A! 08:19:49.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L697] send request 08:19:49.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L697] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:19:49.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L697] added with generated mid KeyMID[127.0.0.1:8240-15824], CON-POST MID=15824, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:19:49.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L697] added with generated token KeyToken[127.0.0.1:8240-60B39787453E5635], CON-POST MID=15824, Token=60B39787453E5635, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:19:49.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15824], KeyToken[127.0.0.1:8240-60B39787453E5635]] 08:19:49.497 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E733,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15824, Token=60B39787453E5635, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47] 08:19:49.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15824] 08:19:49.498 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.498 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698] replace CON-POST MID=15824, Token=60B39787453E5635, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15824, Token=60B39787453E5635, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R698] send response NON-2.05 MID=15824, Token=null, OptionSet={}, "server responds hi" 08:19:49.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698, complete]! 08:19:49.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R698, complete] completed NON-2.04 MID=15824, Token=60B39787453E5635, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48! 08:19:49.498 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E734,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15824, Token=60B39787453E5635, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48] 08:19:49.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15824] 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697, complete]! 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L697, complete] for token KeyToken[127.0.0.1:8240-60B39787453E5635] 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L697, complete] for MID KeyMID[127.0.0.1:8240-15824] 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L697, complete] completed CON-POST MID= -1, Token=60B39787453E5635, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15824, Token=60B39787453E5635, OptionSet={"Object-Security":0x0A0110}, acked CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47! 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L699] send request 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L699] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:19:49.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L699] added with generated mid KeyMID[127.0.0.1:8240-15825], CON-POST MID=15825, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:19:49.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L699] added with generated token KeyToken[127.0.0.1:8240-407F8B539D9F0810], CON-POST MID=15825, Token=407F8B539D9F0810, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:19:49.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15825], KeyToken[127.0.0.1:8240-407F8B539D9F0810]] 08:19:49.500 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.500 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E735,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15825, Token=407F8B539D9F0810, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53] 08:19:49.500 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15825] 08:19:49.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700] replace CON-POST MID=15825, Token=407F8B539D9F0810, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15825, Token=407F8B539D9F0810, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R700] send response NON-2.05 MID=15825, Token=null, OptionSet={}, "server responds hi" 08:19:49.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700, complete]! 08:19:49.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R700, complete] completed NON-2.04 MID=15825, Token=407F8B539D9F0810, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F! 08:19:49.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E736,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15825, Token=407F8B539D9F0810, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F] 08:19:49.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15825] 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699, complete]! 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L699, complete] for token KeyToken[127.0.0.1:8240-407F8B539D9F0810] 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L699, complete] for MID KeyMID[127.0.0.1:8240-15825] 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L699, complete] completed CON-POST MID= -1, Token=407F8B539D9F0810, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15825, Token=407F8B539D9F0810, OptionSet={"Object-Security":0x0A0111}, acked D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53! 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L701] send request 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L701] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:19:49.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L701] added with generated mid KeyMID[127.0.0.1:8240-15826], CON-POST MID=15826, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:19:49.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L701] added with generated token KeyToken[127.0.0.1:8240-E860B19D25AC2A6B], CON-POST MID=15826, Token=E860B19D25AC2A6B, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:19:49.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15826], KeyToken[127.0.0.1:8240-E860B19D25AC2A6B]] 08:19:49.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E737,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15826, Token=E860B19D25AC2A6B, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7] 08:19:49.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15826] 08:19:49.554 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.554 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702] replace CON-POST MID=15826, Token=E860B19D25AC2A6B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15826, Token=E860B19D25AC2A6B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R702] send response NON-2.05 MID=15826, Token=null, OptionSet={}, "server responds hi" 08:19:49.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702, complete]! 08:19:49.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R702, complete] completed NON-2.04 MID=15826, Token=E860B19D25AC2A6B, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7! 08:19:49.555 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E738,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15826, Token=E860B19D25AC2A6B, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7] 08:19:49.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15826] 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701, complete]! 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L701, complete] for token KeyToken[127.0.0.1:8240-E860B19D25AC2A6B] 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L701, complete] for MID KeyMID[127.0.0.1:8240-15826] 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L701, complete] completed CON-POST MID= -1, Token=E860B19D25AC2A6B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15826, Token=E860B19D25AC2A6B, OptionSet={"Object-Security":0x0A0112}, acked D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7! 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L703] send request 08:19:49.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L703] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:19:49.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L703] added with generated mid KeyMID[127.0.0.1:8240-15827], CON-POST MID=15827, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:19:49.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L703] added with generated token KeyToken[127.0.0.1:8240-A4A4108BA93A4F33], CON-POST MID=15827, Token=A4A4108BA93A4F33, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:19:49.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15827], KeyToken[127.0.0.1:8240-A4A4108BA93A4F33]] 08:19:49.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E739,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15827, Token=A4A4108BA93A4F33, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A] 08:19:49.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15827] 08:19:49.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704] replace CON-POST MID=15827, Token=A4A4108BA93A4F33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15827, Token=A4A4108BA93A4F33, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R704] send response NON-2.05 MID=15827, Token=null, OptionSet={}, "server responds hi" 08:19:49.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704, complete]! 08:19:49.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R704, complete] completed NON-2.04 MID=15827, Token=A4A4108BA93A4F33, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D! 08:19:49.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E740,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15827, Token=A4A4108BA93A4F33, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D] 08:19:49.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15827] 08:19:49.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703, complete]! 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L703, complete] for token KeyToken[127.0.0.1:8240-A4A4108BA93A4F33] 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L703, complete] for MID KeyMID[127.0.0.1:8240-15827] 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L703, complete] completed CON-POST MID= -1, Token=A4A4108BA93A4F33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15827, Token=A4A4108BA93A4F33, OptionSet={"Object-Security":0x0A0113}, acked 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A! 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L705] send request 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L705] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L705] added with generated mid KeyMID[127.0.0.1:8240-15828], CON-POST MID=15828, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L705] added with generated token KeyToken[127.0.0.1:8240-E0367A8A76FEEB5F], CON-POST MID=15828, Token=E0367A8A76FEEB5F, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:19:49.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15828], KeyToken[127.0.0.1:8240-E0367A8A76FEEB5F]] 08:19:49.559 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E741,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15828, Token=E0367A8A76FEEB5F, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E] 08:19:49.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15828] 08:19:49.559 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.559 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706] replace CON-POST MID=15828, Token=E0367A8A76FEEB5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15828, Token=E0367A8A76FEEB5F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R706] send response NON-2.05 MID=15828, Token=null, OptionSet={}, "server responds hi" 08:19:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706, complete]! 08:19:49.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R706, complete] completed NON-2.04 MID=15828, Token=E0367A8A76FEEB5F, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC! 08:19:49.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E742,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15828, Token=E0367A8A76FEEB5F, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC] 08:19:49.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15828] 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705, complete]! 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L705, complete] for token KeyToken[127.0.0.1:8240-E0367A8A76FEEB5F] 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L705, complete] for MID KeyMID[127.0.0.1:8240-15828] 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L705, complete] completed CON-POST MID= -1, Token=E0367A8A76FEEB5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15828, Token=E0367A8A76FEEB5F, OptionSet={"Object-Security":0x0A0114}, acked 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E! 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L707] send request 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L707] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:19:49.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L707] added with generated mid KeyMID[127.0.0.1:8240-15829], CON-POST MID=15829, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:19:49.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L707] added with generated token KeyToken[127.0.0.1:8240-E06B57C586A452EA], CON-POST MID=15829, Token=E06B57C586A452EA, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:19:49.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15829], KeyToken[127.0.0.1:8240-E06B57C586A452EA]] 08:19:49.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E743,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15829, Token=E06B57C586A452EA, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF] 08:19:49.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15829] 08:19:49.561 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.561 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708] replace CON-POST MID=15829, Token=E06B57C586A452EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15829, Token=E06B57C586A452EA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R708] send response NON-2.05 MID=15829, Token=null, OptionSet={}, "server responds hi" 08:19:49.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708, complete]! 08:19:49.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R708, complete] completed NON-2.04 MID=15829, Token=E06B57C586A452EA, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69! 08:19:49.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E744,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15829, Token=E06B57C586A452EA, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69] 08:19:49.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15829] 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707, complete]! 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L707, complete] for token KeyToken[127.0.0.1:8240-E06B57C586A452EA] 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L707, complete] for MID KeyMID[127.0.0.1:8240-15829] 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L707, complete] completed CON-POST MID= -1, Token=E06B57C586A452EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15829, Token=E06B57C586A452EA, OptionSet={"Object-Security":0x0A0115}, acked 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF! 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L709] send request 08:19:49.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L709] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:19:49.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L709] added with generated mid KeyMID[127.0.0.1:8240-15830], CON-POST MID=15830, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:19:49.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L709] added with generated token KeyToken[127.0.0.1:8240-C0FA4446BB92766E], CON-POST MID=15830, Token=C0FA4446BB92766E, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:19:49.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15830], KeyToken[127.0.0.1:8240-C0FA4446BB92766E]] 08:19:49.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E745,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15830, Token=C0FA4446BB92766E, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50] 08:19:49.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15830] 08:19:49.563 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.563 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710] replace CON-POST MID=15830, Token=C0FA4446BB92766E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15830, Token=C0FA4446BB92766E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R710] send response NON-2.05 MID=15830, Token=null, OptionSet={}, "server responds hi" 08:19:49.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710, complete]! 08:19:49.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R710, complete] completed NON-2.04 MID=15830, Token=C0FA4446BB92766E, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B! 08:19:49.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E746,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15830, Token=C0FA4446BB92766E, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B] 08:19:49.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15830] 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709, complete]! 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L709, complete] for token KeyToken[127.0.0.1:8240-C0FA4446BB92766E] 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L709, complete] for MID KeyMID[127.0.0.1:8240-15830] 08:19:49.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L709, complete] completed CON-POST MID= -1, Token=C0FA4446BB92766E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15830, Token=C0FA4446BB92766E, OptionSet={"Object-Security":0x0A0116}, acked D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50! 08:19:49.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L711] send request 08:19:49.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L711] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:19:49.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L711] added with generated mid KeyMID[127.0.0.1:8240-15831], CON-POST MID=15831, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:19:49.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L711] added with generated token KeyToken[127.0.0.1:8240-E85CEEA686758C9F], CON-POST MID=15831, Token=E85CEEA686758C9F, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:19:49.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15831], KeyToken[127.0.0.1:8240-E85CEEA686758C9F]] 08:19:49.565 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E747,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15831, Token=E85CEEA686758C9F, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A] 08:19:49.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15831] 08:19:49.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712] replace CON-POST MID=15831, Token=E85CEEA686758C9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15831, Token=E85CEEA686758C9F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R712] send response NON-2.05 MID=15831, Token=null, OptionSet={}, "server responds hi" 08:19:49.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712, complete]! 08:19:49.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R712, complete] completed NON-2.04 MID=15831, Token=E85CEEA686758C9F, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2! 08:19:49.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E748,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15831, Token=E85CEEA686758C9F, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2] 08:19:49.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15831] 08:19:49.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711, complete]! 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L711, complete] for token KeyToken[127.0.0.1:8240-E85CEEA686758C9F] 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L711, complete] for MID KeyMID[127.0.0.1:8240-15831] 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L711, complete] completed CON-POST MID= -1, Token=E85CEEA686758C9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15831, Token=E85CEEA686758C9F, OptionSet={"Object-Security":0x0A0117}, acked 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A! 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L713] send request 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L713] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L713] added with generated mid KeyMID[127.0.0.1:8240-15832], CON-POST MID=15832, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L713] added with generated token KeyToken[127.0.0.1:8240-D0EE95386E7C8CE8], CON-POST MID=15832, Token=D0EE95386E7C8CE8, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:19:49.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15832], KeyToken[127.0.0.1:8240-D0EE95386E7C8CE8]] 08:19:49.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E749,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15832, Token=D0EE95386E7C8CE8, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0] 08:19:49.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15832] 08:19:49.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714] replace CON-POST MID=15832, Token=D0EE95386E7C8CE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15832, Token=D0EE95386E7C8CE8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R714] send response NON-2.05 MID=15832, Token=null, OptionSet={}, "server responds hi" 08:19:49.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, complete]! 08:19:49.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R714, complete] completed NON-2.04 MID=15832, Token=D0EE95386E7C8CE8, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C! 08:19:49.568 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E750,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15832, Token=D0EE95386E7C8CE8, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C] 08:19:49.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15832] 08:19:49.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713, complete]! 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L713, complete] for token KeyToken[127.0.0.1:8240-D0EE95386E7C8CE8] 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L713, complete] for MID KeyMID[127.0.0.1:8240-15832] 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L713, complete] completed CON-POST MID= -1, Token=D0EE95386E7C8CE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15832, Token=D0EE95386E7C8CE8, OptionSet={"Object-Security":0x0A0118}, acked 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0! 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L715] send request 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L715] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L715] added with generated mid KeyMID[127.0.0.1:8240-15833], CON-POST MID=15833, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L715] added with generated token KeyToken[127.0.0.1:8240-0474BB721CD186B9], CON-POST MID=15833, Token=0474BB721CD186B9, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:19:49.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15833], KeyToken[127.0.0.1:8240-0474BB721CD186B9]] 08:19:49.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E751,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15833, Token=0474BB721CD186B9, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33] 08:19:49.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15833] 08:19:49.570 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.570 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716] replace CON-POST MID=15833, Token=0474BB721CD186B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15833, Token=0474BB721CD186B9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R716] send response NON-2.05 MID=15833, Token=null, OptionSet={}, "server responds hi" 08:19:49.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, complete]! 08:19:49.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R716, complete] completed NON-2.04 MID=15833, Token=0474BB721CD186B9, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF! 08:19:49.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E752,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15833, Token=0474BB721CD186B9, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF] 08:19:49.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15833] 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715, complete]! 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L715, complete] for token KeyToken[127.0.0.1:8240-0474BB721CD186B9] 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L715, complete] for MID KeyMID[127.0.0.1:8240-15833] 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L715, complete] completed CON-POST MID= -1, Token=0474BB721CD186B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15833, Token=0474BB721CD186B9, OptionSet={"Object-Security":0x0A0119}, acked 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33! 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L717] send request 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L717] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L717] added with generated mid KeyMID[127.0.0.1:8240-15834], CON-POST MID=15834, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L717] added with generated token KeyToken[127.0.0.1:8240-D0915C8A71B3626F], CON-POST MID=15834, Token=D0915C8A71B3626F, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:19:49.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15834], KeyToken[127.0.0.1:8240-D0915C8A71B3626F]] 08:19:49.572 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E753,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15834, Token=D0915C8A71B3626F, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F] 08:19:49.572 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15834] 08:19:49.572 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.572 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718] replace CON-POST MID=15834, Token=D0915C8A71B3626F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15834, Token=D0915C8A71B3626F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R718] send response NON-2.05 MID=15834, Token=null, OptionSet={}, "server responds hi" 08:19:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, complete]! 08:19:49.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R718, complete] completed NON-2.04 MID=15834, Token=D0915C8A71B3626F, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41! 08:19:49.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E754,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15834, Token=D0915C8A71B3626F, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41] 08:19:49.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15834] 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717, complete]! 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L717, complete] for token KeyToken[127.0.0.1:8240-D0915C8A71B3626F] 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L717, complete] for MID KeyMID[127.0.0.1:8240-15834] 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L717, complete] completed CON-POST MID= -1, Token=D0915C8A71B3626F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15834, Token=D0915C8A71B3626F, OptionSet={"Object-Security":0x0A011A}, acked 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F! 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L719] send request 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L719] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L719] added with generated mid KeyMID[127.0.0.1:8240-15835], CON-POST MID=15835, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L719] added with generated token KeyToken[127.0.0.1:8240-CC9BB2BF24D8972B], CON-POST MID=15835, Token=CC9BB2BF24D8972B, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:19:49.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15835], KeyToken[127.0.0.1:8240-CC9BB2BF24D8972B]] 08:19:49.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E755,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15835, Token=CC9BB2BF24D8972B, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F] 08:19:49.574 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15835] 08:19:49.574 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.574 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720] replace CON-POST MID=15835, Token=CC9BB2BF24D8972B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15835, Token=CC9BB2BF24D8972B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R720] send response NON-2.05 MID=15835, Token=null, OptionSet={}, "server responds hi" 08:19:49.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, complete]! 08:19:49.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R720, complete] completed NON-2.04 MID=15835, Token=CC9BB2BF24D8972B, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91! 08:19:49.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E756,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15835, Token=CC9BB2BF24D8972B, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91] 08:19:49.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15835] 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719, complete]! 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L719, complete] for token KeyToken[127.0.0.1:8240-CC9BB2BF24D8972B] 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L719, complete] for MID KeyMID[127.0.0.1:8240-15835] 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L719, complete] completed CON-POST MID= -1, Token=CC9BB2BF24D8972B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15835, Token=CC9BB2BF24D8972B, OptionSet={"Object-Security":0x0A011B}, acked ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F! 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L721] send request 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L721] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:19:49.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L721] added with generated mid KeyMID[127.0.0.1:8240-15836], CON-POST MID=15836, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:19:49.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L721] added with generated token KeyToken[127.0.0.1:8240-502134B678514C57], CON-POST MID=15836, Token=502134B678514C57, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:19:49.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15836], KeyToken[127.0.0.1:8240-502134B678514C57]] 08:19:49.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E757,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15836, Token=502134B678514C57, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2] 08:19:49.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15836] 08:19:49.576 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.576 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722] replace CON-POST MID=15836, Token=502134B678514C57, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15836, Token=502134B678514C57, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R722] send response NON-2.05 MID=15836, Token=null, OptionSet={}, "server responds hi" 08:19:49.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, complete]! 08:19:49.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R722, complete] completed NON-2.04 MID=15836, Token=502134B678514C57, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05! 08:19:49.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E758,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15836, Token=502134B678514C57, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05] 08:19:49.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15836] 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721, complete]! 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L721, complete] for token KeyToken[127.0.0.1:8240-502134B678514C57] 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L721, complete] for MID KeyMID[127.0.0.1:8240-15836] 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L721, complete] completed CON-POST MID= -1, Token=502134B678514C57, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15836, Token=502134B678514C57, OptionSet={"Object-Security":0x0A011C}, acked 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2! 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L723] send request 08:19:49.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L723] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:19:49.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L723] added with generated mid KeyMID[127.0.0.1:8240-15837], CON-POST MID=15837, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:19:49.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L723] added with generated token KeyToken[127.0.0.1:8240-B4BBFE2EF54E22B2], CON-POST MID=15837, Token=B4BBFE2EF54E22B2, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:19:49.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15837], KeyToken[127.0.0.1:8240-B4BBFE2EF54E22B2]] 08:19:49.578 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E759,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15837, Token=B4BBFE2EF54E22B2, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63] 08:19:49.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15837] 08:19:49.578 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.578 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724] replace CON-POST MID=15837, Token=B4BBFE2EF54E22B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15837, Token=B4BBFE2EF54E22B2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R724] send response NON-2.05 MID=15837, Token=null, OptionSet={}, "server responds hi" 08:19:49.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724, complete]! 08:19:49.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R724, complete] completed NON-2.04 MID=15837, Token=B4BBFE2EF54E22B2, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C! 08:19:49.579 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E760,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15837, Token=B4BBFE2EF54E22B2, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C] 08:19:49.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15837] 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723, complete]! 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L723, complete] for token KeyToken[127.0.0.1:8240-B4BBFE2EF54E22B2] 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L723, complete] for MID KeyMID[127.0.0.1:8240-15837] 08:19:49.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L723, complete] completed CON-POST MID= -1, Token=B4BBFE2EF54E22B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15837, Token=B4BBFE2EF54E22B2, OptionSet={"Object-Security":0x0A011D}, acked 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63! 08:19:49.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L725] send request 08:19:49.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L725] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:19:49.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L725] added with generated mid KeyMID[127.0.0.1:8240-15838], CON-POST MID=15838, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:19:49.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L725] added with generated token KeyToken[127.0.0.1:8240-449F874BE0F6786F], CON-POST MID=15838, Token=449F874BE0F6786F, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:19:49.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15838], KeyToken[127.0.0.1:8240-449F874BE0F6786F]] 08:19:49.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E761,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15838, Token=449F874BE0F6786F, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E] 08:19:49.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15838] 08:19:49.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726] replace CON-POST MID=15838, Token=449F874BE0F6786F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15838, Token=449F874BE0F6786F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R726] send response NON-2.05 MID=15838, Token=null, OptionSet={}, "server responds hi" 08:19:49.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, complete]! 08:19:49.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R726, complete] completed NON-2.04 MID=15838, Token=449F874BE0F6786F, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51! 08:19:49.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E762,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15838, Token=449F874BE0F6786F, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51] 08:19:49.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15838] 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725, complete]! 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L725, complete] for token KeyToken[127.0.0.1:8240-449F874BE0F6786F] 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L725, complete] for MID KeyMID[127.0.0.1:8240-15838] 08:19:49.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L725, complete] completed CON-POST MID= -1, Token=449F874BE0F6786F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15838, Token=449F874BE0F6786F, OptionSet={"Object-Security":0x0A011E}, acked F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E! 08:19:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L727] send request 08:19:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L727] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:19:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L727] added with generated mid KeyMID[127.0.0.1:8240-15839], CON-POST MID=15839, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:19:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L727] added with generated token KeyToken[127.0.0.1:8240-38A854C9D114D552], CON-POST MID=15839, Token=38A854C9D114D552, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:19:49.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15839], KeyToken[127.0.0.1:8240-38A854C9D114D552]] 08:19:49.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E763,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15839, Token=38A854C9D114D552, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA] 08:19:49.583 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15839] 08:19:49.583 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.583 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728] replace CON-POST MID=15839, Token=38A854C9D114D552, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15839, Token=38A854C9D114D552, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R728] send response NON-2.05 MID=15839, Token=null, OptionSet={}, "server responds hi" 08:19:49.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, complete]! 08:19:49.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R728, complete] completed NON-2.04 MID=15839, Token=38A854C9D114D552, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C! 08:19:49.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E764,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15839, Token=38A854C9D114D552, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C] 08:19:49.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15839] 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727, complete]! 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L727, complete] for token KeyToken[127.0.0.1:8240-38A854C9D114D552] 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L727, complete] for MID KeyMID[127.0.0.1:8240-15839] 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L727, complete] completed CON-POST MID= -1, Token=38A854C9D114D552, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15839, Token=38A854C9D114D552, OptionSet={"Object-Security":0x0A011F}, acked CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA! 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729] send request 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L729] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729] added with generated mid KeyMID[127.0.0.1:8240-15840], CON-POST MID=15840, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L729] added with generated token KeyToken[127.0.0.1:8240-346E92BFF367B671], CON-POST MID=15840, Token=346E92BFF367B671, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:19:49.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15840], KeyToken[127.0.0.1:8240-346E92BFF367B671]] 08:19:49.585 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E765,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15840, Token=346E92BFF367B671, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1] 08:19:49.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15840] 08:19:49.585 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.585 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730] replace CON-POST MID=15840, Token=346E92BFF367B671, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15840, Token=346E92BFF367B671, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R730] send response NON-2.05 MID=15840, Token=null, OptionSet={}, "server responds hi" 08:19:49.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, complete]! 08:19:49.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R730, complete] completed NON-2.04 MID=15840, Token=346E92BFF367B671, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F! 08:19:49.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E766,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15840, Token=346E92BFF367B671, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F] 08:19:49.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15840] 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, complete]! 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, complete] for token KeyToken[127.0.0.1:8240-346E92BFF367B671] 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L729, complete] for MID KeyMID[127.0.0.1:8240-15840] 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L729, complete] completed CON-POST MID= -1, Token=346E92BFF367B671, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15840, Token=346E92BFF367B671, OptionSet={"Object-Security":0x0A0120}, acked 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1! 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L731] send request 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L731] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L731] added with generated mid KeyMID[127.0.0.1:8240-15841], CON-POST MID=15841, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:19:49.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L731] added with generated token KeyToken[127.0.0.1:8240-BCD7C33C585968CA], CON-POST MID=15841, Token=BCD7C33C585968CA, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:19:49.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15841], KeyToken[127.0.0.1:8240-BCD7C33C585968CA]] 08:19:49.587 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E767,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15841, Token=BCD7C33C585968CA, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42] 08:19:49.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15841] 08:19:49.587 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.587 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732] replace CON-POST MID=15841, Token=BCD7C33C585968CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15841, Token=BCD7C33C585968CA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R732] send response NON-2.05 MID=15841, Token=null, OptionSet={}, "server responds hi" 08:19:49.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, complete]! 08:19:49.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R732, complete] completed NON-2.04 MID=15841, Token=BCD7C33C585968CA, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4! 08:19:49.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E768,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15841, Token=BCD7C33C585968CA, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4] 08:19:49.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15841] 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731, complete]! 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L731, complete] for token KeyToken[127.0.0.1:8240-BCD7C33C585968CA] 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L731, complete] for MID KeyMID[127.0.0.1:8240-15841] 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L731, complete] completed CON-POST MID= -1, Token=BCD7C33C585968CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15841, Token=BCD7C33C585968CA, OptionSet={"Object-Security":0x0A0121}, acked BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42! 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L733] send request 08:19:49.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L733] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:19:49.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L733] added with generated mid KeyMID[127.0.0.1:8240-15842], CON-POST MID=15842, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:19:49.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L733] added with generated token KeyToken[127.0.0.1:8240-E4E48640B525B753], CON-POST MID=15842, Token=E4E48640B525B753, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:19:49.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15842], KeyToken[127.0.0.1:8240-E4E48640B525B753]] 08:19:49.589 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E769,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15842, Token=E4E48640B525B753, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17] 08:19:49.589 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15842] 08:19:49.589 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.589 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734] replace CON-POST MID=15842, Token=E4E48640B525B753, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15842, Token=E4E48640B525B753, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.589 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R734] send response NON-2.05 MID=15842, Token=null, OptionSet={}, "server responds hi" 08:19:49.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734, complete]! 08:19:49.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R734, complete] completed NON-2.04 MID=15842, Token=E4E48640B525B753, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C! 08:19:49.590 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E770,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15842, Token=E4E48640B525B753, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C] 08:19:49.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15842] 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733, complete]! 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L733, complete] for token KeyToken[127.0.0.1:8240-E4E48640B525B753] 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L733, complete] for MID KeyMID[127.0.0.1:8240-15842] 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L733, complete] completed CON-POST MID= -1, Token=E4E48640B525B753, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15842, Token=E4E48640B525B753, OptionSet={"Object-Security":0x0A0122}, acked A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17! 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735] send request 08:19:49.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L735] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:19:49.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735] added with generated mid KeyMID[127.0.0.1:8240-15843], CON-POST MID=15843, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:19:49.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L735] added with generated token KeyToken[127.0.0.1:8240-78DF595ADAB17701], CON-POST MID=15843, Token=78DF595ADAB17701, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:19:49.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15843], KeyToken[127.0.0.1:8240-78DF595ADAB17701]] 08:19:49.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E771,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15843, Token=78DF595ADAB17701, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D] 08:19:49.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15843] 08:19:49.591 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.591 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736] replace CON-POST MID=15843, Token=78DF595ADAB17701, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15843, Token=78DF595ADAB17701, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R736] send response NON-2.05 MID=15843, Token=null, OptionSet={}, "server responds hi" 08:19:49.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, complete]! 08:19:49.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R736, complete] completed NON-2.04 MID=15843, Token=78DF595ADAB17701, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03! 08:19:49.592 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E772,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15843, Token=78DF595ADAB17701, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03] 08:19:49.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15843] 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, complete]! 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, complete] for token KeyToken[127.0.0.1:8240-78DF595ADAB17701] 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L735, complete] for MID KeyMID[127.0.0.1:8240-15843] 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L735, complete] completed CON-POST MID= -1, Token=78DF595ADAB17701, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15843, Token=78DF595ADAB17701, OptionSet={"Object-Security":0x0A0123}, acked 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D! 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737] send request 08:19:49.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L737] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:19:49.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737] added with generated mid KeyMID[127.0.0.1:8240-15844], CON-POST MID=15844, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:19:49.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L737] added with generated token KeyToken[127.0.0.1:8240-3CE65973591B3840], CON-POST MID=15844, Token=3CE65973591B3840, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:19:49.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15844], KeyToken[127.0.0.1:8240-3CE65973591B3840]] 08:19:49.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E773,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15844, Token=3CE65973591B3840, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00] 08:19:49.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15844] 08:19:49.593 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.593 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738] replace CON-POST MID=15844, Token=3CE65973591B3840, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15844, Token=3CE65973591B3840, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R738] send response NON-2.05 MID=15844, Token=null, OptionSet={}, "server responds hi" 08:19:49.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, complete]! 08:19:49.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R738, complete] completed NON-2.04 MID=15844, Token=3CE65973591B3840, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E! 08:19:49.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E774,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15844, Token=3CE65973591B3840, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E] 08:19:49.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15844] 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, complete]! 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, complete] for token KeyToken[127.0.0.1:8240-3CE65973591B3840] 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L737, complete] for MID KeyMID[127.0.0.1:8240-15844] 08:19:49.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L737, complete] completed CON-POST MID= -1, Token=3CE65973591B3840, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15844, Token=3CE65973591B3840, OptionSet={"Object-Security":0x0A0124}, acked 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00! 08:19:49.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739] send request 08:19:49.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L739] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:19:49.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739] added with generated mid KeyMID[127.0.0.1:8240-15845], CON-POST MID=15845, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:19:49.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L739] added with generated token KeyToken[127.0.0.1:8240-54FC20FACBE3E0B8], CON-POST MID=15845, Token=54FC20FACBE3E0B8, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:19:49.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15845], KeyToken[127.0.0.1:8240-54FC20FACBE3E0B8]] 08:19:49.595 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E775,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15845, Token=54FC20FACBE3E0B8, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53] 08:19:49.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15845] 08:19:49.596 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.596 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740] replace CON-POST MID=15845, Token=54FC20FACBE3E0B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15845, Token=54FC20FACBE3E0B8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R740] send response NON-2.05 MID=15845, Token=null, OptionSet={}, "server responds hi" 08:19:49.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, complete]! 08:19:49.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R740, complete] completed NON-2.04 MID=15845, Token=54FC20FACBE3E0B8, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11! 08:19:49.596 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E776,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15845, Token=54FC20FACBE3E0B8, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11] 08:19:49.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15845] 08:19:49.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, complete]! 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, complete] for token KeyToken[127.0.0.1:8240-54FC20FACBE3E0B8] 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L739, complete] for MID KeyMID[127.0.0.1:8240-15845] 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L739, complete] completed CON-POST MID= -1, Token=54FC20FACBE3E0B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15845, Token=54FC20FACBE3E0B8, OptionSet={"Object-Security":0x0A0125}, acked 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53! 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741] send request 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L741] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741] added with generated mid KeyMID[127.0.0.1:8240-15846], CON-POST MID=15846, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L741] added with generated token KeyToken[127.0.0.1:8240-04F335786AF19264], CON-POST MID=15846, Token=04F335786AF19264, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:19:49.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15846], KeyToken[127.0.0.1:8240-04F335786AF19264]] 08:19:49.598 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E777,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15846, Token=04F335786AF19264, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C] 08:19:49.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15846] 08:19:49.598 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.598 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742] replace CON-POST MID=15846, Token=04F335786AF19264, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15846, Token=04F335786AF19264, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R742] send response NON-2.05 MID=15846, Token=null, OptionSet={}, "server responds hi" 08:19:49.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, complete]! 08:19:49.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R742, complete] completed NON-2.04 MID=15846, Token=04F335786AF19264, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B! 08:19:49.598 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E778,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15846, Token=04F335786AF19264, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B] 08:19:49.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15846] 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, complete]! 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, complete] for token KeyToken[127.0.0.1:8240-04F335786AF19264] 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L741, complete] for MID KeyMID[127.0.0.1:8240-15846] 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L741, complete] completed CON-POST MID= -1, Token=04F335786AF19264, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15846, Token=04F335786AF19264, OptionSet={"Object-Security":0x0A0126}, acked 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C! 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L743] send request 08:19:49.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L743] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:19:49.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L743] added with generated mid KeyMID[127.0.0.1:8240-15847], CON-POST MID=15847, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:19:49.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L743] added with generated token KeyToken[127.0.0.1:8240-10A9DE9AB0744D20], CON-POST MID=15847, Token=10A9DE9AB0744D20, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:19:49.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15847], KeyToken[127.0.0.1:8240-10A9DE9AB0744D20]] 08:19:49.600 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.600 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E779,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15847, Token=10A9DE9AB0744D20, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF] 08:19:49.600 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15847] 08:19:49.600 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.600 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744] replace CON-POST MID=15847, Token=10A9DE9AB0744D20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15847, Token=10A9DE9AB0744D20, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R744] send response NON-2.05 MID=15847, Token=null, OptionSet={}, "server responds hi" 08:19:49.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744, complete]! 08:19:49.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R744, complete] completed NON-2.04 MID=15847, Token=10A9DE9AB0744D20, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17! 08:19:49.601 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.601 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E780,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15847, Token=10A9DE9AB0744D20, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17] 08:19:49.601 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15847] 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743, complete]! 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L743, complete] for token KeyToken[127.0.0.1:8240-10A9DE9AB0744D20] 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L743, complete] for MID KeyMID[127.0.0.1:8240-15847] 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L743, complete] completed CON-POST MID= -1, Token=10A9DE9AB0744D20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15847, Token=10A9DE9AB0744D20, OptionSet={"Object-Security":0x0A0127}, acked 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF! 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L745] send request 08:19:49.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L745] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:19:49.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L745] added with generated mid KeyMID[127.0.0.1:8240-15848], CON-POST MID=15848, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:19:49.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L745] added with generated token KeyToken[127.0.0.1:8240-609E2E2F6CF08B8B], CON-POST MID=15848, Token=609E2E2F6CF08B8B, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:19:49.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15848], KeyToken[127.0.0.1:8240-609E2E2F6CF08B8B]] 08:19:49.602 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.602 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E781,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15848, Token=609E2E2F6CF08B8B, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED] 08:19:49.602 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15848] 08:19:49.602 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.602 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R746] replace CON-POST MID=15848, Token=609E2E2F6CF08B8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15848, Token=609E2E2F6CF08B8B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R746] send response NON-2.05 MID=15848, Token=null, OptionSet={}, "server responds hi" 08:19:49.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R746, complete]! 08:19:49.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R746, complete] completed NON-2.04 MID=15848, Token=609E2E2F6CF08B8B, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3! 08:19:49.603 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.603 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E782,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15848, Token=609E2E2F6CF08B8B, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3] 08:19:49.603 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15848] 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745, complete]! 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L745, complete] for token KeyToken[127.0.0.1:8240-609E2E2F6CF08B8B] 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L745, complete] for MID KeyMID[127.0.0.1:8240-15848] 08:19:49.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L745, complete] completed CON-POST MID= -1, Token=609E2E2F6CF08B8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15848, Token=609E2E2F6CF08B8B, OptionSet={"Object-Security":0x0A0128}, acked 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED! 08:19:49.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L747] send request 08:19:49.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L747] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:19:49.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L747] added with generated mid KeyMID[127.0.0.1:8240-15849], CON-POST MID=15849, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:19:49.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L747] added with generated token KeyToken[127.0.0.1:8240-C08A4A009F83B05C], CON-POST MID=15849, Token=C08A4A009F83B05C, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:19:49.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15849], KeyToken[127.0.0.1:8240-C08A4A009F83B05C]] 08:19:49.604 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E783,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15849, Token=C08A4A009F83B05C, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D] 08:19:49.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15849] 08:19:49.605 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.605 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748] replace CON-POST MID=15849, Token=C08A4A009F83B05C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15849, Token=C08A4A009F83B05C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R748] send response NON-2.05 MID=15849, Token=null, OptionSet={}, "server responds hi" 08:19:49.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748, complete]! 08:19:49.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R748, complete] completed NON-2.04 MID=15849, Token=C08A4A009F83B05C, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78! 08:19:49.605 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E784,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15849, Token=C08A4A009F83B05C, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78] 08:19:49.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15849] 08:19:49.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747, complete]! 08:19:49.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L747, complete] for token KeyToken[127.0.0.1:8240-C08A4A009F83B05C] 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L747, complete] for MID KeyMID[127.0.0.1:8240-15849] 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L747, complete] completed CON-POST MID= -1, Token=C08A4A009F83B05C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15849, Token=C08A4A009F83B05C, OptionSet={"Object-Security":0x0A0129}, acked 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D! 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L749] send request 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L749] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L749] added with generated mid KeyMID[127.0.0.1:8240-15850], CON-POST MID=15850, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L749] added with generated token KeyToken[127.0.0.1:8240-64FCF694F76FCA39], CON-POST MID=15850, Token=64FCF694F76FCA39, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:19:49.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15850], KeyToken[127.0.0.1:8240-64FCF694F76FCA39]] 08:19:49.606 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E785,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15850, Token=64FCF694F76FCA39, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6] 08:19:49.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15850] 08:19:49.607 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.607 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750] replace CON-POST MID=15850, Token=64FCF694F76FCA39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15850, Token=64FCF694F76FCA39, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R750] send response NON-2.05 MID=15850, Token=null, OptionSet={}, "server responds hi" 08:19:49.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, complete]! 08:19:49.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R750, complete] completed NON-2.04 MID=15850, Token=64FCF694F76FCA39, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9! 08:19:49.607 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.607 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E786,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15850, Token=64FCF694F76FCA39, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9] 08:19:49.607 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15850] 08:19:49.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749, complete]! 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L749, complete] for token KeyToken[127.0.0.1:8240-64FCF694F76FCA39] 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L749, complete] for MID KeyMID[127.0.0.1:8240-15850] 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L749, complete] completed CON-POST MID= -1, Token=64FCF694F76FCA39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15850, Token=64FCF694F76FCA39, OptionSet={"Object-Security":0x0A012A}, acked AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6! 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L751] send request 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L751] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L751] added with generated mid KeyMID[127.0.0.1:8240-15851], CON-POST MID=15851, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L751] added with generated token KeyToken[127.0.0.1:8240-148E85B6E419B241], CON-POST MID=15851, Token=148E85B6E419B241, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:19:49.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8240-15851], KeyToken[127.0.0.1:8240-148E85B6E419B241]] 08:19:49.609 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8240 08:19:49.609 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E787,T207) 127.0.0.1:8,237 ==> :8,240 [CON-POST MID=15851, Token=148E85B6E419B241, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46] 08:19:49.609 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8240) received 41 bytes from 127.0.0.1:8237 08:19:49.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-15851] 08:19:49.609 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.609 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752] replace CON-POST MID=15851, Token=148E85B6E419B241, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15851, Token=148E85B6E419B241, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R752] send response NON-2.05 MID=15851, Token=null, OptionSet={}, "server responds hi" 08:19:49.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, complete]! 08:19:49.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R752, complete] completed NON-2.04 MID=15851, Token=148E85B6E419B241, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C! 08:19:49.609 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.609 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E788,T192) 127.0.0.1:8,240 ==> :8,237 [NON-2.04 MID=15851, Token=148E85B6E419B241, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C] 08:19:49.609 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8240 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-15851] 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751, complete]! 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L751, complete] for token KeyToken[127.0.0.1:8240-148E85B6E419B241] 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L751, complete] for MID KeyMID[127.0.0.1:8240-15851] 08:19:49.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L751, complete] completed CON-POST MID= -1, Token=148E85B6E419B241, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15851, Token=148E85B6E419B241, OptionSet={"Object-Security":0x0A012B}, acked 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46! 08:19:49.610 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:49.610 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8240 08:19:49.610 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8240 08:19:49.610 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8240] stopping ... 08:19:49.610 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /127.0.0.1 08:19:49.610 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8240] has stopped. 08:19:49.611 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8240 08:19:49.611 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:49.611 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.611 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.611 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.611 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.611 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:49.652 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:49.652 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.652 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.652 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:49.652 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241 08:19:49.652 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.652 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8241, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.652 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8241 08:19:49.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:49.652 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:19:49.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L753] send request 08:19:49.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L753] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L753] added with KeyMID[127.0.0.1:8241-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L753] added with generated token KeyToken[127.0.0.1:8241-10608312C60D79CE], CON-POST MID=10000, Token=10608312C60D79CE, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8241-10000], KeyToken[127.0.0.1:8241-10608312C60D79CE]] 08:19:49.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8241 08:19:49.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E789,T212) 127.0.0.1:8,237 ==> :8,241 [CON-POST MID=10000, Token=10608312C60D79CE, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:49.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8241) received 40 bytes from 127.0.0.1:8237 08:19:49.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-10000] 08:19:49.654 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.654 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754] replace CON-POST MID=10000, Token=10608312C60D79CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=10608312C60D79CE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R754] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 08:19:49.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754, complete]! 08:19:49.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R754, complete] completed NON-2.04 MID=10000, Token=10608312C60D79CE, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:19:49.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E790,T192) 127.0.0.1:8,241 ==> :8,237 [NON-2.04 MID=10000, Token=10608312C60D79CE, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:19:49.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8241 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8241-10000] 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753, complete]! 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L753, complete] for token KeyToken[127.0.0.1:8241-10608312C60D79CE] 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L753, complete] for MID KeyMID[127.0.0.1:8241-10000] 08:19:49.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L753, complete] completed CON-POST MID=10000, Token=10608312C60D79CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=10608312C60D79CE, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response 08:19:49.656 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:49.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8241 08:19:49.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8241 08:19:49.656 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] stopping ... 08:19:49.656 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /127.0.0.1 08:19:49.656 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] has stopped. 08:19:49.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8241 08:19:49.656 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:49.656 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.656 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.656 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.657 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:49.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:49.657 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.657 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:49.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242 08:19:49.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8242, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:49.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8242 08:19:49.657 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:19:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L755] send request 08:19:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L755] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:19:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L755] added with KeyMID[127.0.0.1:8242-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:19:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L755] added with generated token KeyToken[127.0.0.1:8242-DCDAB6436B3195E4], CON-POST MID=10000, Token=DCDAB6436B3195E4, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:19:49.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8242-10000], KeyToken[127.0.0.1:8242-DCDAB6436B3195E4]] 08:19:49.658 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8242 08:19:49.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E791,T217) 127.0.0.1:8,237 ==> :8,242 [CON-POST MID=10000, Token=DCDAB6436B3195E4, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41] 08:19:49.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8242) received 41 bytes from 127.0.0.1:8237 08:19:49.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-10000] 08:19:49.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.659 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 08:19:49.659 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 08:19:49.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R756, complete]! 08:19:49.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R756, complete] completed ACK-4.01 MID=10000, Token=DCDAB6436B3195E4, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 08:19:49.659 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8237 08:19:49.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E792,T192) 127.0.0.1:8,242 ==> :8,237 [ACK-4.01 MID=10000, Token=DCDAB6436B3195E4, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 08:19:49.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 41 bytes from 127.0.0.1:8242 08:19:49.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:49.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=DCDAB6436B3195E4, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 08:19:49.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755, complete]! 08:19:49.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L755, complete] for token KeyToken[127.0.0.1:8242-DCDAB6436B3195E4] 08:19:49.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L755, complete] for MID KeyMID[127.0.0.1:8242-10000] 08:19:49.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L755, complete] completed CON-POST MID=10000, Token=DCDAB6436B3195E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=DCDAB6436B3195E4, OptionSet={"Object-Security":0x090077}, acked 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41! client received response 08:19:49.660 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:49.660 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8242 08:19:49.660 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8242 08:19:49.660 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8242] stopping ... 08:19:49.660 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /127.0.0.1 08:19:49.660 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8242] has stopped. 08:19:49.660 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8242 08:19:49.660 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:49.660 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.661 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.661 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.661 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.661 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:49.666 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:49.666 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.666 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.666 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:49.666 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243 08:19:49.666 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.667 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8243, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:49.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:49.667 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8243 08:19:49.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L757] send request 08:19:49.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L757] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L757] added with generated mid KeyMID[127.0.0.1:8243-2317], CON-POST MID= 2317, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L757] added with generated token KeyToken[127.0.0.1:8243-CCF4129E66F7504A], CON-POST MID= 2317, Token=CCF4129E66F7504A, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-2317], KeyToken[127.0.0.1:8243-CCF4129E66F7504A]] 08:19:49.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8243 08:19:49.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E793,T222) 127.0.0.1:8,237 ==> :8,243 [CON-POST MID= 2317, Token=CCF4129E66F7504A, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:49.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 40 bytes from 127.0.0.1:8237 08:19:49.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-2317] 08:19:49.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.669 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758] replace CON-POST MID= 2317, Token=CCF4129E66F7504A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 2317, Token=CCF4129E66F7504A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R758] send response NON-2.05 MID= 2317, Token=null, OptionSet={}, "server responds hi" 08:19:49.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758, complete]! 08:19:49.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R758, complete] completed NON-2.04 MID= 2317, Token=CCF4129E66F7504A, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:19:49.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E794,T192) 127.0.0.1:8,243 ==> :8,237 [NON-2.04 MID= 2317, Token=CCF4129E66F7504A, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:19:49.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8243 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-2317] 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757, complete]! 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L757, complete] for token KeyToken[127.0.0.1:8243-CCF4129E66F7504A] 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L757, complete] for MID KeyMID[127.0.0.1:8243-2317] 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L757, complete] completed CON-POST MID= -1, Token=CCF4129E66F7504A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 2317, Token=CCF4129E66F7504A, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L759] send request 08:19:49.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L759] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L759] added with generated mid KeyMID[127.0.0.1:8243-2318], CON-POST MID= 2318, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L759] added with generated token KeyToken[127.0.0.1:8243-805FA57347770383], CON-POST MID= 2318, Token=805FA57347770383, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-2318], KeyToken[127.0.0.1:8243-805FA57347770383]] 08:19:49.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8243 08:19:49.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E795,T222) 127.0.0.1:8,237 ==> :8,243 [CON-POST MID= 2318, Token=805FA57347770383, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:19:49.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 40 bytes from 127.0.0.1:8237 08:19:49.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-2318] 08:19:49.671 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.671 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760] replace CON-POST MID= 2318, Token=805FA57347770383, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 2318, Token=805FA57347770383, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R760] send response NON-2.05 MID= 2318, Token=null, OptionSet={}, "server responds hi" 08:19:49.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760, complete]! 08:19:49.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R760, complete] completed NON-2.04 MID= 2318, Token=805FA57347770383, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:19:49.672 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E796,T192) 127.0.0.1:8,243 ==> :8,237 [NON-2.04 MID= 2318, Token=805FA57347770383, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:19:49.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8243 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8243-2318] 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759, complete]! 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L759, complete] for token KeyToken[127.0.0.1:8243-805FA57347770383] 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L759, complete] for MID KeyMID[127.0.0.1:8243-2318] 08:19:49.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L759, complete] completed CON-POST MID= -1, Token=805FA57347770383, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 2318, Token=805FA57347770383, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:19:49.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L761] send request 08:19:49.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L761] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L761] added with generated mid KeyMID[127.0.0.1:8243-2319], CON-POST MID= 2319, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L761] added with generated token KeyToken[127.0.0.1:8243-6857B50F3D5D1623], CON-POST MID= 2319, Token=6857B50F3D5D1623, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-2319], KeyToken[127.0.0.1:8243-6857B50F3D5D1623]] 08:19:49.673 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8243 08:19:49.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E797,T222) 127.0.0.1:8,237 ==> :8,243 [CON-POST MID= 2319, Token=6857B50F3D5D1623, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:49.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 40 bytes from 127.0.0.1:8237 08:19:49.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-2319] 08:19:49.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.674 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 08:19:49.674 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:19:49.674 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 08:19:49.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R762, complete]! 08:19:49.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R762, complete] completed ACK-4.01 MID= 2319, Token=6857B50F3D5D1623, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 08:19:49.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8237 08:19:49.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E798,T192) 127.0.0.1:8,243 ==> :8,237 [ACK-4.01 MID= 2319, Token=6857B50F3D5D1623, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 08:19:49.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 30 bytes from 127.0.0.1:8243 08:19:49.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:49.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID= 2319, Token=6857B50F3D5D1623, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 08:19:49.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761, complete]! 08:19:49.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L761, complete] for token KeyToken[127.0.0.1:8243-6857B50F3D5D1623] 08:19:49.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L761, complete] for MID KeyMID[127.0.0.1:8243-2319] 08:19:49.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L761, complete] completed CON-POST MID= -1, Token=6857B50F3D5D1623, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 2319, Token=6857B50F3D5D1623, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:19:49.675 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:49.675 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8243 08:19:49.675 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8243 08:19:49.675 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] stopping ... 08:19:49.675 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /127.0.0.1 08:19:49.675 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] has stopped. 08:19:49.675 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8243 08:19:49.675 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:49.675 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.675 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.675 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.675 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.676 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:49.676 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:49.676 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.676 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.676 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:49.676 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244 08:19:49.676 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.676 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8244, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:49.676 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8244 08:19:49.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:19:49.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L763] send request 08:19:49.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L763] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L763] added with KeyMID[127.0.0.1:8244-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L763] added with generated token KeyToken[127.0.0.1:8244-F060422570D61850], CON-POST MID=10000, Token=F060422570D61850, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-10000], KeyToken[127.0.0.1:8244-F060422570D61850]] 08:19:49.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8244 08:19:49.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E799,T227) 127.0.0.1:8,237 ==> :8,244 [CON-POST MID=10000, Token=F060422570D61850, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:49.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 40 bytes from 127.0.0.1:8237 08:19:49.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-10000] 08:19:49.678 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 08:19:49.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R764, complete]! 08:19:49.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R764, complete] completed ACK-4.01 MID=10000, Token=F060422570D61850, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 08:19:49.678 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8237 08:19:49.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E800,T192) 127.0.0.1:8,244 ==> :8,237 [ACK-4.01 MID=10000, Token=F060422570D61850, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 08:19:49.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 66 bytes from 127.0.0.1:8244 08:19:49.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:49.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=F060422570D61850, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763, complete]! 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L763, complete] for token KeyToken[127.0.0.1:8244-F060422570D61850] 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L763, complete] for MID KeyMID[127.0.0.1:8244-10000] 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L763, complete] completed CON-POST MID=10000, Token=F060422570D61850, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=F060422570D61850, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response client sent request 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L765] send request 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L765] prepare retransmission for CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765] replace CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L765] added with KeyMID[127.0.0.1:8244-10001], CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L765] added with generated token KeyToken[127.0.0.1:8244-64188BC24F583F23], CON-POST MID=10001, Token=64188BC24F583F23, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8244-10001], KeyToken[127.0.0.1:8244-64188BC24F583F23]] 08:19:49.680 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8244 08:19:49.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E801,T227) 127.0.0.1:8,237 ==> :8,244 [CON-POST MID=10001, Token=64188BC24F583F23, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:19:49.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8244) received 49 bytes from 127.0.0.1:8237 08:19:49.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8237-10001] 08:19:49.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766] replace CON-POST MID=10001, Token=64188BC24F583F23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=64188BC24F583F23, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R766] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 08:19:49.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, complete]! 08:19:49.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R766, complete] completed NON-2.04 MID=10001, Token=64188BC24F583F23, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:19:49.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8237 08:19:49.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E802,T192) 127.0.0.1:8,244 ==> :8,237 [NON-2.04 MID=10001, Token=64188BC24F583F23, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:19:49.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8237) received 42 bytes from 127.0.0.1:8244 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-10001] 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765, complete]! 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L765, complete] for token KeyToken[127.0.0.1:8244-64188BC24F583F23] 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L765, complete] for MID KeyMID[127.0.0.1:8244-10001] 08:19:49.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L765, complete] completed CON-POST MID=10001, Token=64188BC24F583F23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=64188BC24F583F23, OptionSet={"Object-Security":0x1901087465737474657374}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! client received response 08:19:49.681 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:49.682 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8244 08:19:49.682 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8244 08:19:49.682 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8244] stopping ... 08:19:49.682 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /127.0.0.1 08:19:49.682 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8244] has stopped. 08:19:49.682 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8244 08:19:49.682 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 08:19:49.682 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:49.682 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8237 08:19:49.682 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8237 08:19:49.682 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8237] stopping ... 08:19:49.682 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /0.0.0.0 08:19:49.682 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8237] has stopped. 08:19:49.682 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8237 08:19:49.682 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. Start OSCoreServerClientTest 08:19:49.683 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.683 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.683 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.683 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.683 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:49.684 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:49.684 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.684 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.684 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:49.684 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245 08:19:49.684 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.684 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8245, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:49.684 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8245 08:19:49.684 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:49.684 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.684 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.684 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.684 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.684 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:49.685 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:49.685 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.685 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.685 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:49.685 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246 08:19:49.685 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.685 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8246, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:49.685 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8246 08:19:49.685 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:49.685 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8246 for coap 08:19:49.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L767] send request 08:19:49.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L767] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L767] added with generated mid KeyMID[127.0.0.1:8245-5775], CON-POST MID= 5775, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L767] added with generated token KeyToken[127.0.0.1:8245-DCFDED8DB392183E], CON-POST MID= 5775, Token=DCFDED8DB392183E, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5775], KeyToken[127.0.0.1:8245-DCFDED8DB392183E]] 08:19:49.686 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:19:49.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E803,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5775, Token=DCFDED8DB392183E, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:19:49.686 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:19:49.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5775] 08:19:49.686 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.686 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.686 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768] replace CON-POST MID= 5775, Token=DCFDED8DB392183E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5775, Token=DCFDED8DB392183E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R768] send response NON-2.05 MID= 5775, Token=null, OptionSet={}, "server responds hi" 08:19:49.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, complete]! 08:19:49.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R768, complete] completed NON-2.04 MID= 5775, Token=DCFDED8DB392183E, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:19:49.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E804,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5775, Token=DCFDED8DB392183E, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:19:49.687 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5775] 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767, complete]! 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L767, complete] for token KeyToken[127.0.0.1:8245-DCFDED8DB392183E] 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L767, complete] for MID KeyMID[127.0.0.1:8245-5775] 08:19:49.687 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L767, complete] completed CON-POST MID= -1, Token=DCFDED8DB392183E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5775, Token=DCFDED8DB392183E, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:19:49.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L769] send request 08:19:49.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L769] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:49.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L769] added with generated mid KeyMID[127.0.0.1:8245-5776], CON-POST MID= 5776, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:49.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L769] added with generated token KeyToken[127.0.0.1:8245-A42A0E4D85ED27BF], CON-POST MID= 5776, Token=A42A0E4D85ED27BF, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:49.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5776], KeyToken[127.0.0.1:8245-A42A0E4D85ED27BF]] 08:19:49.688 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:19:49.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E805,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5776, Token=A42A0E4D85ED27BF, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 08:19:49.688 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:19:49.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5776] 08:19:49.689 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.689 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770] replace CON-POST MID= 5776, Token=A42A0E4D85ED27BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5776, Token=A42A0E4D85ED27BF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R770] send response NON-2.05 MID= 5776, Token=null, OptionSet={}, "server responds hi" 08:19:49.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, complete]! 08:19:49.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R770, complete] completed NON-2.04 MID= 5776, Token=A42A0E4D85ED27BF, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 08:19:49.689 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E806,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5776, Token=A42A0E4D85ED27BF, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 08:19:49.689 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5776] 08:19:49.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769, complete]! 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L769, complete] for token KeyToken[127.0.0.1:8245-A42A0E4D85ED27BF] 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L769, complete] for MID KeyMID[127.0.0.1:8245-5776] 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L769, complete] completed CON-POST MID= -1, Token=A42A0E4D85ED27BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5776, Token=A42A0E4D85ED27BF, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L771] send request 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L771] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L771] added with generated mid KeyMID[127.0.0.1:8245-5777], CON-POST MID= 5777, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L771] added with generated token KeyToken[127.0.0.1:8245-301F0775247F35F8], CON-POST MID= 5777, Token=301F0775247F35F8, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:49.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5777], KeyToken[127.0.0.1:8245-301F0775247F35F8]] 08:19:49.690 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:19:49.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E807,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5777, Token=301F0775247F35F8, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 08:19:49.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:19:49.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5777] 08:19:49.691 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.691 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772] replace CON-POST MID= 5777, Token=301F0775247F35F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5777, Token=301F0775247F35F8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R772] send response NON-2.05 MID= 5777, Token=null, OptionSet={}, "server responds hi" 08:19:49.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, complete]! 08:19:49.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R772, complete] completed NON-2.04 MID= 5777, Token=301F0775247F35F8, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 08:19:49.691 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E808,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5777, Token=301F0775247F35F8, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 08:19:49.691 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5777] 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771, complete]! 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L771, complete] for token KeyToken[127.0.0.1:8245-301F0775247F35F8] 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L771, complete] for MID KeyMID[127.0.0.1:8245-5777] 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L771, complete] completed CON-POST MID= -1, Token=301F0775247F35F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5777, Token=301F0775247F35F8, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L773] send request 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L773] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L773] added with generated mid KeyMID[127.0.0.1:8245-5778], CON-POST MID= 5778, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:49.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L773] added with generated token KeyToken[127.0.0.1:8245-84444BEFCA6DF44F], CON-POST MID= 5778, Token=84444BEFCA6DF44F, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:49.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5778], KeyToken[127.0.0.1:8245-84444BEFCA6DF44F]] 08:19:49.693 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:19:49.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E809,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5778, Token=84444BEFCA6DF44F, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 08:19:49.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:19:49.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5778] 08:19:49.693 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.693 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774] replace CON-POST MID= 5778, Token=84444BEFCA6DF44F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5778, Token=84444BEFCA6DF44F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R774] send response NON-2.05 MID= 5778, Token=null, OptionSet={}, "server responds hi" 08:19:49.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774, complete]! 08:19:49.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R774, complete] completed NON-2.04 MID= 5778, Token=84444BEFCA6DF44F, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 08:19:49.693 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E810,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5778, Token=84444BEFCA6DF44F, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 08:19:49.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5778] 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773, complete]! 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L773, complete] for token KeyToken[127.0.0.1:8245-84444BEFCA6DF44F] 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L773, complete] for MID KeyMID[127.0.0.1:8245-5778] 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L773, complete] completed CON-POST MID= -1, Token=84444BEFCA6DF44F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5778, Token=84444BEFCA6DF44F, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L775] send request 08:19:49.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L775] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:49.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L775] added with generated mid KeyMID[127.0.0.1:8245-5779], CON-POST MID= 5779, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:49.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L775] added with generated token KeyToken[127.0.0.1:8245-78658BF15369A128], CON-POST MID= 5779, Token=78658BF15369A128, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:49.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5779], KeyToken[127.0.0.1:8245-78658BF15369A128]] 08:19:49.695 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:19:49.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E811,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5779, Token=78658BF15369A128, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 08:19:49.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:19:49.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5779] 08:19:49.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776] replace CON-POST MID= 5779, Token=78658BF15369A128, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5779, Token=78658BF15369A128, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R776] send response NON-2.05 MID= 5779, Token=null, OptionSet={}, "server responds hi" 08:19:49.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776, complete]! 08:19:49.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R776, complete] completed NON-2.04 MID= 5779, Token=78658BF15369A128, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 08:19:49.696 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E812,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5779, Token=78658BF15369A128, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 08:19:49.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5779] 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775, complete]! 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L775, complete] for token KeyToken[127.0.0.1:8245-78658BF15369A128] 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L775, complete] for MID KeyMID[127.0.0.1:8245-5779] 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L775, complete] completed CON-POST MID= -1, Token=78658BF15369A128, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5779, Token=78658BF15369A128, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L777] send request 08:19:49.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L777] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:49.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L777] added with generated mid KeyMID[127.0.0.1:8245-5780], CON-POST MID= 5780, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:49.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L777] added with generated token KeyToken[127.0.0.1:8245-AC07D097D25FF560], CON-POST MID= 5780, Token=AC07D097D25FF560, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:49.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5780], KeyToken[127.0.0.1:8245-AC07D097D25FF560]] 08:19:49.697 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:19:49.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E813,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5780, Token=AC07D097D25FF560, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 08:19:49.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:19:49.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5780] 08:19:49.697 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.697 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778] replace CON-POST MID= 5780, Token=AC07D097D25FF560, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5780, Token=AC07D097D25FF560, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R778] send response NON-2.05 MID= 5780, Token=null, OptionSet={}, "server responds hi" 08:19:49.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, complete]! 08:19:49.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R778, complete] completed NON-2.04 MID= 5780, Token=AC07D097D25FF560, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 08:19:49.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E814,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5780, Token=AC07D097D25FF560, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 08:19:49.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5780] 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777, complete]! 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L777, complete] for token KeyToken[127.0.0.1:8245-AC07D097D25FF560] 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L777, complete] for MID KeyMID[127.0.0.1:8245-5780] 08:19:49.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L777, complete] completed CON-POST MID= -1, Token=AC07D097D25FF560, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5780, Token=AC07D097D25FF560, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 08:19:49.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L779] send request 08:19:49.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L779] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:49.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L779] added with generated mid KeyMID[127.0.0.1:8245-5781], CON-POST MID= 5781, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:49.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L779] added with generated token KeyToken[127.0.0.1:8245-04610273F4AE7F47], CON-POST MID= 5781, Token=04610273F4AE7F47, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:49.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5781], KeyToken[127.0.0.1:8245-04610273F4AE7F47]] 08:19:49.699 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:19:49.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E815,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5781, Token=04610273F4AE7F47, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 08:19:49.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:19:49.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5781] 08:19:49.752 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.752 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780] replace CON-POST MID= 5781, Token=04610273F4AE7F47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5781, Token=04610273F4AE7F47, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R780] send response NON-2.05 MID= 5781, Token=null, OptionSet={}, "server responds hi" 08:19:49.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, complete]! 08:19:49.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R780, complete] completed NON-2.04 MID= 5781, Token=04610273F4AE7F47, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 08:19:49.752 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E816,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5781, Token=04610273F4AE7F47, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 08:19:49.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5781] 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779, complete]! 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L779, complete] for token KeyToken[127.0.0.1:8245-04610273F4AE7F47] 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L779, complete] for MID KeyMID[127.0.0.1:8245-5781] 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L779, complete] completed CON-POST MID= -1, Token=04610273F4AE7F47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5781, Token=04610273F4AE7F47, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L781] send request 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L781] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L781] added with generated mid KeyMID[127.0.0.1:8245-5782], CON-POST MID= 5782, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L781] added with generated token KeyToken[127.0.0.1:8245-38C6839E5737DA52], CON-POST MID= 5782, Token=38C6839E5737DA52, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:49.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5782], KeyToken[127.0.0.1:8245-38C6839E5737DA52]] 08:19:49.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245 08:19:49.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E817,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5782, Token=38C6839E5737DA52, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 08:19:49.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 40 bytes from 127.0.0.1:8246 08:19:49.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5782] 08:19:49.754 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.754 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782] replace CON-POST MID= 5782, Token=38C6839E5737DA52, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5782, Token=38C6839E5737DA52, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R782] send response NON-2.05 MID= 5782, Token=null, OptionSet={}, "server responds hi" 08:19:49.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782, complete]! 08:19:49.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R782, complete] completed NON-2.04 MID= 5782, Token=38C6839E5737DA52, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 08:19:49.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E818,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5782, Token=38C6839E5737DA52, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 08:19:49.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5782] 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781, complete]! 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L781, complete] for token KeyToken[127.0.0.1:8245-38C6839E5737DA52] 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L781, complete] for MID KeyMID[127.0.0.1:8245-5782] 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L781, complete] completed CON-POST MID= -1, Token=38C6839E5737DA52, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5782, Token=38C6839E5737DA52, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L783] send request 08:19:49.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L783] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:49.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L783] added with generated mid KeyMID[127.0.0.1:8245-5783], CON-POST MID= 5783, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:49.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L783] added with generated token KeyToken[127.0.0.1:8245-5C642AC71DD42A98], CON-POST MID= 5783, Token=5C642AC71DD42A98, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:49.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5783], KeyToken[127.0.0.1:8245-5C642AC71DD42A98]] 08:19:49.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:19:49.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E819,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5783, Token=5C642AC71DD42A98, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 08:19:49.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:19:49.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5783] 08:19:49.756 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.756 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784] replace CON-POST MID= 5783, Token=5C642AC71DD42A98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5783, Token=5C642AC71DD42A98, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R784] send response NON-2.05 MID= 5783, Token=null, OptionSet={}, "server responds hi" 08:19:49.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784, complete]! 08:19:49.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R784, complete] completed NON-2.04 MID= 5783, Token=5C642AC71DD42A98, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 08:19:49.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E820,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5783, Token=5C642AC71DD42A98, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 08:19:49.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5783] 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783, complete]! 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L783, complete] for token KeyToken[127.0.0.1:8245-5C642AC71DD42A98] 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L783, complete] for MID KeyMID[127.0.0.1:8245-5783] 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L783, complete] completed CON-POST MID= -1, Token=5C642AC71DD42A98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5783, Token=5C642AC71DD42A98, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 08:19:49.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L785] send request 08:19:49.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L785] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:19:49.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L785] added with generated mid KeyMID[127.0.0.1:8245-5784], CON-POST MID= 5784, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:19:49.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L785] added with generated token KeyToken[127.0.0.1:8245-944641E966A7153A], CON-POST MID= 5784, Token=944641E966A7153A, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1 08:19:49.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5784], KeyToken[127.0.0.1:8245-944641E966A7153A]] 08:19:49.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:19:49.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E821,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5784, Token=944641E966A7153A, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1] 08:19:49.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:19:49.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5784] 08:19:49.759 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.759 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786] replace CON-POST MID= 5784, Token=944641E966A7153A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5784, Token=944641E966A7153A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R786] send response NON-2.05 MID= 5784, Token=null, OptionSet={}, "server responds hi" 08:19:49.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786, complete]! 08:19:49.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R786, complete] completed NON-2.04 MID= 5784, Token=944641E966A7153A, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A! 08:19:49.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E822,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5784, Token=944641E966A7153A, OptionSet={"Object-Security":0x}, E5 2F BD 1C C0 30 21 86 1C 3F F2 05 06 FE AE EB 84 C1 78 EA EA 1D 2D BC 77 75 0F 1A] 08:19:49.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5784] 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785, complete]! 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L785, complete] for token KeyToken[127.0.0.1:8245-944641E966A7153A] 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L785, complete] for MID KeyMID[127.0.0.1:8245-5784] 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L785, complete] completed CON-POST MID= -1, Token=944641E966A7153A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5784, Token=944641E966A7153A, OptionSet={"Object-Security":0x0A0200}, acked AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1! 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L787] send request 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L787] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:19:49.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L787] added with generated mid KeyMID[127.0.0.1:8245-5785], CON-POST MID= 5785, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:19:49.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L787] added with generated token KeyToken[127.0.0.1:8245-A8887A8B1A203913], CON-POST MID= 5785, Token=A8887A8B1A203913, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE 08:19:49.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5785], KeyToken[127.0.0.1:8245-A8887A8B1A203913]] 08:19:49.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:19:49.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E823,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5785, Token=A8887A8B1A203913, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE] 08:19:49.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:19:49.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5785] 08:19:49.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788] replace CON-POST MID= 5785, Token=A8887A8B1A203913, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5785, Token=A8887A8B1A203913, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R788] send response NON-2.05 MID= 5785, Token=null, OptionSet={}, "server responds hi" 08:19:49.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788, complete]! 08:19:49.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R788, complete] completed NON-2.04 MID= 5785, Token=A8887A8B1A203913, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F! 08:19:49.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E824,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5785, Token=A8887A8B1A203913, OptionSet={"Object-Security":0x}, 4B E4 EE 89 30 A2 36 72 FD 1A 2B 4D 75 39 91 0C EC 4F 14 96 9E C4 B6 77 41 08 D6 3F] 08:19:49.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5785] 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787, complete]! 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L787, complete] for token KeyToken[127.0.0.1:8245-A8887A8B1A203913] 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L787, complete] for MID KeyMID[127.0.0.1:8245-5785] 08:19:49.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L787, complete] completed CON-POST MID= -1, Token=A8887A8B1A203913, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5785, Token=A8887A8B1A203913, OptionSet={"Object-Security":0x0A0400}, acked D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE! 08:19:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L789] send request 08:19:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L789] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:19:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L789] added with generated mid KeyMID[127.0.0.1:8245-5786], CON-POST MID= 5786, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:19:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L789] added with generated token KeyToken[127.0.0.1:8245-C8797EEFD6ABA968], CON-POST MID= 5786, Token=C8797EEFD6ABA968, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7 08:19:49.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5786], KeyToken[127.0.0.1:8245-C8797EEFD6ABA968]] 08:19:49.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:19:49.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E825,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5786, Token=C8797EEFD6ABA968, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7] 08:19:49.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:19:49.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5786] 08:19:49.764 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.764 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790] replace CON-POST MID= 5786, Token=C8797EEFD6ABA968, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5786, Token=C8797EEFD6ABA968, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R790] send response NON-2.05 MID= 5786, Token=null, OptionSet={}, "server responds hi" 08:19:49.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, complete]! 08:19:49.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R790, complete] completed NON-2.04 MID= 5786, Token=C8797EEFD6ABA968, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96! 08:19:49.764 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E826,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5786, Token=C8797EEFD6ABA968, OptionSet={"Object-Security":0x}, 61 B0 5E D4 6F EA 79 93 C5 EF 1A 06 6C 12 5B 21 2D 1A 1E CC B1 52 1B AF CE 49 6C 96] 08:19:49.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5786] 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789, complete]! 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L789, complete] for token KeyToken[127.0.0.1:8245-C8797EEFD6ABA968] 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L789, complete] for MID KeyMID[127.0.0.1:8245-5786] 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L789, complete] completed CON-POST MID= -1, Token=C8797EEFD6ABA968, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5786, Token=C8797EEFD6ABA968, OptionSet={"Object-Security":0x0A0800}, acked 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7! 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791] send request 08:19:49.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L791] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:19:49.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791] added with generated mid KeyMID[127.0.0.1:8245-5787], CON-POST MID= 5787, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:19:49.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L791] added with generated token KeyToken[127.0.0.1:8245-043407A5C64528FD], CON-POST MID= 5787, Token=043407A5C64528FD, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70 08:19:49.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5787], KeyToken[127.0.0.1:8245-043407A5C64528FD]] 08:19:49.766 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:19:49.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E827,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5787, Token=043407A5C64528FD, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70] 08:19:49.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:19:49.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5787] 08:19:49.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.766 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792] replace CON-POST MID= 5787, Token=043407A5C64528FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5787, Token=043407A5C64528FD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R792] send response NON-2.05 MID= 5787, Token=null, OptionSet={}, "server responds hi" 08:19:49.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, complete]! 08:19:49.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R792, complete] completed NON-2.04 MID= 5787, Token=043407A5C64528FD, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9! 08:19:49.767 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E828,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5787, Token=043407A5C64528FD, OptionSet={"Object-Security":0x}, F9 48 12 00 79 9C 1A 82 8C 43 1E 7C D6 32 92 6B E3 28 03 6E 1B BE A6 84 C1 DA D4 A9] 08:19:49.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5787] 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, complete]! 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, complete] for token KeyToken[127.0.0.1:8245-043407A5C64528FD] 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L791, complete] for MID KeyMID[127.0.0.1:8245-5787] 08:19:49.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L791, complete] completed CON-POST MID= -1, Token=043407A5C64528FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5787, Token=043407A5C64528FD, OptionSet={"Object-Security":0x0A1000}, acked F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70! 08:19:49.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793] send request 08:19:49.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L793] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:19:49.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793] added with generated mid KeyMID[127.0.0.1:8245-5788], CON-POST MID= 5788, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:19:49.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L793] added with generated token KeyToken[127.0.0.1:8245-2CA2B514D36C0605], CON-POST MID= 5788, Token=2CA2B514D36C0605, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55 08:19:49.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5788], KeyToken[127.0.0.1:8245-2CA2B514D36C0605]] 08:19:49.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:19:49.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E829,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5788, Token=2CA2B514D36C0605, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55] 08:19:49.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:19:49.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5788] 08:19:49.769 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.769 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794] replace CON-POST MID= 5788, Token=2CA2B514D36C0605, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5788, Token=2CA2B514D36C0605, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R794] send response NON-2.05 MID= 5788, Token=null, OptionSet={}, "server responds hi" 08:19:49.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, complete]! 08:19:49.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R794, complete] completed NON-2.04 MID= 5788, Token=2CA2B514D36C0605, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E! 08:19:49.769 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E830,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5788, Token=2CA2B514D36C0605, OptionSet={"Object-Security":0x}, 82 95 B5 39 BB 46 B9 0E D5 A4 B0 4E AD C5 07 3B 5C F3 57 0D AD A2 E4 E9 E2 47 F0 5E] 08:19:49.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5788] 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, complete]! 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, complete] for token KeyToken[127.0.0.1:8245-2CA2B514D36C0605] 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L793, complete] for MID KeyMID[127.0.0.1:8245-5788] 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L793, complete] completed CON-POST MID= -1, Token=2CA2B514D36C0605, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5788, Token=2CA2B514D36C0605, OptionSet={"Object-Security":0x0A2000}, acked 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55! 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795] send request 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L795] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:19:49.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795] added with generated mid KeyMID[127.0.0.1:8245-5789], CON-POST MID= 5789, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:19:49.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L795] added with generated token KeyToken[127.0.0.1:8245-D85F7115A67989B4], CON-POST MID= 5789, Token=D85F7115A67989B4, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA 08:19:49.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5789], KeyToken[127.0.0.1:8245-D85F7115A67989B4]] 08:19:49.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:19:49.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E831,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5789, Token=D85F7115A67989B4, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA] 08:19:49.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:19:49.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5789] 08:19:49.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.771 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796] replace CON-POST MID= 5789, Token=D85F7115A67989B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5789, Token=D85F7115A67989B4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R796] send response NON-2.05 MID= 5789, Token=null, OptionSet={}, "server responds hi" 08:19:49.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, complete]! 08:19:49.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R796, complete] completed NON-2.04 MID= 5789, Token=D85F7115A67989B4, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50! 08:19:49.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E832,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5789, Token=D85F7115A67989B4, OptionSet={"Object-Security":0x}, A4 68 57 4B 4A C0 08 ED 21 B9 74 68 8F C5 E3 0D D2 C6 55 76 3E 57 70 CD 7B C1 93 50] 08:19:49.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5789] 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, complete]! 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, complete] for token KeyToken[127.0.0.1:8245-D85F7115A67989B4] 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L795, complete] for MID KeyMID[127.0.0.1:8245-5789] 08:19:49.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L795, complete] completed CON-POST MID= -1, Token=D85F7115A67989B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5789, Token=D85F7115A67989B4, OptionSet={"Object-Security":0x0A4000}, acked 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA! 08:19:49.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L797] send request 08:19:49.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L797] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:19:49.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L797] added with generated mid KeyMID[127.0.0.1:8245-5790], CON-POST MID= 5790, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:19:49.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L797] added with generated token KeyToken[127.0.0.1:8245-4460C265569A10CC], CON-POST MID= 5790, Token=4460C265569A10CC, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6 08:19:49.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5790], KeyToken[127.0.0.1:8245-4460C265569A10CC]] 08:19:49.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8245 08:19:49.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E833,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5790, Token=4460C265569A10CC, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6] 08:19:49.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 41 bytes from 127.0.0.1:8246 08:19:49.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5790] 08:19:49.774 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.774 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798] replace CON-POST MID= 5790, Token=4460C265569A10CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5790, Token=4460C265569A10CC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R798] send response NON-2.05 MID= 5790, Token=null, OptionSet={}, "server responds hi" 08:19:49.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, complete]! 08:19:49.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R798, complete] completed NON-2.04 MID= 5790, Token=4460C265569A10CC, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32! 08:19:49.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E834,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5790, Token=4460C265569A10CC, OptionSet={"Object-Security":0x}, 35 FE 57 8A 7C D3 6B 46 4E 04 1B 81 1C 62 C5 56 1B 13 D2 CB FC 91 D5 BB 2C A8 D1 32] 08:19:49.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5790] 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797, complete]! 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L797, complete] for token KeyToken[127.0.0.1:8245-4460C265569A10CC] 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L797, complete] for MID KeyMID[127.0.0.1:8245-5790] 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L797, complete] completed CON-POST MID= -1, Token=4460C265569A10CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5790, Token=4460C265569A10CC, OptionSet={"Object-Security":0x0A8000}, acked D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6! 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L799] send request 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L799] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L799] added with generated mid KeyMID[127.0.0.1:8245-5791], CON-POST MID= 5791, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L799] added with generated token KeyToken[127.0.0.1:8245-080A14B3B9797BD5], CON-POST MID= 5791, Token=080A14B3B9797BD5, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8 08:19:49.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5791], KeyToken[127.0.0.1:8245-080A14B3B9797BD5]] 08:19:49.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:19:49.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E835,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5791, Token=080A14B3B9797BD5, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8] 08:19:49.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:19:49.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5791] 08:19:49.776 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.776 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800] replace CON-POST MID= 5791, Token=080A14B3B9797BD5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5791, Token=080A14B3B9797BD5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R800] send response NON-2.05 MID= 5791, Token=null, OptionSet={}, "server responds hi" 08:19:49.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, complete]! 08:19:49.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R800, complete] completed NON-2.04 MID= 5791, Token=080A14B3B9797BD5, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F! 08:19:49.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E836,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5791, Token=080A14B3B9797BD5, OptionSet={"Object-Security":0x}, 3B 67 BF 42 56 A1 7D DB 7F 44 3E 8E E2 1F 92 95 1F 73 3A 24 14 D8 44 DE C0 4E 35 7F] 08:19:49.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5791] 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799, complete]! 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L799, complete] for token KeyToken[127.0.0.1:8245-080A14B3B9797BD5] 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L799, complete] for MID KeyMID[127.0.0.1:8245-5791] 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L799, complete] completed CON-POST MID= -1, Token=080A14B3B9797BD5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5791, Token=080A14B3B9797BD5, OptionSet={"Object-Security":0x0B010000}, acked 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8! 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801] send request 08:19:49.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L801] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:19:49.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801] added with generated mid KeyMID[127.0.0.1:8245-5792], CON-POST MID= 5792, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:19:49.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L801] added with generated token KeyToken[127.0.0.1:8245-4071847D0471B150], CON-POST MID= 5792, Token=4071847D0471B150, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06 08:19:49.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5792], KeyToken[127.0.0.1:8245-4071847D0471B150]] 08:19:49.778 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:19:49.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E837,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5792, Token=4071847D0471B150, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06] 08:19:49.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:19:49.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5792] 08:19:49.778 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.778 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802] replace CON-POST MID= 5792, Token=4071847D0471B150, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5792, Token=4071847D0471B150, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R802] send response NON-2.05 MID= 5792, Token=null, OptionSet={}, "server responds hi" 08:19:49.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, complete]! 08:19:49.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R802, complete] completed NON-2.04 MID= 5792, Token=4071847D0471B150, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2! 08:19:49.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E838,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5792, Token=4071847D0471B150, OptionSet={"Object-Security":0x}, 0C A1 19 C5 B7 F5 02 20 82 A5 B4 83 6A CA EE FA 88 40 6E 56 B5 A9 02 B0 AD 72 2F F2] 08:19:49.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5792] 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, complete]! 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, complete] for token KeyToken[127.0.0.1:8245-4071847D0471B150] 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L801, complete] for MID KeyMID[127.0.0.1:8245-5792] 08:19:49.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L801, complete] completed CON-POST MID= -1, Token=4071847D0471B150, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5792, Token=4071847D0471B150, OptionSet={"Object-Security":0x0B020000}, acked A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06! 08:19:49.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803] send request 08:19:49.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L803] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:19:49.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803] added with generated mid KeyMID[127.0.0.1:8245-5793], CON-POST MID= 5793, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:19:49.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L803] added with generated token KeyToken[127.0.0.1:8245-34AF013CC4ABFCA9], CON-POST MID= 5793, Token=34AF013CC4ABFCA9, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43 08:19:49.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5793], KeyToken[127.0.0.1:8245-34AF013CC4ABFCA9]] 08:19:49.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:19:49.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E839,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5793, Token=34AF013CC4ABFCA9, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43] 08:19:49.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:19:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5793] 08:19:49.781 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.781 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804] replace CON-POST MID= 5793, Token=34AF013CC4ABFCA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5793, Token=34AF013CC4ABFCA9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R804] send response NON-2.05 MID= 5793, Token=null, OptionSet={}, "server responds hi" 08:19:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, complete]! 08:19:49.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R804, complete] completed NON-2.04 MID= 5793, Token=34AF013CC4ABFCA9, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8! 08:19:49.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E840,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5793, Token=34AF013CC4ABFCA9, OptionSet={"Object-Security":0x}, FB 76 4F 7C B0 4F 1D BB EA 5A 64 9C 60 26 1E 70 B0 CC 7F 1B DC 9D 7E 6F 56 8F C7 A8] 08:19:49.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5793] 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, complete]! 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, complete] for token KeyToken[127.0.0.1:8245-34AF013CC4ABFCA9] 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L803, complete] for MID KeyMID[127.0.0.1:8245-5793] 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L803, complete] completed CON-POST MID= -1, Token=34AF013CC4ABFCA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5793, Token=34AF013CC4ABFCA9, OptionSet={"Object-Security":0x0B040000}, acked B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43! 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805] send request 08:19:49.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L805] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:19:49.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805] added with generated mid KeyMID[127.0.0.1:8245-5794], CON-POST MID= 5794, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:19:49.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L805] added with generated token KeyToken[127.0.0.1:8245-98C568B1F49BAD60], CON-POST MID= 5794, Token=98C568B1F49BAD60, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92 08:19:49.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5794], KeyToken[127.0.0.1:8245-98C568B1F49BAD60]] 08:19:49.783 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:19:49.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E841,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5794, Token=98C568B1F49BAD60, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92] 08:19:49.783 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:19:49.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5794] 08:19:49.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806] replace CON-POST MID= 5794, Token=98C568B1F49BAD60, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5794, Token=98C568B1F49BAD60, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R806] send response NON-2.05 MID= 5794, Token=null, OptionSet={}, "server responds hi" 08:19:49.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, complete]! 08:19:49.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R806, complete] completed NON-2.04 MID= 5794, Token=98C568B1F49BAD60, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41! 08:19:49.784 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E842,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5794, Token=98C568B1F49BAD60, OptionSet={"Object-Security":0x}, 90 40 C0 27 8B AC E3 ED EC B4 CB 21 DF B9 B1 AE 31 66 3F A6 79 6F AD DB 45 07 21 41] 08:19:49.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5794] 08:19:49.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, complete]! 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, complete] for token KeyToken[127.0.0.1:8245-98C568B1F49BAD60] 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L805, complete] for MID KeyMID[127.0.0.1:8245-5794] 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L805, complete] completed CON-POST MID= -1, Token=98C568B1F49BAD60, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5794, Token=98C568B1F49BAD60, OptionSet={"Object-Security":0x0B080000}, acked 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92! 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807] send request 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L807] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807] added with generated mid KeyMID[127.0.0.1:8245-5795], CON-POST MID= 5795, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L807] added with generated token KeyToken[127.0.0.1:8245-00150363F581C346], CON-POST MID= 5795, Token=00150363F581C346, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9 08:19:49.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5795], KeyToken[127.0.0.1:8245-00150363F581C346]] 08:19:49.786 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:19:49.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E843,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5795, Token=00150363F581C346, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9] 08:19:49.786 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:19:49.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5795] 08:19:49.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.786 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808] replace CON-POST MID= 5795, Token=00150363F581C346, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5795, Token=00150363F581C346, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.786 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R808] send response NON-2.05 MID= 5795, Token=null, OptionSet={}, "server responds hi" 08:19:49.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, complete]! 08:19:49.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R808, complete] completed NON-2.04 MID= 5795, Token=00150363F581C346, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F! 08:19:49.787 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E844,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5795, Token=00150363F581C346, OptionSet={"Object-Security":0x}, F1 90 9B 68 30 A0 3E 2B B0 8E 36 A5 10 9B FC AC 43 66 40 8A D6 05 CE 59 2F 06 95 5F] 08:19:49.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5795] 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, complete]! 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, complete] for token KeyToken[127.0.0.1:8245-00150363F581C346] 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L807, complete] for MID KeyMID[127.0.0.1:8245-5795] 08:19:49.787 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L807, complete] completed CON-POST MID= -1, Token=00150363F581C346, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5795, Token=00150363F581C346, OptionSet={"Object-Security":0x0B100000}, acked 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9! 08:19:49.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809] send request 08:19:49.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L809] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:19:49.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809] added with generated mid KeyMID[127.0.0.1:8245-5796], CON-POST MID= 5796, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:19:49.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L809] added with generated token KeyToken[127.0.0.1:8245-5404990F6C64640D], CON-POST MID= 5796, Token=5404990F6C64640D, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E 08:19:49.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5796], KeyToken[127.0.0.1:8245-5404990F6C64640D]] 08:19:49.789 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:19:49.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E845,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5796, Token=5404990F6C64640D, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E] 08:19:49.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:19:49.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5796] 08:19:49.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810] replace CON-POST MID= 5796, Token=5404990F6C64640D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5796, Token=5404990F6C64640D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R810] send response NON-2.05 MID= 5796, Token=null, OptionSet={}, "server responds hi" 08:19:49.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, complete]! 08:19:49.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R810, complete] completed NON-2.04 MID= 5796, Token=5404990F6C64640D, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C! 08:19:49.790 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E846,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5796, Token=5404990F6C64640D, OptionSet={"Object-Security":0x}, 7C BE DA 08 42 D3 C2 47 DE 78 02 CB E8 19 86 89 DF A5 68 74 B1 E4 57 CA 13 D1 EA 8C] 08:19:49.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5796] 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, complete]! 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, complete] for token KeyToken[127.0.0.1:8245-5404990F6C64640D] 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L809, complete] for MID KeyMID[127.0.0.1:8245-5796] 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L809, complete] completed CON-POST MID= -1, Token=5404990F6C64640D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5796, Token=5404990F6C64640D, OptionSet={"Object-Security":0x0B200000}, acked 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E! 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811] send request 08:19:49.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L811] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:19:49.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811] added with generated mid KeyMID[127.0.0.1:8245-5797], CON-POST MID= 5797, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:19:49.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L811] added with generated token KeyToken[127.0.0.1:8245-EC11A07102E239EC], CON-POST MID= 5797, Token=EC11A07102E239EC, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20 08:19:49.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5797], KeyToken[127.0.0.1:8245-EC11A07102E239EC]] 08:19:49.791 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:19:49.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E847,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5797, Token=EC11A07102E239EC, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20] 08:19:49.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:19:49.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5797] 08:19:49.791 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.792 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812] replace CON-POST MID= 5797, Token=EC11A07102E239EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5797, Token=EC11A07102E239EC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R812] send response NON-2.05 MID= 5797, Token=null, OptionSet={}, "server responds hi" 08:19:49.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, complete]! 08:19:49.792 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R812, complete] completed NON-2.04 MID= 5797, Token=EC11A07102E239EC, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC! 08:19:49.792 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E848,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5797, Token=EC11A07102E239EC, OptionSet={"Object-Security":0x}, 93 7B 13 BE 51 0B 52 03 B0 78 13 8C 23 3B 15 8E 2C BA B1 D6 B1 1E 50 E3 6F E1 AE FC] 08:19:49.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5797] 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, complete]! 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, complete] for token KeyToken[127.0.0.1:8245-EC11A07102E239EC] 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L811, complete] for MID KeyMID[127.0.0.1:8245-5797] 08:19:49.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L811, complete] completed CON-POST MID= -1, Token=EC11A07102E239EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5797, Token=EC11A07102E239EC, OptionSet={"Object-Security":0x0B400000}, acked A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20! 08:19:49.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L813] send request 08:19:49.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L813] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:19:49.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L813] added with generated mid KeyMID[127.0.0.1:8245-5798], CON-POST MID= 5798, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:19:49.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L813] added with generated token KeyToken[127.0.0.1:8245-74325BC2EAE84ECF], CON-POST MID= 5798, Token=74325BC2EAE84ECF, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5 08:19:49.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5798], KeyToken[127.0.0.1:8245-74325BC2EAE84ECF]] 08:19:49.852 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8245 08:19:49.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E849,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5798, Token=74325BC2EAE84ECF, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5] 08:19:49.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 42 bytes from 127.0.0.1:8246 08:19:49.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5798] 08:19:49.852 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.852 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814] replace CON-POST MID= 5798, Token=74325BC2EAE84ECF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5798, Token=74325BC2EAE84ECF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R814] send response NON-2.05 MID= 5798, Token=null, OptionSet={}, "server responds hi" 08:19:49.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, complete]! 08:19:49.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R814, complete] completed NON-2.04 MID= 5798, Token=74325BC2EAE84ECF, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6! 08:19:49.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E850,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5798, Token=74325BC2EAE84ECF, OptionSet={"Object-Security":0x}, 45 AE E1 71 6E 34 56 FF 31 50 D8 B9 77 3A 54 DB C1 AB 96 B8 3A 89 AF DC C9 8D B4 B6] 08:19:49.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5798] 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813, complete]! 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L813, complete] for token KeyToken[127.0.0.1:8245-74325BC2EAE84ECF] 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L813, complete] for MID KeyMID[127.0.0.1:8245-5798] 08:19:49.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L813, complete] completed CON-POST MID= -1, Token=74325BC2EAE84ECF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5798, Token=74325BC2EAE84ECF, OptionSet={"Object-Security":0x0B800000}, acked 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5! 08:19:49.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L815] send request 08:19:49.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L815] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:19:49.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L815] added with generated mid KeyMID[127.0.0.1:8245-5799], CON-POST MID= 5799, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:19:49.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L815] added with generated token KeyToken[127.0.0.1:8245-F88B768560820CF6], CON-POST MID= 5799, Token=F88B768560820CF6, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A 08:19:49.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5799], KeyToken[127.0.0.1:8245-F88B768560820CF6]] 08:19:49.854 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:19:49.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E851,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5799, Token=F88B768560820CF6, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A] 08:19:49.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:19:49.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5799] 08:19:49.855 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.855 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816] replace CON-POST MID= 5799, Token=F88B768560820CF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5799, Token=F88B768560820CF6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R816] send response NON-2.05 MID= 5799, Token=null, OptionSet={}, "server responds hi" 08:19:49.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, complete]! 08:19:49.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R816, complete] completed NON-2.04 MID= 5799, Token=F88B768560820CF6, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5! 08:19:49.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E852,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5799, Token=F88B768560820CF6, OptionSet={"Object-Security":0x}, ED B1 2B AF 62 59 6C 04 88 5E 08 AE FE A1 F1 C7 85 D6 D8 FA 8B 69 B9 78 6F 5E F2 E5] 08:19:49.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5799] 08:19:49.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815, complete]! 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L815, complete] for token KeyToken[127.0.0.1:8245-F88B768560820CF6] 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L815, complete] for MID KeyMID[127.0.0.1:8245-5799] 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L815, complete] completed CON-POST MID= -1, Token=F88B768560820CF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5799, Token=F88B768560820CF6, OptionSet={"Object-Security":0x0C01000000}, acked 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A! 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L817] send request 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L817] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L817] added with generated mid KeyMID[127.0.0.1:8245-5800], CON-POST MID= 5800, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L817] added with generated token KeyToken[127.0.0.1:8245-A42FF48E1D79BBC5], CON-POST MID= 5800, Token=A42FF48E1D79BBC5, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24 08:19:49.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5800], KeyToken[127.0.0.1:8245-A42FF48E1D79BBC5]] 08:19:49.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:19:49.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E853,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5800, Token=A42FF48E1D79BBC5, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24] 08:19:49.857 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:19:49.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5800] 08:19:49.857 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.857 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818] replace CON-POST MID= 5800, Token=A42FF48E1D79BBC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5800, Token=A42FF48E1D79BBC5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R818] send response NON-2.05 MID= 5800, Token=null, OptionSet={}, "server responds hi" 08:19:49.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, complete]! 08:19:49.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R818, complete] completed NON-2.04 MID= 5800, Token=A42FF48E1D79BBC5, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29! 08:19:49.857 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E854,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5800, Token=A42FF48E1D79BBC5, OptionSet={"Object-Security":0x}, F3 E8 91 3E 87 B5 07 F3 DC 0B D8 EA A4 88 1A 77 51 5D 3D B5 46 E2 58 D7 A5 42 14 29] 08:19:49.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5800] 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817, complete]! 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L817, complete] for token KeyToken[127.0.0.1:8245-A42FF48E1D79BBC5] 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L817, complete] for MID KeyMID[127.0.0.1:8245-5800] 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L817, complete] completed CON-POST MID= -1, Token=A42FF48E1D79BBC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5800, Token=A42FF48E1D79BBC5, OptionSet={"Object-Security":0x0C02000000}, acked CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24! 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L819] send request 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L819] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:19:49.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L819] added with generated mid KeyMID[127.0.0.1:8245-5801], CON-POST MID= 5801, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:19:49.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L819] added with generated token KeyToken[127.0.0.1:8245-D0B21833173E8CCF], CON-POST MID= 5801, Token=D0B21833173E8CCF, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34 08:19:49.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5801], KeyToken[127.0.0.1:8245-D0B21833173E8CCF]] 08:19:49.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:19:49.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E855,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5801, Token=D0B21833173E8CCF, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34] 08:19:49.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:19:49.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5801] 08:19:49.859 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.859 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820] replace CON-POST MID= 5801, Token=D0B21833173E8CCF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5801, Token=D0B21833173E8CCF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R820] send response NON-2.05 MID= 5801, Token=null, OptionSet={}, "server responds hi" 08:19:49.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, complete]! 08:19:49.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R820, complete] completed NON-2.04 MID= 5801, Token=D0B21833173E8CCF, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24! 08:19:49.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E856,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5801, Token=D0B21833173E8CCF, OptionSet={"Object-Security":0x}, 2D 43 9F 4E A8 10 75 7A AE 4D AF A0 1D 7B C7 E0 C3 DB 05 A9 B6 64 8C 30 64 25 C7 24] 08:19:49.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5801] 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819, complete]! 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L819, complete] for token KeyToken[127.0.0.1:8245-D0B21833173E8CCF] 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L819, complete] for MID KeyMID[127.0.0.1:8245-5801] 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L819, complete] completed CON-POST MID= -1, Token=D0B21833173E8CCF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5801, Token=D0B21833173E8CCF, OptionSet={"Object-Security":0x0C04000000}, acked 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34! 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821] send request 08:19:49.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L821] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:19:49.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821] added with generated mid KeyMID[127.0.0.1:8245-5802], CON-POST MID= 5802, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:19:49.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L821] added with generated token KeyToken[127.0.0.1:8245-88BB9771444CE9BA], CON-POST MID= 5802, Token=88BB9771444CE9BA, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25 08:19:49.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5802], KeyToken[127.0.0.1:8245-88BB9771444CE9BA]] 08:19:49.861 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:19:49.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E857,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5802, Token=88BB9771444CE9BA, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25] 08:19:49.861 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:19:49.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5802] 08:19:49.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.861 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822] replace CON-POST MID= 5802, Token=88BB9771444CE9BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5802, Token=88BB9771444CE9BA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R822] send response NON-2.05 MID= 5802, Token=null, OptionSet={}, "server responds hi" 08:19:49.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, complete]! 08:19:49.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R822, complete] completed NON-2.04 MID= 5802, Token=88BB9771444CE9BA, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5! 08:19:49.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E858,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5802, Token=88BB9771444CE9BA, OptionSet={"Object-Security":0x}, A8 35 FC F4 39 13 67 CE 0D AE BB 8F 3D 85 3F 00 83 E4 3F 6D CB 92 16 7F 35 35 9A C5] 08:19:49.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5802] 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, complete]! 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, complete] for token KeyToken[127.0.0.1:8245-88BB9771444CE9BA] 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L821, complete] for MID KeyMID[127.0.0.1:8245-5802] 08:19:49.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L821, complete] completed CON-POST MID= -1, Token=88BB9771444CE9BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5802, Token=88BB9771444CE9BA, OptionSet={"Object-Security":0x0C08000000}, acked EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25! 08:19:49.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823] send request 08:19:49.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L823] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:19:49.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823] added with generated mid KeyMID[127.0.0.1:8245-5803], CON-POST MID= 5803, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:19:49.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L823] added with generated token KeyToken[127.0.0.1:8245-14A8061587305828], CON-POST MID= 5803, Token=14A8061587305828, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA 08:19:49.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5803], KeyToken[127.0.0.1:8245-14A8061587305828]] 08:19:49.863 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:19:49.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E859,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5803, Token=14A8061587305828, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA] 08:19:49.863 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:19:49.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5803] 08:19:49.863 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.863 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824] replace CON-POST MID= 5803, Token=14A8061587305828, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5803, Token=14A8061587305828, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R824] send response NON-2.05 MID= 5803, Token=null, OptionSet={}, "server responds hi" 08:19:49.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, complete]! 08:19:49.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R824, complete] completed NON-2.04 MID= 5803, Token=14A8061587305828, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA! 08:19:49.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E860,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5803, Token=14A8061587305828, OptionSet={"Object-Security":0x}, 29 B5 E4 A0 2C 63 FA 89 E4 57 3D E7 44 B2 27 D3 E6 83 C9 B6 59 57 EA F4 68 CE 8D EA] 08:19:49.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5803] 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, complete]! 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, complete] for token KeyToken[127.0.0.1:8245-14A8061587305828] 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L823, complete] for MID KeyMID[127.0.0.1:8245-5803] 08:19:49.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L823, complete] completed CON-POST MID= -1, Token=14A8061587305828, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5803, Token=14A8061587305828, OptionSet={"Object-Security":0x0C10000000}, acked AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA! 08:19:49.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L825] send request 08:19:49.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L825] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:19:49.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L825] added with generated mid KeyMID[127.0.0.1:8245-5804], CON-POST MID= 5804, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:19:49.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L825] added with generated token KeyToken[127.0.0.1:8245-D8645026C6529981], CON-POST MID= 5804, Token=D8645026C6529981, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6 08:19:49.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-5804], KeyToken[127.0.0.1:8245-D8645026C6529981]] 08:19:49.865 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8245 08:19:49.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E861,T232) 127.0.0.1:8,246 ==> :8,245 [CON-POST MID= 5804, Token=D8645026C6529981, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6] 08:19:49.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 43 bytes from 127.0.0.1:8246 08:19:49.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-5804] 08:19:49.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826] replace CON-POST MID= 5804, Token=D8645026C6529981, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= 5804, Token=D8645026C6529981, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R826] send response NON-2.05 MID= 5804, Token=null, OptionSet={}, "server responds hi" 08:19:49.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, complete]! 08:19:49.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R826, complete] completed NON-2.04 MID= 5804, Token=D8645026C6529981, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7! 08:19:49.866 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E862,T235) 127.0.0.1:8,245 ==> :8,246 [NON-2.04 MID= 5804, Token=D8645026C6529981, OptionSet={"Object-Security":0x}, B7 DB 5A A6 2C 2D CB C6 A2 FD C1 91 19 91 1E E9 E1 09 47 F2 A0 69 F5 6A 24 64 8A D7] 08:19:49.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8245 08:19:49.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8245-5804] 08:19:49.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825, complete]! 08:19:49.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L825, complete] for token KeyToken[127.0.0.1:8245-D8645026C6529981] 08:19:49.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L825, complete] for MID KeyMID[127.0.0.1:8245-5804] 08:19:49.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L825, complete] completed CON-POST MID= -1, Token=D8645026C6529981, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID= 5804, Token=D8645026C6529981, OptionSet={"Object-Security":0x0C20000000}, acked 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6! 08:19:49.867 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:49.867 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8245 08:19:49.867 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8245 08:19:49.867 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] stopping ... 08:19:49.867 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /127.0.0.1 08:19:49.867 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] has stopped. 08:19:49.867 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8245 08:19:49.867 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:49.868 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.868 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.868 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.868 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.868 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:49.869 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:49.869 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.869 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.869 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:49.869 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247 08:19:49.869 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.869 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8247, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:49.869 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8247 08:19:49.869 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:49.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L827] send request 08:19:49.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L827] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:19:49.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L827] added with generated mid KeyMID[127.0.0.1:8247-44568], CON-POST MID=44568, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:19:49.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L827] added with generated token KeyToken[127.0.0.1:8247-C82865A71AFDDAF1], CON-POST MID=44568, Token=C82865A71AFDDAF1, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65 08:19:49.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-44568], KeyToken[127.0.0.1:8247-C82865A71AFDDAF1]] 08:19:49.870 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8247 08:19:49.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E863,T240) 127.0.0.1:8,246 ==> :8,247 [CON-POST MID=44568, Token=C82865A71AFDDAF1, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65] 08:19:49.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8247) received 41 bytes from 127.0.0.1:8246 08:19:49.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-44568] 08:19:49.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828] replace CON-POST MID=44568, Token=C82865A71AFDDAF1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=44568, Token=C82865A71AFDDAF1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R828] send response NON-2.05 MID=44568, Token=null, OptionSet={}, "server responds hi" 08:19:49.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, complete]! 08:19:49.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R828, complete] completed NON-2.04 MID=44568, Token=C82865A71AFDDAF1, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE! 08:19:49.871 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E864,T235) 127.0.0.1:8,247 ==> :8,246 [NON-2.04 MID=44568, Token=C82865A71AFDDAF1, OptionSet={"Object-Security":0x}, BA 5B E5 3B 53 8B 33 0D 3E 55 4A FF 3E 41 39 03 63 55 01 A2 89 9F E1 46 84 D3 0D FE] 08:19:49.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8247 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8247-44568] 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827, complete]! 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L827, complete] for token KeyToken[127.0.0.1:8247-C82865A71AFDDAF1] 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L827, complete] for MID KeyMID[127.0.0.1:8247-44568] 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L827, complete] completed CON-POST MID= -1, Token=C82865A71AFDDAF1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=44568, Token=C82865A71AFDDAF1, OptionSet={"Object-Security":0x0A03E8}, acked 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65! 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829] send request 08:19:49.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L829] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:19:49.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829] added with generated mid KeyMID[127.0.0.1:8247-44569], CON-POST MID=44569, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:19:49.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L829] added with generated token KeyToken[127.0.0.1:8247-C4683DAC76245BF2], CON-POST MID=44569, Token=C4683DAC76245BF2, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50 08:19:49.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-44569], KeyToken[127.0.0.1:8247-C4683DAC76245BF2]] 08:19:49.873 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8247 08:19:49.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E865,T240) 127.0.0.1:8,246 ==> :8,247 [CON-POST MID=44569, Token=C4683DAC76245BF2, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50] 08:19:49.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8247) received 41 bytes from 127.0.0.1:8246 08:19:49.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-44569] 08:19:49.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.873 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old 08:19:49.873 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:19:49.873 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 08:19:49.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, complete]! 08:19:49.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R830, complete] completed ACK-4.01 MID=44569, Token=C4683DAC76245BF2, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 08:19:49.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8246 08:19:49.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E866,T235) 127.0.0.1:8,247 ==> :8,246 [ACK-4.01 MID=44569, Token=C4683DAC76245BF2, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 08:19:49.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 30 bytes from 127.0.0.1:8247 08:19:49.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:49.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=44569, Token=C4683DAC76245BF2, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 08:19:49.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, complete]! 08:19:49.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, complete] for token KeyToken[127.0.0.1:8247-C4683DAC76245BF2] 08:19:49.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L829, complete] for MID KeyMID[127.0.0.1:8247-44569] 08:19:49.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L829, complete] completed CON-POST MID= -1, Token=C4683DAC76245BF2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=44569, Token=C4683DAC76245BF2, OptionSet={"Object-Security":0x0A0388}, acked 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50! 08:19:49.874 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:49.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8247 08:19:49.874 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8247 08:19:49.874 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] stopping ... 08:19:49.874 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /127.0.0.1 08:19:49.874 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] has stopped. 08:19:49.874 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8247 08:19:49.874 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:49.875 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.875 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.875 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.875 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.875 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:49.875 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:49.876 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.876 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:49.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248 08:19:49.876 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.876 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8248, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:49.876 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:49.876 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8248 08:19:49.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831] send request 08:19:49.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L831] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:49.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831] added with generated mid KeyMID[127.0.0.1:8248-15245], CON-POST MID=15245, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:49.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L831] added with generated token KeyToken[127.0.0.1:8248-94337CB06FB9F02E], CON-POST MID=15245, Token=94337CB06FB9F02E, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:49.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8248-15245], KeyToken[127.0.0.1:8248-94337CB06FB9F02E]] 08:19:49.877 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8248 08:19:49.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E867,T245) 127.0.0.1:8,246 ==> :8,248 [CON-POST MID=15245, Token=94337CB06FB9F02E, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 08:19:49.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8248) received 40 bytes from 127.0.0.1:8246 08:19:49.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-15245] 08:19:49.878 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.878 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832] replace CON-POST MID=15245, Token=94337CB06FB9F02E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15245, Token=94337CB06FB9F02E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R832] send response NON-2.05 MID=15245, Token=null, OptionSet={}, "server responds hi" 08:19:49.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, complete]! 08:19:49.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R832, complete] completed NON-2.04 MID=15245, Token=94337CB06FB9F02E, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 08:19:49.878 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E868,T235) 127.0.0.1:8,248 ==> :8,246 [NON-2.04 MID=15245, Token=94337CB06FB9F02E, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 08:19:49.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8248 08:19:49.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-15245] 08:19:49.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, complete]! 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, complete] for token KeyToken[127.0.0.1:8248-94337CB06FB9F02E] 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L831, complete] for MID KeyMID[127.0.0.1:8248-15245] 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L831, complete] completed CON-POST MID= -1, Token=94337CB06FB9F02E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15245, Token=94337CB06FB9F02E, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833] send request 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L833] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833] added with generated mid KeyMID[127.0.0.1:8248-15246], CON-POST MID=15246, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L833] added with generated token KeyToken[127.0.0.1:8248-E07E733530B19026], CON-POST MID=15246, Token=E07E733530B19026, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:49.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8248-15246], KeyToken[127.0.0.1:8248-E07E733530B19026]] 08:19:49.880 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8248 08:19:49.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E869,T245) 127.0.0.1:8,246 ==> :8,248 [CON-POST MID=15246, Token=E07E733530B19026, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 08:19:49.880 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8248) received 40 bytes from 127.0.0.1:8246 08:19:49.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-15246] 08:19:49.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.880 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834] replace CON-POST MID=15246, Token=E07E733530B19026, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=15246, Token=E07E733530B19026, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R834] send response NON-2.05 MID=15246, Token=null, OptionSet={}, "server responds hi" 08:19:49.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, complete]! 08:19:49.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R834, complete] completed NON-2.04 MID=15246, Token=E07E733530B19026, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 08:19:49.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E870,T235) 127.0.0.1:8,248 ==> :8,246 [NON-2.04 MID=15246, Token=E07E733530B19026, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 08:19:49.881 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8248 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-15246] 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, complete]! 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, complete] for token KeyToken[127.0.0.1:8248-E07E733530B19026] 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L833, complete] for MID KeyMID[127.0.0.1:8248-15246] 08:19:49.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L833, complete] completed CON-POST MID= -1, Token=E07E733530B19026, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=15246, Token=E07E733530B19026, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 08:19:49.881 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:49.881 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8248 08:19:49.881 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8248 08:19:49.881 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8248] stopping ... 08:19:49.881 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /127.0.0.1 08:19:49.881 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8248] has stopped. 08:19:49.881 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8248 08:19:49.881 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:49.882 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:49.882 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:49.882 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:49.882 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:49.882 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:49.882 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:49.882 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:49.882 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:49.882 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:49.882 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249 08:19:49.883 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:49.883 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8249, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:49.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:49.883 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8249 08:19:49.883 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:49.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835] send request 08:19:49.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L835] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835] added with generated mid KeyMID[127.0.0.1:8249-28196], CON-POST MID=28196, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L835] added with generated token KeyToken[127.0.0.1:8249-B47BE009E4EF2312], CON-POST MID=28196, Token=B47BE009E4EF2312, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:49.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28196], KeyToken[127.0.0.1:8249-B47BE009E4EF2312]] 08:19:49.884 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E871,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28196, Token=B47BE009E4EF2312, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:49.884 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28196] 08:19:49.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.884 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836] replace CON-POST MID=28196, Token=B47BE009E4EF2312, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28196, Token=B47BE009E4EF2312, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R836] send response NON-2.05 MID=28196, Token=null, OptionSet={}, "server responds hi" 08:19:49.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, complete]! 08:19:49.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R836, complete] completed NON-2.04 MID=28196, Token=B47BE009E4EF2312, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:19:49.885 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E872,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28196, Token=B47BE009E4EF2312, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:19:49.885 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28196] 08:19:49.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, complete]! 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, complete] for token KeyToken[127.0.0.1:8249-B47BE009E4EF2312] 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L835, complete] for MID KeyMID[127.0.0.1:8249-28196] 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L835, complete] completed CON-POST MID= -1, Token=B47BE009E4EF2312, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28196, Token=B47BE009E4EF2312, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837] send request 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L837] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837] added with generated mid KeyMID[127.0.0.1:8249-28197], CON-POST MID=28197, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L837] added with generated token KeyToken[127.0.0.1:8249-BCC5AE325E9D0B6E], CON-POST MID=28197, Token=BCC5AE325E9D0B6E, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:49.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28197], KeyToken[127.0.0.1:8249-BCC5AE325E9D0B6E]] 08:19:49.886 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E873,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28197, Token=BCC5AE325E9D0B6E, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:19:49.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28197] 08:19:49.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838] replace CON-POST MID=28197, Token=BCC5AE325E9D0B6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28197, Token=BCC5AE325E9D0B6E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R838] send response NON-2.05 MID=28197, Token=null, OptionSet={}, "server responds hi" 08:19:49.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, complete]! 08:19:49.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R838, complete] completed NON-2.04 MID=28197, Token=BCC5AE325E9D0B6E, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:19:49.888 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E874,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28197, Token=BCC5AE325E9D0B6E, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:19:49.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28197] 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, complete]! 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, complete] for token KeyToken[127.0.0.1:8249-BCC5AE325E9D0B6E] 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L837, complete] for MID KeyMID[127.0.0.1:8249-28197] 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L837, complete] completed CON-POST MID= -1, Token=BCC5AE325E9D0B6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28197, Token=BCC5AE325E9D0B6E, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839] send request 08:19:49.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L839] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:49.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839] added with generated mid KeyMID[127.0.0.1:8249-28198], CON-POST MID=28198, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:49.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L839] added with generated token KeyToken[127.0.0.1:8249-64343309AB6F5A58], CON-POST MID=28198, Token=64343309AB6F5A58, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8 08:19:49.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28198], KeyToken[127.0.0.1:8249-64343309AB6F5A58]] 08:19:49.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E875,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28198, Token=64343309AB6F5A58, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8] 08:19:49.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28198] 08:19:49.889 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.889 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840] replace CON-POST MID=28198, Token=64343309AB6F5A58, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28198, Token=64343309AB6F5A58, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R840] send response NON-2.05 MID=28198, Token=null, OptionSet={}, "server responds hi" 08:19:49.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, complete]! 08:19:49.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R840, complete] completed NON-2.04 MID=28198, Token=64343309AB6F5A58, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09! 08:19:49.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E876,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28198, Token=64343309AB6F5A58, OptionSet={"Object-Security":0x}, 87 98 A5 2C F4 0B 7D 30 65 C4 DB C6 4D 29 65 D9 0A 90 38 94 7C A7 F3 FE A1 6E 5F 09] 08:19:49.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28198] 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, complete]! 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, complete] for token KeyToken[127.0.0.1:8249-64343309AB6F5A58] 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L839, complete] for MID KeyMID[127.0.0.1:8249-28198] 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L839, complete] completed CON-POST MID= -1, Token=64343309AB6F5A58, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28198, Token=64343309AB6F5A58, OptionSet={"Object-Security":0x0902}, acked 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8! 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841] send request 08:19:49.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L841] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:19:49.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841] added with generated mid KeyMID[127.0.0.1:8249-28199], CON-POST MID=28199, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:19:49.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L841] added with generated token KeyToken[127.0.0.1:8249-601F2371C1ED19EE], CON-POST MID=28199, Token=601F2371C1ED19EE, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4 08:19:49.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28199], KeyToken[127.0.0.1:8249-601F2371C1ED19EE]] 08:19:49.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E877,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28199, Token=601F2371C1ED19EE, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4] 08:19:49.891 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28199] 08:19:49.891 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.891 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842] replace CON-POST MID=28199, Token=601F2371C1ED19EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28199, Token=601F2371C1ED19EE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R842] send response NON-2.05 MID=28199, Token=null, OptionSet={}, "server responds hi" 08:19:49.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, complete]! 08:19:49.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R842, complete] completed NON-2.04 MID=28199, Token=601F2371C1ED19EE, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB! 08:19:49.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E878,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28199, Token=601F2371C1ED19EE, OptionSet={"Object-Security":0x}, 1D 47 09 B6 F3 19 C5 00 28 A0 14 98 13 13 DD 23 C4 1E 1E FF 27 71 A7 E8 CA A7 19 DB] 08:19:49.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28199] 08:19:49.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, complete]! 08:19:49.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, complete] for token KeyToken[127.0.0.1:8249-601F2371C1ED19EE] 08:19:49.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L841, complete] for MID KeyMID[127.0.0.1:8249-28199] 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L841, complete] completed CON-POST MID= -1, Token=601F2371C1ED19EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28199, Token=601F2371C1ED19EE, OptionSet={"Object-Security":0x0903}, acked C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4! 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843] send request 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L843] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843] added with generated mid KeyMID[127.0.0.1:8249-28200], CON-POST MID=28200, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L843] added with generated token KeyToken[127.0.0.1:8249-8C6C5F2478F2C813], CON-POST MID=28200, Token=8C6C5F2478F2C813, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7 08:19:49.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28200], KeyToken[127.0.0.1:8249-8C6C5F2478F2C813]] 08:19:49.893 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.893 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E879,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28200, Token=8C6C5F2478F2C813, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7] 08:19:49.893 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28200] 08:19:49.894 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.894 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844] replace CON-POST MID=28200, Token=8C6C5F2478F2C813, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28200, Token=8C6C5F2478F2C813, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R844] send response NON-2.05 MID=28200, Token=null, OptionSet={}, "server responds hi" 08:19:49.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, complete]! 08:19:49.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R844, complete] completed NON-2.04 MID=28200, Token=8C6C5F2478F2C813, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F! 08:19:49.894 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E880,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28200, Token=8C6C5F2478F2C813, OptionSet={"Object-Security":0x}, 7E 2B 02 CC 10 BE 3E 26 B8 D3 83 FE FE 90 C5 8C 94 96 E0 B1 D9 9F 2A 76 77 D7 91 7F] 08:19:49.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28200] 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, complete]! 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, complete] for token KeyToken[127.0.0.1:8249-8C6C5F2478F2C813] 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L843, complete] for MID KeyMID[127.0.0.1:8249-28200] 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L843, complete] completed CON-POST MID= -1, Token=8C6C5F2478F2C813, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28200, Token=8C6C5F2478F2C813, OptionSet={"Object-Security":0x0904}, acked CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7! 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845] send request 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L845] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845] added with generated mid KeyMID[127.0.0.1:8249-28201], CON-POST MID=28201, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L845] added with generated token KeyToken[127.0.0.1:8249-3CF69FA167190B73], CON-POST MID=28201, Token=3CF69FA167190B73, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61 08:19:49.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28201], KeyToken[127.0.0.1:8249-3CF69FA167190B73]] 08:19:49.896 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E881,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28201, Token=3CF69FA167190B73, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61] 08:19:49.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28201] 08:19:49.896 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.896 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846] replace CON-POST MID=28201, Token=3CF69FA167190B73, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28201, Token=3CF69FA167190B73, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R846] send response NON-2.05 MID=28201, Token=null, OptionSet={}, "server responds hi" 08:19:49.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, complete]! 08:19:49.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R846, complete] completed NON-2.04 MID=28201, Token=3CF69FA167190B73, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16! 08:19:49.897 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E882,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28201, Token=3CF69FA167190B73, OptionSet={"Object-Security":0x}, 84 49 6C E1 C4 59 E0 FC 3C 61 E0 02 37 15 4B 21 10 36 B4 DA 1F EE 3A 8E 3F 2D 3D 16] 08:19:49.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28201] 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, complete]! 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, complete] for token KeyToken[127.0.0.1:8249-3CF69FA167190B73] 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L845, complete] for MID KeyMID[127.0.0.1:8249-28201] 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L845, complete] completed CON-POST MID= -1, Token=3CF69FA167190B73, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28201, Token=3CF69FA167190B73, OptionSet={"Object-Security":0x0905}, acked 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61! 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847] send request 08:19:49.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L847] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:19:49.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847] added with generated mid KeyMID[127.0.0.1:8249-28202], CON-POST MID=28202, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:19:49.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L847] added with generated token KeyToken[127.0.0.1:8249-7453BDAC3128BEA0], CON-POST MID=28202, Token=7453BDAC3128BEA0, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD 08:19:49.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28202], KeyToken[127.0.0.1:8249-7453BDAC3128BEA0]] 08:19:49.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E883,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28202, Token=7453BDAC3128BEA0, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD] 08:19:49.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28202] 08:19:49.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848] replace CON-POST MID=28202, Token=7453BDAC3128BEA0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28202, Token=7453BDAC3128BEA0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R848] send response NON-2.05 MID=28202, Token=null, OptionSet={}, "server responds hi" 08:19:49.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, complete]! 08:19:49.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R848, complete] completed NON-2.04 MID=28202, Token=7453BDAC3128BEA0, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6! 08:19:49.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E884,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28202, Token=7453BDAC3128BEA0, OptionSet={"Object-Security":0x}, B8 67 76 DF 5D 01 1C 0F 07 E3 57 1A 01 F6 59 22 D7 96 68 F1 3D 6D B7 AD 4C 21 2D C6] 08:19:49.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28202] 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, complete]! 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, complete] for token KeyToken[127.0.0.1:8249-7453BDAC3128BEA0] 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L847, complete] for MID KeyMID[127.0.0.1:8249-28202] 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L847, complete] completed CON-POST MID= -1, Token=7453BDAC3128BEA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28202, Token=7453BDAC3128BEA0, OptionSet={"Object-Security":0x0906}, acked 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD! 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849] send request 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L849] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:19:49.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849] added with generated mid KeyMID[127.0.0.1:8249-28203], CON-POST MID=28203, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:19:49.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L849] added with generated token KeyToken[127.0.0.1:8249-5C04FF3F6F98C0BD], CON-POST MID=28203, Token=5C04FF3F6F98C0BD, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0 08:19:49.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28203], KeyToken[127.0.0.1:8249-5C04FF3F6F98C0BD]] 08:19:49.953 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E885,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28203, Token=5C04FF3F6F98C0BD, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0] 08:19:49.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28203] 08:19:49.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.953 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850] replace CON-POST MID=28203, Token=5C04FF3F6F98C0BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28203, Token=5C04FF3F6F98C0BD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R850] send response NON-2.05 MID=28203, Token=null, OptionSet={}, "server responds hi" 08:19:49.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, complete]! 08:19:49.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R850, complete] completed NON-2.04 MID=28203, Token=5C04FF3F6F98C0BD, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6! 08:19:49.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E886,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28203, Token=5C04FF3F6F98C0BD, OptionSet={"Object-Security":0x}, 2C 9A 42 A9 73 10 A2 30 55 81 9A AA 8B 0B 12 4E CB 63 2A CC 9E 02 E6 6B 0A 10 C1 B6] 08:19:49.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28203] 08:19:49.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, complete]! 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, complete] for token KeyToken[127.0.0.1:8249-5C04FF3F6F98C0BD] 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L849, complete] for MID KeyMID[127.0.0.1:8249-28203] 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L849, complete] completed CON-POST MID= -1, Token=5C04FF3F6F98C0BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28203, Token=5C04FF3F6F98C0BD, OptionSet={"Object-Security":0x0907}, acked F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0! 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851] send request 08:19:49.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L851] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:49.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851] added with generated mid KeyMID[127.0.0.1:8249-28204], CON-POST MID=28204, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:49.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L851] added with generated token KeyToken[127.0.0.1:8249-C48B5C3C8B820383], CON-POST MID=28204, Token=C48B5C3C8B820383, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12 08:19:49.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28204], KeyToken[127.0.0.1:8249-C48B5C3C8B820383]] 08:19:49.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E887,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28204, Token=C48B5C3C8B820383, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12] 08:19:49.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28204] 08:19:49.957 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.957 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852] replace CON-POST MID=28204, Token=C48B5C3C8B820383, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28204, Token=C48B5C3C8B820383, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R852] send response NON-2.05 MID=28204, Token=null, OptionSet={}, "server responds hi" 08:19:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, complete]! 08:19:49.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R852, complete] completed NON-2.04 MID=28204, Token=C48B5C3C8B820383, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02! 08:19:49.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E888,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28204, Token=C48B5C3C8B820383, OptionSet={"Object-Security":0x}, EF 53 7C 3D CF A5 5F 85 FF 74 C1 6E 1F EC 00 6A 2B 17 06 20 01 A6 4A 2D 7D 99 EF 02] 08:19:49.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28204] 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, complete]! 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, complete] for token KeyToken[127.0.0.1:8249-C48B5C3C8B820383] 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L851, complete] for MID KeyMID[127.0.0.1:8249-28204] 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L851, complete] completed CON-POST MID= -1, Token=C48B5C3C8B820383, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28204, Token=C48B5C3C8B820383, OptionSet={"Object-Security":0x0908}, acked 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12! 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853] send request 08:19:49.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L853] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:19:49.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853] added with generated mid KeyMID[127.0.0.1:8249-28205], CON-POST MID=28205, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:19:49.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L853] added with generated token KeyToken[127.0.0.1:8249-9444827E0DAED569], CON-POST MID=28205, Token=9444827E0DAED569, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE 08:19:49.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28205], KeyToken[127.0.0.1:8249-9444827E0DAED569]] 08:19:49.959 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E889,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28205, Token=9444827E0DAED569, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE] 08:19:49.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28205] 08:19:49.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854] replace CON-POST MID=28205, Token=9444827E0DAED569, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28205, Token=9444827E0DAED569, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R854] send response NON-2.05 MID=28205, Token=null, OptionSet={}, "server responds hi" 08:19:49.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, complete]! 08:19:49.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R854, complete] completed NON-2.04 MID=28205, Token=9444827E0DAED569, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C! 08:19:49.960 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E890,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28205, Token=9444827E0DAED569, OptionSet={"Object-Security":0x}, E2 D3 7B A6 C3 C7 24 20 87 9D 16 43 43 FA 5F E0 58 EF 19 7F 27 B3 EA D5 49 51 E7 7C] 08:19:49.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28205] 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, complete]! 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, complete] for token KeyToken[127.0.0.1:8249-9444827E0DAED569] 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L853, complete] for MID KeyMID[127.0.0.1:8249-28205] 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L853, complete] completed CON-POST MID= -1, Token=9444827E0DAED569, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28205, Token=9444827E0DAED569, OptionSet={"Object-Security":0x0909}, acked A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE! 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855] send request 08:19:49.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L855] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:49.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855] added with generated mid KeyMID[127.0.0.1:8249-28206], CON-POST MID=28206, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:49.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L855] added with generated token KeyToken[127.0.0.1:8249-503F5425ED6B3AF5], CON-POST MID=28206, Token=503F5425ED6B3AF5, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C 08:19:49.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28206], KeyToken[127.0.0.1:8249-503F5425ED6B3AF5]] 08:19:49.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E891,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28206, Token=503F5425ED6B3AF5, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C] 08:19:49.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28206] 08:19:49.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856] replace CON-POST MID=28206, Token=503F5425ED6B3AF5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28206, Token=503F5425ED6B3AF5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R856] send response NON-2.05 MID=28206, Token=null, OptionSet={}, "server responds hi" 08:19:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, complete]! 08:19:49.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R856, complete] completed NON-2.04 MID=28206, Token=503F5425ED6B3AF5, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B! 08:19:49.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E892,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28206, Token=503F5425ED6B3AF5, OptionSet={"Object-Security":0x}, 84 2B 36 41 0D 74 84 C6 5E BD 99 3B 9D 32 65 1F 0D 8C 8D 6B E5 4C 4A D6 B9 E0 4F 3B] 08:19:49.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28206] 08:19:49.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, complete]! 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, complete] for token KeyToken[127.0.0.1:8249-503F5425ED6B3AF5] 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L855, complete] for MID KeyMID[127.0.0.1:8249-28206] 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L855, complete] completed CON-POST MID= -1, Token=503F5425ED6B3AF5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28206, Token=503F5425ED6B3AF5, OptionSet={"Object-Security":0x090A}, acked D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C! 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857] send request 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L857] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857] added with generated mid KeyMID[127.0.0.1:8249-28207], CON-POST MID=28207, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:19:49.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L857] added with generated token KeyToken[127.0.0.1:8249-ECE7F8E3EC0F534E], CON-POST MID=28207, Token=ECE7F8E3EC0F534E, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9 08:19:49.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28207], KeyToken[127.0.0.1:8249-ECE7F8E3EC0F534E]] 08:19:49.965 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E893,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28207, Token=ECE7F8E3EC0F534E, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9] 08:19:49.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28207] 08:19:49.965 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.965 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858] replace CON-POST MID=28207, Token=ECE7F8E3EC0F534E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28207, Token=ECE7F8E3EC0F534E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R858] send response NON-2.05 MID=28207, Token=null, OptionSet={}, "server responds hi" 08:19:49.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, complete]! 08:19:49.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R858, complete] completed NON-2.04 MID=28207, Token=ECE7F8E3EC0F534E, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E! 08:19:49.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E894,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28207, Token=ECE7F8E3EC0F534E, OptionSet={"Object-Security":0x}, 98 75 51 1D B2 AE 30 38 04 77 46 DF 4E 3F C6 5B 8A 58 48 6E DC 14 5A A7 EB 02 2A 4E] 08:19:49.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28207] 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, complete]! 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, complete] for token KeyToken[127.0.0.1:8249-ECE7F8E3EC0F534E] 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L857, complete] for MID KeyMID[127.0.0.1:8249-28207] 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L857, complete] completed CON-POST MID= -1, Token=ECE7F8E3EC0F534E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28207, Token=ECE7F8E3EC0F534E, OptionSet={"Object-Security":0x090B}, acked 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9! 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859] send request 08:19:49.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L859] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:19:49.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859] added with generated mid KeyMID[127.0.0.1:8249-28208], CON-POST MID=28208, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:19:49.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L859] added with generated token KeyToken[127.0.0.1:8249-A8B0EE722AC13264], CON-POST MID=28208, Token=A8B0EE722AC13264, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93 08:19:49.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28208], KeyToken[127.0.0.1:8249-A8B0EE722AC13264]] 08:19:49.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E895,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28208, Token=A8B0EE722AC13264, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93] 08:19:49.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28208] 08:19:49.967 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.967 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860] replace CON-POST MID=28208, Token=A8B0EE722AC13264, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28208, Token=A8B0EE722AC13264, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R860] send response NON-2.05 MID=28208, Token=null, OptionSet={}, "server responds hi" 08:19:49.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, complete]! 08:19:49.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R860, complete] completed NON-2.04 MID=28208, Token=A8B0EE722AC13264, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B! 08:19:49.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E896,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28208, Token=A8B0EE722AC13264, OptionSet={"Object-Security":0x}, 39 1E 99 B6 DF 5F AA AF A6 56 BC B3 F6 9E BD A6 6B 0F 56 6D 62 82 83 D0 48 9C F8 4B] 08:19:49.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28208] 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, complete]! 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, complete] for token KeyToken[127.0.0.1:8249-A8B0EE722AC13264] 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L859, complete] for MID KeyMID[127.0.0.1:8249-28208] 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L859, complete] completed CON-POST MID= -1, Token=A8B0EE722AC13264, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28208, Token=A8B0EE722AC13264, OptionSet={"Object-Security":0x090C}, acked A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93! 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861] send request 08:19:49.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L861] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:19:49.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861] added with generated mid KeyMID[127.0.0.1:8249-28209], CON-POST MID=28209, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:19:49.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L861] added with generated token KeyToken[127.0.0.1:8249-B0D44E87D73F8383], CON-POST MID=28209, Token=B0D44E87D73F8383, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07 08:19:49.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28209], KeyToken[127.0.0.1:8249-B0D44E87D73F8383]] 08:19:49.969 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E897,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28209, Token=B0D44E87D73F8383, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07] 08:19:49.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28209] 08:19:49.969 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.969 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862] replace CON-POST MID=28209, Token=B0D44E87D73F8383, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28209, Token=B0D44E87D73F8383, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R862] send response NON-2.05 MID=28209, Token=null, OptionSet={}, "server responds hi" 08:19:49.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, complete]! 08:19:49.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R862, complete] completed NON-2.04 MID=28209, Token=B0D44E87D73F8383, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2! 08:19:49.970 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E898,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28209, Token=B0D44E87D73F8383, OptionSet={"Object-Security":0x}, B7 B6 D5 A1 7E DA 0D 2B CA 30 82 8C 2B C2 91 B9 47 95 D7 08 11 78 56 E0 B5 82 3B E2] 08:19:49.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28209] 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, complete]! 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, complete] for token KeyToken[127.0.0.1:8249-B0D44E87D73F8383] 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L861, complete] for MID KeyMID[127.0.0.1:8249-28209] 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L861, complete] completed CON-POST MID= -1, Token=B0D44E87D73F8383, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28209, Token=B0D44E87D73F8383, OptionSet={"Object-Security":0x090D}, acked 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07! 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863] send request 08:19:49.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L863] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:19:49.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863] added with generated mid KeyMID[127.0.0.1:8249-28210], CON-POST MID=28210, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:19:49.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L863] added with generated token KeyToken[127.0.0.1:8249-C0BE4BD2E94C333A], CON-POST MID=28210, Token=C0BE4BD2E94C333A, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34 08:19:49.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28210], KeyToken[127.0.0.1:8249-C0BE4BD2E94C333A]] 08:19:49.971 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E899,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28210, Token=C0BE4BD2E94C333A, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34] 08:19:49.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28210] 08:19:49.971 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.971 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864] replace CON-POST MID=28210, Token=C0BE4BD2E94C333A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28210, Token=C0BE4BD2E94C333A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R864] send response NON-2.05 MID=28210, Token=null, OptionSet={}, "server responds hi" 08:19:49.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, complete]! 08:19:49.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R864, complete] completed NON-2.04 MID=28210, Token=C0BE4BD2E94C333A, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13! 08:19:49.972 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E900,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28210, Token=C0BE4BD2E94C333A, OptionSet={"Object-Security":0x}, 5B 2F 82 F4 31 78 B5 47 0D 8B DA E4 F3 74 6F EB F2 69 13 8D 65 7C C0 7A 43 25 9E 13] 08:19:49.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28210] 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, complete]! 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, complete] for token KeyToken[127.0.0.1:8249-C0BE4BD2E94C333A] 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L863, complete] for MID KeyMID[127.0.0.1:8249-28210] 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L863, complete] completed CON-POST MID= -1, Token=C0BE4BD2E94C333A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28210, Token=C0BE4BD2E94C333A, OptionSet={"Object-Security":0x090E}, acked 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34! 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865] send request 08:19:49.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L865] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:19:49.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865] added with generated mid KeyMID[127.0.0.1:8249-28211], CON-POST MID=28211, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:19:49.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L865] added with generated token KeyToken[127.0.0.1:8249-445CD61BB9B2AA43], CON-POST MID=28211, Token=445CD61BB9B2AA43, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14 08:19:49.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28211], KeyToken[127.0.0.1:8249-445CD61BB9B2AA43]] 08:19:49.973 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E901,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28211, Token=445CD61BB9B2AA43, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14] 08:19:49.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28211] 08:19:49.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866] replace CON-POST MID=28211, Token=445CD61BB9B2AA43, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28211, Token=445CD61BB9B2AA43, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R866] send response NON-2.05 MID=28211, Token=null, OptionSet={}, "server responds hi" 08:19:49.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, complete]! 08:19:49.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R866, complete] completed NON-2.04 MID=28211, Token=445CD61BB9B2AA43, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB! 08:19:49.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E902,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28211, Token=445CD61BB9B2AA43, OptionSet={"Object-Security":0x}, 3E 4B C2 46 E5 17 70 27 E1 FB 4D 19 BA BC 2D EE 7B 51 BE 6A 65 BC 36 0F 4F 1C 1F AB] 08:19:49.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28211] 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, complete]! 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, complete] for token KeyToken[127.0.0.1:8249-445CD61BB9B2AA43] 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L865, complete] for MID KeyMID[127.0.0.1:8249-28211] 08:19:49.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L865, complete] completed CON-POST MID= -1, Token=445CD61BB9B2AA43, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28211, Token=445CD61BB9B2AA43, OptionSet={"Object-Security":0x090F}, acked 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14! 08:19:49.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867] send request 08:19:49.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L867] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:49.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867] added with generated mid KeyMID[127.0.0.1:8249-28212], CON-POST MID=28212, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:49.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L867] added with generated token KeyToken[127.0.0.1:8249-24876F1849EFF045], CON-POST MID=28212, Token=24876F1849EFF045, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF 08:19:49.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28212], KeyToken[127.0.0.1:8249-24876F1849EFF045]] 08:19:49.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E903,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28212, Token=24876F1849EFF045, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF] 08:19:49.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28212] 08:19:49.975 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.975 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868] replace CON-POST MID=28212, Token=24876F1849EFF045, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28212, Token=24876F1849EFF045, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R868] send response NON-2.05 MID=28212, Token=null, OptionSet={}, "server responds hi" 08:19:49.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, complete]! 08:19:49.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R868, complete] completed NON-2.04 MID=28212, Token=24876F1849EFF045, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87! 08:19:49.976 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E904,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28212, Token=24876F1849EFF045, OptionSet={"Object-Security":0x}, 09 EB 67 11 70 C2 85 14 87 F5 BB 2B 46 B1 0D 97 BB 73 77 02 AF B5 7C 60 CB 96 10 87] 08:19:49.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28212] 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, complete]! 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, complete] for token KeyToken[127.0.0.1:8249-24876F1849EFF045] 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L867, complete] for MID KeyMID[127.0.0.1:8249-28212] 08:19:49.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L867, complete] completed CON-POST MID= -1, Token=24876F1849EFF045, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28212, Token=24876F1849EFF045, OptionSet={"Object-Security":0x0910}, acked ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF! 08:19:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869] send request 08:19:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L869] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:19:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869] added with generated mid KeyMID[127.0.0.1:8249-28213], CON-POST MID=28213, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:19:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L869] added with generated token KeyToken[127.0.0.1:8249-4003C41DF0AF5E1E], CON-POST MID=28213, Token=4003C41DF0AF5E1E, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64 08:19:49.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28213], KeyToken[127.0.0.1:8249-4003C41DF0AF5E1E]] 08:19:49.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E905,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28213, Token=4003C41DF0AF5E1E, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64] 08:19:49.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28213] 08:19:49.977 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.977 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870] replace CON-POST MID=28213, Token=4003C41DF0AF5E1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28213, Token=4003C41DF0AF5E1E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R870] send response NON-2.05 MID=28213, Token=null, OptionSet={}, "server responds hi" 08:19:49.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, complete]! 08:19:49.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R870, complete] completed NON-2.04 MID=28213, Token=4003C41DF0AF5E1E, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43! 08:19:49.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E906,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28213, Token=4003C41DF0AF5E1E, OptionSet={"Object-Security":0x}, E2 ED 19 E8 7F BB 4C A4 2D D3 89 25 79 5E 48 F8 3E D7 A2 F5 0A 3D A6 7D AE C8 A7 43] 08:19:49.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28213] 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, complete]! 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, complete] for token KeyToken[127.0.0.1:8249-4003C41DF0AF5E1E] 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L869, complete] for MID KeyMID[127.0.0.1:8249-28213] 08:19:49.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L869, complete] completed CON-POST MID= -1, Token=4003C41DF0AF5E1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28213, Token=4003C41DF0AF5E1E, OptionSet={"Object-Security":0x0911}, acked E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64! 08:19:49.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871] send request 08:19:49.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L871] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:19:49.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871] added with generated mid KeyMID[127.0.0.1:8249-28214], CON-POST MID=28214, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:19:49.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L871] added with generated token KeyToken[127.0.0.1:8249-5C6C147CBF8DF123], CON-POST MID=28214, Token=5C6C147CBF8DF123, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5 08:19:49.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28214], KeyToken[127.0.0.1:8249-5C6C147CBF8DF123]] 08:19:49.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E907,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28214, Token=5C6C147CBF8DF123, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5] 08:19:49.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28214] 08:19:49.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872] replace CON-POST MID=28214, Token=5C6C147CBF8DF123, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28214, Token=5C6C147CBF8DF123, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R872] send response NON-2.05 MID=28214, Token=null, OptionSet={}, "server responds hi" 08:19:49.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, complete]! 08:19:49.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R872, complete] completed NON-2.04 MID=28214, Token=5C6C147CBF8DF123, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A! 08:19:49.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E908,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28214, Token=5C6C147CBF8DF123, OptionSet={"Object-Security":0x}, D9 83 20 46 E1 C7 0A 61 D5 94 2B A6 55 35 15 B4 6F 4F DD B6 3D 05 A0 36 D6 89 7A 7A] 08:19:49.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28214] 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, complete]! 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, complete] for token KeyToken[127.0.0.1:8249-5C6C147CBF8DF123] 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L871, complete] for MID KeyMID[127.0.0.1:8249-28214] 08:19:49.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L871, complete] completed CON-POST MID= -1, Token=5C6C147CBF8DF123, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28214, Token=5C6C147CBF8DF123, OptionSet={"Object-Security":0x0912}, acked 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5! 08:19:49.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873] send request 08:19:49.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L873] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:19:49.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873] added with generated mid KeyMID[127.0.0.1:8249-28215], CON-POST MID=28215, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:19:49.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L873] added with generated token KeyToken[127.0.0.1:8249-D8DBA773B8872797], CON-POST MID=28215, Token=D8DBA773B8872797, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80 08:19:49.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28215], KeyToken[127.0.0.1:8249-D8DBA773B8872797]] 08:19:49.981 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E909,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28215, Token=D8DBA773B8872797, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80] 08:19:49.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28215] 08:19:49.981 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.981 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874] replace CON-POST MID=28215, Token=D8DBA773B8872797, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28215, Token=D8DBA773B8872797, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R874] send response NON-2.05 MID=28215, Token=null, OptionSet={}, "server responds hi" 08:19:49.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, complete]! 08:19:49.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R874, complete] completed NON-2.04 MID=28215, Token=D8DBA773B8872797, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38! 08:19:49.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E910,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28215, Token=D8DBA773B8872797, OptionSet={"Object-Security":0x}, 36 DE F1 FF BC 9A 17 FC 08 E6 4B 45 BA 76 66 D5 BA 26 7A 0B D8 3E 4A BA 63 87 30 38] 08:19:49.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28215] 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, complete]! 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, complete] for token KeyToken[127.0.0.1:8249-D8DBA773B8872797] 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L873, complete] for MID KeyMID[127.0.0.1:8249-28215] 08:19:49.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L873, complete] completed CON-POST MID= -1, Token=D8DBA773B8872797, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28215, Token=D8DBA773B8872797, OptionSet={"Object-Security":0x0913}, acked 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80! 08:19:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875] send request 08:19:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L875] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:19:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875] added with generated mid KeyMID[127.0.0.1:8249-28216], CON-POST MID=28216, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:19:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L875] added with generated token KeyToken[127.0.0.1:8249-046E8C274A355B7C], CON-POST MID=28216, Token=046E8C274A355B7C, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB 08:19:49.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28216], KeyToken[127.0.0.1:8249-046E8C274A355B7C]] 08:19:49.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E911,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28216, Token=046E8C274A355B7C, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB] 08:19:49.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28216] 08:19:49.983 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.983 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876] replace CON-POST MID=28216, Token=046E8C274A355B7C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28216, Token=046E8C274A355B7C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R876] send response NON-2.05 MID=28216, Token=null, OptionSet={}, "server responds hi" 08:19:49.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, complete]! 08:19:49.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R876, complete] completed NON-2.04 MID=28216, Token=046E8C274A355B7C, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5! 08:19:49.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E912,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28216, Token=046E8C274A355B7C, OptionSet={"Object-Security":0x}, 22 29 01 72 2B FF CF 10 E1 54 DD 37 B6 74 6C C1 19 B6 54 9E 69 04 9D D0 69 50 3C A5] 08:19:49.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28216] 08:19:49.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, complete]! 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, complete] for token KeyToken[127.0.0.1:8249-046E8C274A355B7C] 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L875, complete] for MID KeyMID[127.0.0.1:8249-28216] 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L875, complete] completed CON-POST MID= -1, Token=046E8C274A355B7C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28216, Token=046E8C274A355B7C, OptionSet={"Object-Security":0x0914}, acked C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB! 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877] send request 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L877] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877] added with generated mid KeyMID[127.0.0.1:8249-28217], CON-POST MID=28217, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L877] added with generated token KeyToken[127.0.0.1:8249-340E65E367415EFE], CON-POST MID=28217, Token=340E65E367415EFE, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC 08:19:49.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28217], KeyToken[127.0.0.1:8249-340E65E367415EFE]] 08:19:49.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E913,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28217, Token=340E65E367415EFE, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC] 08:19:49.986 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28217] 08:19:49.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878] replace CON-POST MID=28217, Token=340E65E367415EFE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28217, Token=340E65E367415EFE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R878] send response NON-2.05 MID=28217, Token=null, OptionSet={}, "server responds hi" 08:19:49.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, complete]! 08:19:49.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R878, complete] completed NON-2.04 MID=28217, Token=340E65E367415EFE, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05! 08:19:49.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E914,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28217, Token=340E65E367415EFE, OptionSet={"Object-Security":0x}, E0 36 4E E0 D6 91 BC 87 72 6D C8 06 59 9F 05 3E A0 FB 5C 7E 70 44 9D 99 8E BF B5 05] 08:19:49.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28217] 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, complete]! 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, complete] for token KeyToken[127.0.0.1:8249-340E65E367415EFE] 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L877, complete] for MID KeyMID[127.0.0.1:8249-28217] 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L877, complete] completed CON-POST MID= -1, Token=340E65E367415EFE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28217, Token=340E65E367415EFE, OptionSet={"Object-Security":0x0915}, acked 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC! 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879] send request 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L879] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:19:49.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879] added with generated mid KeyMID[127.0.0.1:8249-28218], CON-POST MID=28218, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:19:49.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L879] added with generated token KeyToken[127.0.0.1:8249-C00EDA8869E7EB9A], CON-POST MID=28218, Token=C00EDA8869E7EB9A, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79 08:19:49.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28218], KeyToken[127.0.0.1:8249-C00EDA8869E7EB9A]] 08:19:49.988 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:49.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E915,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28218, Token=C00EDA8869E7EB9A, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79] 08:19:49.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:49.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28218] 08:19:49.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:49.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:49.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880] replace CON-POST MID=28218, Token=C00EDA8869E7EB9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28218, Token=C00EDA8869E7EB9A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R880] send response NON-2.05 MID=28218, Token=null, OptionSet={}, "server responds hi" 08:19:49.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, complete]! 08:19:49.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R880, complete] completed NON-2.04 MID=28218, Token=C00EDA8869E7EB9A, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE! 08:19:49.989 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:49.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E916,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28218, Token=C00EDA8869E7EB9A, OptionSet={"Object-Security":0x}, 52 62 17 71 66 DB 50 08 BF D6 20 28 81 90 90 09 5D 1E 33 46 7B 04 92 E7 78 C2 DB BE] 08:19:49.989 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28218] 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, complete]! 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, complete] for token KeyToken[127.0.0.1:8249-C00EDA8869E7EB9A] 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L879, complete] for MID KeyMID[127.0.0.1:8249-28218] 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L879, complete] completed CON-POST MID= -1, Token=C00EDA8869E7EB9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28218, Token=C00EDA8869E7EB9A, OptionSet={"Object-Security":0x0916}, acked 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79! 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881] send request 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L881] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:49.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:19:49.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881] added with generated mid KeyMID[127.0.0.1:8249-28219], CON-POST MID=28219, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:19:49.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L881] added with generated token KeyToken[127.0.0.1:8249-F0657EFEA4749730], CON-POST MID=28219, Token=F0657EFEA4749730, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02 08:19:49.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28219], KeyToken[127.0.0.1:8249-F0657EFEA4749730]] 08:19:49.990 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E917,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28219, Token=F0657EFEA4749730, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02] 08:19:50.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28219] 08:19:50.052 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.052 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882] replace CON-POST MID=28219, Token=F0657EFEA4749730, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28219, Token=F0657EFEA4749730, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R882] send response NON-2.05 MID=28219, Token=null, OptionSet={}, "server responds hi" 08:19:50.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, complete]! 08:19:50.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R882, complete] completed NON-2.04 MID=28219, Token=F0657EFEA4749730, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78! 08:19:50.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E918,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28219, Token=F0657EFEA4749730, OptionSet={"Object-Security":0x}, 3A C2 91 CF 9F 2D 0F 7C 8B 0D E7 D0 6C 03 18 F5 8B 93 22 EC 90 DB 19 29 94 E4 96 78] 08:19:50.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28219] 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, complete]! 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, complete] for token KeyToken[127.0.0.1:8249-F0657EFEA4749730] 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L881, complete] for MID KeyMID[127.0.0.1:8249-28219] 08:19:50.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L881, complete] completed CON-POST MID= -1, Token=F0657EFEA4749730, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28219, Token=F0657EFEA4749730, OptionSet={"Object-Security":0x0917}, acked 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02! 08:19:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883] send request 08:19:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L883] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:19:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883] added with generated mid KeyMID[127.0.0.1:8249-28220], CON-POST MID=28220, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:19:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L883] added with generated token KeyToken[127.0.0.1:8249-886FCFB113CCE27E], CON-POST MID=28220, Token=886FCFB113CCE27E, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93 08:19:50.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28220], KeyToken[127.0.0.1:8249-886FCFB113CCE27E]] 08:19:50.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E919,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28220, Token=886FCFB113CCE27E, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93] 08:19:50.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28220] 08:19:50.055 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.055 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884] replace CON-POST MID=28220, Token=886FCFB113CCE27E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28220, Token=886FCFB113CCE27E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R884] send response NON-2.05 MID=28220, Token=null, OptionSet={}, "server responds hi" 08:19:50.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, complete]! 08:19:50.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R884, complete] completed NON-2.04 MID=28220, Token=886FCFB113CCE27E, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E! 08:19:50.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E920,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28220, Token=886FCFB113CCE27E, OptionSet={"Object-Security":0x}, 9E 2C 95 F0 0F 8C 39 8C 64 6A AE DC FD 80 13 BC A0 81 CB A2 FB B8 F3 D5 9A 5F 4C 6E] 08:19:50.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28220] 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, complete]! 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, complete] for token KeyToken[127.0.0.1:8249-886FCFB113CCE27E] 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L883, complete] for MID KeyMID[127.0.0.1:8249-28220] 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L883, complete] completed CON-POST MID= -1, Token=886FCFB113CCE27E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28220, Token=886FCFB113CCE27E, OptionSet={"Object-Security":0x0918}, acked 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93! 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885] send request 08:19:50.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L885] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:19:50.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885] added with generated mid KeyMID[127.0.0.1:8249-28221], CON-POST MID=28221, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:19:50.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L885] added with generated token KeyToken[127.0.0.1:8249-809B4B6927757344], CON-POST MID=28221, Token=809B4B6927757344, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42 08:19:50.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28221], KeyToken[127.0.0.1:8249-809B4B6927757344]] 08:19:50.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E921,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28221, Token=809B4B6927757344, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42] 08:19:50.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28221] 08:19:50.057 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.057 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886] replace CON-POST MID=28221, Token=809B4B6927757344, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28221, Token=809B4B6927757344, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R886] send response NON-2.05 MID=28221, Token=null, OptionSet={}, "server responds hi" 08:19:50.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, complete]! 08:19:50.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R886, complete] completed NON-2.04 MID=28221, Token=809B4B6927757344, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E! 08:19:50.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E922,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28221, Token=809B4B6927757344, OptionSet={"Object-Security":0x}, F6 B6 ED CF 65 16 EF 2E 47 D8 A6 C0 AB 10 4D 7B 57 44 C1 70 6A 82 47 BA AD 9B A6 3E] 08:19:50.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28221] 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, complete]! 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, complete] for token KeyToken[127.0.0.1:8249-809B4B6927757344] 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L885, complete] for MID KeyMID[127.0.0.1:8249-28221] 08:19:50.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L885, complete] completed CON-POST MID= -1, Token=809B4B6927757344, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28221, Token=809B4B6927757344, OptionSet={"Object-Security":0x0919}, acked 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42! 08:19:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887] send request 08:19:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L887] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:19:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887] added with generated mid KeyMID[127.0.0.1:8249-28222], CON-POST MID=28222, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:19:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L887] added with generated token KeyToken[127.0.0.1:8249-20A6F4FAFF331652], CON-POST MID=28222, Token=20A6F4FAFF331652, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6 08:19:50.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28222], KeyToken[127.0.0.1:8249-20A6F4FAFF331652]] 08:19:50.059 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E923,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28222, Token=20A6F4FAFF331652, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6] 08:19:50.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28222] 08:19:50.060 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.060 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888] replace CON-POST MID=28222, Token=20A6F4FAFF331652, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28222, Token=20A6F4FAFF331652, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R888] send response NON-2.05 MID=28222, Token=null, OptionSet={}, "server responds hi" 08:19:50.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, complete]! 08:19:50.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R888, complete] completed NON-2.04 MID=28222, Token=20A6F4FAFF331652, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB! 08:19:50.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E924,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28222, Token=20A6F4FAFF331652, OptionSet={"Object-Security":0x}, 4E 6B 24 51 C8 35 E1 59 AE 38 34 67 DE 77 A5 F9 7E BD 72 EE A8 42 06 B3 9B 22 B2 FB] 08:19:50.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28222] 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, complete]! 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, complete] for token KeyToken[127.0.0.1:8249-20A6F4FAFF331652] 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L887, complete] for MID KeyMID[127.0.0.1:8249-28222] 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L887, complete] completed CON-POST MID= -1, Token=20A6F4FAFF331652, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28222, Token=20A6F4FAFF331652, OptionSet={"Object-Security":0x091A}, acked 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6! 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889] send request 08:19:50.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L889] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:19:50.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889] added with generated mid KeyMID[127.0.0.1:8249-28223], CON-POST MID=28223, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:19:50.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L889] added with generated token KeyToken[127.0.0.1:8249-18D4439FBE85F25A], CON-POST MID=28223, Token=18D4439FBE85F25A, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5 08:19:50.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28223], KeyToken[127.0.0.1:8249-18D4439FBE85F25A]] 08:19:50.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E925,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28223, Token=18D4439FBE85F25A, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5] 08:19:50.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28223] 08:19:50.062 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.062 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890] replace CON-POST MID=28223, Token=18D4439FBE85F25A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28223, Token=18D4439FBE85F25A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R890] send response NON-2.05 MID=28223, Token=null, OptionSet={}, "server responds hi" 08:19:50.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, complete]! 08:19:50.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R890, complete] completed NON-2.04 MID=28223, Token=18D4439FBE85F25A, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8! 08:19:50.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E926,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28223, Token=18D4439FBE85F25A, OptionSet={"Object-Security":0x}, A2 B3 AC 71 02 19 98 77 2D 87 47 1D 23 A5 47 0B 7B F7 6B F5 4C 4A 2E 85 63 24 8E E8] 08:19:50.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28223] 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, complete]! 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, complete] for token KeyToken[127.0.0.1:8249-18D4439FBE85F25A] 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L889, complete] for MID KeyMID[127.0.0.1:8249-28223] 08:19:50.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L889, complete] completed CON-POST MID= -1, Token=18D4439FBE85F25A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28223, Token=18D4439FBE85F25A, OptionSet={"Object-Security":0x091B}, acked 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5! 08:19:50.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891] send request 08:19:50.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L891] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:19:50.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891] added with generated mid KeyMID[127.0.0.1:8249-28224], CON-POST MID=28224, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:19:50.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L891] added with generated token KeyToken[127.0.0.1:8249-70B9195B59849437], CON-POST MID=28224, Token=70B9195B59849437, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1 08:19:50.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28224], KeyToken[127.0.0.1:8249-70B9195B59849437]] 08:19:50.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E927,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28224, Token=70B9195B59849437, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1] 08:19:50.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28224] 08:19:50.065 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.065 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892] replace CON-POST MID=28224, Token=70B9195B59849437, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28224, Token=70B9195B59849437, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R892] send response NON-2.05 MID=28224, Token=null, OptionSet={}, "server responds hi" 08:19:50.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, complete]! 08:19:50.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R892, complete] completed NON-2.04 MID=28224, Token=70B9195B59849437, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4! 08:19:50.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E928,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28224, Token=70B9195B59849437, OptionSet={"Object-Security":0x}, C9 6F 50 72 96 4F C3 AF 20 64 40 30 E7 A9 EC E2 19 75 26 B7 08 9C 4C 34 7D F6 38 F4] 08:19:50.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28224] 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, complete]! 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, complete] for token KeyToken[127.0.0.1:8249-70B9195B59849437] 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L891, complete] for MID KeyMID[127.0.0.1:8249-28224] 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L891, complete] completed CON-POST MID= -1, Token=70B9195B59849437, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28224, Token=70B9195B59849437, OptionSet={"Object-Security":0x091C}, acked 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1! 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893] send request 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L893] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:19:50.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893] added with generated mid KeyMID[127.0.0.1:8249-28225], CON-POST MID=28225, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:19:50.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L893] added with generated token KeyToken[127.0.0.1:8249-F81D8F69C52ED366], CON-POST MID=28225, Token=F81D8F69C52ED366, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5 08:19:50.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28225], KeyToken[127.0.0.1:8249-F81D8F69C52ED366]] 08:19:50.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E929,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28225, Token=F81D8F69C52ED366, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5] 08:19:50.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28225] 08:19:50.067 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.067 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894] replace CON-POST MID=28225, Token=F81D8F69C52ED366, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28225, Token=F81D8F69C52ED366, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R894] send response NON-2.05 MID=28225, Token=null, OptionSet={}, "server responds hi" 08:19:50.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, complete]! 08:19:50.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R894, complete] completed NON-2.04 MID=28225, Token=F81D8F69C52ED366, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18! 08:19:50.068 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E930,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28225, Token=F81D8F69C52ED366, OptionSet={"Object-Security":0x}, B4 C5 84 1E 37 D3 C9 B2 45 3A BF 5C 45 5C F2 3D 02 8A 2D 8C 01 97 DB CE F7 CE D4 18] 08:19:50.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28225] 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, complete]! 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, complete] for token KeyToken[127.0.0.1:8249-F81D8F69C52ED366] 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L893, complete] for MID KeyMID[127.0.0.1:8249-28225] 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L893, complete] completed CON-POST MID= -1, Token=F81D8F69C52ED366, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28225, Token=F81D8F69C52ED366, OptionSet={"Object-Security":0x091D}, acked D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5! 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895] send request 08:19:50.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L895] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:19:50.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895] added with generated mid KeyMID[127.0.0.1:8249-28226], CON-POST MID=28226, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:19:50.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L895] added with generated token KeyToken[127.0.0.1:8249-18C5849999E1E1AB], CON-POST MID=28226, Token=18C5849999E1E1AB, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46 08:19:50.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28226], KeyToken[127.0.0.1:8249-18C5849999E1E1AB]] 08:19:50.069 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E931,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28226, Token=18C5849999E1E1AB, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46] 08:19:50.069 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28226] 08:19:50.069 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.069 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896] replace CON-POST MID=28226, Token=18C5849999E1E1AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28226, Token=18C5849999E1E1AB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R896] send response NON-2.05 MID=28226, Token=null, OptionSet={}, "server responds hi" 08:19:50.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, complete]! 08:19:50.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R896, complete] completed NON-2.04 MID=28226, Token=18C5849999E1E1AB, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6! 08:19:50.070 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E932,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28226, Token=18C5849999E1E1AB, OptionSet={"Object-Security":0x}, FD 25 CE 73 77 A9 C7 DC 0D 46 1D DF 69 C9 6E 88 A1 61 A8 A3 70 AA F6 FD FB FD 87 E6] 08:19:50.070 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28226] 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, complete]! 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, complete] for token KeyToken[127.0.0.1:8249-18C5849999E1E1AB] 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L895, complete] for MID KeyMID[127.0.0.1:8249-28226] 08:19:50.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L895, complete] completed CON-POST MID= -1, Token=18C5849999E1E1AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28226, Token=18C5849999E1E1AB, OptionSet={"Object-Security":0x091E}, acked 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46! 08:19:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897] send request 08:19:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L897] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:19:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897] added with generated mid KeyMID[127.0.0.1:8249-28227], CON-POST MID=28227, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:19:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L897] added with generated token KeyToken[127.0.0.1:8249-D05305DD59C6DE43], CON-POST MID=28227, Token=D05305DD59C6DE43, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55 08:19:50.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28227], KeyToken[127.0.0.1:8249-D05305DD59C6DE43]] 08:19:50.071 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E933,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28227, Token=D05305DD59C6DE43, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55] 08:19:50.071 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28227] 08:19:50.071 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.071 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898] replace CON-POST MID=28227, Token=D05305DD59C6DE43, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28227, Token=D05305DD59C6DE43, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R898] send response NON-2.05 MID=28227, Token=null, OptionSet={}, "server responds hi" 08:19:50.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, complete]! 08:19:50.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R898, complete] completed NON-2.04 MID=28227, Token=D05305DD59C6DE43, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80! 08:19:50.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E934,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28227, Token=D05305DD59C6DE43, OptionSet={"Object-Security":0x}, A3 97 B1 C0 A6 69 29 D3 59 E8 8E 93 9A FE B2 23 6F D5 68 A0 8B CB 85 C5 44 29 48 80] 08:19:50.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28227] 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, complete]! 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, complete] for token KeyToken[127.0.0.1:8249-D05305DD59C6DE43] 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L897, complete] for MID KeyMID[127.0.0.1:8249-28227] 08:19:50.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L897, complete] completed CON-POST MID= -1, Token=D05305DD59C6DE43, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28227, Token=D05305DD59C6DE43, OptionSet={"Object-Security":0x091F}, acked 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55! 08:19:50.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899] send request 08:19:50.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L899] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:50.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899] added with generated mid KeyMID[127.0.0.1:8249-28228], CON-POST MID=28228, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:50.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L899] added with generated token KeyToken[127.0.0.1:8249-54E06E227290ACC6], CON-POST MID=28228, Token=54E06E227290ACC6, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01 08:19:50.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28228], KeyToken[127.0.0.1:8249-54E06E227290ACC6]] 08:19:50.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E935,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28228, Token=54E06E227290ACC6, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01] 08:19:50.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28228] 08:19:50.074 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.074 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900] replace CON-POST MID=28228, Token=54E06E227290ACC6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28228, Token=54E06E227290ACC6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R900] send response NON-2.05 MID=28228, Token=null, OptionSet={}, "server responds hi" 08:19:50.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, complete]! 08:19:50.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R900, complete] completed NON-2.04 MID=28228, Token=54E06E227290ACC6, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE! 08:19:50.074 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E936,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28228, Token=54E06E227290ACC6, OptionSet={"Object-Security":0x}, E0 9F 54 C5 60 62 0E 06 A6 77 1E 4B 9A 68 A2 BA 5F 5E 5C 91 F1 B4 9B 51 AE A4 39 DE] 08:19:50.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28228] 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, complete]! 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, complete] for token KeyToken[127.0.0.1:8249-54E06E227290ACC6] 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L899, complete] for MID KeyMID[127.0.0.1:8249-28228] 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L899, complete] completed CON-POST MID= -1, Token=54E06E227290ACC6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28228, Token=54E06E227290ACC6, OptionSet={"Object-Security":0x0920}, acked F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01! 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901] send request 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L901] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:19:50.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901] added with generated mid KeyMID[127.0.0.1:8249-28229], CON-POST MID=28229, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:19:50.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L901] added with generated token KeyToken[127.0.0.1:8249-64F8610D83BB92D7], CON-POST MID=28229, Token=64F8610D83BB92D7, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35 08:19:50.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28229], KeyToken[127.0.0.1:8249-64F8610D83BB92D7]] 08:19:50.076 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E937,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28229, Token=64F8610D83BB92D7, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35] 08:19:50.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28229] 08:19:50.076 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.076 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902] replace CON-POST MID=28229, Token=64F8610D83BB92D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28229, Token=64F8610D83BB92D7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R902] send response NON-2.05 MID=28229, Token=null, OptionSet={}, "server responds hi" 08:19:50.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, complete]! 08:19:50.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R902, complete] completed NON-2.04 MID=28229, Token=64F8610D83BB92D7, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C! 08:19:50.077 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.077 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E938,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28229, Token=64F8610D83BB92D7, OptionSet={"Object-Security":0x}, DC D3 0F 30 5C 36 EB 2E AF F4 1C FF D4 3D 8A 7B 3D ED E0 37 A6 AA E4 BD CC A5 FD 4C] 08:19:50.077 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28229] 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, complete]! 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, complete] for token KeyToken[127.0.0.1:8249-64F8610D83BB92D7] 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L901, complete] for MID KeyMID[127.0.0.1:8249-28229] 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L901, complete] completed CON-POST MID= -1, Token=64F8610D83BB92D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28229, Token=64F8610D83BB92D7, OptionSet={"Object-Security":0x0921}, acked 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35! 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903] send request 08:19:50.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L903] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:19:50.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903] added with generated mid KeyMID[127.0.0.1:8249-28230], CON-POST MID=28230, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:19:50.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L903] added with generated token KeyToken[127.0.0.1:8249-1818D181E0373F16], CON-POST MID=28230, Token=1818D181E0373F16, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC 08:19:50.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28230], KeyToken[127.0.0.1:8249-1818D181E0373F16]] 08:19:50.078 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E939,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28230, Token=1818D181E0373F16, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC] 08:19:50.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28230] 08:19:50.078 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.078 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904] replace CON-POST MID=28230, Token=1818D181E0373F16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28230, Token=1818D181E0373F16, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R904] send response NON-2.05 MID=28230, Token=null, OptionSet={}, "server responds hi" 08:19:50.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, complete]! 08:19:50.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R904, complete] completed NON-2.04 MID=28230, Token=1818D181E0373F16, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C! 08:19:50.079 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E940,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28230, Token=1818D181E0373F16, OptionSet={"Object-Security":0x}, CD 8F A9 B2 52 2D 34 2F B4 88 5F B1 E3 D8 1C DD 9C 75 30 6A 48 3D D2 42 5F 0A EF 8C] 08:19:50.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28230] 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, complete]! 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, complete] for token KeyToken[127.0.0.1:8249-1818D181E0373F16] 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L903, complete] for MID KeyMID[127.0.0.1:8249-28230] 08:19:50.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L903, complete] completed CON-POST MID= -1, Token=1818D181E0373F16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28230, Token=1818D181E0373F16, OptionSet={"Object-Security":0x0922}, acked FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC! 08:19:50.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905] send request 08:19:50.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L905] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:19:50.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905] added with generated mid KeyMID[127.0.0.1:8249-28231], CON-POST MID=28231, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:19:50.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L905] added with generated token KeyToken[127.0.0.1:8249-5CE7CD526F42B93C], CON-POST MID=28231, Token=5CE7CD526F42B93C, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E 08:19:50.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28231], KeyToken[127.0.0.1:8249-5CE7CD526F42B93C]] 08:19:50.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E941,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28231, Token=5CE7CD526F42B93C, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E] 08:19:50.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28231] 08:19:50.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906] replace CON-POST MID=28231, Token=5CE7CD526F42B93C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28231, Token=5CE7CD526F42B93C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R906] send response NON-2.05 MID=28231, Token=null, OptionSet={}, "server responds hi" 08:19:50.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, complete]! 08:19:50.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R906, complete] completed NON-2.04 MID=28231, Token=5CE7CD526F42B93C, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74! 08:19:50.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E942,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28231, Token=5CE7CD526F42B93C, OptionSet={"Object-Security":0x}, A0 86 4C 09 E1 F4 6B 0D F0 F9 94 D4 1E 0B 59 83 C5 1F A2 55 B5 C0 84 E5 50 7F FC 74] 08:19:50.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28231] 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, complete]! 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, complete] for token KeyToken[127.0.0.1:8249-5CE7CD526F42B93C] 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L905, complete] for MID KeyMID[127.0.0.1:8249-28231] 08:19:50.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L905, complete] completed CON-POST MID= -1, Token=5CE7CD526F42B93C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28231, Token=5CE7CD526F42B93C, OptionSet={"Object-Security":0x0923}, acked 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E! 08:19:50.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907] send request 08:19:50.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L907] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:19:50.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907] added with generated mid KeyMID[127.0.0.1:8249-28232], CON-POST MID=28232, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:19:50.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L907] added with generated token KeyToken[127.0.0.1:8249-581655CFFB077B38], CON-POST MID=28232, Token=581655CFFB077B38, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC 08:19:50.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28232], KeyToken[127.0.0.1:8249-581655CFFB077B38]] 08:19:50.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E943,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28232, Token=581655CFFB077B38, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC] 08:19:50.083 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28232] 08:19:50.083 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.083 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908] replace CON-POST MID=28232, Token=581655CFFB077B38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28232, Token=581655CFFB077B38, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R908] send response NON-2.05 MID=28232, Token=null, OptionSet={}, "server responds hi" 08:19:50.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, complete]! 08:19:50.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R908, complete] completed NON-2.04 MID=28232, Token=581655CFFB077B38, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8! 08:19:50.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E944,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28232, Token=581655CFFB077B38, OptionSet={"Object-Security":0x}, BF B2 D9 2D 23 92 23 57 59 ED B6 1D AE 42 6E D8 26 1E A3 3E 8F 83 6A D1 4B B2 36 B8] 08:19:50.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28232] 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, complete]! 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, complete] for token KeyToken[127.0.0.1:8249-581655CFFB077B38] 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L907, complete] for MID KeyMID[127.0.0.1:8249-28232] 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L907, complete] completed CON-POST MID= -1, Token=581655CFFB077B38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28232, Token=581655CFFB077B38, OptionSet={"Object-Security":0x0924}, acked 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC! 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909] send request 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L909] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:19:50.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909] added with generated mid KeyMID[127.0.0.1:8249-28233], CON-POST MID=28233, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:19:50.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L909] added with generated token KeyToken[127.0.0.1:8249-B4D7537C30E1315B], CON-POST MID=28233, Token=B4D7537C30E1315B, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9 08:19:50.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28233], KeyToken[127.0.0.1:8249-B4D7537C30E1315B]] 08:19:50.085 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E945,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28233, Token=B4D7537C30E1315B, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9] 08:19:50.085 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28233] 08:19:50.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.085 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910] replace CON-POST MID=28233, Token=B4D7537C30E1315B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28233, Token=B4D7537C30E1315B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R910] send response NON-2.05 MID=28233, Token=null, OptionSet={}, "server responds hi" 08:19:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, complete]! 08:19:50.085 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R910, complete] completed NON-2.04 MID=28233, Token=B4D7537C30E1315B, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82! 08:19:50.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E946,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28233, Token=B4D7537C30E1315B, OptionSet={"Object-Security":0x}, 72 C8 DA BB B2 62 01 B4 D8 23 D9 3F A7 98 DC F6 58 B0 A0 F6 49 68 54 74 F3 ED 66 82] 08:19:50.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28233] 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, complete]! 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, complete] for token KeyToken[127.0.0.1:8249-B4D7537C30E1315B] 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L909, complete] for MID KeyMID[127.0.0.1:8249-28233] 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L909, complete] completed CON-POST MID= -1, Token=B4D7537C30E1315B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28233, Token=B4D7537C30E1315B, OptionSet={"Object-Security":0x0925}, acked 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9! 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911] send request 08:19:50.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L911] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:19:50.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911] added with generated mid KeyMID[127.0.0.1:8249-28234], CON-POST MID=28234, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:19:50.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L911] added with generated token KeyToken[127.0.0.1:8249-18AF3FEB14F8F707], CON-POST MID=28234, Token=18AF3FEB14F8F707, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2 08:19:50.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28234], KeyToken[127.0.0.1:8249-18AF3FEB14F8F707]] 08:19:50.087 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E947,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28234, Token=18AF3FEB14F8F707, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2] 08:19:50.087 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28234] 08:19:50.087 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.087 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912] replace CON-POST MID=28234, Token=18AF3FEB14F8F707, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28234, Token=18AF3FEB14F8F707, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.087 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R912] send response NON-2.05 MID=28234, Token=null, OptionSet={}, "server responds hi" 08:19:50.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, complete]! 08:19:50.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R912, complete] completed NON-2.04 MID=28234, Token=18AF3FEB14F8F707, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3! 08:19:50.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E948,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28234, Token=18AF3FEB14F8F707, OptionSet={"Object-Security":0x}, B9 07 43 C4 E0 F2 0A 35 09 E7 73 B9 4A 1F 8D 69 AC 98 F0 D4 C4 42 BF 0C F7 A0 32 A3] 08:19:50.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28234] 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, complete]! 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, complete] for token KeyToken[127.0.0.1:8249-18AF3FEB14F8F707] 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L911, complete] for MID KeyMID[127.0.0.1:8249-28234] 08:19:50.088 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L911, complete] completed CON-POST MID= -1, Token=18AF3FEB14F8F707, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28234, Token=18AF3FEB14F8F707, OptionSet={"Object-Security":0x0926}, acked 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2! 08:19:50.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913] send request 08:19:50.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L913] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:19:50.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913] added with generated mid KeyMID[127.0.0.1:8249-28235], CON-POST MID=28235, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:19:50.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L913] added with generated token KeyToken[127.0.0.1:8249-4022084042E8390A], CON-POST MID=28235, Token=4022084042E8390A, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47 08:19:50.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28235], KeyToken[127.0.0.1:8249-4022084042E8390A]] 08:19:50.089 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E949,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28235, Token=4022084042E8390A, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47] 08:19:50.089 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28235] 08:19:50.089 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.089 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.089 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914] replace CON-POST MID=28235, Token=4022084042E8390A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28235, Token=4022084042E8390A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R914] send response NON-2.05 MID=28235, Token=null, OptionSet={}, "server responds hi" 08:19:50.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, complete]! 08:19:50.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R914, complete] completed NON-2.04 MID=28235, Token=4022084042E8390A, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73! 08:19:50.090 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E950,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28235, Token=4022084042E8390A, OptionSet={"Object-Security":0x}, CD DD 52 8C 25 8B 9B E0 0D 5D 16 FA 70 58 25 D5 D0 85 DE B9 A5 F9 8B A9 BC 26 7C 73] 08:19:50.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28235] 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, complete]! 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, complete] for token KeyToken[127.0.0.1:8249-4022084042E8390A] 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L913, complete] for MID KeyMID[127.0.0.1:8249-28235] 08:19:50.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L913, complete] completed CON-POST MID= -1, Token=4022084042E8390A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28235, Token=4022084042E8390A, OptionSet={"Object-Security":0x0927}, acked 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47! 08:19:50.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915] send request 08:19:50.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L915] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:19:50.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915] added with generated mid KeyMID[127.0.0.1:8249-28236], CON-POST MID=28236, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:19:50.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L915] added with generated token KeyToken[127.0.0.1:8249-A45566A74C3C09D9], CON-POST MID=28236, Token=A45566A74C3C09D9, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6 08:19:50.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28236], KeyToken[127.0.0.1:8249-A45566A74C3C09D9]] 08:19:50.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E951,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28236, Token=A45566A74C3C09D9, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6] 08:19:50.091 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.091 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28236] 08:19:50.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916] replace CON-POST MID=28236, Token=A45566A74C3C09D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28236, Token=A45566A74C3C09D9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R916] send response NON-2.05 MID=28236, Token=null, OptionSet={}, "server responds hi" 08:19:50.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, complete]! 08:19:50.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R916, complete] completed NON-2.04 MID=28236, Token=A45566A74C3C09D9, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A! 08:19:50.092 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E952,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28236, Token=A45566A74C3C09D9, OptionSet={"Object-Security":0x}, F2 1F C0 6B 4F 79 89 98 7F 43 A4 7A 63 9A 4B EF F3 20 48 B0 E3 E4 11 58 5A 67 AB 4A] 08:19:50.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28236] 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, complete]! 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, complete] for token KeyToken[127.0.0.1:8249-A45566A74C3C09D9] 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L915, complete] for MID KeyMID[127.0.0.1:8249-28236] 08:19:50.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L915, complete] completed CON-POST MID= -1, Token=A45566A74C3C09D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28236, Token=A45566A74C3C09D9, OptionSet={"Object-Security":0x0928}, acked A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6! 08:19:50.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917] send request 08:19:50.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L917] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:19:50.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917] added with generated mid KeyMID[127.0.0.1:8249-28237], CON-POST MID=28237, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:19:50.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L917] added with generated token KeyToken[127.0.0.1:8249-2C96607785AC657E], CON-POST MID=28237, Token=2C96607785AC657E, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A 08:19:50.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28237], KeyToken[127.0.0.1:8249-2C96607785AC657E]] 08:19:50.093 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E953,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28237, Token=2C96607785AC657E, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A] 08:19:50.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28237] 08:19:50.094 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.094 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918] replace CON-POST MID=28237, Token=2C96607785AC657E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28237, Token=2C96607785AC657E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R918] send response NON-2.05 MID=28237, Token=null, OptionSet={}, "server responds hi" 08:19:50.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, complete]! 08:19:50.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R918, complete] completed NON-2.04 MID=28237, Token=2C96607785AC657E, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7! 08:19:50.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E954,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28237, Token=2C96607785AC657E, OptionSet={"Object-Security":0x}, 00 17 38 8E 0F 8A 42 1B E5 28 06 65 07 45 C0 3E 50 44 8E 04 8E 77 43 54 71 81 61 C7] 08:19:50.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28237] 08:19:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, complete]! 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, complete] for token KeyToken[127.0.0.1:8249-2C96607785AC657E] 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L917, complete] for MID KeyMID[127.0.0.1:8249-28237] 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L917, complete] completed CON-POST MID= -1, Token=2C96607785AC657E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28237, Token=2C96607785AC657E, OptionSet={"Object-Security":0x0929}, acked CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A! 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919] send request 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L919] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919] added with generated mid KeyMID[127.0.0.1:8249-28238], CON-POST MID=28238, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L919] added with generated token KeyToken[127.0.0.1:8249-0868AEF7527A35C2], CON-POST MID=28238, Token=0868AEF7527A35C2, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3 08:19:50.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28238], KeyToken[127.0.0.1:8249-0868AEF7527A35C2]] 08:19:50.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.096 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E955,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28238, Token=0868AEF7527A35C2, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3] 08:19:50.096 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28238] 08:19:50.096 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.096 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920] replace CON-POST MID=28238, Token=0868AEF7527A35C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28238, Token=0868AEF7527A35C2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R920] send response NON-2.05 MID=28238, Token=null, OptionSet={}, "server responds hi" 08:19:50.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, complete]! 08:19:50.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R920, complete] completed NON-2.04 MID=28238, Token=0868AEF7527A35C2, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75! 08:19:50.096 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E956,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28238, Token=0868AEF7527A35C2, OptionSet={"Object-Security":0x}, 34 34 C8 79 D6 85 BA C3 27 1C B5 53 D4 87 07 71 85 91 8E D8 B3 D0 3E 38 91 00 6B 75] 08:19:50.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28238] 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, complete]! 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, complete] for token KeyToken[127.0.0.1:8249-0868AEF7527A35C2] 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L919, complete] for MID KeyMID[127.0.0.1:8249-28238] 08:19:50.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L919, complete] completed CON-POST MID= -1, Token=0868AEF7527A35C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28238, Token=0868AEF7527A35C2, OptionSet={"Object-Security":0x092A}, acked 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3! 08:19:50.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921] send request 08:19:50.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L921] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:19:50.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921] added with generated mid KeyMID[127.0.0.1:8249-28239], CON-POST MID=28239, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:19:50.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L921] added with generated token KeyToken[127.0.0.1:8249-D408D160747DEC28], CON-POST MID=28239, Token=D408D160747DEC28, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54 08:19:50.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28239], KeyToken[127.0.0.1:8249-D408D160747DEC28]] 08:19:50.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E957,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28239, Token=D408D160747DEC28, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54] 08:19:50.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28239] 08:19:50.154 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.154 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922] replace CON-POST MID=28239, Token=D408D160747DEC28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28239, Token=D408D160747DEC28, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R922] send response NON-2.05 MID=28239, Token=null, OptionSet={}, "server responds hi" 08:19:50.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, complete]! 08:19:50.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R922, complete] completed NON-2.04 MID=28239, Token=D408D160747DEC28, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26! 08:19:50.154 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E958,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28239, Token=D408D160747DEC28, OptionSet={"Object-Security":0x}, B6 CC EB 19 D9 B9 BA 3B 24 A4 13 E5 06 AE A3 27 66 5C 7F 53 CB 4E 54 7A B9 24 58 26] 08:19:50.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28239] 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, complete]! 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, complete] for token KeyToken[127.0.0.1:8249-D408D160747DEC28] 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L921, complete] for MID KeyMID[127.0.0.1:8249-28239] 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L921, complete] completed CON-POST MID= -1, Token=D408D160747DEC28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28239, Token=D408D160747DEC28, OptionSet={"Object-Security":0x092B}, acked 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54! 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923] send request 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L923] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:19:50.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923] added with generated mid KeyMID[127.0.0.1:8249-28240], CON-POST MID=28240, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:19:50.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L923] added with generated token KeyToken[127.0.0.1:8249-381D08E6624A006B], CON-POST MID=28240, Token=381D08E6624A006B, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A 08:19:50.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28240], KeyToken[127.0.0.1:8249-381D08E6624A006B]] 08:19:50.156 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E959,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28240, Token=381D08E6624A006B, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A] 08:19:50.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28240] 08:19:50.156 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.156 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924] replace CON-POST MID=28240, Token=381D08E6624A006B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28240, Token=381D08E6624A006B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R924] send response NON-2.05 MID=28240, Token=null, OptionSet={}, "server responds hi" 08:19:50.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, complete]! 08:19:50.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R924, complete] completed NON-2.04 MID=28240, Token=381D08E6624A006B, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8! 08:19:50.157 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E960,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28240, Token=381D08E6624A006B, OptionSet={"Object-Security":0x}, A0 E6 F5 75 B0 3A 81 D8 6A 19 B0 21 C7 B2 A2 50 6D BA 71 D5 E2 C2 3B 03 39 4C 2E F8] 08:19:50.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28240] 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, complete]! 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, complete] for token KeyToken[127.0.0.1:8249-381D08E6624A006B] 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L923, complete] for MID KeyMID[127.0.0.1:8249-28240] 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L923, complete] completed CON-POST MID= -1, Token=381D08E6624A006B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28240, Token=381D08E6624A006B, OptionSet={"Object-Security":0x092C}, acked F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A! 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925] send request 08:19:50.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L925] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:19:50.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925] added with generated mid KeyMID[127.0.0.1:8249-28241], CON-POST MID=28241, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:19:50.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L925] added with generated token KeyToken[127.0.0.1:8249-E8F8D1CB49380884], CON-POST MID=28241, Token=E8F8D1CB49380884, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90 08:19:50.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28241], KeyToken[127.0.0.1:8249-E8F8D1CB49380884]] 08:19:50.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E961,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28241, Token=E8F8D1CB49380884, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90] 08:19:50.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28241] 08:19:50.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.158 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926] replace CON-POST MID=28241, Token=E8F8D1CB49380884, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28241, Token=E8F8D1CB49380884, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R926] send response NON-2.05 MID=28241, Token=null, OptionSet={}, "server responds hi" 08:19:50.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, complete]! 08:19:50.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R926, complete] completed NON-2.04 MID=28241, Token=E8F8D1CB49380884, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08! 08:19:50.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E962,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28241, Token=E8F8D1CB49380884, OptionSet={"Object-Security":0x}, C9 AD 6D 76 03 8D 08 38 47 1F BB FD 3E 22 56 D3 C2 9D 37 16 F7 DB 2A 1A 66 53 DF 08] 08:19:50.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28241] 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, complete]! 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, complete] for token KeyToken[127.0.0.1:8249-E8F8D1CB49380884] 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L925, complete] for MID KeyMID[127.0.0.1:8249-28241] 08:19:50.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L925, complete] completed CON-POST MID= -1, Token=E8F8D1CB49380884, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28241, Token=E8F8D1CB49380884, OptionSet={"Object-Security":0x092D}, acked 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90! 08:19:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927] send request 08:19:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L927] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:19:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927] added with generated mid KeyMID[127.0.0.1:8249-28242], CON-POST MID=28242, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:19:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L927] added with generated token KeyToken[127.0.0.1:8249-D8013D5329296382], CON-POST MID=28242, Token=D8013D5329296382, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F 08:19:50.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28242], KeyToken[127.0.0.1:8249-D8013D5329296382]] 08:19:50.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E963,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28242, Token=D8013D5329296382, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F] 08:19:50.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28242] 08:19:50.160 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.160 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928] replace CON-POST MID=28242, Token=D8013D5329296382, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28242, Token=D8013D5329296382, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R928] send response NON-2.05 MID=28242, Token=null, OptionSet={}, "server responds hi" 08:19:50.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, complete]! 08:19:50.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R928, complete] completed NON-2.04 MID=28242, Token=D8013D5329296382, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13! 08:19:50.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E964,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28242, Token=D8013D5329296382, OptionSet={"Object-Security":0x}, 98 D8 7D E5 11 A5 4E 5F 40 0A F7 F9 5D 60 DD 55 CD 1C 6E B8 E1 D9 16 47 59 13 D7 13] 08:19:50.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28242] 08:19:50.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, complete]! 08:19:50.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, complete] for token KeyToken[127.0.0.1:8249-D8013D5329296382] 08:19:50.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L927, complete] for MID KeyMID[127.0.0.1:8249-28242] 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L927, complete] completed CON-POST MID= -1, Token=D8013D5329296382, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28242, Token=D8013D5329296382, OptionSet={"Object-Security":0x092E}, acked 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F! 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929] send request 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L929] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929] added with generated mid KeyMID[127.0.0.1:8249-28243], CON-POST MID=28243, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L929] added with generated token KeyToken[127.0.0.1:8249-CC9F6BF6EB91E162], CON-POST MID=28243, Token=CC9F6BF6EB91E162, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7 08:19:50.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28243], KeyToken[127.0.0.1:8249-CC9F6BF6EB91E162]] 08:19:50.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E965,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28243, Token=CC9F6BF6EB91E162, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7] 08:19:50.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28243] 08:19:50.163 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.163 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930] replace CON-POST MID=28243, Token=CC9F6BF6EB91E162, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28243, Token=CC9F6BF6EB91E162, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R930] send response NON-2.05 MID=28243, Token=null, OptionSet={}, "server responds hi" 08:19:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, complete]! 08:19:50.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R930, complete] completed NON-2.04 MID=28243, Token=CC9F6BF6EB91E162, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1! 08:19:50.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E966,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28243, Token=CC9F6BF6EB91E162, OptionSet={"Object-Security":0x}, 8A 1E A9 A4 48 67 4C 39 B3 54 E3 E3 C1 31 50 2E E0 AB 51 A5 5C 54 63 34 84 B5 37 B1] 08:19:50.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28243] 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, complete]! 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, complete] for token KeyToken[127.0.0.1:8249-CC9F6BF6EB91E162] 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L929, complete] for MID KeyMID[127.0.0.1:8249-28243] 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L929, complete] completed CON-POST MID= -1, Token=CC9F6BF6EB91E162, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28243, Token=CC9F6BF6EB91E162, OptionSet={"Object-Security":0x092F}, acked 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7! 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931] send request 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L931] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:19:50.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931] added with generated mid KeyMID[127.0.0.1:8249-28244], CON-POST MID=28244, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:19:50.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L931] added with generated token KeyToken[127.0.0.1:8249-008D42B4B9B620B2], CON-POST MID=28244, Token=008D42B4B9B620B2, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48 08:19:50.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28244], KeyToken[127.0.0.1:8249-008D42B4B9B620B2]] 08:19:50.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E967,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28244, Token=008D42B4B9B620B2, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48] 08:19:50.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28244] 08:19:50.165 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.165 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932] replace CON-POST MID=28244, Token=008D42B4B9B620B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28244, Token=008D42B4B9B620B2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R932] send response NON-2.05 MID=28244, Token=null, OptionSet={}, "server responds hi" 08:19:50.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, complete]! 08:19:50.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R932, complete] completed NON-2.04 MID=28244, Token=008D42B4B9B620B2, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83! 08:19:50.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E968,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28244, Token=008D42B4B9B620B2, OptionSet={"Object-Security":0x}, B9 C2 3E 21 2D 0E 23 9B C5 B5 C4 65 9D C9 CD B4 F6 56 80 5F AE 7A F3 15 16 9C 33 83] 08:19:50.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28244] 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, complete]! 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, complete] for token KeyToken[127.0.0.1:8249-008D42B4B9B620B2] 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L931, complete] for MID KeyMID[127.0.0.1:8249-28244] 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L931, complete] completed CON-POST MID= -1, Token=008D42B4B9B620B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28244, Token=008D42B4B9B620B2, OptionSet={"Object-Security":0x0930}, acked 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48! 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933] send request 08:19:50.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L933] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:19:50.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933] added with generated mid KeyMID[127.0.0.1:8249-28245], CON-POST MID=28245, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:19:50.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L933] added with generated token KeyToken[127.0.0.1:8249-E4F5D08A8BC8D13A], CON-POST MID=28245, Token=E4F5D08A8BC8D13A, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1 08:19:50.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28245], KeyToken[127.0.0.1:8249-E4F5D08A8BC8D13A]] 08:19:50.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E969,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28245, Token=E4F5D08A8BC8D13A, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1] 08:19:50.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28245] 08:19:50.167 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.167 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934] replace CON-POST MID=28245, Token=E4F5D08A8BC8D13A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28245, Token=E4F5D08A8BC8D13A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R934] send response NON-2.05 MID=28245, Token=null, OptionSet={}, "server responds hi" 08:19:50.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, complete]! 08:19:50.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R934, complete] completed NON-2.04 MID=28245, Token=E4F5D08A8BC8D13A, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C! 08:19:50.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E970,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28245, Token=E4F5D08A8BC8D13A, OptionSet={"Object-Security":0x}, 10 97 A9 41 28 35 5E 41 C6 68 1C 13 30 B9 33 7A 6F B3 24 44 96 58 1A 7B 4C 6F E9 4C] 08:19:50.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28245] 08:19:50.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, complete]! 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, complete] for token KeyToken[127.0.0.1:8249-E4F5D08A8BC8D13A] 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L933, complete] for MID KeyMID[127.0.0.1:8249-28245] 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L933, complete] completed CON-POST MID= -1, Token=E4F5D08A8BC8D13A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28245, Token=E4F5D08A8BC8D13A, OptionSet={"Object-Security":0x0931}, acked 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1! 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935] send request 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L935] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935] added with generated mid KeyMID[127.0.0.1:8249-28246], CON-POST MID=28246, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L935] added with generated token KeyToken[127.0.0.1:8249-D0754581D1823832], CON-POST MID=28246, Token=D0754581D1823832, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB 08:19:50.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28246], KeyToken[127.0.0.1:8249-D0754581D1823832]] 08:19:50.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E971,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28246, Token=D0754581D1823832, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB] 08:19:50.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28246] 08:19:50.170 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.170 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936] replace CON-POST MID=28246, Token=D0754581D1823832, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28246, Token=D0754581D1823832, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R936] send response NON-2.05 MID=28246, Token=null, OptionSet={}, "server responds hi" 08:19:50.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, complete]! 08:19:50.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R936, complete] completed NON-2.04 MID=28246, Token=D0754581D1823832, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0! 08:19:50.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E972,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28246, Token=D0754581D1823832, OptionSet={"Object-Security":0x}, 3E F2 CA 70 70 3F 0E B5 65 3E 51 64 FE 6B 8C 24 2F FC 21 9B 32 7D E2 4D F4 32 45 A0] 08:19:50.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28246] 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, complete]! 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, complete] for token KeyToken[127.0.0.1:8249-D0754581D1823832] 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L935, complete] for MID KeyMID[127.0.0.1:8249-28246] 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L935, complete] completed CON-POST MID= -1, Token=D0754581D1823832, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28246, Token=D0754581D1823832, OptionSet={"Object-Security":0x0932}, acked 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB! 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937] send request 08:19:50.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L937] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:19:50.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937] added with generated mid KeyMID[127.0.0.1:8249-28247], CON-POST MID=28247, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:19:50.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L937] added with generated token KeyToken[127.0.0.1:8249-7C52EE58CEA509A8], CON-POST MID=28247, Token=7C52EE58CEA509A8, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23 08:19:50.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28247], KeyToken[127.0.0.1:8249-7C52EE58CEA509A8]] 08:19:50.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E973,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28247, Token=7C52EE58CEA509A8, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23] 08:19:50.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28247] 08:19:50.172 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.172 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938] replace CON-POST MID=28247, Token=7C52EE58CEA509A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28247, Token=7C52EE58CEA509A8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R938] send response NON-2.05 MID=28247, Token=null, OptionSet={}, "server responds hi" 08:19:50.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, complete]! 08:19:50.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R938, complete] completed NON-2.04 MID=28247, Token=7C52EE58CEA509A8, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4! 08:19:50.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E974,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28247, Token=7C52EE58CEA509A8, OptionSet={"Object-Security":0x}, 55 B0 88 C1 2A B5 7C 17 AB 3F A2 11 56 D8 E8 A6 4B FB 35 28 4E 75 74 46 A4 78 25 D4] 08:19:50.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28247] 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, complete]! 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, complete] for token KeyToken[127.0.0.1:8249-7C52EE58CEA509A8] 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L937, complete] for MID KeyMID[127.0.0.1:8249-28247] 08:19:50.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L937, complete] completed CON-POST MID= -1, Token=7C52EE58CEA509A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28247, Token=7C52EE58CEA509A8, OptionSet={"Object-Security":0x0933}, acked 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23! 08:19:50.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939] send request 08:19:50.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L939] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:19:50.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939] added with generated mid KeyMID[127.0.0.1:8249-28248], CON-POST MID=28248, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:19:50.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L939] added with generated token KeyToken[127.0.0.1:8249-6801E491515E85E9], CON-POST MID=28248, Token=6801E491515E85E9, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A 08:19:50.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28248], KeyToken[127.0.0.1:8249-6801E491515E85E9]] 08:19:50.174 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E975,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28248, Token=6801E491515E85E9, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A] 08:19:50.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28248] 08:19:50.175 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.175 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940] replace CON-POST MID=28248, Token=6801E491515E85E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28248, Token=6801E491515E85E9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R940] send response NON-2.05 MID=28248, Token=null, OptionSet={}, "server responds hi" 08:19:50.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, complete]! 08:19:50.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R940, complete] completed NON-2.04 MID=28248, Token=6801E491515E85E9, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81! 08:19:50.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E976,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28248, Token=6801E491515E85E9, OptionSet={"Object-Security":0x}, 94 79 A0 63 7F F8 52 18 44 F9 DD BE 9C 61 D1 ED A9 56 EB 02 F4 58 20 AA 78 8D C9 81] 08:19:50.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28248] 08:19:50.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, complete]! 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, complete] for token KeyToken[127.0.0.1:8249-6801E491515E85E9] 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L939, complete] for MID KeyMID[127.0.0.1:8249-28248] 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L939, complete] completed CON-POST MID= -1, Token=6801E491515E85E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28248, Token=6801E491515E85E9, OptionSet={"Object-Security":0x0934}, acked B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A! 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941] send request 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L941] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941] added with generated mid KeyMID[127.0.0.1:8249-28249], CON-POST MID=28249, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:19:50.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L941] added with generated token KeyToken[127.0.0.1:8249-FCF530E4189D0344], CON-POST MID=28249, Token=FCF530E4189D0344, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36 08:19:50.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28249], KeyToken[127.0.0.1:8249-FCF530E4189D0344]] 08:19:50.177 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E977,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28249, Token=FCF530E4189D0344, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36] 08:19:50.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28249] 08:19:50.177 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.177 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942] replace CON-POST MID=28249, Token=FCF530E4189D0344, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28249, Token=FCF530E4189D0344, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R942] send response NON-2.05 MID=28249, Token=null, OptionSet={}, "server responds hi" 08:19:50.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, complete]! 08:19:50.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R942, complete] completed NON-2.04 MID=28249, Token=FCF530E4189D0344, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D! 08:19:50.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E978,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28249, Token=FCF530E4189D0344, OptionSet={"Object-Security":0x}, FC 3C 3B 86 9D 6D 23 A1 CE 12 2A EA E5 58 E8 4D C6 7F 93 D6 36 6A B3 58 06 29 56 2D] 08:19:50.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28249] 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, complete]! 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, complete] for token KeyToken[127.0.0.1:8249-FCF530E4189D0344] 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L941, complete] for MID KeyMID[127.0.0.1:8249-28249] 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L941, complete] completed CON-POST MID= -1, Token=FCF530E4189D0344, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28249, Token=FCF530E4189D0344, OptionSet={"Object-Security":0x0935}, acked 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36! 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943] send request 08:19:50.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L943] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:19:50.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943] added with generated mid KeyMID[127.0.0.1:8249-28250], CON-POST MID=28250, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:19:50.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L943] added with generated token KeyToken[127.0.0.1:8249-680745CAAFB0AC4D], CON-POST MID=28250, Token=680745CAAFB0AC4D, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA 08:19:50.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28250], KeyToken[127.0.0.1:8249-680745CAAFB0AC4D]] 08:19:50.179 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E979,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28250, Token=680745CAAFB0AC4D, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA] 08:19:50.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28250] 08:19:50.179 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.179 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944] replace CON-POST MID=28250, Token=680745CAAFB0AC4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28250, Token=680745CAAFB0AC4D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R944] send response NON-2.05 MID=28250, Token=null, OptionSet={}, "server responds hi" 08:19:50.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, complete]! 08:19:50.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R944, complete] completed NON-2.04 MID=28250, Token=680745CAAFB0AC4D, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75! 08:19:50.180 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E980,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28250, Token=680745CAAFB0AC4D, OptionSet={"Object-Security":0x}, FD 16 C8 55 F5 81 5A 2F AD 30 61 F6 32 98 0B 54 62 42 F0 F6 D3 46 C1 B5 C2 C6 09 75] 08:19:50.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28250] 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, complete]! 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, complete] for token KeyToken[127.0.0.1:8249-680745CAAFB0AC4D] 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L943, complete] for MID KeyMID[127.0.0.1:8249-28250] 08:19:50.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L943, complete] completed CON-POST MID= -1, Token=680745CAAFB0AC4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28250, Token=680745CAAFB0AC4D, OptionSet={"Object-Security":0x0936}, acked 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA! 08:19:50.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945] send request 08:19:50.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L945] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:19:50.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945] added with generated mid KeyMID[127.0.0.1:8249-28251], CON-POST MID=28251, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:19:50.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L945] added with generated token KeyToken[127.0.0.1:8249-C06A03C4458D362A], CON-POST MID=28251, Token=C06A03C4458D362A, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33 08:19:50.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28251], KeyToken[127.0.0.1:8249-C06A03C4458D362A]] 08:19:50.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E981,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28251, Token=C06A03C4458D362A, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33] 08:19:50.182 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28251] 08:19:50.182 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.182 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946] replace CON-POST MID=28251, Token=C06A03C4458D362A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28251, Token=C06A03C4458D362A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R946] send response NON-2.05 MID=28251, Token=null, OptionSet={}, "server responds hi" 08:19:50.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, complete]! 08:19:50.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R946, complete] completed NON-2.04 MID=28251, Token=C06A03C4458D362A, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01! 08:19:50.182 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E982,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28251, Token=C06A03C4458D362A, OptionSet={"Object-Security":0x}, F4 30 A8 4D 8D 4E AD 4F 58 6A 5E 59 AC 4A BE B3 C0 FB 0B 1A 82 4F 0B 74 3B B0 4A 01] 08:19:50.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28251] 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, complete]! 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, complete] for token KeyToken[127.0.0.1:8249-C06A03C4458D362A] 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L945, complete] for MID KeyMID[127.0.0.1:8249-28251] 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L945, complete] completed CON-POST MID= -1, Token=C06A03C4458D362A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28251, Token=C06A03C4458D362A, OptionSet={"Object-Security":0x0937}, acked 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33! 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947] send request 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L947] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:19:50.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947] added with generated mid KeyMID[127.0.0.1:8249-28252], CON-POST MID=28252, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:19:50.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L947] added with generated token KeyToken[127.0.0.1:8249-740DDA9FEA1B708C], CON-POST MID=28252, Token=740DDA9FEA1B708C, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B 08:19:50.184 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28252], KeyToken[127.0.0.1:8249-740DDA9FEA1B708C]] 08:19:50.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E983,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28252, Token=740DDA9FEA1B708C, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B] 08:19:50.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28252] 08:19:50.184 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.184 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948] replace CON-POST MID=28252, Token=740DDA9FEA1B708C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28252, Token=740DDA9FEA1B708C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R948] send response NON-2.05 MID=28252, Token=null, OptionSet={}, "server responds hi" 08:19:50.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, complete]! 08:19:50.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R948, complete] completed NON-2.04 MID=28252, Token=740DDA9FEA1B708C, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0! 08:19:50.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E984,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28252, Token=740DDA9FEA1B708C, OptionSet={"Object-Security":0x}, 51 C3 15 74 54 57 36 BA 9F 64 CE F3 7B 34 05 00 0B C2 69 4F 1F D5 49 FA D0 62 91 E0] 08:19:50.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28252] 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, complete]! 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, complete] for token KeyToken[127.0.0.1:8249-740DDA9FEA1B708C] 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L947, complete] for MID KeyMID[127.0.0.1:8249-28252] 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L947, complete] completed CON-POST MID= -1, Token=740DDA9FEA1B708C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28252, Token=740DDA9FEA1B708C, OptionSet={"Object-Security":0x0938}, acked A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B! 08:19:50.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949] send request 08:19:50.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L949] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:19:50.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949] added with generated mid KeyMID[127.0.0.1:8249-28253], CON-POST MID=28253, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:19:50.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L949] added with generated token KeyToken[127.0.0.1:8249-B4A66F7399E09362], CON-POST MID=28253, Token=B4A66F7399E09362, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7 08:19:50.186 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28253], KeyToken[127.0.0.1:8249-B4A66F7399E09362]] 08:19:50.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E985,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28253, Token=B4A66F7399E09362, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7] 08:19:50.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28253] 08:19:50.186 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.186 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950] replace CON-POST MID=28253, Token=B4A66F7399E09362, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28253, Token=B4A66F7399E09362, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R950] send response NON-2.05 MID=28253, Token=null, OptionSet={}, "server responds hi" 08:19:50.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, complete]! 08:19:50.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R950, complete] completed NON-2.04 MID=28253, Token=B4A66F7399E09362, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8! 08:19:50.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E986,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28253, Token=B4A66F7399E09362, OptionSet={"Object-Security":0x}, D1 37 96 34 41 A6 DB 5A 10 DD 45 83 FC AE 03 5A 25 3B CB 37 76 9A 0F 7C C0 46 E0 A8] 08:19:50.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28253] 08:19:50.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, complete]! 08:19:50.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, complete] for token KeyToken[127.0.0.1:8249-B4A66F7399E09362] 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L949, complete] for MID KeyMID[127.0.0.1:8249-28253] 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L949, complete] completed CON-POST MID= -1, Token=B4A66F7399E09362, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28253, Token=B4A66F7399E09362, OptionSet={"Object-Security":0x0939}, acked D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7! 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951] send request 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L951] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951] added with generated mid KeyMID[127.0.0.1:8249-28254], CON-POST MID=28254, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L951] added with generated token KeyToken[127.0.0.1:8249-B89EA66F86AF4E7A], CON-POST MID=28254, Token=B89EA66F86AF4E7A, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6 08:19:50.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28254], KeyToken[127.0.0.1:8249-B89EA66F86AF4E7A]] 08:19:50.189 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E987,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28254, Token=B89EA66F86AF4E7A, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6] 08:19:50.189 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28254] 08:19:50.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952] replace CON-POST MID=28254, Token=B89EA66F86AF4E7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28254, Token=B89EA66F86AF4E7A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R952] send response NON-2.05 MID=28254, Token=null, OptionSet={}, "server responds hi" 08:19:50.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, complete]! 08:19:50.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R952, complete] completed NON-2.04 MID=28254, Token=B89EA66F86AF4E7A, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B! 08:19:50.189 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E988,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28254, Token=B89EA66F86AF4E7A, OptionSet={"Object-Security":0x}, 6D 46 79 CC 81 37 5A 51 74 82 15 9A 07 B8 2B 6A 01 A4 EB 73 0C 67 E8 46 7F 5E 52 9B] 08:19:50.190 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28254] 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, complete]! 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, complete] for token KeyToken[127.0.0.1:8249-B89EA66F86AF4E7A] 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L951, complete] for MID KeyMID[127.0.0.1:8249-28254] 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L951, complete] completed CON-POST MID= -1, Token=B89EA66F86AF4E7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28254, Token=B89EA66F86AF4E7A, OptionSet={"Object-Security":0x093A}, acked 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6! 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953] send request 08:19:50.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L953] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:19:50.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953] added with generated mid KeyMID[127.0.0.1:8249-28255], CON-POST MID=28255, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:19:50.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L953] added with generated token KeyToken[127.0.0.1:8249-505A66215C264351], CON-POST MID=28255, Token=505A66215C264351, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98 08:19:50.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28255], KeyToken[127.0.0.1:8249-505A66215C264351]] 08:19:50.191 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E989,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28255, Token=505A66215C264351, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98] 08:19:50.191 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28255] 08:19:50.191 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.191 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954] replace CON-POST MID=28255, Token=505A66215C264351, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28255, Token=505A66215C264351, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R954] send response NON-2.05 MID=28255, Token=null, OptionSet={}, "server responds hi" 08:19:50.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, complete]! 08:19:50.192 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R954, complete] completed NON-2.04 MID=28255, Token=505A66215C264351, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B! 08:19:50.192 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E990,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28255, Token=505A66215C264351, OptionSet={"Object-Security":0x}, 95 16 4F 77 4B F0 22 E4 13 76 C4 D5 E5 1F 90 A6 BA 16 A6 03 07 22 42 A6 2C F8 D3 8B] 08:19:50.192 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28255] 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, complete]! 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, complete] for token KeyToken[127.0.0.1:8249-505A66215C264351] 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L953, complete] for MID KeyMID[127.0.0.1:8249-28255] 08:19:50.192 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L953, complete] completed CON-POST MID= -1, Token=505A66215C264351, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28255, Token=505A66215C264351, OptionSet={"Object-Security":0x093B}, acked 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98! 08:19:50.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955] send request 08:19:50.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L955] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:19:50.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955] added with generated mid KeyMID[127.0.0.1:8249-28256], CON-POST MID=28256, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:19:50.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L955] added with generated token KeyToken[127.0.0.1:8249-B0D4473E04801F20], CON-POST MID=28256, Token=B0D4473E04801F20, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76 08:19:50.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28256], KeyToken[127.0.0.1:8249-B0D4473E04801F20]] 08:19:50.193 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.193 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E991,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28256, Token=B0D4473E04801F20, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76] 08:19:50.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28256] 08:19:50.194 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.194 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956] replace CON-POST MID=28256, Token=B0D4473E04801F20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28256, Token=B0D4473E04801F20, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R956] send response NON-2.05 MID=28256, Token=null, OptionSet={}, "server responds hi" 08:19:50.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, complete]! 08:19:50.194 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R956, complete] completed NON-2.04 MID=28256, Token=B0D4473E04801F20, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE! 08:19:50.194 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E992,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28256, Token=B0D4473E04801F20, OptionSet={"Object-Security":0x}, BF D7 38 E2 61 EE 89 39 41 5E 26 93 07 00 2F A1 33 12 90 8F 9A 8C C4 34 E4 B3 10 EE] 08:19:50.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28256] 08:19:50.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, complete]! 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, complete] for token KeyToken[127.0.0.1:8249-B0D4473E04801F20] 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L955, complete] for MID KeyMID[127.0.0.1:8249-28256] 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L955, complete] completed CON-POST MID= -1, Token=B0D4473E04801F20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28256, Token=B0D4473E04801F20, OptionSet={"Object-Security":0x093C}, acked 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76! 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957] send request 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L957] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957] added with generated mid KeyMID[127.0.0.1:8249-28257], CON-POST MID=28257, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:19:50.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L957] added with generated token KeyToken[127.0.0.1:8249-00DEFC69E9D3EC40], CON-POST MID=28257, Token=00DEFC69E9D3EC40, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE 08:19:50.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28257], KeyToken[127.0.0.1:8249-00DEFC69E9D3EC40]] 08:19:50.196 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E993,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28257, Token=00DEFC69E9D3EC40, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE] 08:19:50.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28257] 08:19:50.196 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.196 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958] replace CON-POST MID=28257, Token=00DEFC69E9D3EC40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28257, Token=00DEFC69E9D3EC40, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R958] send response NON-2.05 MID=28257, Token=null, OptionSet={}, "server responds hi" 08:19:50.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, complete]! 08:19:50.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R958, complete] completed NON-2.04 MID=28257, Token=00DEFC69E9D3EC40, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25! 08:19:50.197 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E994,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28257, Token=00DEFC69E9D3EC40, OptionSet={"Object-Security":0x}, 97 80 91 91 5C B9 BF 27 A5 2F 43 CF 0D 0E BF 82 C0 F3 42 74 02 8D 2D 92 51 C2 7E 25] 08:19:50.197 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28257] 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, complete]! 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, complete] for token KeyToken[127.0.0.1:8249-00DEFC69E9D3EC40] 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L957, complete] for MID KeyMID[127.0.0.1:8249-28257] 08:19:50.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L957, complete] completed CON-POST MID= -1, Token=00DEFC69E9D3EC40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28257, Token=00DEFC69E9D3EC40, OptionSet={"Object-Security":0x093D}, acked 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE! 08:19:50.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959] send request 08:19:50.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L959] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:19:50.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959] added with generated mid KeyMID[127.0.0.1:8249-28258], CON-POST MID=28258, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:19:50.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L959] added with generated token KeyToken[127.0.0.1:8249-ECEF76A4A5511C97], CON-POST MID=28258, Token=ECEF76A4A5511C97, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D 08:19:50.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28258], KeyToken[127.0.0.1:8249-ECEF76A4A5511C97]] 08:19:50.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E995,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28258, Token=ECEF76A4A5511C97, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D] 08:19:50.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28258] 08:19:50.253 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.253 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960] replace CON-POST MID=28258, Token=ECEF76A4A5511C97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28258, Token=ECEF76A4A5511C97, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R960] send response NON-2.05 MID=28258, Token=null, OptionSet={}, "server responds hi" 08:19:50.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, complete]! 08:19:50.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R960, complete] completed NON-2.04 MID=28258, Token=ECEF76A4A5511C97, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E! 08:19:50.253 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E996,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28258, Token=ECEF76A4A5511C97, OptionSet={"Object-Security":0x}, B0 A6 E5 2E 6E 2F 23 94 92 8E 4B B5 E6 4B 24 AE 79 30 1B CA B1 DC 4A 6D E7 4E 84 6E] 08:19:50.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28258] 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, complete]! 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, complete] for token KeyToken[127.0.0.1:8249-ECEF76A4A5511C97] 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L959, complete] for MID KeyMID[127.0.0.1:8249-28258] 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L959, complete] completed CON-POST MID= -1, Token=ECEF76A4A5511C97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28258, Token=ECEF76A4A5511C97, OptionSet={"Object-Security":0x093E}, acked F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D! 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961] send request 08:19:50.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L961] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:19:50.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961] added with generated mid KeyMID[127.0.0.1:8249-28259], CON-POST MID=28259, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:19:50.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L961] added with generated token KeyToken[127.0.0.1:8249-58CD132B9629920C], CON-POST MID=28259, Token=58CD132B9629920C, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A 08:19:50.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28259], KeyToken[127.0.0.1:8249-58CD132B9629920C]] 08:19:50.255 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E997,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28259, Token=58CD132B9629920C, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A] 08:19:50.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28259] 08:19:50.255 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.255 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962] replace CON-POST MID=28259, Token=58CD132B9629920C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28259, Token=58CD132B9629920C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R962] send response NON-2.05 MID=28259, Token=null, OptionSet={}, "server responds hi" 08:19:50.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, complete]! 08:19:50.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R962, complete] completed NON-2.04 MID=28259, Token=58CD132B9629920C, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02! 08:19:50.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E998,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28259, Token=58CD132B9629920C, OptionSet={"Object-Security":0x}, 59 EA A4 13 50 89 2E 13 5A 14 69 93 E5 D2 E6 4C 89 30 4F 9F F5 D5 C7 24 6F 0E AB 02] 08:19:50.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28259] 08:19:50.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, complete]! 08:19:50.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, complete] for token KeyToken[127.0.0.1:8249-58CD132B9629920C] 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L961, complete] for MID KeyMID[127.0.0.1:8249-28259] 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L961, complete] completed CON-POST MID= -1, Token=58CD132B9629920C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28259, Token=58CD132B9629920C, OptionSet={"Object-Security":0x093F}, acked E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A! 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963] send request 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L963] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963] added with generated mid KeyMID[127.0.0.1:8249-28260], CON-POST MID=28260, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L963] added with generated token KeyToken[127.0.0.1:8249-888BAC740EAFA81C], CON-POST MID=28260, Token=888BAC740EAFA81C, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49 08:19:50.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28260], KeyToken[127.0.0.1:8249-888BAC740EAFA81C]] 08:19:50.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E999,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28260, Token=888BAC740EAFA81C, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49] 08:19:50.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28260] 08:19:50.258 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.258 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964] replace CON-POST MID=28260, Token=888BAC740EAFA81C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28260, Token=888BAC740EAFA81C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R964] send response NON-2.05 MID=28260, Token=null, OptionSet={}, "server responds hi" 08:19:50.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, complete]! 08:19:50.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R964, complete] completed NON-2.04 MID=28260, Token=888BAC740EAFA81C, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E! 08:19:50.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,000,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28260, Token=888BAC740EAFA81C, OptionSet={"Object-Security":0x}, 9B 7B 39 1D A7 DE 1B 8F 66 D8 DA 5A AD C6 FC C2 C5 AE 51 45 45 71 C8 A8 EF A1 67 8E] 08:19:50.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28260] 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, complete]! 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, complete] for token KeyToken[127.0.0.1:8249-888BAC740EAFA81C] 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L963, complete] for MID KeyMID[127.0.0.1:8249-28260] 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L963, complete] completed CON-POST MID= -1, Token=888BAC740EAFA81C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28260, Token=888BAC740EAFA81C, OptionSet={"Object-Security":0x0940}, acked C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49! 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965] send request 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L965] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:19:50.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965] added with generated mid KeyMID[127.0.0.1:8249-28261], CON-POST MID=28261, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:19:50.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L965] added with generated token KeyToken[127.0.0.1:8249-B8821F76D2FB8B4A], CON-POST MID=28261, Token=B8821F76D2FB8B4A, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6 08:19:50.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28261], KeyToken[127.0.0.1:8249-B8821F76D2FB8B4A]] 08:19:50.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,001,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28261, Token=B8821F76D2FB8B4A, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6] 08:19:50.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28261] 08:19:50.260 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.260 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966] replace CON-POST MID=28261, Token=B8821F76D2FB8B4A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28261, Token=B8821F76D2FB8B4A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R966] send response NON-2.05 MID=28261, Token=null, OptionSet={}, "server responds hi" 08:19:50.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, complete]! 08:19:50.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R966, complete] completed NON-2.04 MID=28261, Token=B8821F76D2FB8B4A, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C! 08:19:50.261 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,002,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28261, Token=B8821F76D2FB8B4A, OptionSet={"Object-Security":0x}, 2A 8E 7A 5D 51 B0 B5 1C DF 60 ED 35 6A E8 36 1F D9 20 DA 8C 96 5E 90 04 6C A2 37 3C] 08:19:50.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28261] 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, complete]! 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, complete] for token KeyToken[127.0.0.1:8249-B8821F76D2FB8B4A] 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L965, complete] for MID KeyMID[127.0.0.1:8249-28261] 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L965, complete] completed CON-POST MID= -1, Token=B8821F76D2FB8B4A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28261, Token=B8821F76D2FB8B4A, OptionSet={"Object-Security":0x0941}, acked 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6! 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967] send request 08:19:50.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L967] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:19:50.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967] added with generated mid KeyMID[127.0.0.1:8249-28262], CON-POST MID=28262, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:19:50.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L967] added with generated token KeyToken[127.0.0.1:8249-68F3F036261150AD], CON-POST MID=28262, Token=68F3F036261150AD, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77 08:19:50.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28262], KeyToken[127.0.0.1:8249-68F3F036261150AD]] 08:19:50.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,003,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28262, Token=68F3F036261150AD, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77] 08:19:50.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28262] 08:19:50.262 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.262 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968] replace CON-POST MID=28262, Token=68F3F036261150AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28262, Token=68F3F036261150AD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R968] send response NON-2.05 MID=28262, Token=null, OptionSet={}, "server responds hi" 08:19:50.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, complete]! 08:19:50.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R968, complete] completed NON-2.04 MID=28262, Token=68F3F036261150AD, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA! 08:19:50.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,004,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28262, Token=68F3F036261150AD, OptionSet={"Object-Security":0x}, B2 11 6B 9A C3 43 9E 3F 90 39 D8 AD E2 FF 64 F1 B0 07 18 C2 5A E7 66 BA E8 55 15 BA] 08:19:50.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28262] 08:19:50.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, complete]! 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, complete] for token KeyToken[127.0.0.1:8249-68F3F036261150AD] 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L967, complete] for MID KeyMID[127.0.0.1:8249-28262] 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L967, complete] completed CON-POST MID= -1, Token=68F3F036261150AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28262, Token=68F3F036261150AD, OptionSet={"Object-Security":0x0942}, acked FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77! 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969] send request 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L969] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969] added with generated mid KeyMID[127.0.0.1:8249-28263], CON-POST MID=28263, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L969] added with generated token KeyToken[127.0.0.1:8249-2879CD932F181048], CON-POST MID=28263, Token=2879CD932F181048, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1 08:19:50.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28263], KeyToken[127.0.0.1:8249-2879CD932F181048]] 08:19:50.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,005,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28263, Token=2879CD932F181048, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1] 08:19:50.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28263] 08:19:50.265 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.265 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970] replace CON-POST MID=28263, Token=2879CD932F181048, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28263, Token=2879CD932F181048, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R970] send response NON-2.05 MID=28263, Token=null, OptionSet={}, "server responds hi" 08:19:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, complete]! 08:19:50.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R970, complete] completed NON-2.04 MID=28263, Token=2879CD932F181048, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2! 08:19:50.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,006,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28263, Token=2879CD932F181048, OptionSet={"Object-Security":0x}, 4C B6 AF E5 93 58 83 DC 4C 03 B7 A0 06 FB 1D B0 30 87 85 AA B9 C5 BF 07 18 27 62 E2] 08:19:50.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28263] 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, complete]! 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, complete] for token KeyToken[127.0.0.1:8249-2879CD932F181048] 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L969, complete] for MID KeyMID[127.0.0.1:8249-28263] 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L969, complete] completed CON-POST MID= -1, Token=2879CD932F181048, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28263, Token=2879CD932F181048, OptionSet={"Object-Security":0x0943}, acked 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1! 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971] send request 08:19:50.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L971] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:19:50.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971] added with generated mid KeyMID[127.0.0.1:8249-28264], CON-POST MID=28264, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:19:50.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L971] added with generated token KeyToken[127.0.0.1:8249-CC0300B8A4848FC6], CON-POST MID=28264, Token=CC0300B8A4848FC6, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B 08:19:50.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28264], KeyToken[127.0.0.1:8249-CC0300B8A4848FC6]] 08:19:50.267 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,007,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28264, Token=CC0300B8A4848FC6, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B] 08:19:50.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28264] 08:19:50.267 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.267 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972] replace CON-POST MID=28264, Token=CC0300B8A4848FC6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28264, Token=CC0300B8A4848FC6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R972] send response NON-2.05 MID=28264, Token=null, OptionSet={}, "server responds hi" 08:19:50.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, complete]! 08:19:50.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R972, complete] completed NON-2.04 MID=28264, Token=CC0300B8A4848FC6, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7! 08:19:50.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,008,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28264, Token=CC0300B8A4848FC6, OptionSet={"Object-Security":0x}, 59 DD 3A 84 1F 0B 44 95 2D 75 AC 5F 8C DA 79 0E FE F2 43 6F 66 4F AE 28 F0 4F 7A A7] 08:19:50.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28264] 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, complete]! 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, complete] for token KeyToken[127.0.0.1:8249-CC0300B8A4848FC6] 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L971, complete] for MID KeyMID[127.0.0.1:8249-28264] 08:19:50.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L971, complete] completed CON-POST MID= -1, Token=CC0300B8A4848FC6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28264, Token=CC0300B8A4848FC6, OptionSet={"Object-Security":0x0944}, acked F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B! 08:19:50.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973] send request 08:19:50.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L973] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:19:50.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973] added with generated mid KeyMID[127.0.0.1:8249-28265], CON-POST MID=28265, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:19:50.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L973] added with generated token KeyToken[127.0.0.1:8249-0CB78A72C14B2CC5], CON-POST MID=28265, Token=0CB78A72C14B2CC5, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB 08:19:50.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28265], KeyToken[127.0.0.1:8249-0CB78A72C14B2CC5]] 08:19:50.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,009,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28265, Token=0CB78A72C14B2CC5, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB] 08:19:50.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28265] 08:19:50.269 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.269 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974] replace CON-POST MID=28265, Token=0CB78A72C14B2CC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28265, Token=0CB78A72C14B2CC5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R974] send response NON-2.05 MID=28265, Token=null, OptionSet={}, "server responds hi" 08:19:50.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, complete]! 08:19:50.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R974, complete] completed NON-2.04 MID=28265, Token=0CB78A72C14B2CC5, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C! 08:19:50.270 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,010,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28265, Token=0CB78A72C14B2CC5, OptionSet={"Object-Security":0x}, 98 88 2E F2 F0 7C F8 77 2A 96 04 E9 8A 77 F9 4B 72 80 8C BA C5 0B 25 77 D4 77 B7 6C] 08:19:50.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28265] 08:19:50.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, complete]! 08:19:50.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, complete] for token KeyToken[127.0.0.1:8249-0CB78A72C14B2CC5] 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L973, complete] for MID KeyMID[127.0.0.1:8249-28265] 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L973, complete] completed CON-POST MID= -1, Token=0CB78A72C14B2CC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28265, Token=0CB78A72C14B2CC5, OptionSet={"Object-Security":0x0945}, acked F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB! 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975] send request 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L975] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975] added with generated mid KeyMID[127.0.0.1:8249-28266], CON-POST MID=28266, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L975] added with generated token KeyToken[127.0.0.1:8249-6C67B654E7E18D7D], CON-POST MID=28266, Token=6C67B654E7E18D7D, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E 08:19:50.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28266], KeyToken[127.0.0.1:8249-6C67B654E7E18D7D]] 08:19:50.271 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,011,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28266, Token=6C67B654E7E18D7D, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E] 08:19:50.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28266] 08:19:50.272 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.272 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976] replace CON-POST MID=28266, Token=6C67B654E7E18D7D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28266, Token=6C67B654E7E18D7D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R976] send response NON-2.05 MID=28266, Token=null, OptionSet={}, "server responds hi" 08:19:50.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, complete]! 08:19:50.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R976, complete] completed NON-2.04 MID=28266, Token=6C67B654E7E18D7D, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66! 08:19:50.272 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,012,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28266, Token=6C67B654E7E18D7D, OptionSet={"Object-Security":0x}, D3 94 F7 04 8F DA 7B BE 9F AB F2 0D D8 9E B9 C2 B4 B8 85 06 67 8D 53 B7 60 A5 F5 66] 08:19:50.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28266] 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, complete]! 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, complete] for token KeyToken[127.0.0.1:8249-6C67B654E7E18D7D] 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L975, complete] for MID KeyMID[127.0.0.1:8249-28266] 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L975, complete] completed CON-POST MID= -1, Token=6C67B654E7E18D7D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28266, Token=6C67B654E7E18D7D, OptionSet={"Object-Security":0x0946}, acked 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E! 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977] send request 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L977] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:19:50.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977] added with generated mid KeyMID[127.0.0.1:8249-28267], CON-POST MID=28267, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:19:50.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L977] added with generated token KeyToken[127.0.0.1:8249-A03F86788E833D95], CON-POST MID=28267, Token=A03F86788E833D95, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41 08:19:50.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28267], KeyToken[127.0.0.1:8249-A03F86788E833D95]] 08:19:50.274 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,013,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28267, Token=A03F86788E833D95, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41] 08:19:50.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28267] 08:19:50.274 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.274 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978] replace CON-POST MID=28267, Token=A03F86788E833D95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28267, Token=A03F86788E833D95, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R978] send response NON-2.05 MID=28267, Token=null, OptionSet={}, "server responds hi" 08:19:50.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, complete]! 08:19:50.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R978, complete] completed NON-2.04 MID=28267, Token=A03F86788E833D95, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51! 08:19:50.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,014,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28267, Token=A03F86788E833D95, OptionSet={"Object-Security":0x}, B8 A8 6D 1B 95 02 AF 2B 71 03 9E FD D4 F2 82 06 8E 45 9C E6 64 CF BA FF EF 16 DC 51] 08:19:50.275 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28267] 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, complete]! 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, complete] for token KeyToken[127.0.0.1:8249-A03F86788E833D95] 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L977, complete] for MID KeyMID[127.0.0.1:8249-28267] 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L977, complete] completed CON-POST MID= -1, Token=A03F86788E833D95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28267, Token=A03F86788E833D95, OptionSet={"Object-Security":0x0947}, acked 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41! 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979] send request 08:19:50.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L979] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:19:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979] added with generated mid KeyMID[127.0.0.1:8249-28268], CON-POST MID=28268, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:19:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L979] added with generated token KeyToken[127.0.0.1:8249-04D2D0E6D8E8D765], CON-POST MID=28268, Token=04D2D0E6D8E8D765, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95 08:19:50.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28268], KeyToken[127.0.0.1:8249-04D2D0E6D8E8D765]] 08:19:50.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,015,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28268, Token=04D2D0E6D8E8D765, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95] 08:19:50.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28268] 08:19:50.276 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.276 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980] replace CON-POST MID=28268, Token=04D2D0E6D8E8D765, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28268, Token=04D2D0E6D8E8D765, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R980] send response NON-2.05 MID=28268, Token=null, OptionSet={}, "server responds hi" 08:19:50.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, complete]! 08:19:50.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R980, complete] completed NON-2.04 MID=28268, Token=04D2D0E6D8E8D765, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2! 08:19:50.277 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,016,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28268, Token=04D2D0E6D8E8D765, OptionSet={"Object-Security":0x}, 8B 25 C1 C8 4B 19 58 43 DA AF DA 09 45 57 BD CA 8A 47 FF 05 E9 BA 25 40 2E 30 B6 E2] 08:19:50.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28268] 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, complete]! 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, complete] for token KeyToken[127.0.0.1:8249-04D2D0E6D8E8D765] 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L979, complete] for MID KeyMID[127.0.0.1:8249-28268] 08:19:50.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L979, complete] completed CON-POST MID= -1, Token=04D2D0E6D8E8D765, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28268, Token=04D2D0E6D8E8D765, OptionSet={"Object-Security":0x0948}, acked 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95! 08:19:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981] send request 08:19:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L981] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:19:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981] added with generated mid KeyMID[127.0.0.1:8249-28269], CON-POST MID=28269, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:19:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L981] added with generated token KeyToken[127.0.0.1:8249-2485899AECBEE18A], CON-POST MID=28269, Token=2485899AECBEE18A, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95 08:19:50.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28269], KeyToken[127.0.0.1:8249-2485899AECBEE18A]] 08:19:50.278 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,017,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28269, Token=2485899AECBEE18A, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95] 08:19:50.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28269] 08:19:50.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982] replace CON-POST MID=28269, Token=2485899AECBEE18A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28269, Token=2485899AECBEE18A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R982] send response NON-2.05 MID=28269, Token=null, OptionSet={}, "server responds hi" 08:19:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, complete]! 08:19:50.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R982, complete] completed NON-2.04 MID=28269, Token=2485899AECBEE18A, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7! 08:19:50.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,018,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28269, Token=2485899AECBEE18A, OptionSet={"Object-Security":0x}, B7 CE 53 D9 51 EA 91 53 9E E1 B8 BB E9 C2 0A 51 B6 8A 7C 64 C0 9C 10 D5 29 00 CA C7] 08:19:50.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28269] 08:19:50.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, complete]! 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, complete] for token KeyToken[127.0.0.1:8249-2485899AECBEE18A] 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L981, complete] for MID KeyMID[127.0.0.1:8249-28269] 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L981, complete] completed CON-POST MID= -1, Token=2485899AECBEE18A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28269, Token=2485899AECBEE18A, OptionSet={"Object-Security":0x0949}, acked DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95! 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983] send request 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L983] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983] added with generated mid KeyMID[127.0.0.1:8249-28270], CON-POST MID=28270, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L983] added with generated token KeyToken[127.0.0.1:8249-44C4D7A8B78E5928], CON-POST MID=28270, Token=44C4D7A8B78E5928, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB 08:19:50.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28270], KeyToken[127.0.0.1:8249-44C4D7A8B78E5928]] 08:19:50.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,019,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28270, Token=44C4D7A8B78E5928, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB] 08:19:50.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28270] 08:19:50.281 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.281 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984] replace CON-POST MID=28270, Token=44C4D7A8B78E5928, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28270, Token=44C4D7A8B78E5928, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R984] send response NON-2.05 MID=28270, Token=null, OptionSet={}, "server responds hi" 08:19:50.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, complete]! 08:19:50.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R984, complete] completed NON-2.04 MID=28270, Token=44C4D7A8B78E5928, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27! 08:19:50.281 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,020,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28270, Token=44C4D7A8B78E5928, OptionSet={"Object-Security":0x}, E1 F1 C8 6F 40 E6 7F 94 3A 9D 47 BE 76 37 80 10 67 A2 88 66 0B F4 5B 34 0E C9 DD 27] 08:19:50.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28270] 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, complete]! 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, complete] for token KeyToken[127.0.0.1:8249-44C4D7A8B78E5928] 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L983, complete] for MID KeyMID[127.0.0.1:8249-28270] 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L983, complete] completed CON-POST MID= -1, Token=44C4D7A8B78E5928, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28270, Token=44C4D7A8B78E5928, OptionSet={"Object-Security":0x094A}, acked 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB! 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985] send request 08:19:50.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L985] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:19:50.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985] added with generated mid KeyMID[127.0.0.1:8249-28271], CON-POST MID=28271, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:19:50.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L985] added with generated token KeyToken[127.0.0.1:8249-60CF728E32911CF8], CON-POST MID=28271, Token=60CF728E32911CF8, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A 08:19:50.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28271], KeyToken[127.0.0.1:8249-60CF728E32911CF8]] 08:19:50.283 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,021,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28271, Token=60CF728E32911CF8, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A] 08:19:50.283 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28271] 08:19:50.283 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.283 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986] replace CON-POST MID=28271, Token=60CF728E32911CF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28271, Token=60CF728E32911CF8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R986] send response NON-2.05 MID=28271, Token=null, OptionSet={}, "server responds hi" 08:19:50.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, complete]! 08:19:50.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R986, complete] completed NON-2.04 MID=28271, Token=60CF728E32911CF8, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68! 08:19:50.284 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.284 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,022,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28271, Token=60CF728E32911CF8, OptionSet={"Object-Security":0x}, 10 6B 5A DA 7F 01 64 3F 95 8B 2A 90 08 C5 2F 1A 02 6B 03 4F B3 DD 38 4F 07 D4 DE 68] 08:19:50.284 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28271] 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, complete]! 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, complete] for token KeyToken[127.0.0.1:8249-60CF728E32911CF8] 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L985, complete] for MID KeyMID[127.0.0.1:8249-28271] 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L985, complete] completed CON-POST MID= -1, Token=60CF728E32911CF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28271, Token=60CF728E32911CF8, OptionSet={"Object-Security":0x094B}, acked 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A! 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987] send request 08:19:50.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L987] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:19:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987] added with generated mid KeyMID[127.0.0.1:8249-28272], CON-POST MID=28272, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:19:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L987] added with generated token KeyToken[127.0.0.1:8249-D0CC7E017D3E011F], CON-POST MID=28272, Token=D0CC7E017D3E011F, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A 08:19:50.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28272], KeyToken[127.0.0.1:8249-D0CC7E017D3E011F]] 08:19:50.285 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.285 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,023,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28272, Token=D0CC7E017D3E011F, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A] 08:19:50.285 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28272] 08:19:50.285 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.285 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988] replace CON-POST MID=28272, Token=D0CC7E017D3E011F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28272, Token=D0CC7E017D3E011F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R988] send response NON-2.05 MID=28272, Token=null, OptionSet={}, "server responds hi" 08:19:50.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, complete]! 08:19:50.286 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R988, complete] completed NON-2.04 MID=28272, Token=D0CC7E017D3E011F, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1! 08:19:50.286 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,024,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28272, Token=D0CC7E017D3E011F, OptionSet={"Object-Security":0x}, DE D9 9F C1 15 24 AB FC 2A BD DB 8D 45 97 C9 AE 14 A2 16 63 C0 A8 F0 21 9F 2E 0A D1] 08:19:50.286 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28272] 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, complete]! 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, complete] for token KeyToken[127.0.0.1:8249-D0CC7E017D3E011F] 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L987, complete] for MID KeyMID[127.0.0.1:8249-28272] 08:19:50.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L987, complete] completed CON-POST MID= -1, Token=D0CC7E017D3E011F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28272, Token=D0CC7E017D3E011F, OptionSet={"Object-Security":0x094C}, acked 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A! 08:19:50.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989] send request 08:19:50.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L989] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:19:50.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989] added with generated mid KeyMID[127.0.0.1:8249-28273], CON-POST MID=28273, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:19:50.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L989] added with generated token KeyToken[127.0.0.1:8249-EC6DE66ADB1F9331], CON-POST MID=28273, Token=EC6DE66ADB1F9331, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10 08:19:50.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28273], KeyToken[127.0.0.1:8249-EC6DE66ADB1F9331]] 08:19:50.287 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.287 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,025,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28273, Token=EC6DE66ADB1F9331, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10] 08:19:50.288 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28273] 08:19:50.288 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.288 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990] replace CON-POST MID=28273, Token=EC6DE66ADB1F9331, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28273, Token=EC6DE66ADB1F9331, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R990] send response NON-2.05 MID=28273, Token=null, OptionSet={}, "server responds hi" 08:19:50.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, complete]! 08:19:50.288 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R990, complete] completed NON-2.04 MID=28273, Token=EC6DE66ADB1F9331, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2! 08:19:50.288 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,026,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28273, Token=EC6DE66ADB1F9331, OptionSet={"Object-Security":0x}, A6 CC 6B C1 85 AA 1B A8 C9 1A B9 81 2B A4 DA 13 3D 77 E8 16 59 2B 20 B8 90 6E F0 E2] 08:19:50.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28273] 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, complete]! 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, complete] for token KeyToken[127.0.0.1:8249-EC6DE66ADB1F9331] 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L989, complete] for MID KeyMID[127.0.0.1:8249-28273] 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L989, complete] completed CON-POST MID= -1, Token=EC6DE66ADB1F9331, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28273, Token=EC6DE66ADB1F9331, OptionSet={"Object-Security":0x094D}, acked 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10! 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991] send request 08:19:50.289 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L991] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:19:50.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991] added with generated mid KeyMID[127.0.0.1:8249-28274], CON-POST MID=28274, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:19:50.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L991] added with generated token KeyToken[127.0.0.1:8249-40B00BAFD3512BFE], CON-POST MID=28274, Token=40B00BAFD3512BFE, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B 08:19:50.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28274], KeyToken[127.0.0.1:8249-40B00BAFD3512BFE]] 08:19:50.290 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,027,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28274, Token=40B00BAFD3512BFE, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B] 08:19:50.290 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28274] 08:19:50.290 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.290 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992] replace CON-POST MID=28274, Token=40B00BAFD3512BFE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28274, Token=40B00BAFD3512BFE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.290 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R992] send response NON-2.05 MID=28274, Token=null, OptionSet={}, "server responds hi" 08:19:50.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, complete]! 08:19:50.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R992, complete] completed NON-2.04 MID=28274, Token=40B00BAFD3512BFE, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C! 08:19:50.291 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,028,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28274, Token=40B00BAFD3512BFE, OptionSet={"Object-Security":0x}, 56 4C 55 2E 4D 87 98 7F 73 8A D4 B1 FB 9C 91 65 76 3F 5B 0B FC 1E 81 86 3D 23 3E 4C] 08:19:50.291 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28274] 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, complete]! 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, complete] for token KeyToken[127.0.0.1:8249-40B00BAFD3512BFE] 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L991, complete] for MID KeyMID[127.0.0.1:8249-28274] 08:19:50.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L991, complete] completed CON-POST MID= -1, Token=40B00BAFD3512BFE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28274, Token=40B00BAFD3512BFE, OptionSet={"Object-Security":0x094E}, acked 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B! 08:19:50.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993] send request 08:19:50.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L993] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:19:50.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993] added with generated mid KeyMID[127.0.0.1:8249-28275], CON-POST MID=28275, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:19:50.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L993] added with generated token KeyToken[127.0.0.1:8249-C43130A02C178E65], CON-POST MID=28275, Token=C43130A02C178E65, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D 08:19:50.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28275], KeyToken[127.0.0.1:8249-C43130A02C178E65]] 08:19:50.292 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,029,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28275, Token=C43130A02C178E65, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D] 08:19:50.292 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28275] 08:19:50.293 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.293 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994] replace CON-POST MID=28275, Token=C43130A02C178E65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28275, Token=C43130A02C178E65, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R994] send response NON-2.05 MID=28275, Token=null, OptionSet={}, "server responds hi" 08:19:50.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, complete]! 08:19:50.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R994, complete] completed NON-2.04 MID=28275, Token=C43130A02C178E65, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A! 08:19:50.293 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,030,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28275, Token=C43130A02C178E65, OptionSet={"Object-Security":0x}, 0E F8 18 8E 93 44 03 24 8B 5F B1 B9 ED 08 D5 EB F2 55 39 95 27 8F 8D 9F 21 E8 13 2A] 08:19:50.293 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28275] 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, complete]! 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, complete] for token KeyToken[127.0.0.1:8249-C43130A02C178E65] 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L993, complete] for MID KeyMID[127.0.0.1:8249-28275] 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L993, complete] completed CON-POST MID= -1, Token=C43130A02C178E65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28275, Token=C43130A02C178E65, OptionSet={"Object-Security":0x094F}, acked F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D! 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995] send request 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L995] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995] added with generated mid KeyMID[127.0.0.1:8249-28276], CON-POST MID=28276, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:19:50.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L995] added with generated token KeyToken[127.0.0.1:8249-44D17D5E22ED1156], CON-POST MID=28276, Token=44D17D5E22ED1156, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C 08:19:50.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28276], KeyToken[127.0.0.1:8249-44D17D5E22ED1156]] 08:19:50.295 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,031,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28276, Token=44D17D5E22ED1156, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C] 08:19:50.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28276] 08:19:50.295 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.295 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996] replace CON-POST MID=28276, Token=44D17D5E22ED1156, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28276, Token=44D17D5E22ED1156, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R996] send response NON-2.05 MID=28276, Token=null, OptionSet={}, "server responds hi" 08:19:50.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, complete]! 08:19:50.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R996, complete] completed NON-2.04 MID=28276, Token=44D17D5E22ED1156, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC! 08:19:50.296 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,032,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28276, Token=44D17D5E22ED1156, OptionSet={"Object-Security":0x}, D0 67 EC A0 4D D0 AC 46 99 4D 27 37 BD 24 97 92 C1 73 5C C0 EC 8B 98 37 81 73 FA CC] 08:19:50.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28276] 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, complete]! 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, complete] for token KeyToken[127.0.0.1:8249-44D17D5E22ED1156] 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L995, complete] for MID KeyMID[127.0.0.1:8249-28276] 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L995, complete] completed CON-POST MID= -1, Token=44D17D5E22ED1156, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28276, Token=44D17D5E22ED1156, OptionSet={"Object-Security":0x0950}, acked F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C! 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997] send request 08:19:50.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L997] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:19:50.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997] added with generated mid KeyMID[127.0.0.1:8249-28277], CON-POST MID=28277, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:19:50.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L997] added with generated token KeyToken[127.0.0.1:8249-98C4B53827738A25], CON-POST MID=28277, Token=98C4B53827738A25, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08 08:19:50.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28277], KeyToken[127.0.0.1:8249-98C4B53827738A25]] 08:19:50.297 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,033,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28277, Token=98C4B53827738A25, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08] 08:19:50.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28277] 08:19:50.297 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.297 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998] replace CON-POST MID=28277, Token=98C4B53827738A25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28277, Token=98C4B53827738A25, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R998] send response NON-2.05 MID=28277, Token=null, OptionSet={}, "server responds hi" 08:19:50.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, complete]! 08:19:50.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R998, complete] completed NON-2.04 MID=28277, Token=98C4B53827738A25, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1! 08:19:50.298 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,034,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28277, Token=98C4B53827738A25, OptionSet={"Object-Security":0x}, 89 33 93 CB 9F 15 53 5D 93 AA 13 90 24 B6 61 E1 F2 B8 7F 93 D5 21 E9 39 57 3A BB D1] 08:19:50.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28277] 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, complete]! 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, complete] for token KeyToken[127.0.0.1:8249-98C4B53827738A25] 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L997, complete] for MID KeyMID[127.0.0.1:8249-28277] 08:19:50.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L997, complete] completed CON-POST MID= -1, Token=98C4B53827738A25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28277, Token=98C4B53827738A25, OptionSet={"Object-Security":0x0951}, acked F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08! 08:19:50.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999] send request 08:19:50.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L999] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:19:50.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999] added with generated mid KeyMID[127.0.0.1:8249-28278], CON-POST MID=28278, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:19:50.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L999] added with generated token KeyToken[127.0.0.1:8249-E46DEE7346BF8460], CON-POST MID=28278, Token=E46DEE7346BF8460, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB 08:19:50.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28278], KeyToken[127.0.0.1:8249-E46DEE7346BF8460]] 08:19:50.299 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.299 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,035,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28278, Token=E46DEE7346BF8460, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB] 08:19:50.299 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.299 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28278] 08:19:50.299 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.299 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000] replace CON-POST MID=28278, Token=E46DEE7346BF8460, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28278, Token=E46DEE7346BF8460, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1000] send response NON-2.05 MID=28278, Token=null, OptionSet={}, "server responds hi" 08:19:50.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, complete]! 08:19:50.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1000, complete] completed NON-2.04 MID=28278, Token=E46DEE7346BF8460, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C! 08:19:50.300 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,036,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28278, Token=E46DEE7346BF8460, OptionSet={"Object-Security":0x}, DD 72 AB 5C CA F0 23 29 79 37 B8 DA 35 27 EB 17 36 EA 24 0C 9F 0E 8F 28 84 E1 29 0C] 08:19:50.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28278] 08:19:50.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, complete]! 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, complete] for token KeyToken[127.0.0.1:8249-E46DEE7346BF8460] 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L999, complete] for MID KeyMID[127.0.0.1:8249-28278] 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L999, complete] completed CON-POST MID= -1, Token=E46DEE7346BF8460, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28278, Token=E46DEE7346BF8460, OptionSet={"Object-Security":0x0952}, acked E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB! 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001] send request 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1001] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001] added with generated mid KeyMID[127.0.0.1:8249-28279], CON-POST MID=28279, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1001] added with generated token KeyToken[127.0.0.1:8249-A85893B90B9277DA], CON-POST MID=28279, Token=A85893B90B9277DA, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C 08:19:50.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28279], KeyToken[127.0.0.1:8249-A85893B90B9277DA]] 08:19:50.301 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.302 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,037,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28279, Token=A85893B90B9277DA, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C] 08:19:50.302 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28279] 08:19:50.302 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.302 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002] replace CON-POST MID=28279, Token=A85893B90B9277DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28279, Token=A85893B90B9277DA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1002] send response NON-2.05 MID=28279, Token=null, OptionSet={}, "server responds hi" 08:19:50.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, complete]! 08:19:50.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1002, complete] completed NON-2.04 MID=28279, Token=A85893B90B9277DA, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D! 08:19:50.302 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,038,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28279, Token=A85893B90B9277DA, OptionSet={"Object-Security":0x}, 89 9D 45 11 FF 4E B3 FA 40 80 37 3A DB 25 EB CD 19 61 9A AD 26 4D 70 A6 6E 68 A9 0D] 08:19:50.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28279] 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, complete]! 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, complete] for token KeyToken[127.0.0.1:8249-A85893B90B9277DA] 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1001, complete] for MID KeyMID[127.0.0.1:8249-28279] 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1001, complete] completed CON-POST MID= -1, Token=A85893B90B9277DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28279, Token=A85893B90B9277DA, OptionSet={"Object-Security":0x0953}, acked 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C! 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003] send request 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1003] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:19:50.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003] added with generated mid KeyMID[127.0.0.1:8249-28280], CON-POST MID=28280, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:19:50.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1003] added with generated token KeyToken[127.0.0.1:8249-A03212F4B0F56267], CON-POST MID=28280, Token=A03212F4B0F56267, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A 08:19:50.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28280], KeyToken[127.0.0.1:8249-A03212F4B0F56267]] 08:19:50.352 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,039,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28280, Token=A03212F4B0F56267, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A] 08:19:50.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28280] 08:19:50.352 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.352 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004] replace CON-POST MID=28280, Token=A03212F4B0F56267, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28280, Token=A03212F4B0F56267, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1004] send response NON-2.05 MID=28280, Token=null, OptionSet={}, "server responds hi" 08:19:50.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, complete]! 08:19:50.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1004, complete] completed NON-2.04 MID=28280, Token=A03212F4B0F56267, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD! 08:19:50.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,040,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28280, Token=A03212F4B0F56267, OptionSet={"Object-Security":0x}, 42 A8 34 3E A9 DD FB D0 A5 97 41 A0 43 72 00 4C DC F9 98 29 1F 9A FB F7 93 33 FB FD] 08:19:50.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28280] 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, complete]! 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, complete] for token KeyToken[127.0.0.1:8249-A03212F4B0F56267] 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1003, complete] for MID KeyMID[127.0.0.1:8249-28280] 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1003, complete] completed CON-POST MID= -1, Token=A03212F4B0F56267, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28280, Token=A03212F4B0F56267, OptionSet={"Object-Security":0x0954}, acked 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A! 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005] send request 08:19:50.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1005] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:19:50.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005] added with generated mid KeyMID[127.0.0.1:8249-28281], CON-POST MID=28281, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:19:50.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1005] added with generated token KeyToken[127.0.0.1:8249-786B61CC117EE29E], CON-POST MID=28281, Token=786B61CC117EE29E, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4 08:19:50.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28281], KeyToken[127.0.0.1:8249-786B61CC117EE29E]] 08:19:50.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,041,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28281, Token=786B61CC117EE29E, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4] 08:19:50.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28281] 08:19:50.354 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.354 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006] replace CON-POST MID=28281, Token=786B61CC117EE29E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28281, Token=786B61CC117EE29E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1006] send response NON-2.05 MID=28281, Token=null, OptionSet={}, "server responds hi" 08:19:50.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, complete]! 08:19:50.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1006, complete] completed NON-2.04 MID=28281, Token=786B61CC117EE29E, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A! 08:19:50.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,042,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28281, Token=786B61CC117EE29E, OptionSet={"Object-Security":0x}, 49 EB 72 DD 71 8D 7F 7A 97 04 E7 3E 0C 2E 07 89 0F D6 4A CD CE 8F AF 4B 7E EE D2 9A] 08:19:50.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28281] 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, complete]! 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, complete] for token KeyToken[127.0.0.1:8249-786B61CC117EE29E] 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1005, complete] for MID KeyMID[127.0.0.1:8249-28281] 08:19:50.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1005, complete] completed CON-POST MID= -1, Token=786B61CC117EE29E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28281, Token=786B61CC117EE29E, OptionSet={"Object-Security":0x0955}, acked 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4! 08:19:50.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007] send request 08:19:50.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1007] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:19:50.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007] added with generated mid KeyMID[127.0.0.1:8249-28282], CON-POST MID=28282, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:19:50.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1007] added with generated token KeyToken[127.0.0.1:8249-E4DBB91FB3543246], CON-POST MID=28282, Token=E4DBB91FB3543246, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B 08:19:50.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28282], KeyToken[127.0.0.1:8249-E4DBB91FB3543246]] 08:19:50.356 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.356 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,043,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28282, Token=E4DBB91FB3543246, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B] 08:19:50.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28282] 08:19:50.357 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.357 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008] replace CON-POST MID=28282, Token=E4DBB91FB3543246, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28282, Token=E4DBB91FB3543246, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1008] send response NON-2.05 MID=28282, Token=null, OptionSet={}, "server responds hi" 08:19:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, complete]! 08:19:50.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1008, complete] completed NON-2.04 MID=28282, Token=E4DBB91FB3543246, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90! 08:19:50.357 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,044,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28282, Token=E4DBB91FB3543246, OptionSet={"Object-Security":0x}, BE 9E 06 58 2B 3B FF 76 7F F2 BF AE DC D7 43 70 05 78 7A C6 5A 09 6F F7 36 F9 19 90] 08:19:50.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28282] 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, complete]! 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, complete] for token KeyToken[127.0.0.1:8249-E4DBB91FB3543246] 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1007, complete] for MID KeyMID[127.0.0.1:8249-28282] 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1007, complete] completed CON-POST MID= -1, Token=E4DBB91FB3543246, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28282, Token=E4DBB91FB3543246, OptionSet={"Object-Security":0x0956}, acked 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B! 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009] send request 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1009] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:19:50.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009] added with generated mid KeyMID[127.0.0.1:8249-28283], CON-POST MID=28283, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:19:50.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1009] added with generated token KeyToken[127.0.0.1:8249-6C32440F5B5728B4], CON-POST MID=28283, Token=6C32440F5B5728B4, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25 08:19:50.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28283], KeyToken[127.0.0.1:8249-6C32440F5B5728B4]] 08:19:50.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,045,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28283, Token=6C32440F5B5728B4, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25] 08:19:50.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28283] 08:19:50.359 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.359 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010] replace CON-POST MID=28283, Token=6C32440F5B5728B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28283, Token=6C32440F5B5728B4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1010] send response NON-2.05 MID=28283, Token=null, OptionSet={}, "server responds hi" 08:19:50.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, complete]! 08:19:50.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1010, complete] completed NON-2.04 MID=28283, Token=6C32440F5B5728B4, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5! 08:19:50.360 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,046,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28283, Token=6C32440F5B5728B4, OptionSet={"Object-Security":0x}, 3F 03 05 22 F3 1B 9E B7 73 9C C9 65 E5 41 52 A9 90 DB E1 67 BC 0B 69 6D EC BA C0 D5] 08:19:50.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28283] 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, complete]! 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, complete] for token KeyToken[127.0.0.1:8249-6C32440F5B5728B4] 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1009, complete] for MID KeyMID[127.0.0.1:8249-28283] 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1009, complete] completed CON-POST MID= -1, Token=6C32440F5B5728B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28283, Token=6C32440F5B5728B4, OptionSet={"Object-Security":0x0957}, acked 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25! 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011] send request 08:19:50.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1011] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:19:50.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011] added with generated mid KeyMID[127.0.0.1:8249-28284], CON-POST MID=28284, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:19:50.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1011] added with generated token KeyToken[127.0.0.1:8249-7C974B911C429E1D], CON-POST MID=28284, Token=7C974B911C429E1D, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60 08:19:50.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28284], KeyToken[127.0.0.1:8249-7C974B911C429E1D]] 08:19:50.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,047,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28284, Token=7C974B911C429E1D, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60] 08:19:50.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28284] 08:19:50.361 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.361 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012] replace CON-POST MID=28284, Token=7C974B911C429E1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28284, Token=7C974B911C429E1D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1012] send response NON-2.05 MID=28284, Token=null, OptionSet={}, "server responds hi" 08:19:50.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, complete]! 08:19:50.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1012, complete] completed NON-2.04 MID=28284, Token=7C974B911C429E1D, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B! 08:19:50.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,048,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28284, Token=7C974B911C429E1D, OptionSet={"Object-Security":0x}, 75 E5 33 6C 15 19 75 8E 7F 67 D7 D4 CD 61 55 6D 77 B9 E6 43 F9 DE 4C 38 D5 79 C2 4B] 08:19:50.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28284] 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, complete]! 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, complete] for token KeyToken[127.0.0.1:8249-7C974B911C429E1D] 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1011, complete] for MID KeyMID[127.0.0.1:8249-28284] 08:19:50.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1011, complete] completed CON-POST MID= -1, Token=7C974B911C429E1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28284, Token=7C974B911C429E1D, OptionSet={"Object-Security":0x0958}, acked 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60! 08:19:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013] send request 08:19:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1013] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:19:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013] added with generated mid KeyMID[127.0.0.1:8249-28285], CON-POST MID=28285, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:19:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1013] added with generated token KeyToken[127.0.0.1:8249-A05714CDFC4101A4], CON-POST MID=28285, Token=A05714CDFC4101A4, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60 08:19:50.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28285], KeyToken[127.0.0.1:8249-A05714CDFC4101A4]] 08:19:50.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,049,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28285, Token=A05714CDFC4101A4, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60] 08:19:50.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28285] 08:19:50.364 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.364 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014] replace CON-POST MID=28285, Token=A05714CDFC4101A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28285, Token=A05714CDFC4101A4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1014] send response NON-2.05 MID=28285, Token=null, OptionSet={}, "server responds hi" 08:19:50.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, complete]! 08:19:50.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1014, complete] completed NON-2.04 MID=28285, Token=A05714CDFC4101A4, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A! 08:19:50.364 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,050,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28285, Token=A05714CDFC4101A4, OptionSet={"Object-Security":0x}, 6C 34 A6 11 0C E7 AB 34 9F 03 A5 7A A3 80 B3 60 32 B3 1C C1 99 FC 8F C4 70 ED 3B 7A] 08:19:50.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28285] 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, complete]! 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, complete] for token KeyToken[127.0.0.1:8249-A05714CDFC4101A4] 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1013, complete] for MID KeyMID[127.0.0.1:8249-28285] 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1013, complete] completed CON-POST MID= -1, Token=A05714CDFC4101A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28285, Token=A05714CDFC4101A4, OptionSet={"Object-Security":0x0959}, acked C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60! 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015] send request 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1015] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:19:50.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015] added with generated mid KeyMID[127.0.0.1:8249-28286], CON-POST MID=28286, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:19:50.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1015] added with generated token KeyToken[127.0.0.1:8249-9090F9BBA995F0A6], CON-POST MID=28286, Token=9090F9BBA995F0A6, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D 08:19:50.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28286], KeyToken[127.0.0.1:8249-9090F9BBA995F0A6]] 08:19:50.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,051,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28286, Token=9090F9BBA995F0A6, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D] 08:19:50.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28286] 08:19:50.366 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.366 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016] replace CON-POST MID=28286, Token=9090F9BBA995F0A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28286, Token=9090F9BBA995F0A6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1016] send response NON-2.05 MID=28286, Token=null, OptionSet={}, "server responds hi" 08:19:50.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, complete]! 08:19:50.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1016, complete] completed NON-2.04 MID=28286, Token=9090F9BBA995F0A6, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA! 08:19:50.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,052,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28286, Token=9090F9BBA995F0A6, OptionSet={"Object-Security":0x}, 1D 33 E8 DE 3A 03 F3 9B 65 E2 F4 04 C7 12 20 AA 37 F9 80 90 35 01 74 F7 35 32 38 FA] 08:19:50.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28286] 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, complete]! 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, complete] for token KeyToken[127.0.0.1:8249-9090F9BBA995F0A6] 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1015, complete] for MID KeyMID[127.0.0.1:8249-28286] 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1015, complete] completed CON-POST MID= -1, Token=9090F9BBA995F0A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28286, Token=9090F9BBA995F0A6, OptionSet={"Object-Security":0x095A}, acked 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D! 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017] send request 08:19:50.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1017] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:19:50.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017] added with generated mid KeyMID[127.0.0.1:8249-28287], CON-POST MID=28287, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:19:50.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1017] added with generated token KeyToken[127.0.0.1:8249-00F188042108CAAF], CON-POST MID=28287, Token=00F188042108CAAF, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82 08:19:50.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28287], KeyToken[127.0.0.1:8249-00F188042108CAAF]] 08:19:50.368 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,053,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28287, Token=00F188042108CAAF, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82] 08:19:50.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28287] 08:19:50.368 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.368 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018] replace CON-POST MID=28287, Token=00F188042108CAAF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28287, Token=00F188042108CAAF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1018] send response NON-2.05 MID=28287, Token=null, OptionSet={}, "server responds hi" 08:19:50.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, complete]! 08:19:50.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1018, complete] completed NON-2.04 MID=28287, Token=00F188042108CAAF, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24! 08:19:50.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,054,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28287, Token=00F188042108CAAF, OptionSet={"Object-Security":0x}, 7C 37 65 EE 51 E0 47 ED 8D 83 EE 26 67 F3 C7 11 33 13 4B 39 3F 89 57 6F 37 5E 26 24] 08:19:50.369 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28287] 08:19:50.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, complete]! 08:19:50.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, complete] for token KeyToken[127.0.0.1:8249-00F188042108CAAF] 08:19:50.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1017, complete] for MID KeyMID[127.0.0.1:8249-28287] 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1017, complete] completed CON-POST MID= -1, Token=00F188042108CAAF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28287, Token=00F188042108CAAF, OptionSet={"Object-Security":0x095B}, acked 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82! 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019] send request 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1019] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019] added with generated mid KeyMID[127.0.0.1:8249-28288], CON-POST MID=28288, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1019] added with generated token KeyToken[127.0.0.1:8249-4421BB7E90FFBE76], CON-POST MID=28288, Token=4421BB7E90FFBE76, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C 08:19:50.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28288], KeyToken[127.0.0.1:8249-4421BB7E90FFBE76]] 08:19:50.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,055,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28288, Token=4421BB7E90FFBE76, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C] 08:19:50.371 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28288] 08:19:50.371 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.371 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020] replace CON-POST MID=28288, Token=4421BB7E90FFBE76, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28288, Token=4421BB7E90FFBE76, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1020] send response NON-2.05 MID=28288, Token=null, OptionSet={}, "server responds hi" 08:19:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, complete]! 08:19:50.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1020, complete] completed NON-2.04 MID=28288, Token=4421BB7E90FFBE76, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59! 08:19:50.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,056,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28288, Token=4421BB7E90FFBE76, OptionSet={"Object-Security":0x}, 97 4C 23 99 F2 FE 92 6B 65 F5 7D 8D CC 21 F9 EA DC 2B 41 F1 B1 7C 43 B8 0B 6F 56 59] 08:19:50.372 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28288] 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, complete]! 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, complete] for token KeyToken[127.0.0.1:8249-4421BB7E90FFBE76] 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1019, complete] for MID KeyMID[127.0.0.1:8249-28288] 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1019, complete] completed CON-POST MID= -1, Token=4421BB7E90FFBE76, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28288, Token=4421BB7E90FFBE76, OptionSet={"Object-Security":0x095C}, acked AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C! 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021] send request 08:19:50.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1021] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:19:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021] added with generated mid KeyMID[127.0.0.1:8249-28289], CON-POST MID=28289, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:19:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1021] added with generated token KeyToken[127.0.0.1:8249-A4CA77C6DEAEA6F3], CON-POST MID=28289, Token=A4CA77C6DEAEA6F3, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22 08:19:50.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28289], KeyToken[127.0.0.1:8249-A4CA77C6DEAEA6F3]] 08:19:50.373 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,057,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28289, Token=A4CA77C6DEAEA6F3, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22] 08:19:50.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28289] 08:19:50.373 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.373 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022] replace CON-POST MID=28289, Token=A4CA77C6DEAEA6F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28289, Token=A4CA77C6DEAEA6F3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1022] send response NON-2.05 MID=28289, Token=null, OptionSet={}, "server responds hi" 08:19:50.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, complete]! 08:19:50.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1022, complete] completed NON-2.04 MID=28289, Token=A4CA77C6DEAEA6F3, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A! 08:19:50.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,058,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28289, Token=A4CA77C6DEAEA6F3, OptionSet={"Object-Security":0x}, 4D 9F F4 C9 D8 25 77 B4 D6 51 F6 ED C0 3A A6 7D BD 4F BE 92 95 C5 05 A0 AD 39 43 5A] 08:19:50.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28289] 08:19:50.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, complete]! 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, complete] for token KeyToken[127.0.0.1:8249-A4CA77C6DEAEA6F3] 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1021, complete] for MID KeyMID[127.0.0.1:8249-28289] 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1021, complete] completed CON-POST MID= -1, Token=A4CA77C6DEAEA6F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28289, Token=A4CA77C6DEAEA6F3, OptionSet={"Object-Security":0x095D}, acked C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22! 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023] send request 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1023] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:19:50.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023] added with generated mid KeyMID[127.0.0.1:8249-28290], CON-POST MID=28290, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:19:50.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1023] added with generated token KeyToken[127.0.0.1:8249-6CBDC3A637DF7CCD], CON-POST MID=28290, Token=6CBDC3A637DF7CCD, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46 08:19:50.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28290], KeyToken[127.0.0.1:8249-6CBDC3A637DF7CCD]] 08:19:50.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,059,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28290, Token=6CBDC3A637DF7CCD, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46] 08:19:50.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28290] 08:19:50.376 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.376 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024] replace CON-POST MID=28290, Token=6CBDC3A637DF7CCD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28290, Token=6CBDC3A637DF7CCD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1024] send response NON-2.05 MID=28290, Token=null, OptionSet={}, "server responds hi" 08:19:50.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, complete]! 08:19:50.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1024, complete] completed NON-2.04 MID=28290, Token=6CBDC3A637DF7CCD, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6! 08:19:50.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,060,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28290, Token=6CBDC3A637DF7CCD, OptionSet={"Object-Security":0x}, E1 BE 13 BB 52 7D 18 F6 36 EA 72 AF B8 12 35 96 F1 5C 13 DC 01 87 30 30 30 62 AF B6] 08:19:50.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28290] 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, complete]! 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, complete] for token KeyToken[127.0.0.1:8249-6CBDC3A637DF7CCD] 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1023, complete] for MID KeyMID[127.0.0.1:8249-28290] 08:19:50.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1023, complete] completed CON-POST MID= -1, Token=6CBDC3A637DF7CCD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28290, Token=6CBDC3A637DF7CCD, OptionSet={"Object-Security":0x095E}, acked 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46! 08:19:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025] send request 08:19:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1025] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:19:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025] added with generated mid KeyMID[127.0.0.1:8249-28291], CON-POST MID=28291, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:19:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1025] added with generated token KeyToken[127.0.0.1:8249-D8875A8D394965C8], CON-POST MID=28291, Token=D8875A8D394965C8, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82 08:19:50.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28291], KeyToken[127.0.0.1:8249-D8875A8D394965C8]] 08:19:50.378 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,061,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28291, Token=D8875A8D394965C8, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82] 08:19:50.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28291] 08:19:50.379 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.379 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026] replace CON-POST MID=28291, Token=D8875A8D394965C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28291, Token=D8875A8D394965C8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1026] send response NON-2.05 MID=28291, Token=null, OptionSet={}, "server responds hi" 08:19:50.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, complete]! 08:19:50.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1026, complete] completed NON-2.04 MID=28291, Token=D8875A8D394965C8, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52! 08:19:50.379 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,062,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28291, Token=D8875A8D394965C8, OptionSet={"Object-Security":0x}, E2 46 A9 7A BE E7 C3 67 5C 14 C5 02 FC 4E 1C AA 2E C7 3D 18 BE 3B E7 AC 01 0D 16 52] 08:19:50.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28291] 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, complete]! 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, complete] for token KeyToken[127.0.0.1:8249-D8875A8D394965C8] 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1025, complete] for MID KeyMID[127.0.0.1:8249-28291] 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1025, complete] completed CON-POST MID= -1, Token=D8875A8D394965C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28291, Token=D8875A8D394965C8, OptionSet={"Object-Security":0x095F}, acked 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82! 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027] send request 08:19:50.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1027] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:19:50.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027] added with generated mid KeyMID[127.0.0.1:8249-28292], CON-POST MID=28292, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:19:50.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1027] added with generated token KeyToken[127.0.0.1:8249-3CC22211148FCBEF], CON-POST MID=28292, Token=3CC22211148FCBEF, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83 08:19:50.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28292], KeyToken[127.0.0.1:8249-3CC22211148FCBEF]] 08:19:50.381 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,063,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28292, Token=3CC22211148FCBEF, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83] 08:19:50.381 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28292] 08:19:50.381 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.382 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028] replace CON-POST MID=28292, Token=3CC22211148FCBEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28292, Token=3CC22211148FCBEF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1028] send response NON-2.05 MID=28292, Token=null, OptionSet={}, "server responds hi" 08:19:50.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, complete]! 08:19:50.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1028, complete] completed NON-2.04 MID=28292, Token=3CC22211148FCBEF, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4! 08:19:50.382 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,064,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28292, Token=3CC22211148FCBEF, OptionSet={"Object-Security":0x}, D4 57 A8 32 10 26 01 C4 B9 7E 6E 18 4A D6 FC F7 34 21 4A EB 8D E5 D1 CA C2 2E 79 F4] 08:19:50.382 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28292] 08:19:50.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.382 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, complete]! 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, complete] for token KeyToken[127.0.0.1:8249-3CC22211148FCBEF] 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1027, complete] for MID KeyMID[127.0.0.1:8249-28292] 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1027, complete] completed CON-POST MID= -1, Token=3CC22211148FCBEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28292, Token=3CC22211148FCBEF, OptionSet={"Object-Security":0x0960}, acked F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83! 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029] send request 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1029] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:19:50.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029] added with generated mid KeyMID[127.0.0.1:8249-28293], CON-POST MID=28293, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:19:50.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1029] added with generated token KeyToken[127.0.0.1:8249-7C8F60FCD12AA98B], CON-POST MID=28293, Token=7C8F60FCD12AA98B, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C 08:19:50.384 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28293], KeyToken[127.0.0.1:8249-7C8F60FCD12AA98B]] 08:19:50.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,065,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28293, Token=7C8F60FCD12AA98B, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C] 08:19:50.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28293] 08:19:50.384 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.384 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030] replace CON-POST MID=28293, Token=7C8F60FCD12AA98B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28293, Token=7C8F60FCD12AA98B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1030] send response NON-2.05 MID=28293, Token=null, OptionSet={}, "server responds hi" 08:19:50.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, complete]! 08:19:50.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1030, complete] completed NON-2.04 MID=28293, Token=7C8F60FCD12AA98B, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33! 08:19:50.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,066,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28293, Token=7C8F60FCD12AA98B, OptionSet={"Object-Security":0x}, E2 15 18 7F 2C 25 B7 5D DD B9 60 38 B6 A3 B9 F9 58 A4 DA E0 93 07 20 A0 A0 0C A1 33] 08:19:50.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28293] 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, complete]! 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, complete] for token KeyToken[127.0.0.1:8249-7C8F60FCD12AA98B] 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1029, complete] for MID KeyMID[127.0.0.1:8249-28293] 08:19:50.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1029, complete] completed CON-POST MID= -1, Token=7C8F60FCD12AA98B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28293, Token=7C8F60FCD12AA98B, OptionSet={"Object-Security":0x0961}, acked E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C! 08:19:50.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031] send request 08:19:50.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1031] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:19:50.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031] added with generated mid KeyMID[127.0.0.1:8249-28294], CON-POST MID=28294, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:19:50.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1031] added with generated token KeyToken[127.0.0.1:8249-944CC41B060F4117], CON-POST MID=28294, Token=944CC41B060F4117, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43 08:19:50.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28294], KeyToken[127.0.0.1:8249-944CC41B060F4117]] 08:19:50.386 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.386 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,067,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28294, Token=944CC41B060F4117, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43] 08:19:50.387 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28294] 08:19:50.387 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.387 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032] replace CON-POST MID=28294, Token=944CC41B060F4117, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28294, Token=944CC41B060F4117, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1032] send response NON-2.05 MID=28294, Token=null, OptionSet={}, "server responds hi" 08:19:50.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, complete]! 08:19:50.387 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1032, complete] completed NON-2.04 MID=28294, Token=944CC41B060F4117, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED! 08:19:50.387 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,068,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28294, Token=944CC41B060F4117, OptionSet={"Object-Security":0x}, 8E AE 5B E2 00 2D EB 51 8B 96 F2 2C 8B 8A B7 0A A4 CF CF FB 19 EC A5 DF 99 0F 0B ED] 08:19:50.387 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28294] 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, complete]! 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, complete] for token KeyToken[127.0.0.1:8249-944CC41B060F4117] 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1031, complete] for MID KeyMID[127.0.0.1:8249-28294] 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1031, complete] completed CON-POST MID= -1, Token=944CC41B060F4117, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28294, Token=944CC41B060F4117, OptionSet={"Object-Security":0x0962}, acked 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43! 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033] send request 08:19:50.388 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1033] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:19:50.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033] added with generated mid KeyMID[127.0.0.1:8249-28295], CON-POST MID=28295, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:19:50.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1033] added with generated token KeyToken[127.0.0.1:8249-2CF54B6424CFE5AD], CON-POST MID=28295, Token=2CF54B6424CFE5AD, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F 08:19:50.389 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28295], KeyToken[127.0.0.1:8249-2CF54B6424CFE5AD]] 08:19:50.389 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,069,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28295, Token=2CF54B6424CFE5AD, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F] 08:19:50.389 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28295] 08:19:50.389 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.389 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034] replace CON-POST MID=28295, Token=2CF54B6424CFE5AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28295, Token=2CF54B6424CFE5AD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1034] send response NON-2.05 MID=28295, Token=null, OptionSet={}, "server responds hi" 08:19:50.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, complete]! 08:19:50.390 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1034, complete] completed NON-2.04 MID=28295, Token=2CF54B6424CFE5AD, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B! 08:19:50.390 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,070,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28295, Token=2CF54B6424CFE5AD, OptionSet={"Object-Security":0x}, D8 89 1D 09 4A 00 AA BE 43 0A 2F 36 CD 9F C3 0B 36 30 3D 29 38 8F F5 A8 72 21 CD 8B] 08:19:50.390 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28295] 08:19:50.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.390 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, complete]! 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, complete] for token KeyToken[127.0.0.1:8249-2CF54B6424CFE5AD] 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1033, complete] for MID KeyMID[127.0.0.1:8249-28295] 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1033, complete] completed CON-POST MID= -1, Token=2CF54B6424CFE5AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28295, Token=2CF54B6424CFE5AD, OptionSet={"Object-Security":0x0963}, acked 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F! 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035] send request 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1035] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035] added with generated mid KeyMID[127.0.0.1:8249-28296], CON-POST MID=28296, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:19:50.391 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1035] added with generated token KeyToken[127.0.0.1:8249-8C80B91AC39ABE9D], CON-POST MID=28296, Token=8C80B91AC39ABE9D, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70 08:19:50.392 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28296], KeyToken[127.0.0.1:8249-8C80B91AC39ABE9D]] 08:19:50.392 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,071,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28296, Token=8C80B91AC39ABE9D, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70] 08:19:50.392 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28296] 08:19:50.392 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.392 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036] replace CON-POST MID=28296, Token=8C80B91AC39ABE9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28296, Token=8C80B91AC39ABE9D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1036] send response NON-2.05 MID=28296, Token=null, OptionSet={}, "server responds hi" 08:19:50.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, complete]! 08:19:50.392 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1036, complete] completed NON-2.04 MID=28296, Token=8C80B91AC39ABE9D, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE! 08:19:50.393 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,072,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28296, Token=8C80B91AC39ABE9D, OptionSet={"Object-Security":0x}, 68 3E 00 14 25 06 0A 34 46 A4 C6 79 88 86 24 13 68 82 CD 61 64 9F 9C 7B 1C 36 FF FE] 08:19:50.393 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28296] 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, complete]! 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, complete] for token KeyToken[127.0.0.1:8249-8C80B91AC39ABE9D] 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1035, complete] for MID KeyMID[127.0.0.1:8249-28296] 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1035, complete] completed CON-POST MID= -1, Token=8C80B91AC39ABE9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28296, Token=8C80B91AC39ABE9D, OptionSet={"Object-Security":0x0964}, acked 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70! 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037] send request 08:19:50.393 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1037] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:19:50.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037] added with generated mid KeyMID[127.0.0.1:8249-28297], CON-POST MID=28297, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:19:50.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1037] added with generated token KeyToken[127.0.0.1:8249-A8F9E05A075423C8], CON-POST MID=28297, Token=A8F9E05A075423C8, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55 08:19:50.394 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28297], KeyToken[127.0.0.1:8249-A8F9E05A075423C8]] 08:19:50.394 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,073,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28297, Token=A8F9E05A075423C8, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55] 08:19:50.394 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28297] 08:19:50.395 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.395 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038] replace CON-POST MID=28297, Token=A8F9E05A075423C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28297, Token=A8F9E05A075423C8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1038] send response NON-2.05 MID=28297, Token=null, OptionSet={}, "server responds hi" 08:19:50.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, complete]! 08:19:50.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1038, complete] completed NON-2.04 MID=28297, Token=A8F9E05A075423C8, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5! 08:19:50.395 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,074,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28297, Token=A8F9E05A075423C8, OptionSet={"Object-Security":0x}, 5E 2C 40 2A A9 6B 76 A5 78 78 07 94 D8 6B 04 62 10 7C 58 64 09 6F 9D D5 20 76 A5 F5] 08:19:50.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28297] 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, complete]! 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, complete] for token KeyToken[127.0.0.1:8249-A8F9E05A075423C8] 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1037, complete] for MID KeyMID[127.0.0.1:8249-28297] 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1037, complete] completed CON-POST MID= -1, Token=A8F9E05A075423C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28297, Token=A8F9E05A075423C8, OptionSet={"Object-Security":0x0965}, acked CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55! 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039] send request 08:19:50.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1039] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:19:50.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039] added with generated mid KeyMID[127.0.0.1:8249-28298], CON-POST MID=28298, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:19:50.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1039] added with generated token KeyToken[127.0.0.1:8249-CC583126A10ED9F3], CON-POST MID=28298, Token=CC583126A10ED9F3, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60 08:19:50.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28298], KeyToken[127.0.0.1:8249-CC583126A10ED9F3]] 08:19:50.397 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,075,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28298, Token=CC583126A10ED9F3, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60] 08:19:50.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28298] 08:19:50.397 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.397 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040] replace CON-POST MID=28298, Token=CC583126A10ED9F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28298, Token=CC583126A10ED9F3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1040] send response NON-2.05 MID=28298, Token=null, OptionSet={}, "server responds hi" 08:19:50.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, complete]! 08:19:50.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1040, complete] completed NON-2.04 MID=28298, Token=CC583126A10ED9F3, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07! 08:19:50.398 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,076,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28298, Token=CC583126A10ED9F3, OptionSet={"Object-Security":0x}, 5D FC ED 31 CE 80 3B 3A E4 9D A2 B1 47 74 36 27 4D 8B ED BF 84 64 C3 E9 7B 61 33 07] 08:19:50.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28298] 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, complete]! 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, complete] for token KeyToken[127.0.0.1:8249-CC583126A10ED9F3] 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1039, complete] for MID KeyMID[127.0.0.1:8249-28298] 08:19:50.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1039, complete] completed CON-POST MID= -1, Token=CC583126A10ED9F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28298, Token=CC583126A10ED9F3, OptionSet={"Object-Security":0x0966}, acked 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60! 08:19:50.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041] send request 08:19:50.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1041] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:19:50.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041] added with generated mid KeyMID[127.0.0.1:8249-28299], CON-POST MID=28299, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:19:50.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1041] added with generated token KeyToken[127.0.0.1:8249-AC5871C7355C5EA6], CON-POST MID=28299, Token=AC5871C7355C5EA6, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7 08:19:50.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28299], KeyToken[127.0.0.1:8249-AC5871C7355C5EA6]] 08:19:50.399 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.400 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,077,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28299, Token=AC5871C7355C5EA6, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7] 08:19:50.400 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28299] 08:19:50.400 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.400 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042] replace CON-POST MID=28299, Token=AC5871C7355C5EA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28299, Token=AC5871C7355C5EA6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1042] send response NON-2.05 MID=28299, Token=null, OptionSet={}, "server responds hi" 08:19:50.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, complete]! 08:19:50.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1042, complete] completed NON-2.04 MID=28299, Token=AC5871C7355C5EA6, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A! 08:19:50.400 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,078,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28299, Token=AC5871C7355C5EA6, OptionSet={"Object-Security":0x}, 8D 42 6E 60 BE AE B4 F9 11 12 25 43 5E 6D 2D EC 42 6F 18 44 E9 A9 CC CE F0 C4 04 9A] 08:19:50.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28299] 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, complete]! 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, complete] for token KeyToken[127.0.0.1:8249-AC5871C7355C5EA6] 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1041, complete] for MID KeyMID[127.0.0.1:8249-28299] 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1041, complete] completed CON-POST MID= -1, Token=AC5871C7355C5EA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28299, Token=AC5871C7355C5EA6, OptionSet={"Object-Security":0x0967}, acked 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7! 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043] send request 08:19:50.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1043] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:19:50.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043] added with generated mid KeyMID[127.0.0.1:8249-28300], CON-POST MID=28300, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:19:50.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1043] added with generated token KeyToken[127.0.0.1:8249-4802414EDFC01010], CON-POST MID=28300, Token=4802414EDFC01010, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22 08:19:50.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28300], KeyToken[127.0.0.1:8249-4802414EDFC01010]] 08:19:50.402 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,079,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28300, Token=4802414EDFC01010, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22] 08:19:50.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28300] 08:19:50.402 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.402 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044] replace CON-POST MID=28300, Token=4802414EDFC01010, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28300, Token=4802414EDFC01010, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1044] send response NON-2.05 MID=28300, Token=null, OptionSet={}, "server responds hi" 08:19:50.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, complete]! 08:19:50.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1044, complete] completed NON-2.04 MID=28300, Token=4802414EDFC01010, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD! 08:19:50.403 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.403 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,080,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28300, Token=4802414EDFC01010, OptionSet={"Object-Security":0x}, 22 FB BD 10 D4 6C D0 61 05 91 18 8B B3 FB 5B B2 61 CB F8 16 75 8B E6 91 E1 CE 90 DD] 08:19:50.403 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28300] 08:19:50.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, complete]! 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, complete] for token KeyToken[127.0.0.1:8249-4802414EDFC01010] 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1043, complete] for MID KeyMID[127.0.0.1:8249-28300] 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1043, complete] completed CON-POST MID= -1, Token=4802414EDFC01010, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28300, Token=4802414EDFC01010, OptionSet={"Object-Security":0x0968}, acked 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22! 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045] send request 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1045] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:19:50.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045] added with generated mid KeyMID[127.0.0.1:8249-28301], CON-POST MID=28301, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:19:50.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1045] added with generated token KeyToken[127.0.0.1:8249-1CC96013F54B4504], CON-POST MID=28301, Token=1CC96013F54B4504, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88 08:19:50.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28301], KeyToken[127.0.0.1:8249-1CC96013F54B4504]] 08:19:50.405 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.405 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,081,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28301, Token=1CC96013F54B4504, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88] 08:19:50.405 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28301] 08:19:50.405 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.405 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046] replace CON-POST MID=28301, Token=1CC96013F54B4504, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28301, Token=1CC96013F54B4504, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1046] send response NON-2.05 MID=28301, Token=null, OptionSet={}, "server responds hi" 08:19:50.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, complete]! 08:19:50.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1046, complete] completed NON-2.04 MID=28301, Token=1CC96013F54B4504, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E! 08:19:50.406 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.406 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,082,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28301, Token=1CC96013F54B4504, OptionSet={"Object-Security":0x}, 69 23 72 A3 97 2D B2 10 4E 2F 01 39 50 3E A1 5E E6 18 05 1E A9 A8 AB 1B 0D B9 A1 9E] 08:19:50.406 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28301] 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, complete]! 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, complete] for token KeyToken[127.0.0.1:8249-1CC96013F54B4504] 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1045, complete] for MID KeyMID[127.0.0.1:8249-28301] 08:19:50.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1045, complete] completed CON-POST MID= -1, Token=1CC96013F54B4504, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28301, Token=1CC96013F54B4504, OptionSet={"Object-Security":0x0969}, acked FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88! 08:19:50.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047] send request 08:19:50.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1047] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:19:50.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047] added with generated mid KeyMID[127.0.0.1:8249-28302], CON-POST MID=28302, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:19:50.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1047] added with generated token KeyToken[127.0.0.1:8249-E41D211003BF8F13], CON-POST MID=28302, Token=E41D211003BF8F13, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F 08:19:50.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28302], KeyToken[127.0.0.1:8249-E41D211003BF8F13]] 08:19:50.407 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.408 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,083,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28302, Token=E41D211003BF8F13, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F] 08:19:50.408 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28302] 08:19:50.408 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.408 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048] replace CON-POST MID=28302, Token=E41D211003BF8F13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28302, Token=E41D211003BF8F13, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1048] send response NON-2.05 MID=28302, Token=null, OptionSet={}, "server responds hi" 08:19:50.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, complete]! 08:19:50.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1048, complete] completed NON-2.04 MID=28302, Token=E41D211003BF8F13, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74! 08:19:50.408 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.409 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,084,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28302, Token=E41D211003BF8F13, OptionSet={"Object-Security":0x}, 39 48 85 11 85 04 4A E2 32 C8 7E 6A 15 4F 59 BF BB 17 B1 65 AB AE 7B 28 B3 B0 23 74] 08:19:50.409 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28302] 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, complete]! 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, complete] for token KeyToken[127.0.0.1:8249-E41D211003BF8F13] 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1047, complete] for MID KeyMID[127.0.0.1:8249-28302] 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1047, complete] completed CON-POST MID= -1, Token=E41D211003BF8F13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28302, Token=E41D211003BF8F13, OptionSet={"Object-Security":0x096A}, acked 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F! 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049] send request 08:19:50.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1049] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:19:50.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049] added with generated mid KeyMID[127.0.0.1:8249-28303], CON-POST MID=28303, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:19:50.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1049] added with generated token KeyToken[127.0.0.1:8249-CC2739ED521C5F38], CON-POST MID=28303, Token=CC2739ED521C5F38, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE 08:19:50.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28303], KeyToken[127.0.0.1:8249-CC2739ED521C5F38]] 08:19:50.410 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.410 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,085,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28303, Token=CC2739ED521C5F38, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE] 08:19:50.410 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28303] 08:19:50.410 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.410 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050] replace CON-POST MID=28303, Token=CC2739ED521C5F38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28303, Token=CC2739ED521C5F38, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1050] send response NON-2.05 MID=28303, Token=null, OptionSet={}, "server responds hi" 08:19:50.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, complete]! 08:19:50.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1050, complete] completed NON-2.04 MID=28303, Token=CC2739ED521C5F38, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D! 08:19:50.411 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.411 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,086,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28303, Token=CC2739ED521C5F38, OptionSet={"Object-Security":0x}, FC 08 9C A3 28 1D 87 C3 A1 A7 77 06 32 C9 65 07 BA 01 19 13 D7 FA E1 17 C4 87 5F 4D] 08:19:50.411 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28303] 08:19:50.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, complete]! 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, complete] for token KeyToken[127.0.0.1:8249-CC2739ED521C5F38] 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1049, complete] for MID KeyMID[127.0.0.1:8249-28303] 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1049, complete] completed CON-POST MID= -1, Token=CC2739ED521C5F38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28303, Token=CC2739ED521C5F38, OptionSet={"Object-Security":0x096B}, acked F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE! 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051] send request 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1051] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051] added with generated mid KeyMID[127.0.0.1:8249-28304], CON-POST MID=28304, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:19:50.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1051] added with generated token KeyToken[127.0.0.1:8249-AC78922064030CB2], CON-POST MID=28304, Token=AC78922064030CB2, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E 08:19:50.413 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28304], KeyToken[127.0.0.1:8249-AC78922064030CB2]] 08:19:50.413 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.413 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,087,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28304, Token=AC78922064030CB2, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E] 08:19:50.413 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28304] 08:19:50.413 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.413 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052] replace CON-POST MID=28304, Token=AC78922064030CB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28304, Token=AC78922064030CB2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1052] send response NON-2.05 MID=28304, Token=null, OptionSet={}, "server responds hi" 08:19:50.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, complete]! 08:19:50.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1052, complete] completed NON-2.04 MID=28304, Token=AC78922064030CB2, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5! 08:19:50.414 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.414 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,088,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28304, Token=AC78922064030CB2, OptionSet={"Object-Security":0x}, E5 51 5C 1B C5 B3 68 A1 77 A1 BF 3C E8 0A 3D 13 33 56 B6 67 18 37 8F D0 C8 C7 ED E5] 08:19:50.414 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28304] 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, complete]! 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, complete] for token KeyToken[127.0.0.1:8249-AC78922064030CB2] 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1051, complete] for MID KeyMID[127.0.0.1:8249-28304] 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1051, complete] completed CON-POST MID= -1, Token=AC78922064030CB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28304, Token=AC78922064030CB2, OptionSet={"Object-Security":0x096C}, acked BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E! 08:19:50.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053] send request 08:19:50.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1053] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:19:50.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053] added with generated mid KeyMID[127.0.0.1:8249-28305], CON-POST MID=28305, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:19:50.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1053] added with generated token KeyToken[127.0.0.1:8249-74CAB09A39F6F3EF], CON-POST MID=28305, Token=74CAB09A39F6F3EF, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27 08:19:50.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28305], KeyToken[127.0.0.1:8249-74CAB09A39F6F3EF]] 08:19:50.415 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.415 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,089,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28305, Token=74CAB09A39F6F3EF, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27] 08:19:50.415 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28305] 08:19:50.416 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.416 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054] replace CON-POST MID=28305, Token=74CAB09A39F6F3EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28305, Token=74CAB09A39F6F3EF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1054] send response NON-2.05 MID=28305, Token=null, OptionSet={}, "server responds hi" 08:19:50.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, complete]! 08:19:50.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1054, complete] completed NON-2.04 MID=28305, Token=74CAB09A39F6F3EF, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A! 08:19:50.416 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.416 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,090,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28305, Token=74CAB09A39F6F3EF, OptionSet={"Object-Security":0x}, 7D 69 9A 05 03 50 A2 B7 33 A7 F6 08 1F E3 CE 25 2F 1A 9F 41 C6 15 15 86 3B 5E EC 7A] 08:19:50.416 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28305] 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, complete]! 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, complete] for token KeyToken[127.0.0.1:8249-74CAB09A39F6F3EF] 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1053, complete] for MID KeyMID[127.0.0.1:8249-28305] 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1053, complete] completed CON-POST MID= -1, Token=74CAB09A39F6F3EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28305, Token=74CAB09A39F6F3EF, OptionSet={"Object-Security":0x096D}, acked 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27! 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055] send request 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1055] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:19:50.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055] added with generated mid KeyMID[127.0.0.1:8249-28306], CON-POST MID=28306, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:19:50.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1055] added with generated token KeyToken[127.0.0.1:8249-68D84B11B8F6FC3A], CON-POST MID=28306, Token=68D84B11B8F6FC3A, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D 08:19:50.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28306], KeyToken[127.0.0.1:8249-68D84B11B8F6FC3A]] 08:19:50.418 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,091,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28306, Token=68D84B11B8F6FC3A, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D] 08:19:50.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28306] 08:19:50.418 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.418 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056] replace CON-POST MID=28306, Token=68D84B11B8F6FC3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28306, Token=68D84B11B8F6FC3A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1056] send response NON-2.05 MID=28306, Token=null, OptionSet={}, "server responds hi" 08:19:50.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, complete]! 08:19:50.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1056, complete] completed NON-2.04 MID=28306, Token=68D84B11B8F6FC3A, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50! 08:19:50.419 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.419 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,092,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28306, Token=68D84B11B8F6FC3A, OptionSet={"Object-Security":0x}, 4D CA 54 84 EA FA 2A 08 69 1A 92 27 A8 C5 63 34 6B 98 36 15 64 D1 EE CB DE 5B 0A 50] 08:19:50.419 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28306] 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, complete]! 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, complete] for token KeyToken[127.0.0.1:8249-68D84B11B8F6FC3A] 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1055, complete] for MID KeyMID[127.0.0.1:8249-28306] 08:19:50.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1055, complete] completed CON-POST MID= -1, Token=68D84B11B8F6FC3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28306, Token=68D84B11B8F6FC3A, OptionSet={"Object-Security":0x096E}, acked D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D! 08:19:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057] send request 08:19:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1057] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:19:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057] added with generated mid KeyMID[127.0.0.1:8249-28307], CON-POST MID=28307, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:19:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1057] added with generated token KeyToken[127.0.0.1:8249-FC7E9CC64B5C4CD2], CON-POST MID=28307, Token=FC7E9CC64B5C4CD2, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C 08:19:50.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28307], KeyToken[127.0.0.1:8249-FC7E9CC64B5C4CD2]] 08:19:50.452 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,093,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28307, Token=FC7E9CC64B5C4CD2, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C] 08:19:50.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28307] 08:19:50.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.453 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058] replace CON-POST MID=28307, Token=FC7E9CC64B5C4CD2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28307, Token=FC7E9CC64B5C4CD2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1058] send response NON-2.05 MID=28307, Token=null, OptionSet={}, "server responds hi" 08:19:50.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, complete]! 08:19:50.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1058, complete] completed NON-2.04 MID=28307, Token=FC7E9CC64B5C4CD2, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D! 08:19:50.453 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,094,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28307, Token=FC7E9CC64B5C4CD2, OptionSet={"Object-Security":0x}, 2D 41 E6 F6 1C B4 A3 41 50 0A 77 FF BE 65 0C DC AA 9D 4D 21 82 71 1E 3F FF CF 4E 9D] 08:19:50.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28307] 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, complete]! 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, complete] for token KeyToken[127.0.0.1:8249-FC7E9CC64B5C4CD2] 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1057, complete] for MID KeyMID[127.0.0.1:8249-28307] 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1057, complete] completed CON-POST MID= -1, Token=FC7E9CC64B5C4CD2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28307, Token=FC7E9CC64B5C4CD2, OptionSet={"Object-Security":0x096F}, acked 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C! 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059] send request 08:19:50.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1059] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:19:50.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059] added with generated mid KeyMID[127.0.0.1:8249-28308], CON-POST MID=28308, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:19:50.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1059] added with generated token KeyToken[127.0.0.1:8249-F0508988F07DC1B2], CON-POST MID=28308, Token=F0508988F07DC1B2, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB 08:19:50.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28308], KeyToken[127.0.0.1:8249-F0508988F07DC1B2]] 08:19:50.455 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,095,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28308, Token=F0508988F07DC1B2, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB] 08:19:50.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28308] 08:19:50.455 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.455 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060] replace CON-POST MID=28308, Token=F0508988F07DC1B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28308, Token=F0508988F07DC1B2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1060] send response NON-2.05 MID=28308, Token=null, OptionSet={}, "server responds hi" 08:19:50.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, complete]! 08:19:50.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1060, complete] completed NON-2.04 MID=28308, Token=F0508988F07DC1B2, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92! 08:19:50.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,096,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28308, Token=F0508988F07DC1B2, OptionSet={"Object-Security":0x}, F9 04 E6 C3 4C FD 63 47 96 D4 3E 88 6A 3F 03 DD DB FB 45 2F 31 A6 35 8C 44 EF 33 92] 08:19:50.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28308] 08:19:50.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, complete]! 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, complete] for token KeyToken[127.0.0.1:8249-F0508988F07DC1B2] 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1059, complete] for MID KeyMID[127.0.0.1:8249-28308] 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1059, complete] completed CON-POST MID= -1, Token=F0508988F07DC1B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28308, Token=F0508988F07DC1B2, OptionSet={"Object-Security":0x0970}, acked 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB! 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061] send request 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1061] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:19:50.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061] added with generated mid KeyMID[127.0.0.1:8249-28309], CON-POST MID=28309, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:19:50.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1061] added with generated token KeyToken[127.0.0.1:8249-7C5BF74C236F5C01], CON-POST MID=28309, Token=7C5BF74C236F5C01, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD 08:19:50.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28309], KeyToken[127.0.0.1:8249-7C5BF74C236F5C01]] 08:19:50.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,097,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28309, Token=7C5BF74C236F5C01, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD] 08:19:50.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28309] 08:19:50.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.458 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062] replace CON-POST MID=28309, Token=7C5BF74C236F5C01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28309, Token=7C5BF74C236F5C01, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1062] send response NON-2.05 MID=28309, Token=null, OptionSet={}, "server responds hi" 08:19:50.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, complete]! 08:19:50.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1062, complete] completed NON-2.04 MID=28309, Token=7C5BF74C236F5C01, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09! 08:19:50.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,098,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28309, Token=7C5BF74C236F5C01, OptionSet={"Object-Security":0x}, 61 97 11 54 EB 5F B4 2F C9 D8 91 48 53 52 43 E3 C2 52 7C 2D 27 E2 78 B4 33 39 0B 09] 08:19:50.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28309] 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, complete]! 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, complete] for token KeyToken[127.0.0.1:8249-7C5BF74C236F5C01] 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1061, complete] for MID KeyMID[127.0.0.1:8249-28309] 08:19:50.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1061, complete] completed CON-POST MID= -1, Token=7C5BF74C236F5C01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28309, Token=7C5BF74C236F5C01, OptionSet={"Object-Security":0x0971}, acked 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD! 08:19:50.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063] send request 08:19:50.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1063] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:19:50.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063] added with generated mid KeyMID[127.0.0.1:8249-28310], CON-POST MID=28310, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:19:50.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1063] added with generated token KeyToken[127.0.0.1:8249-580CAF7297BD0D94], CON-POST MID=28310, Token=580CAF7297BD0D94, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67 08:19:50.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28310], KeyToken[127.0.0.1:8249-580CAF7297BD0D94]] 08:19:50.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,099,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28310, Token=580CAF7297BD0D94, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67] 08:19:50.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28310] 08:19:50.461 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.461 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064] replace CON-POST MID=28310, Token=580CAF7297BD0D94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28310, Token=580CAF7297BD0D94, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1064] send response NON-2.05 MID=28310, Token=null, OptionSet={}, "server responds hi" 08:19:50.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, complete]! 08:19:50.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1064, complete] completed NON-2.04 MID=28310, Token=580CAF7297BD0D94, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F! 08:19:50.461 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,100,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28310, Token=580CAF7297BD0D94, OptionSet={"Object-Security":0x}, B8 BB F5 7E 30 A4 84 A7 BB FF 3B 6C 0F 04 B8 56 6D 2F E9 5C 57 44 1C BB F7 A7 7B 4F] 08:19:50.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28310] 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, complete]! 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, complete] for token KeyToken[127.0.0.1:8249-580CAF7297BD0D94] 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1063, complete] for MID KeyMID[127.0.0.1:8249-28310] 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1063, complete] completed CON-POST MID= -1, Token=580CAF7297BD0D94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28310, Token=580CAF7297BD0D94, OptionSet={"Object-Security":0x0972}, acked A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67! 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065] send request 08:19:50.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1065] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:19:50.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065] added with generated mid KeyMID[127.0.0.1:8249-28311], CON-POST MID=28311, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:19:50.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1065] added with generated token KeyToken[127.0.0.1:8249-1C83C99622DB613A], CON-POST MID=28311, Token=1C83C99622DB613A, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D 08:19:50.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28311], KeyToken[127.0.0.1:8249-1C83C99622DB613A]] 08:19:50.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,101,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28311, Token=1C83C99622DB613A, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D] 08:19:50.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28311] 08:19:50.463 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.463 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066] replace CON-POST MID=28311, Token=1C83C99622DB613A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28311, Token=1C83C99622DB613A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1066] send response NON-2.05 MID=28311, Token=null, OptionSet={}, "server responds hi" 08:19:50.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, complete]! 08:19:50.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1066, complete] completed NON-2.04 MID=28311, Token=1C83C99622DB613A, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6! 08:19:50.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,102,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28311, Token=1C83C99622DB613A, OptionSet={"Object-Security":0x}, 39 78 70 D6 8B B0 C7 6D F4 D1 69 A8 88 A3 8B BB A4 25 0D DF 14 09 5C 7F EA 9D 88 D6] 08:19:50.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28311] 08:19:50.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, complete]! 08:19:50.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, complete] for token KeyToken[127.0.0.1:8249-1C83C99622DB613A] 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1065, complete] for MID KeyMID[127.0.0.1:8249-28311] 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1065, complete] completed CON-POST MID= -1, Token=1C83C99622DB613A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28311, Token=1C83C99622DB613A, OptionSet={"Object-Security":0x0973}, acked 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D! 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067] send request 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1067] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067] added with generated mid KeyMID[127.0.0.1:8249-28312], CON-POST MID=28312, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1067] added with generated token KeyToken[127.0.0.1:8249-58E8B9C2A3C0839D], CON-POST MID=28312, Token=58E8B9C2A3C0839D, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D 08:19:50.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28312], KeyToken[127.0.0.1:8249-58E8B9C2A3C0839D]] 08:19:50.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,103,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28312, Token=58E8B9C2A3C0839D, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D] 08:19:50.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28312] 08:19:50.466 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.466 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068] replace CON-POST MID=28312, Token=58E8B9C2A3C0839D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28312, Token=58E8B9C2A3C0839D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1068] send response NON-2.05 MID=28312, Token=null, OptionSet={}, "server responds hi" 08:19:50.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, complete]! 08:19:50.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1068, complete] completed NON-2.04 MID=28312, Token=58E8B9C2A3C0839D, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB! 08:19:50.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,104,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28312, Token=58E8B9C2A3C0839D, OptionSet={"Object-Security":0x}, 2F 8B 5D 07 FF EC AA 9A 25 2E 62 C6 65 CF 5C 9F 06 1E A8 E2 48 93 93 21 59 44 FE BB] 08:19:50.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28312] 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, complete]! 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, complete] for token KeyToken[127.0.0.1:8249-58E8B9C2A3C0839D] 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1067, complete] for MID KeyMID[127.0.0.1:8249-28312] 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1067, complete] completed CON-POST MID= -1, Token=58E8B9C2A3C0839D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28312, Token=58E8B9C2A3C0839D, OptionSet={"Object-Security":0x0974}, acked 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D! 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069] send request 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1069] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069] added with generated mid KeyMID[127.0.0.1:8249-28313], CON-POST MID=28313, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:19:50.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1069] added with generated token KeyToken[127.0.0.1:8249-E4E103FB060CC494], CON-POST MID=28313, Token=E4E103FB060CC494, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE 08:19:50.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28313], KeyToken[127.0.0.1:8249-E4E103FB060CC494]] 08:19:50.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,105,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28313, Token=E4E103FB060CC494, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE] 08:19:50.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28313] 08:19:50.468 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.468 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070] replace CON-POST MID=28313, Token=E4E103FB060CC494, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28313, Token=E4E103FB060CC494, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1070] send response NON-2.05 MID=28313, Token=null, OptionSet={}, "server responds hi" 08:19:50.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, complete]! 08:19:50.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1070, complete] completed NON-2.04 MID=28313, Token=E4E103FB060CC494, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA! 08:19:50.469 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,106,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28313, Token=E4E103FB060CC494, OptionSet={"Object-Security":0x}, 8C E7 9A E2 E3 0C BF 3C F9 84 1A 83 65 B2 5E F2 39 FC CE C5 0C 99 25 CF 2B 24 1F BA] 08:19:50.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28313] 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, complete]! 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, complete] for token KeyToken[127.0.0.1:8249-E4E103FB060CC494] 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1069, complete] for MID KeyMID[127.0.0.1:8249-28313] 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1069, complete] completed CON-POST MID= -1, Token=E4E103FB060CC494, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28313, Token=E4E103FB060CC494, OptionSet={"Object-Security":0x0975}, acked 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE! 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071] send request 08:19:50.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1071] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:19:50.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071] added with generated mid KeyMID[127.0.0.1:8249-28314], CON-POST MID=28314, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:19:50.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1071] added with generated token KeyToken[127.0.0.1:8249-5C2D29D2EF317B01], CON-POST MID=28314, Token=5C2D29D2EF317B01, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85 08:19:50.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28314], KeyToken[127.0.0.1:8249-5C2D29D2EF317B01]] 08:19:50.470 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,107,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28314, Token=5C2D29D2EF317B01, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85] 08:19:50.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28314] 08:19:50.470 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.470 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072] replace CON-POST MID=28314, Token=5C2D29D2EF317B01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28314, Token=5C2D29D2EF317B01, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1072] send response NON-2.05 MID=28314, Token=null, OptionSet={}, "server responds hi" 08:19:50.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, complete]! 08:19:50.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1072, complete] completed NON-2.04 MID=28314, Token=5C2D29D2EF317B01, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E! 08:19:50.471 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,108,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28314, Token=5C2D29D2EF317B01, OptionSet={"Object-Security":0x}, 6D 2E A5 83 D6 F8 E6 B0 D7 98 F3 A6 67 7F F8 66 43 61 5F 21 C5 E3 88 A8 45 E9 C1 2E] 08:19:50.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28314] 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, complete]! 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, complete] for token KeyToken[127.0.0.1:8249-5C2D29D2EF317B01] 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1071, complete] for MID KeyMID[127.0.0.1:8249-28314] 08:19:50.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1071, complete] completed CON-POST MID= -1, Token=5C2D29D2EF317B01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28314, Token=5C2D29D2EF317B01, OptionSet={"Object-Security":0x0976}, acked BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85! 08:19:50.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073] send request 08:19:50.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1073] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:19:50.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073] added with generated mid KeyMID[127.0.0.1:8249-28315], CON-POST MID=28315, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:19:50.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1073] added with generated token KeyToken[127.0.0.1:8249-20F35D76FB016200], CON-POST MID=28315, Token=20F35D76FB016200, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20 08:19:50.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28315], KeyToken[127.0.0.1:8249-20F35D76FB016200]] 08:19:50.472 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,109,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28315, Token=20F35D76FB016200, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20] 08:19:50.472 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28315] 08:19:50.473 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.473 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074] replace CON-POST MID=28315, Token=20F35D76FB016200, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28315, Token=20F35D76FB016200, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1074] send response NON-2.05 MID=28315, Token=null, OptionSet={}, "server responds hi" 08:19:50.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, complete]! 08:19:50.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1074, complete] completed NON-2.04 MID=28315, Token=20F35D76FB016200, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B! 08:19:50.473 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,110,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28315, Token=20F35D76FB016200, OptionSet={"Object-Security":0x}, A5 7F BA 1A FC 65 26 26 F0 7C B9 69 53 E0 79 0A F8 F8 29 37 1B CE 01 7B 60 7E CE 2B] 08:19:50.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28315] 08:19:50.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, complete]! 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, complete] for token KeyToken[127.0.0.1:8249-20F35D76FB016200] 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1073, complete] for MID KeyMID[127.0.0.1:8249-28315] 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1073, complete] completed CON-POST MID= -1, Token=20F35D76FB016200, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28315, Token=20F35D76FB016200, OptionSet={"Object-Security":0x0977}, acked D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20! 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075] send request 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1075] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075] added with generated mid KeyMID[127.0.0.1:8249-28316], CON-POST MID=28316, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1075] added with generated token KeyToken[127.0.0.1:8249-4C75614C7A2541CD], CON-POST MID=28316, Token=4C75614C7A2541CD, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21 08:19:50.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28316], KeyToken[127.0.0.1:8249-4C75614C7A2541CD]] 08:19:50.474 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,111,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28316, Token=4C75614C7A2541CD, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21] 08:19:50.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28316] 08:19:50.475 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.475 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076] replace CON-POST MID=28316, Token=4C75614C7A2541CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28316, Token=4C75614C7A2541CD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1076] send response NON-2.05 MID=28316, Token=null, OptionSet={}, "server responds hi" 08:19:50.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, complete]! 08:19:50.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1076, complete] completed NON-2.04 MID=28316, Token=4C75614C7A2541CD, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B! 08:19:50.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,112,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28316, Token=4C75614C7A2541CD, OptionSet={"Object-Security":0x}, C4 72 58 35 74 6E 92 51 CF 00 9B 66 5C 97 6B FD AA 97 BF 52 AC 4F 81 70 90 09 FA 2B] 08:19:50.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28316] 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, complete]! 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, complete] for token KeyToken[127.0.0.1:8249-4C75614C7A2541CD] 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1075, complete] for MID KeyMID[127.0.0.1:8249-28316] 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1075, complete] completed CON-POST MID= -1, Token=4C75614C7A2541CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28316, Token=4C75614C7A2541CD, OptionSet={"Object-Security":0x0978}, acked 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21! 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077] send request 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1077] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077] added with generated mid KeyMID[127.0.0.1:8249-28317], CON-POST MID=28317, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:19:50.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1077] added with generated token KeyToken[127.0.0.1:8249-84CF0F3E72C46511], CON-POST MID=28317, Token=84CF0F3E72C46511, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD 08:19:50.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28317], KeyToken[127.0.0.1:8249-84CF0F3E72C46511]] 08:19:50.477 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,113,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28317, Token=84CF0F3E72C46511, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD] 08:19:50.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28317] 08:19:50.477 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.477 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078] replace CON-POST MID=28317, Token=84CF0F3E72C46511, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28317, Token=84CF0F3E72C46511, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1078] send response NON-2.05 MID=28317, Token=null, OptionSet={}, "server responds hi" 08:19:50.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, complete]! 08:19:50.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1078, complete] completed NON-2.04 MID=28317, Token=84CF0F3E72C46511, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0! 08:19:50.478 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,114,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28317, Token=84CF0F3E72C46511, OptionSet={"Object-Security":0x}, 97 20 48 78 77 09 94 9C 20 51 F7 BB A9 42 65 19 EC C4 24 B6 72 B0 E9 01 92 05 5E F0] 08:19:50.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28317] 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, complete]! 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, complete] for token KeyToken[127.0.0.1:8249-84CF0F3E72C46511] 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1077, complete] for MID KeyMID[127.0.0.1:8249-28317] 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1077, complete] completed CON-POST MID= -1, Token=84CF0F3E72C46511, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28317, Token=84CF0F3E72C46511, OptionSet={"Object-Security":0x0979}, acked 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD! 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079] send request 08:19:50.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1079] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:19:50.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079] added with generated mid KeyMID[127.0.0.1:8249-28318], CON-POST MID=28318, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:19:50.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1079] added with generated token KeyToken[127.0.0.1:8249-B41DC8B034E82153], CON-POST MID=28318, Token=B41DC8B034E82153, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1 08:19:50.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28318], KeyToken[127.0.0.1:8249-B41DC8B034E82153]] 08:19:50.479 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,115,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28318, Token=B41DC8B034E82153, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1] 08:19:50.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28318] 08:19:50.479 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.479 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080] replace CON-POST MID=28318, Token=B41DC8B034E82153, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28318, Token=B41DC8B034E82153, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1080] send response NON-2.05 MID=28318, Token=null, OptionSet={}, "server responds hi" 08:19:50.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, complete]! 08:19:50.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1080, complete] completed NON-2.04 MID=28318, Token=B41DC8B034E82153, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18! 08:19:50.480 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,116,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28318, Token=B41DC8B034E82153, OptionSet={"Object-Security":0x}, B6 FA 51 31 12 B5 AD 62 26 C4 82 EF DA BA D3 EA A9 43 48 04 90 24 0C 29 69 3C A1 18] 08:19:50.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28318] 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, complete]! 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, complete] for token KeyToken[127.0.0.1:8249-B41DC8B034E82153] 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1079, complete] for MID KeyMID[127.0.0.1:8249-28318] 08:19:50.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1079, complete] completed CON-POST MID= -1, Token=B41DC8B034E82153, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28318, Token=B41DC8B034E82153, OptionSet={"Object-Security":0x097A}, acked 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1! 08:19:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081] send request 08:19:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1081] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:19:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081] added with generated mid KeyMID[127.0.0.1:8249-28319], CON-POST MID=28319, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:19:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1081] added with generated token KeyToken[127.0.0.1:8249-D40773A6941C47D8], CON-POST MID=28319, Token=D40773A6941C47D8, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17 08:19:50.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28319], KeyToken[127.0.0.1:8249-D40773A6941C47D8]] 08:19:50.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,117,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28319, Token=D40773A6941C47D8, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17] 08:19:50.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28319] 08:19:50.482 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.482 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082] replace CON-POST MID=28319, Token=D40773A6941C47D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28319, Token=D40773A6941C47D8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1082] send response NON-2.05 MID=28319, Token=null, OptionSet={}, "server responds hi" 08:19:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, complete]! 08:19:50.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1082, complete] completed NON-2.04 MID=28319, Token=D40773A6941C47D8, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71! 08:19:50.482 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,118,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28319, Token=D40773A6941C47D8, OptionSet={"Object-Security":0x}, 42 07 1E 3B BE B8 15 36 A0 C1 57 F6 39 B7 5B 63 7A 6F 28 DE 66 41 0A 66 85 D1 4F 71] 08:19:50.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28319] 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, complete]! 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, complete] for token KeyToken[127.0.0.1:8249-D40773A6941C47D8] 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1081, complete] for MID KeyMID[127.0.0.1:8249-28319] 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1081, complete] completed CON-POST MID= -1, Token=D40773A6941C47D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28319, Token=D40773A6941C47D8, OptionSet={"Object-Security":0x097B}, acked 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17! 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083] send request 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1083] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:19:50.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083] added with generated mid KeyMID[127.0.0.1:8249-28320], CON-POST MID=28320, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:19:50.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1083] added with generated token KeyToken[127.0.0.1:8249-34DE924AD8025821], CON-POST MID=28320, Token=34DE924AD8025821, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52 08:19:50.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28320], KeyToken[127.0.0.1:8249-34DE924AD8025821]] 08:19:50.484 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,119,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28320, Token=34DE924AD8025821, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52] 08:19:50.484 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28320] 08:19:50.484 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.484 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084] replace CON-POST MID=28320, Token=34DE924AD8025821, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28320, Token=34DE924AD8025821, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.484 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1084] send response NON-2.05 MID=28320, Token=null, OptionSet={}, "server responds hi" 08:19:50.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, complete]! 08:19:50.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1084, complete] completed NON-2.04 MID=28320, Token=34DE924AD8025821, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B! 08:19:50.485 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,120,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28320, Token=34DE924AD8025821, OptionSet={"Object-Security":0x}, 71 3B F6 63 C8 3B DF C3 66 4C AE 68 66 D2 67 84 75 E6 46 1B 62 BF FF 36 D5 AF 4C 9B] 08:19:50.485 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28320] 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, complete]! 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, complete] for token KeyToken[127.0.0.1:8249-34DE924AD8025821] 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1083, complete] for MID KeyMID[127.0.0.1:8249-28320] 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1083, complete] completed CON-POST MID= -1, Token=34DE924AD8025821, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28320, Token=34DE924AD8025821, OptionSet={"Object-Security":0x097C}, acked 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52! 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085] send request 08:19:50.485 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1085] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:19:50.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085] added with generated mid KeyMID[127.0.0.1:8249-28321], CON-POST MID=28321, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:19:50.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1085] added with generated token KeyToken[127.0.0.1:8249-E85CA600CA0AF3B8], CON-POST MID=28321, Token=E85CA600CA0AF3B8, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02 08:19:50.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28321], KeyToken[127.0.0.1:8249-E85CA600CA0AF3B8]] 08:19:50.486 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,121,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28321, Token=E85CA600CA0AF3B8, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02] 08:19:50.486 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28321] 08:19:50.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.486 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.486 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086] replace CON-POST MID=28321, Token=E85CA600CA0AF3B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28321, Token=E85CA600CA0AF3B8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1086] send response NON-2.05 MID=28321, Token=null, OptionSet={}, "server responds hi" 08:19:50.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, complete]! 08:19:50.487 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1086, complete] completed NON-2.04 MID=28321, Token=E85CA600CA0AF3B8, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12! 08:19:50.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,122,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28321, Token=E85CA600CA0AF3B8, OptionSet={"Object-Security":0x}, 2A 93 85 B9 D9 87 FD 30 5D 48 00 31 52 4A 2C A1 29 C2 15 46 D7 2A 84 56 5F E6 D5 12] 08:19:50.487 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28321] 08:19:50.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, complete]! 08:19:50.487 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, complete] for token KeyToken[127.0.0.1:8249-E85CA600CA0AF3B8] 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1085, complete] for MID KeyMID[127.0.0.1:8249-28321] 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1085, complete] completed CON-POST MID= -1, Token=E85CA600CA0AF3B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28321, Token=E85CA600CA0AF3B8, OptionSet={"Object-Security":0x097D}, acked 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02! 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087] send request 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1087] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087] added with generated mid KeyMID[127.0.0.1:8249-28322], CON-POST MID=28322, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1087] added with generated token KeyToken[127.0.0.1:8249-B06365C68DF12E1B], CON-POST MID=28322, Token=B06365C68DF12E1B, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40 08:19:50.488 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28322], KeyToken[127.0.0.1:8249-B06365C68DF12E1B]] 08:19:50.489 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,123,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28322, Token=B06365C68DF12E1B, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40] 08:19:50.489 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28322] 08:19:50.489 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.489 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088] replace CON-POST MID=28322, Token=B06365C68DF12E1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28322, Token=B06365C68DF12E1B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1088] send response NON-2.05 MID=28322, Token=null, OptionSet={}, "server responds hi" 08:19:50.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, complete]! 08:19:50.489 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1088, complete] completed NON-2.04 MID=28322, Token=B06365C68DF12E1B, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69! 08:19:50.489 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,124,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28322, Token=B06365C68DF12E1B, OptionSet={"Object-Security":0x}, E4 5B 73 22 CC BE 01 17 35 B6 DD C8 7E 10 8A 30 C2 33 A4 7F 62 31 14 D0 CA 65 10 69] 08:19:50.490 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28322] 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, complete]! 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, complete] for token KeyToken[127.0.0.1:8249-B06365C68DF12E1B] 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1087, complete] for MID KeyMID[127.0.0.1:8249-28322] 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1087, complete] completed CON-POST MID= -1, Token=B06365C68DF12E1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28322, Token=B06365C68DF12E1B, OptionSet={"Object-Security":0x097E}, acked FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40! 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089] send request 08:19:50.490 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1089] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:19:50.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089] added with generated mid KeyMID[127.0.0.1:8249-28323], CON-POST MID=28323, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:19:50.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1089] added with generated token KeyToken[127.0.0.1:8249-04F9312FB7078753], CON-POST MID=28323, Token=04F9312FB7078753, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3 08:19:50.491 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28323], KeyToken[127.0.0.1:8249-04F9312FB7078753]] 08:19:50.491 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,125,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28323, Token=04F9312FB7078753, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3] 08:19:50.491 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28323] 08:19:50.491 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.491 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090] replace CON-POST MID=28323, Token=04F9312FB7078753, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28323, Token=04F9312FB7078753, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.491 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1090] send response NON-2.05 MID=28323, Token=null, OptionSet={}, "server responds hi" 08:19:50.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, complete]! 08:19:50.492 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1090, complete] completed NON-2.04 MID=28323, Token=04F9312FB7078753, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD! 08:19:50.492 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,126,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28323, Token=04F9312FB7078753, OptionSet={"Object-Security":0x}, DD 14 4E A8 BC B0 4E E0 D6 CE 85 3F 0D 7F B1 98 E3 89 41 C3 13 C4 FB C5 B6 AA 0C BD] 08:19:50.492 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28323] 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, complete]! 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, complete] for token KeyToken[127.0.0.1:8249-04F9312FB7078753] 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1089, complete] for MID KeyMID[127.0.0.1:8249-28323] 08:19:50.492 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1089, complete] completed CON-POST MID= -1, Token=04F9312FB7078753, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28323, Token=04F9312FB7078753, OptionSet={"Object-Security":0x097F}, acked B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3! 08:19:50.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091] send request 08:19:50.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1091] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:50.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091] added with generated mid KeyMID[127.0.0.1:8249-28324], CON-POST MID=28324, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:50.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1091] added with generated token KeyToken[127.0.0.1:8249-BC7E670D04C449D5], CON-POST MID=28324, Token=BC7E670D04C449D5, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D 08:19:50.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28324], KeyToken[127.0.0.1:8249-BC7E670D04C449D5]] 08:19:50.493 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,127,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28324, Token=BC7E670D04C449D5, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D] 08:19:50.493 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28324] 08:19:50.493 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.493 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.493 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092] replace CON-POST MID=28324, Token=BC7E670D04C449D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28324, Token=BC7E670D04C449D5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1092] send response NON-2.05 MID=28324, Token=null, OptionSet={}, "server responds hi" 08:19:50.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, complete]! 08:19:50.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1092, complete] completed NON-2.04 MID=28324, Token=BC7E670D04C449D5, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76! 08:19:50.494 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,128,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28324, Token=BC7E670D04C449D5, OptionSet={"Object-Security":0x}, B6 E7 33 02 35 AD 4B 3C 04 67 C7 D4 4A FB 51 E3 65 B5 DA FE 6A BA 40 86 D6 D1 87 76] 08:19:50.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28324] 08:19:50.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, complete]! 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, complete] for token KeyToken[127.0.0.1:8249-BC7E670D04C449D5] 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1091, complete] for MID KeyMID[127.0.0.1:8249-28324] 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1091, complete] completed CON-POST MID= -1, Token=BC7E670D04C449D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28324, Token=BC7E670D04C449D5, OptionSet={"Object-Security":0x0980}, acked 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D! 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093] send request 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1093] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093] added with generated mid KeyMID[127.0.0.1:8249-28325], CON-POST MID=28325, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1093] added with generated token KeyToken[127.0.0.1:8249-648CB8FE5C163D68], CON-POST MID=28325, Token=648CB8FE5C163D68, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA 08:19:50.495 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28325], KeyToken[127.0.0.1:8249-648CB8FE5C163D68]] 08:19:50.495 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,129,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28325, Token=648CB8FE5C163D68, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA] 08:19:50.496 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28325] 08:19:50.496 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.496 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094] replace CON-POST MID=28325, Token=648CB8FE5C163D68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28325, Token=648CB8FE5C163D68, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1094] send response NON-2.05 MID=28325, Token=null, OptionSet={}, "server responds hi" 08:19:50.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, complete]! 08:19:50.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1094, complete] completed NON-2.04 MID=28325, Token=648CB8FE5C163D68, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F! 08:19:50.496 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.497 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,130,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28325, Token=648CB8FE5C163D68, OptionSet={"Object-Security":0x}, 7C 10 7B B0 54 5D 9E 66 94 2A CB 02 48 20 CE 33 F6 19 CA 31 85 BE 07 6C 9F DA 1D 0F] 08:19:50.497 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28325] 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, complete]! 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, complete] for token KeyToken[127.0.0.1:8249-648CB8FE5C163D68] 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1093, complete] for MID KeyMID[127.0.0.1:8249-28325] 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1093, complete] completed CON-POST MID= -1, Token=648CB8FE5C163D68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28325, Token=648CB8FE5C163D68, OptionSet={"Object-Security":0x0981}, acked 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA! 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095] send request 08:19:50.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1095] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:19:50.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095] added with generated mid KeyMID[127.0.0.1:8249-28326], CON-POST MID=28326, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:19:50.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1095] added with generated token KeyToken[127.0.0.1:8249-2404DB1E610B9392], CON-POST MID=28326, Token=2404DB1E610B9392, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2 08:19:50.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28326], KeyToken[127.0.0.1:8249-2404DB1E610B9392]] 08:19:50.498 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,131,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28326, Token=2404DB1E610B9392, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2] 08:19:50.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28326] 08:19:50.498 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.498 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096] replace CON-POST MID=28326, Token=2404DB1E610B9392, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28326, Token=2404DB1E610B9392, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1096] send response NON-2.05 MID=28326, Token=null, OptionSet={}, "server responds hi" 08:19:50.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, complete]! 08:19:50.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1096, complete] completed NON-2.04 MID=28326, Token=2404DB1E610B9392, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0! 08:19:50.499 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,132,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28326, Token=2404DB1E610B9392, OptionSet={"Object-Security":0x}, FF 7F 51 B9 73 D6 89 E6 9D 61 95 15 DA 4F D3 0E E3 E4 B3 56 65 F9 4C 9C C2 67 02 B0] 08:19:50.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28326] 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, complete]! 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, complete] for token KeyToken[127.0.0.1:8249-2404DB1E610B9392] 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1095, complete] for MID KeyMID[127.0.0.1:8249-28326] 08:19:50.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1095, complete] completed CON-POST MID= -1, Token=2404DB1E610B9392, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28326, Token=2404DB1E610B9392, OptionSet={"Object-Security":0x0982}, acked 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2! 08:19:50.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097] send request 08:19:50.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1097] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:19:50.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097] added with generated mid KeyMID[127.0.0.1:8249-28327], CON-POST MID=28327, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:19:50.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1097] added with generated token KeyToken[127.0.0.1:8249-8CEF0C808E249CBD], CON-POST MID=28327, Token=8CEF0C808E249CBD, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99 08:19:50.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28327], KeyToken[127.0.0.1:8249-8CEF0C808E249CBD]] 08:19:50.500 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.500 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,133,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28327, Token=8CEF0C808E249CBD, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99] 08:19:50.500 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28327] 08:19:50.501 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.501 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098] replace CON-POST MID=28327, Token=8CEF0C808E249CBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28327, Token=8CEF0C808E249CBD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1098] send response NON-2.05 MID=28327, Token=null, OptionSet={}, "server responds hi" 08:19:50.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, complete]! 08:19:50.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1098, complete] completed NON-2.04 MID=28327, Token=8CEF0C808E249CBD, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C! 08:19:50.501 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.501 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,134,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28327, Token=8CEF0C808E249CBD, OptionSet={"Object-Security":0x}, 30 BD FD F9 CF 2D 19 43 E0 42 53 5A AA FF 87 CC 54 6A DC 46 81 A4 D7 85 D7 A0 70 2C] 08:19:50.501 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28327] 08:19:50.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, complete]! 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, complete] for token KeyToken[127.0.0.1:8249-8CEF0C808E249CBD] 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1097, complete] for MID KeyMID[127.0.0.1:8249-28327] 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1097, complete] completed CON-POST MID= -1, Token=8CEF0C808E249CBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28327, Token=8CEF0C808E249CBD, OptionSet={"Object-Security":0x0983}, acked 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99! 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099] send request 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1099] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099] added with generated mid KeyMID[127.0.0.1:8249-28328], CON-POST MID=28328, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1099] added with generated token KeyToken[127.0.0.1:8249-80923EC10F043BF9], CON-POST MID=28328, Token=80923EC10F043BF9, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF 08:19:50.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28328], KeyToken[127.0.0.1:8249-80923EC10F043BF9]] 08:19:50.502 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.503 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,135,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28328, Token=80923EC10F043BF9, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF] 08:19:50.503 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28328] 08:19:50.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.552 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100] replace CON-POST MID=28328, Token=80923EC10F043BF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28328, Token=80923EC10F043BF9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1100] send response NON-2.05 MID=28328, Token=null, OptionSet={}, "server responds hi" 08:19:50.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, complete]! 08:19:50.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1100, complete] completed NON-2.04 MID=28328, Token=80923EC10F043BF9, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC! 08:19:50.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,136,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28328, Token=80923EC10F043BF9, OptionSet={"Object-Security":0x}, 17 DD EC E7 8F BF 28 E8 62 DC 0C F7 C5 70 E1 D8 75 A4 AE E3 DE 91 50 AC DA 81 36 FC] 08:19:50.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28328] 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, complete]! 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, complete] for token KeyToken[127.0.0.1:8249-80923EC10F043BF9] 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1099, complete] for MID KeyMID[127.0.0.1:8249-28328] 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1099, complete] completed CON-POST MID= -1, Token=80923EC10F043BF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28328, Token=80923EC10F043BF9, OptionSet={"Object-Security":0x0984}, acked 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF! 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101] send request 08:19:50.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1101] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:19:50.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101] added with generated mid KeyMID[127.0.0.1:8249-28329], CON-POST MID=28329, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:19:50.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1101] added with generated token KeyToken[127.0.0.1:8249-98F323CD1B6E0C8D], CON-POST MID=28329, Token=98F323CD1B6E0C8D, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1 08:19:50.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28329], KeyToken[127.0.0.1:8249-98F323CD1B6E0C8D]] 08:19:50.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,137,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28329, Token=98F323CD1B6E0C8D, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1] 08:19:50.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28329] 08:19:50.554 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.554 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102] replace CON-POST MID=28329, Token=98F323CD1B6E0C8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28329, Token=98F323CD1B6E0C8D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1102] send response NON-2.05 MID=28329, Token=null, OptionSet={}, "server responds hi" 08:19:50.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, complete]! 08:19:50.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1102, complete] completed NON-2.04 MID=28329, Token=98F323CD1B6E0C8D, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96! 08:19:50.555 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,138,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28329, Token=98F323CD1B6E0C8D, OptionSet={"Object-Security":0x}, 1B 3C 95 C0 94 B0 1B AE F9 8B 76 71 F1 AB 79 1E 47 74 BE 70 29 E1 F1 D6 00 E2 F7 96] 08:19:50.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28329] 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, complete]! 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, complete] for token KeyToken[127.0.0.1:8249-98F323CD1B6E0C8D] 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1101, complete] for MID KeyMID[127.0.0.1:8249-28329] 08:19:50.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1101, complete] completed CON-POST MID= -1, Token=98F323CD1B6E0C8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28329, Token=98F323CD1B6E0C8D, OptionSet={"Object-Security":0x0985}, acked 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1! 08:19:50.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103] send request 08:19:50.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1103] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:19:50.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103] added with generated mid KeyMID[127.0.0.1:8249-28330], CON-POST MID=28330, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:19:50.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1103] added with generated token KeyToken[127.0.0.1:8249-A0FCB8BE610004B1], CON-POST MID=28330, Token=A0FCB8BE610004B1, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17 08:19:50.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28330], KeyToken[127.0.0.1:8249-A0FCB8BE610004B1]] 08:19:50.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,139,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28330, Token=A0FCB8BE610004B1, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17] 08:19:50.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28330] 08:19:50.557 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.557 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104] replace CON-POST MID=28330, Token=A0FCB8BE610004B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28330, Token=A0FCB8BE610004B1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1104] send response NON-2.05 MID=28330, Token=null, OptionSet={}, "server responds hi" 08:19:50.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, complete]! 08:19:50.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1104, complete] completed NON-2.04 MID=28330, Token=A0FCB8BE610004B1, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51! 08:19:50.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,140,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28330, Token=A0FCB8BE610004B1, OptionSet={"Object-Security":0x}, DF 82 18 CC 99 6B 1D 96 2A 1A DB E4 B7 8E C6 38 C7 BA 53 B1 53 B9 B2 0E 06 AC 82 51] 08:19:50.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28330] 08:19:50.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, complete]! 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, complete] for token KeyToken[127.0.0.1:8249-A0FCB8BE610004B1] 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1103, complete] for MID KeyMID[127.0.0.1:8249-28330] 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1103, complete] completed CON-POST MID= -1, Token=A0FCB8BE610004B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28330, Token=A0FCB8BE610004B1, OptionSet={"Object-Security":0x0986}, acked FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17! 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105] send request 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1105] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105] added with generated mid KeyMID[127.0.0.1:8249-28331], CON-POST MID=28331, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:19:50.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1105] added with generated token KeyToken[127.0.0.1:8249-148F4CD320FBD0F7], CON-POST MID=28331, Token=148F4CD320FBD0F7, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22 08:19:50.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28331], KeyToken[127.0.0.1:8249-148F4CD320FBD0F7]] 08:19:50.559 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,141,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28331, Token=148F4CD320FBD0F7, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22] 08:19:50.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28331] 08:19:50.559 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.559 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106] replace CON-POST MID=28331, Token=148F4CD320FBD0F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28331, Token=148F4CD320FBD0F7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1106] send response NON-2.05 MID=28331, Token=null, OptionSet={}, "server responds hi" 08:19:50.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, complete]! 08:19:50.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1106, complete] completed NON-2.04 MID=28331, Token=148F4CD320FBD0F7, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7! 08:19:50.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,142,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28331, Token=148F4CD320FBD0F7, OptionSet={"Object-Security":0x}, DE 2C 01 9E 9C C2 1D 79 82 84 A9 A2 72 09 FF C5 5B F7 E3 CE 22 60 68 04 AA E6 10 A7] 08:19:50.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28331] 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, complete]! 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, complete] for token KeyToken[127.0.0.1:8249-148F4CD320FBD0F7] 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1105, complete] for MID KeyMID[127.0.0.1:8249-28331] 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1105, complete] completed CON-POST MID= -1, Token=148F4CD320FBD0F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28331, Token=148F4CD320FBD0F7, OptionSet={"Object-Security":0x0987}, acked B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22! 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107] send request 08:19:50.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1107] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:19:50.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107] added with generated mid KeyMID[127.0.0.1:8249-28332], CON-POST MID=28332, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:19:50.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1107] added with generated token KeyToken[127.0.0.1:8249-4476BD23AF78DFBE], CON-POST MID=28332, Token=4476BD23AF78DFBE, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C 08:19:50.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28332], KeyToken[127.0.0.1:8249-4476BD23AF78DFBE]] 08:19:50.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,143,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28332, Token=4476BD23AF78DFBE, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C] 08:19:50.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28332] 08:19:50.561 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.561 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108] replace CON-POST MID=28332, Token=4476BD23AF78DFBE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28332, Token=4476BD23AF78DFBE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1108] send response NON-2.05 MID=28332, Token=null, OptionSet={}, "server responds hi" 08:19:50.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, complete]! 08:19:50.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1108, complete] completed NON-2.04 MID=28332, Token=4476BD23AF78DFBE, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D! 08:19:50.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,144,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28332, Token=4476BD23AF78DFBE, OptionSet={"Object-Security":0x}, 93 50 40 EC D0 29 C6 27 72 49 92 5A 6F 12 DA D9 CD A9 41 12 B9 49 88 D6 0B 18 06 4D] 08:19:50.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28332] 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, complete]! 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, complete] for token KeyToken[127.0.0.1:8249-4476BD23AF78DFBE] 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1107, complete] for MID KeyMID[127.0.0.1:8249-28332] 08:19:50.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1107, complete] completed CON-POST MID= -1, Token=4476BD23AF78DFBE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28332, Token=4476BD23AF78DFBE, OptionSet={"Object-Security":0x0988}, acked 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C! 08:19:50.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109] send request 08:19:50.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1109] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:19:50.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109] added with generated mid KeyMID[127.0.0.1:8249-28333], CON-POST MID=28333, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:19:50.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1109] added with generated token KeyToken[127.0.0.1:8249-544185A7995E65D1], CON-POST MID=28333, Token=544185A7995E65D1, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31 08:19:50.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28333], KeyToken[127.0.0.1:8249-544185A7995E65D1]] 08:19:50.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,145,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28333, Token=544185A7995E65D1, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31] 08:19:50.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28333] 08:19:50.564 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.564 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110] replace CON-POST MID=28333, Token=544185A7995E65D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28333, Token=544185A7995E65D1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1110] send response NON-2.05 MID=28333, Token=null, OptionSet={}, "server responds hi" 08:19:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, complete]! 08:19:50.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1110, complete] completed NON-2.04 MID=28333, Token=544185A7995E65D1, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE! 08:19:50.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,146,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28333, Token=544185A7995E65D1, OptionSet={"Object-Security":0x}, E7 70 00 11 16 0E D1 AC BC B6 C7 D3 03 B4 7A DC 03 E1 01 29 E7 35 F3 D5 C9 5A 79 CE] 08:19:50.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28333] 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, complete]! 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, complete] for token KeyToken[127.0.0.1:8249-544185A7995E65D1] 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1109, complete] for MID KeyMID[127.0.0.1:8249-28333] 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1109, complete] completed CON-POST MID= -1, Token=544185A7995E65D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28333, Token=544185A7995E65D1, OptionSet={"Object-Security":0x0989}, acked C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31! 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111] send request 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1111] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:19:50.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111] added with generated mid KeyMID[127.0.0.1:8249-28334], CON-POST MID=28334, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:19:50.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1111] added with generated token KeyToken[127.0.0.1:8249-3096329C65A907A5], CON-POST MID=28334, Token=3096329C65A907A5, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2 08:19:50.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28334], KeyToken[127.0.0.1:8249-3096329C65A907A5]] 08:19:50.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,147,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28334, Token=3096329C65A907A5, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2] 08:19:50.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28334] 08:19:50.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.566 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112] replace CON-POST MID=28334, Token=3096329C65A907A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28334, Token=3096329C65A907A5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1112] send response NON-2.05 MID=28334, Token=null, OptionSet={}, "server responds hi" 08:19:50.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, complete]! 08:19:50.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1112, complete] completed NON-2.04 MID=28334, Token=3096329C65A907A5, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6! 08:19:50.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,148,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28334, Token=3096329C65A907A5, OptionSet={"Object-Security":0x}, A0 0E 5C 91 CC 35 39 4E 53 37 28 94 AA 97 F9 49 7C 82 A0 EA CD 2E 9E 60 CA 70 4A C6] 08:19:50.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28334] 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, complete]! 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, complete] for token KeyToken[127.0.0.1:8249-3096329C65A907A5] 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1111, complete] for MID KeyMID[127.0.0.1:8249-28334] 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1111, complete] completed CON-POST MID= -1, Token=3096329C65A907A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28334, Token=3096329C65A907A5, OptionSet={"Object-Security":0x098A}, acked 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2! 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113] send request 08:19:50.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1113] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:19:50.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113] added with generated mid KeyMID[127.0.0.1:8249-28335], CON-POST MID=28335, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:19:50.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1113] added with generated token KeyToken[127.0.0.1:8249-8C3082048A7555BD], CON-POST MID=28335, Token=8C3082048A7555BD, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC 08:19:50.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28335], KeyToken[127.0.0.1:8249-8C3082048A7555BD]] 08:19:50.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,149,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28335, Token=8C3082048A7555BD, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC] 08:19:50.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28335] 08:19:50.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114] replace CON-POST MID=28335, Token=8C3082048A7555BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28335, Token=8C3082048A7555BD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1114] send response NON-2.05 MID=28335, Token=null, OptionSet={}, "server responds hi" 08:19:50.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, complete]! 08:19:50.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1114, complete] completed NON-2.04 MID=28335, Token=8C3082048A7555BD, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A! 08:19:50.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,150,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28335, Token=8C3082048A7555BD, OptionSet={"Object-Security":0x}, 57 63 3E 3F 14 86 37 A1 DA 67 CD E9 A4 8F 82 47 09 6A C6 E2 C6 4C 72 42 29 D4 79 4A] 08:19:50.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28335] 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, complete]! 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, complete] for token KeyToken[127.0.0.1:8249-8C3082048A7555BD] 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1113, complete] for MID KeyMID[127.0.0.1:8249-28335] 08:19:50.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1113, complete] completed CON-POST MID= -1, Token=8C3082048A7555BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28335, Token=8C3082048A7555BD, OptionSet={"Object-Security":0x098B}, acked A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC! 08:19:50.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115] send request 08:19:50.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1115] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:19:50.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115] added with generated mid KeyMID[127.0.0.1:8249-28336], CON-POST MID=28336, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:19:50.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1115] added with generated token KeyToken[127.0.0.1:8249-48026ACF6AB5905A], CON-POST MID=28336, Token=48026ACF6AB5905A, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D 08:19:50.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28336], KeyToken[127.0.0.1:8249-48026ACF6AB5905A]] 08:19:50.570 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,151,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28336, Token=48026ACF6AB5905A, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D] 08:19:50.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28336] 08:19:50.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.571 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116] replace CON-POST MID=28336, Token=48026ACF6AB5905A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28336, Token=48026ACF6AB5905A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1116] send response NON-2.05 MID=28336, Token=null, OptionSet={}, "server responds hi" 08:19:50.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, complete]! 08:19:50.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1116, complete] completed NON-2.04 MID=28336, Token=48026ACF6AB5905A, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A! 08:19:50.571 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,152,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28336, Token=48026ACF6AB5905A, OptionSet={"Object-Security":0x}, 0F CF D9 F5 C2 87 F3 12 E5 FF 37 4F B3 BB D8 19 63 5D 73 30 3A 48 46 9E AD 5B DB 9A] 08:19:50.571 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28336] 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, complete]! 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, complete] for token KeyToken[127.0.0.1:8249-48026ACF6AB5905A] 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1115, complete] for MID KeyMID[127.0.0.1:8249-28336] 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1115, complete] completed CON-POST MID= -1, Token=48026ACF6AB5905A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28336, Token=48026ACF6AB5905A, OptionSet={"Object-Security":0x098C}, acked 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D! 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117] send request 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1117] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:19:50.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117] added with generated mid KeyMID[127.0.0.1:8249-28337], CON-POST MID=28337, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:19:50.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1117] added with generated token KeyToken[127.0.0.1:8249-E4B0E3C8FAA6BCE0], CON-POST MID=28337, Token=E4B0E3C8FAA6BCE0, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C 08:19:50.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28337], KeyToken[127.0.0.1:8249-E4B0E3C8FAA6BCE0]] 08:19:50.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,153,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28337, Token=E4B0E3C8FAA6BCE0, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C] 08:19:50.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28337] 08:19:50.573 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.573 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118] replace CON-POST MID=28337, Token=E4B0E3C8FAA6BCE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28337, Token=E4B0E3C8FAA6BCE0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1118] send response NON-2.05 MID=28337, Token=null, OptionSet={}, "server responds hi" 08:19:50.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, complete]! 08:19:50.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1118, complete] completed NON-2.04 MID=28337, Token=E4B0E3C8FAA6BCE0, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64! 08:19:50.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,154,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28337, Token=E4B0E3C8FAA6BCE0, OptionSet={"Object-Security":0x}, C1 51 03 B7 12 4F 3B 03 53 37 94 DF 0A 88 11 76 CE 52 3A 70 A3 B7 E6 32 4F 20 C4 64] 08:19:50.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28337] 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, complete]! 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, complete] for token KeyToken[127.0.0.1:8249-E4B0E3C8FAA6BCE0] 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1117, complete] for MID KeyMID[127.0.0.1:8249-28337] 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1117, complete] completed CON-POST MID= -1, Token=E4B0E3C8FAA6BCE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28337, Token=E4B0E3C8FAA6BCE0, OptionSet={"Object-Security":0x098D}, acked 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C! 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119] send request 08:19:50.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1119] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:19:50.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119] added with generated mid KeyMID[127.0.0.1:8249-28338], CON-POST MID=28338, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:19:50.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1119] added with generated token KeyToken[127.0.0.1:8249-B890D7D2F0969B54], CON-POST MID=28338, Token=B890D7D2F0969B54, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE 08:19:50.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28338], KeyToken[127.0.0.1:8249-B890D7D2F0969B54]] 08:19:50.575 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,155,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28338, Token=B890D7D2F0969B54, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE] 08:19:50.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28338] 08:19:50.575 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.575 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120] replace CON-POST MID=28338, Token=B890D7D2F0969B54, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28338, Token=B890D7D2F0969B54, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1120] send response NON-2.05 MID=28338, Token=null, OptionSet={}, "server responds hi" 08:19:50.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, complete]! 08:19:50.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1120, complete] completed NON-2.04 MID=28338, Token=B890D7D2F0969B54, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A! 08:19:50.576 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,156,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28338, Token=B890D7D2F0969B54, OptionSet={"Object-Security":0x}, F8 F5 03 59 B3 10 04 25 68 B4 0A 88 5F 9F 5D 9E 41 7D 32 68 8E A1 DA 43 4C A9 A5 5A] 08:19:50.576 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28338] 08:19:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, complete]! 08:19:50.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, complete] for token KeyToken[127.0.0.1:8249-B890D7D2F0969B54] 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1119, complete] for MID KeyMID[127.0.0.1:8249-28338] 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1119, complete] completed CON-POST MID= -1, Token=B890D7D2F0969B54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28338, Token=B890D7D2F0969B54, OptionSet={"Object-Security":0x098E}, acked 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE! 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121] send request 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1121] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121] added with generated mid KeyMID[127.0.0.1:8249-28339], CON-POST MID=28339, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1121] added with generated token KeyToken[127.0.0.1:8249-5C611DBF7A909F1E], CON-POST MID=28339, Token=5C611DBF7A909F1E, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74 08:19:50.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28339], KeyToken[127.0.0.1:8249-5C611DBF7A909F1E]] 08:19:50.577 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,157,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28339, Token=5C611DBF7A909F1E, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74] 08:19:50.577 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28339] 08:19:50.578 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.578 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122] replace CON-POST MID=28339, Token=5C611DBF7A909F1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28339, Token=5C611DBF7A909F1E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1122] send response NON-2.05 MID=28339, Token=null, OptionSet={}, "server responds hi" 08:19:50.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, complete]! 08:19:50.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1122, complete] completed NON-2.04 MID=28339, Token=5C611DBF7A909F1E, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC! 08:19:50.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,158,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28339, Token=5C611DBF7A909F1E, OptionSet={"Object-Security":0x}, 88 B1 65 88 1B 7B 6F FB 00 28 13 84 E9 87 94 D2 AA B8 91 BA A7 23 FB DF 78 9D 36 AC] 08:19:50.578 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28339] 08:19:50.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, complete]! 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, complete] for token KeyToken[127.0.0.1:8249-5C611DBF7A909F1E] 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1121, complete] for MID KeyMID[127.0.0.1:8249-28339] 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1121, complete] completed CON-POST MID= -1, Token=5C611DBF7A909F1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28339, Token=5C611DBF7A909F1E, OptionSet={"Object-Security":0x098F}, acked 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74! 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123] send request 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1123] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123] added with generated mid KeyMID[127.0.0.1:8249-28340], CON-POST MID=28340, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1123] added with generated token KeyToken[127.0.0.1:8249-24777D20E0FA9184], CON-POST MID=28340, Token=24777D20E0FA9184, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13 08:19:50.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28340], KeyToken[127.0.0.1:8249-24777D20E0FA9184]] 08:19:50.580 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,159,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28340, Token=24777D20E0FA9184, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13] 08:19:50.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28340] 08:19:50.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.580 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124] replace CON-POST MID=28340, Token=24777D20E0FA9184, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28340, Token=24777D20E0FA9184, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1124] send response NON-2.05 MID=28340, Token=null, OptionSet={}, "server responds hi" 08:19:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, complete]! 08:19:50.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1124, complete] completed NON-2.04 MID=28340, Token=24777D20E0FA9184, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC! 08:19:50.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,160,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28340, Token=24777D20E0FA9184, OptionSet={"Object-Security":0x}, F7 65 9A 19 84 78 9A A6 C6 18 FB 43 07 97 45 5B 64 23 50 D1 99 BC 57 EC 0B 90 D7 BC] 08:19:50.581 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28340] 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, complete]! 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, complete] for token KeyToken[127.0.0.1:8249-24777D20E0FA9184] 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1123, complete] for MID KeyMID[127.0.0.1:8249-28340] 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1123, complete] completed CON-POST MID= -1, Token=24777D20E0FA9184, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28340, Token=24777D20E0FA9184, OptionSet={"Object-Security":0x0990}, acked 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13! 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125] send request 08:19:50.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1125] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:19:50.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125] added with generated mid KeyMID[127.0.0.1:8249-28341], CON-POST MID=28341, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:19:50.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1125] added with generated token KeyToken[127.0.0.1:8249-F8B4AB6FD4BF4480], CON-POST MID=28341, Token=F8B4AB6FD4BF4480, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1 08:19:50.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28341], KeyToken[127.0.0.1:8249-F8B4AB6FD4BF4480]] 08:19:50.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,161,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28341, Token=F8B4AB6FD4BF4480, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1] 08:19:50.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28341] 08:19:50.582 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.582 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126] replace CON-POST MID=28341, Token=F8B4AB6FD4BF4480, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28341, Token=F8B4AB6FD4BF4480, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1126] send response NON-2.05 MID=28341, Token=null, OptionSet={}, "server responds hi" 08:19:50.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, complete]! 08:19:50.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1126, complete] completed NON-2.04 MID=28341, Token=F8B4AB6FD4BF4480, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01! 08:19:50.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,162,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28341, Token=F8B4AB6FD4BF4480, OptionSet={"Object-Security":0x}, 8C 25 77 AE 71 13 93 50 45 D0 F0 04 39 B8 6F BB 7A FC B4 28 9A 16 4B AA 4F AB B8 01] 08:19:50.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28341] 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, complete]! 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, complete] for token KeyToken[127.0.0.1:8249-F8B4AB6FD4BF4480] 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1125, complete] for MID KeyMID[127.0.0.1:8249-28341] 08:19:50.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1125, complete] completed CON-POST MID= -1, Token=F8B4AB6FD4BF4480, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28341, Token=F8B4AB6FD4BF4480, OptionSet={"Object-Security":0x0991}, acked 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1! 08:19:50.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127] send request 08:19:50.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1127] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:19:50.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127] added with generated mid KeyMID[127.0.0.1:8249-28342], CON-POST MID=28342, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:19:50.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1127] added with generated token KeyToken[127.0.0.1:8249-84CA6A8B80209C7D], CON-POST MID=28342, Token=84CA6A8B80209C7D, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01 08:19:50.584 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28342], KeyToken[127.0.0.1:8249-84CA6A8B80209C7D]] 08:19:50.585 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,163,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28342, Token=84CA6A8B80209C7D, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01] 08:19:50.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28342] 08:19:50.585 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.585 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128] replace CON-POST MID=28342, Token=84CA6A8B80209C7D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28342, Token=84CA6A8B80209C7D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1128] send response NON-2.05 MID=28342, Token=null, OptionSet={}, "server responds hi" 08:19:50.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, complete]! 08:19:50.585 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1128, complete] completed NON-2.04 MID=28342, Token=84CA6A8B80209C7D, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A! 08:19:50.585 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,164,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28342, Token=84CA6A8B80209C7D, OptionSet={"Object-Security":0x}, 69 BF FD E9 ED CE BB F8 80 69 5E 47 DE FD 7E FF 2F 4D E0 C1 9C D9 12 8D E2 66 32 9A] 08:19:50.585 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28342] 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, complete]! 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, complete] for token KeyToken[127.0.0.1:8249-84CA6A8B80209C7D] 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1127, complete] for MID KeyMID[127.0.0.1:8249-28342] 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1127, complete] completed CON-POST MID= -1, Token=84CA6A8B80209C7D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28342, Token=84CA6A8B80209C7D, OptionSet={"Object-Security":0x0992}, acked BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01! 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129] send request 08:19:50.586 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1129] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:19:50.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129] added with generated mid KeyMID[127.0.0.1:8249-28343], CON-POST MID=28343, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:19:50.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1129] added with generated token KeyToken[127.0.0.1:8249-20CFB099E0D51F9B], CON-POST MID=28343, Token=20CFB099E0D51F9B, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB 08:19:50.587 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28343], KeyToken[127.0.0.1:8249-20CFB099E0D51F9B]] 08:19:50.587 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,165,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28343, Token=20CFB099E0D51F9B, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB] 08:19:50.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28343] 08:19:50.587 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.587 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130] replace CON-POST MID=28343, Token=20CFB099E0D51F9B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28343, Token=20CFB099E0D51F9B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1130] send response NON-2.05 MID=28343, Token=null, OptionSet={}, "server responds hi" 08:19:50.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, complete]! 08:19:50.588 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1130, complete] completed NON-2.04 MID=28343, Token=20CFB099E0D51F9B, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD! 08:19:50.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,166,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28343, Token=20CFB099E0D51F9B, OptionSet={"Object-Security":0x}, 72 EC 70 37 41 41 1D C6 06 45 42 F3 7B C6 EC A9 27 65 F7 95 FE 3F 2B CE 92 83 BA AD] 08:19:50.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28343] 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, complete]! 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, complete] for token KeyToken[127.0.0.1:8249-20CFB099E0D51F9B] 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1129, complete] for MID KeyMID[127.0.0.1:8249-28343] 08:19:50.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1129, complete] completed CON-POST MID= -1, Token=20CFB099E0D51F9B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28343, Token=20CFB099E0D51F9B, OptionSet={"Object-Security":0x0993}, acked 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB! 08:19:50.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131] send request 08:19:50.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1131] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:19:50.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131] added with generated mid KeyMID[127.0.0.1:8249-28344], CON-POST MID=28344, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:19:50.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1131] added with generated token KeyToken[127.0.0.1:8249-74A23220E688A31F], CON-POST MID=28344, Token=74A23220E688A31F, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A 08:19:50.589 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28344], KeyToken[127.0.0.1:8249-74A23220E688A31F]] 08:19:50.589 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,167,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28344, Token=74A23220E688A31F, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A] 08:19:50.590 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28344] 08:19:50.590 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.590 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132] replace CON-POST MID=28344, Token=74A23220E688A31F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28344, Token=74A23220E688A31F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1132] send response NON-2.05 MID=28344, Token=null, OptionSet={}, "server responds hi" 08:19:50.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, complete]! 08:19:50.590 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1132, complete] completed NON-2.04 MID=28344, Token=74A23220E688A31F, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A! 08:19:50.590 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,168,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28344, Token=74A23220E688A31F, OptionSet={"Object-Security":0x}, 54 72 4A 51 8F CC DC 20 2A 36 AB 7C 47 0D F1 A3 E7 BD 61 21 2A 04 55 22 10 0B 54 9A] 08:19:50.590 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28344] 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, complete]! 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, complete] for token KeyToken[127.0.0.1:8249-74A23220E688A31F] 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1131, complete] for MID KeyMID[127.0.0.1:8249-28344] 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1131, complete] completed CON-POST MID= -1, Token=74A23220E688A31F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28344, Token=74A23220E688A31F, OptionSet={"Object-Security":0x0994}, acked 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A! 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133] send request 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1133] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:19:50.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133] added with generated mid KeyMID[127.0.0.1:8249-28345], CON-POST MID=28345, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:19:50.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1133] added with generated token KeyToken[127.0.0.1:8249-8886D5EFEF071727], CON-POST MID=28345, Token=8886D5EFEF071727, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5 08:19:50.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28345], KeyToken[127.0.0.1:8249-8886D5EFEF071727]] 08:19:50.592 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,169,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28345, Token=8886D5EFEF071727, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5] 08:19:50.592 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28345] 08:19:50.592 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.592 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134] replace CON-POST MID=28345, Token=8886D5EFEF071727, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28345, Token=8886D5EFEF071727, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1134] send response NON-2.05 MID=28345, Token=null, OptionSet={}, "server responds hi" 08:19:50.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, complete]! 08:19:50.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1134, complete] completed NON-2.04 MID=28345, Token=8886D5EFEF071727, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07! 08:19:50.593 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,170,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28345, Token=8886D5EFEF071727, OptionSet={"Object-Security":0x}, C3 AB A9 82 C0 79 C6 06 CA FF 34 DF 03 49 99 C4 94 F1 19 32 E3 FC 2D 3B 5F 40 06 07] 08:19:50.593 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28345] 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, complete]! 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, complete] for token KeyToken[127.0.0.1:8249-8886D5EFEF071727] 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1133, complete] for MID KeyMID[127.0.0.1:8249-28345] 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1133, complete] completed CON-POST MID= -1, Token=8886D5EFEF071727, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28345, Token=8886D5EFEF071727, OptionSet={"Object-Security":0x0995}, acked EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5! 08:19:50.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135] send request 08:19:50.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1135] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:19:50.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135] added with generated mid KeyMID[127.0.0.1:8249-28346], CON-POST MID=28346, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:19:50.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1135] added with generated token KeyToken[127.0.0.1:8249-7037A7B7C7476F62], CON-POST MID=28346, Token=7037A7B7C7476F62, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D 08:19:50.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28346], KeyToken[127.0.0.1:8249-7037A7B7C7476F62]] 08:19:50.594 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,171,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28346, Token=7037A7B7C7476F62, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D] 08:19:50.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28346] 08:19:50.595 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.595 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136] replace CON-POST MID=28346, Token=7037A7B7C7476F62, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28346, Token=7037A7B7C7476F62, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1136] send response NON-2.05 MID=28346, Token=null, OptionSet={}, "server responds hi" 08:19:50.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, complete]! 08:19:50.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1136, complete] completed NON-2.04 MID=28346, Token=7037A7B7C7476F62, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB! 08:19:50.595 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,172,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28346, Token=7037A7B7C7476F62, OptionSet={"Object-Security":0x}, 87 20 20 0D 51 97 C9 6B 1D 53 4B FD 83 86 80 B5 29 21 4D B6 83 7A 69 86 A0 A3 8A FB] 08:19:50.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28346] 08:19:50.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, complete]! 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, complete] for token KeyToken[127.0.0.1:8249-7037A7B7C7476F62] 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1135, complete] for MID KeyMID[127.0.0.1:8249-28346] 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1135, complete] completed CON-POST MID= -1, Token=7037A7B7C7476F62, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28346, Token=7037A7B7C7476F62, OptionSet={"Object-Security":0x0996}, acked 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D! 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137] send request 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1137] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137] added with generated mid KeyMID[127.0.0.1:8249-28347], CON-POST MID=28347, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1137] added with generated token KeyToken[127.0.0.1:8249-14A4D3A269FB4828], CON-POST MID=28347, Token=14A4D3A269FB4828, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46 08:19:50.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28347], KeyToken[127.0.0.1:8249-14A4D3A269FB4828]] 08:19:50.597 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.597 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,173,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28347, Token=14A4D3A269FB4828, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46] 08:19:50.597 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28347] 08:19:50.597 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.597 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138] replace CON-POST MID=28347, Token=14A4D3A269FB4828, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28347, Token=14A4D3A269FB4828, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1138] send response NON-2.05 MID=28347, Token=null, OptionSet={}, "server responds hi" 08:19:50.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, complete]! 08:19:50.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1138, complete] completed NON-2.04 MID=28347, Token=14A4D3A269FB4828, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE! 08:19:50.597 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.598 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,174,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28347, Token=14A4D3A269FB4828, OptionSet={"Object-Security":0x}, A6 9F FE EF 9C 27 7E 0B 4F 69 78 FB DA 15 5B 8A A9 65 44 E8 C9 EB E9 39 97 B1 55 EE] 08:19:50.598 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28347] 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, complete]! 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, complete] for token KeyToken[127.0.0.1:8249-14A4D3A269FB4828] 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1137, complete] for MID KeyMID[127.0.0.1:8249-28347] 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1137, complete] completed CON-POST MID= -1, Token=14A4D3A269FB4828, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28347, Token=14A4D3A269FB4828, OptionSet={"Object-Security":0x0997}, acked 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46! 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139] send request 08:19:50.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1139] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:19:50.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139] added with generated mid KeyMID[127.0.0.1:8249-28348], CON-POST MID=28348, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:19:50.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1139] added with generated token KeyToken[127.0.0.1:8249-44E40EA615C3F527], CON-POST MID=28348, Token=44E40EA615C3F527, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31 08:19:50.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28348], KeyToken[127.0.0.1:8249-44E40EA615C3F527]] 08:19:50.599 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,175,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28348, Token=44E40EA615C3F527, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31] 08:19:50.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28348] 08:19:50.599 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.599 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140] replace CON-POST MID=28348, Token=44E40EA615C3F527, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28348, Token=44E40EA615C3F527, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1140] send response NON-2.05 MID=28348, Token=null, OptionSet={}, "server responds hi" 08:19:50.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, complete]! 08:19:50.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1140, complete] completed NON-2.04 MID=28348, Token=44E40EA615C3F527, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D! 08:19:50.600 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,176,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28348, Token=44E40EA615C3F527, OptionSet={"Object-Security":0x}, 94 BA CF 4A 69 5F 41 62 D8 8B 1C CA A0 88 FA 42 B5 9F 4C BE B7 32 DA 3E B7 74 DF 7D] 08:19:50.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28348] 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, complete]! 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, complete] for token KeyToken[127.0.0.1:8249-44E40EA615C3F527] 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1139, complete] for MID KeyMID[127.0.0.1:8249-28348] 08:19:50.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1139, complete] completed CON-POST MID= -1, Token=44E40EA615C3F527, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28348, Token=44E40EA615C3F527, OptionSet={"Object-Security":0x0998}, acked F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31! 08:19:50.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141] send request 08:19:50.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1141] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:19:50.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141] added with generated mid KeyMID[127.0.0.1:8249-28349], CON-POST MID=28349, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:19:50.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1141] added with generated token KeyToken[127.0.0.1:8249-C8380024A288FFF2], CON-POST MID=28349, Token=C8380024A288FFF2, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3 08:19:50.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28349], KeyToken[127.0.0.1:8249-C8380024A288FFF2]] 08:19:50.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,177,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28349, Token=C8380024A288FFF2, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3] 08:19:50.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28349] 08:19:50.601 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.601 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142] replace CON-POST MID=28349, Token=C8380024A288FFF2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28349, Token=C8380024A288FFF2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1142] send response NON-2.05 MID=28349, Token=null, OptionSet={}, "server responds hi" 08:19:50.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, complete]! 08:19:50.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1142, complete] completed NON-2.04 MID=28349, Token=C8380024A288FFF2, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC! 08:19:50.602 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,178,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28349, Token=C8380024A288FFF2, OptionSet={"Object-Security":0x}, 6F 4D 3D A6 A5 72 78 88 97 FA E2 17 BF 47 4B BC 6F E9 77 87 AE 8D EA 64 02 4C 27 CC] 08:19:50.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28349] 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, complete]! 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, complete] for token KeyToken[127.0.0.1:8249-C8380024A288FFF2] 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1141, complete] for MID KeyMID[127.0.0.1:8249-28349] 08:19:50.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1141, complete] completed CON-POST MID= -1, Token=C8380024A288FFF2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28349, Token=C8380024A288FFF2, OptionSet={"Object-Security":0x0999}, acked 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3! 08:19:50.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143] send request 08:19:50.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1143] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:19:50.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143] added with generated mid KeyMID[127.0.0.1:8249-28350], CON-POST MID=28350, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:19:50.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1143] added with generated token KeyToken[127.0.0.1:8249-AC67273E5ED7E56B], CON-POST MID=28350, Token=AC67273E5ED7E56B, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B 08:19:50.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28350], KeyToken[127.0.0.1:8249-AC67273E5ED7E56B]] 08:19:50.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,179,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28350, Token=AC67273E5ED7E56B, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B] 08:19:50.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28350] 08:19:50.652 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.652 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144] replace CON-POST MID=28350, Token=AC67273E5ED7E56B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28350, Token=AC67273E5ED7E56B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1144] send response NON-2.05 MID=28350, Token=null, OptionSet={}, "server responds hi" 08:19:50.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, complete]! 08:19:50.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1144, complete] completed NON-2.04 MID=28350, Token=AC67273E5ED7E56B, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD! 08:19:50.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,180,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28350, Token=AC67273E5ED7E56B, OptionSet={"Object-Security":0x}, 54 68 8F 3B CB 28 65 C2 66 40 0D 92 DE 41 10 3A 56 B4 43 E0 7C 30 F3 7E 20 42 02 CD] 08:19:50.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28350] 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, complete]! 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, complete] for token KeyToken[127.0.0.1:8249-AC67273E5ED7E56B] 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1143, complete] for MID KeyMID[127.0.0.1:8249-28350] 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1143, complete] completed CON-POST MID= -1, Token=AC67273E5ED7E56B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28350, Token=AC67273E5ED7E56B, OptionSet={"Object-Security":0x099A}, acked 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B! 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145] send request 08:19:50.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1145] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:19:50.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145] added with generated mid KeyMID[127.0.0.1:8249-28351], CON-POST MID=28351, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:19:50.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1145] added with generated token KeyToken[127.0.0.1:8249-70D293C313470796], CON-POST MID=28351, Token=70D293C313470796, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85 08:19:50.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28351], KeyToken[127.0.0.1:8249-70D293C313470796]] 08:19:50.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,181,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28351, Token=70D293C313470796, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85] 08:19:50.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28351] 08:19:50.654 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.654 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146] replace CON-POST MID=28351, Token=70D293C313470796, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28351, Token=70D293C313470796, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1146] send response NON-2.05 MID=28351, Token=null, OptionSet={}, "server responds hi" 08:19:50.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, complete]! 08:19:50.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1146, complete] completed NON-2.04 MID=28351, Token=70D293C313470796, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D! 08:19:50.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,182,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28351, Token=70D293C313470796, OptionSet={"Object-Security":0x}, FE A2 0D 6F 01 D9 C2 2E A5 E4 7F 5C DD 7E 0C 25 5C 64 06 5D EE 75 8F BA 2C AD AE 4D] 08:19:50.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28351] 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, complete]! 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, complete] for token KeyToken[127.0.0.1:8249-70D293C313470796] 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1145, complete] for MID KeyMID[127.0.0.1:8249-28351] 08:19:50.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1145, complete] completed CON-POST MID= -1, Token=70D293C313470796, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28351, Token=70D293C313470796, OptionSet={"Object-Security":0x099B}, acked 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85! 08:19:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147] send request 08:19:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1147] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:19:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147] added with generated mid KeyMID[127.0.0.1:8249-28352], CON-POST MID=28352, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:19:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1147] added with generated token KeyToken[127.0.0.1:8249-E03DE83AED8A6BFF], CON-POST MID=28352, Token=E03DE83AED8A6BFF, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5 08:19:50.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28352], KeyToken[127.0.0.1:8249-E03DE83AED8A6BFF]] 08:19:50.656 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,183,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28352, Token=E03DE83AED8A6BFF, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5] 08:19:50.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28352] 08:19:50.656 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.656 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148] replace CON-POST MID=28352, Token=E03DE83AED8A6BFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28352, Token=E03DE83AED8A6BFF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1148] send response NON-2.05 MID=28352, Token=null, OptionSet={}, "server responds hi" 08:19:50.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, complete]! 08:19:50.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1148, complete] completed NON-2.04 MID=28352, Token=E03DE83AED8A6BFF, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF! 08:19:50.657 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,184,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28352, Token=E03DE83AED8A6BFF, OptionSet={"Object-Security":0x}, 9B 83 39 61 AE 35 FF 83 AF F5 B3 75 9D 58 B4 B2 FA 2F FA DB 84 E9 3A CF B9 42 06 AF] 08:19:50.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28352] 08:19:50.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, complete]! 08:19:50.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, complete] for token KeyToken[127.0.0.1:8249-E03DE83AED8A6BFF] 08:19:50.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1147, complete] for MID KeyMID[127.0.0.1:8249-28352] 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1147, complete] completed CON-POST MID= -1, Token=E03DE83AED8A6BFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28352, Token=E03DE83AED8A6BFF, OptionSet={"Object-Security":0x099C}, acked 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5! 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149] send request 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1149] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149] added with generated mid KeyMID[127.0.0.1:8249-28353], CON-POST MID=28353, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1149] added with generated token KeyToken[127.0.0.1:8249-4CAAD064E795DEB3], CON-POST MID=28353, Token=4CAAD064E795DEB3, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50 08:19:50.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28353], KeyToken[127.0.0.1:8249-4CAAD064E795DEB3]] 08:19:50.658 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,185,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28353, Token=4CAAD064E795DEB3, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50] 08:19:50.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28353] 08:19:50.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.659 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150] replace CON-POST MID=28353, Token=4CAAD064E795DEB3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28353, Token=4CAAD064E795DEB3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1150] send response NON-2.05 MID=28353, Token=null, OptionSet={}, "server responds hi" 08:19:50.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, complete]! 08:19:50.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1150, complete] completed NON-2.04 MID=28353, Token=4CAAD064E795DEB3, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23! 08:19:50.659 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,186,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28353, Token=4CAAD064E795DEB3, OptionSet={"Object-Security":0x}, B8 17 82 2B 13 0B 4D 18 45 42 74 C1 F6 12 8A BE D2 21 3E 8C F9 98 8E 39 83 DC 32 23] 08:19:50.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28353] 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, complete]! 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, complete] for token KeyToken[127.0.0.1:8249-4CAAD064E795DEB3] 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1149, complete] for MID KeyMID[127.0.0.1:8249-28353] 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1149, complete] completed CON-POST MID= -1, Token=4CAAD064E795DEB3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28353, Token=4CAAD064E795DEB3, OptionSet={"Object-Security":0x099D}, acked 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50! 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151] send request 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1151] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:19:50.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151] added with generated mid KeyMID[127.0.0.1:8249-28354], CON-POST MID=28354, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:19:50.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1151] added with generated token KeyToken[127.0.0.1:8249-00BC56BB54A2F98F], CON-POST MID=28354, Token=00BC56BB54A2F98F, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B 08:19:50.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28354], KeyToken[127.0.0.1:8249-00BC56BB54A2F98F]] 08:19:50.661 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,187,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28354, Token=00BC56BB54A2F98F, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B] 08:19:50.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28354] 08:19:50.661 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.661 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152] replace CON-POST MID=28354, Token=00BC56BB54A2F98F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28354, Token=00BC56BB54A2F98F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1152] send response NON-2.05 MID=28354, Token=null, OptionSet={}, "server responds hi" 08:19:50.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, complete]! 08:19:50.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1152, complete] completed NON-2.04 MID=28354, Token=00BC56BB54A2F98F, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23! 08:19:50.662 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,188,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28354, Token=00BC56BB54A2F98F, OptionSet={"Object-Security":0x}, 67 A2 13 3D 24 9A F6 A7 8D D8 16 AC C6 15 B8 19 FD C4 ED 6A 42 D1 D0 B9 D5 A0 A0 23] 08:19:50.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28354] 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, complete]! 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, complete] for token KeyToken[127.0.0.1:8249-00BC56BB54A2F98F] 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1151, complete] for MID KeyMID[127.0.0.1:8249-28354] 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1151, complete] completed CON-POST MID= -1, Token=00BC56BB54A2F98F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28354, Token=00BC56BB54A2F98F, OptionSet={"Object-Security":0x099E}, acked E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B! 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153] send request 08:19:50.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1153] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:19:50.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153] added with generated mid KeyMID[127.0.0.1:8249-28355], CON-POST MID=28355, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:19:50.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1153] added with generated token KeyToken[127.0.0.1:8249-2CCA52411405C0F5], CON-POST MID=28355, Token=2CCA52411405C0F5, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6 08:19:50.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28355], KeyToken[127.0.0.1:8249-2CCA52411405C0F5]] 08:19:50.663 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,189,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28355, Token=2CCA52411405C0F5, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6] 08:19:50.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28355] 08:19:50.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.663 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154] replace CON-POST MID=28355, Token=2CCA52411405C0F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28355, Token=2CCA52411405C0F5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1154] send response NON-2.05 MID=28355, Token=null, OptionSet={}, "server responds hi" 08:19:50.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, complete]! 08:19:50.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1154, complete] completed NON-2.04 MID=28355, Token=2CCA52411405C0F5, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F! 08:19:50.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,190,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28355, Token=2CCA52411405C0F5, OptionSet={"Object-Security":0x}, EF 78 62 0F FB 0A 83 6E A2 2C 1B FB 16 7A B5 73 4B 54 F5 A9 41 B5 44 C5 FF FE 5A 4F] 08:19:50.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28355] 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, complete]! 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, complete] for token KeyToken[127.0.0.1:8249-2CCA52411405C0F5] 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1153, complete] for MID KeyMID[127.0.0.1:8249-28355] 08:19:50.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1153, complete] completed CON-POST MID= -1, Token=2CCA52411405C0F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28355, Token=2CCA52411405C0F5, OptionSet={"Object-Security":0x099F}, acked 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6! 08:19:50.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155] send request 08:19:50.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1155] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:19:50.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155] added with generated mid KeyMID[127.0.0.1:8249-28356], CON-POST MID=28356, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:19:50.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1155] added with generated token KeyToken[127.0.0.1:8249-3C4EC15064B1CF48], CON-POST MID=28356, Token=3C4EC15064B1CF48, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32 08:19:50.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28356], KeyToken[127.0.0.1:8249-3C4EC15064B1CF48]] 08:19:50.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,191,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28356, Token=3C4EC15064B1CF48, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32] 08:19:50.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28356] 08:19:50.665 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.665 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156] replace CON-POST MID=28356, Token=3C4EC15064B1CF48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28356, Token=3C4EC15064B1CF48, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1156] send response NON-2.05 MID=28356, Token=null, OptionSet={}, "server responds hi" 08:19:50.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, complete]! 08:19:50.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1156, complete] completed NON-2.04 MID=28356, Token=3C4EC15064B1CF48, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE! 08:19:50.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,192,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28356, Token=3C4EC15064B1CF48, OptionSet={"Object-Security":0x}, 24 47 00 EF 56 45 28 5E DE 1F 02 CB 69 1B 41 DE 99 29 1C F5 0B 79 E2 B7 CC 55 2E CE] 08:19:50.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28356] 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, complete]! 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, complete] for token KeyToken[127.0.0.1:8249-3C4EC15064B1CF48] 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1155, complete] for MID KeyMID[127.0.0.1:8249-28356] 08:19:50.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1155, complete] completed CON-POST MID= -1, Token=3C4EC15064B1CF48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28356, Token=3C4EC15064B1CF48, OptionSet={"Object-Security":0x09A0}, acked 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32! 08:19:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157] send request 08:19:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1157] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:19:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157] added with generated mid KeyMID[127.0.0.1:8249-28357], CON-POST MID=28357, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:19:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1157] added with generated token KeyToken[127.0.0.1:8249-C455A18BC9E7BD8B], CON-POST MID=28357, Token=C455A18BC9E7BD8B, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3 08:19:50.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28357], KeyToken[127.0.0.1:8249-C455A18BC9E7BD8B]] 08:19:50.667 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,193,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28357, Token=C455A18BC9E7BD8B, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3] 08:19:50.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28357] 08:19:50.667 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.667 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158] replace CON-POST MID=28357, Token=C455A18BC9E7BD8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28357, Token=C455A18BC9E7BD8B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1158] send response NON-2.05 MID=28357, Token=null, OptionSet={}, "server responds hi" 08:19:50.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, complete]! 08:19:50.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1158, complete] completed NON-2.04 MID=28357, Token=C455A18BC9E7BD8B, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73! 08:19:50.668 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,194,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28357, Token=C455A18BC9E7BD8B, OptionSet={"Object-Security":0x}, 26 50 0D 1C F7 75 70 58 EB 2B 3C 2A F1 BC A4 8C 3B A3 13 59 0C 7B 04 DE 22 88 26 73] 08:19:50.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28357] 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, complete]! 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, complete] for token KeyToken[127.0.0.1:8249-C455A18BC9E7BD8B] 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1157, complete] for MID KeyMID[127.0.0.1:8249-28357] 08:19:50.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1157, complete] completed CON-POST MID= -1, Token=C455A18BC9E7BD8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28357, Token=C455A18BC9E7BD8B, OptionSet={"Object-Security":0x09A1}, acked 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3! 08:19:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159] send request 08:19:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1159] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:19:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159] added with generated mid KeyMID[127.0.0.1:8249-28358], CON-POST MID=28358, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:19:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1159] added with generated token KeyToken[127.0.0.1:8249-F07B75CDF20B8B8F], CON-POST MID=28358, Token=F07B75CDF20B8B8F, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC 08:19:50.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28358], KeyToken[127.0.0.1:8249-F07B75CDF20B8B8F]] 08:19:50.669 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,195,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28358, Token=F07B75CDF20B8B8F, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC] 08:19:50.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28358] 08:19:50.670 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.670 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160] replace CON-POST MID=28358, Token=F07B75CDF20B8B8F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28358, Token=F07B75CDF20B8B8F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1160] send response NON-2.05 MID=28358, Token=null, OptionSet={}, "server responds hi" 08:19:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, complete]! 08:19:50.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1160, complete] completed NON-2.04 MID=28358, Token=F07B75CDF20B8B8F, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B! 08:19:50.670 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,196,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28358, Token=F07B75CDF20B8B8F, OptionSet={"Object-Security":0x}, 5D BD CA CE CB 51 98 7E CB BC 7C AF BC 43 9A C5 26 97 EA D9 47 C0 A3 95 CC 0D 0F 3B] 08:19:50.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28358] 08:19:50.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, complete]! 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, complete] for token KeyToken[127.0.0.1:8249-F07B75CDF20B8B8F] 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1159, complete] for MID KeyMID[127.0.0.1:8249-28358] 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1159, complete] completed CON-POST MID= -1, Token=F07B75CDF20B8B8F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28358, Token=F07B75CDF20B8B8F, OptionSet={"Object-Security":0x09A2}, acked 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC! 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161] send request 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1161] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161] added with generated mid KeyMID[127.0.0.1:8249-28359], CON-POST MID=28359, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1161] added with generated token KeyToken[127.0.0.1:8249-D8AE5A7F761B12E9], CON-POST MID=28359, Token=D8AE5A7F761B12E9, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23 08:19:50.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28359], KeyToken[127.0.0.1:8249-D8AE5A7F761B12E9]] 08:19:50.671 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,197,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28359, Token=D8AE5A7F761B12E9, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23] 08:19:50.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28359] 08:19:50.672 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.672 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162] replace CON-POST MID=28359, Token=D8AE5A7F761B12E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28359, Token=D8AE5A7F761B12E9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1162] send response NON-2.05 MID=28359, Token=null, OptionSet={}, "server responds hi" 08:19:50.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, complete]! 08:19:50.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1162, complete] completed NON-2.04 MID=28359, Token=D8AE5A7F761B12E9, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00! 08:19:50.672 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,198,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28359, Token=D8AE5A7F761B12E9, OptionSet={"Object-Security":0x}, A0 CB AA D8 95 54 35 B2 4F 28 80 C1 75 AD 80 79 76 B0 D6 13 A6 93 DB D4 56 54 DE 00] 08:19:50.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28359] 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, complete]! 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, complete] for token KeyToken[127.0.0.1:8249-D8AE5A7F761B12E9] 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1161, complete] for MID KeyMID[127.0.0.1:8249-28359] 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1161, complete] completed CON-POST MID= -1, Token=D8AE5A7F761B12E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28359, Token=D8AE5A7F761B12E9, OptionSet={"Object-Security":0x09A3}, acked 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23! 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163] send request 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1163] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163] added with generated mid KeyMID[127.0.0.1:8249-28360], CON-POST MID=28360, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1163] added with generated token KeyToken[127.0.0.1:8249-9474D8C61D37ED1B], CON-POST MID=28360, Token=9474D8C61D37ED1B, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80 08:19:50.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28360], KeyToken[127.0.0.1:8249-9474D8C61D37ED1B]] 08:19:50.674 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,199,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28360, Token=9474D8C61D37ED1B, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80] 08:19:50.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28360] 08:19:50.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.674 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164] replace CON-POST MID=28360, Token=9474D8C61D37ED1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28360, Token=9474D8C61D37ED1B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1164] send response NON-2.05 MID=28360, Token=null, OptionSet={}, "server responds hi" 08:19:50.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, complete]! 08:19:50.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1164, complete] completed NON-2.04 MID=28360, Token=9474D8C61D37ED1B, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB! 08:19:50.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,200,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28360, Token=9474D8C61D37ED1B, OptionSet={"Object-Security":0x}, 6C 35 4D 9E 40 5E 46 CA B7 C1 A1 70 ED 0B 08 58 B0 EA FE 72 D0 D3 29 3F 68 1D 8E AB] 08:19:50.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28360] 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, complete]! 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, complete] for token KeyToken[127.0.0.1:8249-9474D8C61D37ED1B] 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1163, complete] for MID KeyMID[127.0.0.1:8249-28360] 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1163, complete] completed CON-POST MID= -1, Token=9474D8C61D37ED1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28360, Token=9474D8C61D37ED1B, OptionSet={"Object-Security":0x09A4}, acked 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80! 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165] send request 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1165] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165] added with generated mid KeyMID[127.0.0.1:8249-28361], CON-POST MID=28361, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1165] added with generated token KeyToken[127.0.0.1:8249-3493E55AC33FA43E], CON-POST MID=28361, Token=3493E55AC33FA43E, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF 08:19:50.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28361], KeyToken[127.0.0.1:8249-3493E55AC33FA43E]] 08:19:50.676 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,201,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28361, Token=3493E55AC33FA43E, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF] 08:19:50.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28361] 08:19:50.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.676 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166] replace CON-POST MID=28361, Token=3493E55AC33FA43E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28361, Token=3493E55AC33FA43E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1166] send response NON-2.05 MID=28361, Token=null, OptionSet={}, "server responds hi" 08:19:50.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, complete]! 08:19:50.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1166, complete] completed NON-2.04 MID=28361, Token=3493E55AC33FA43E, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25! 08:19:50.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,202,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28361, Token=3493E55AC33FA43E, OptionSet={"Object-Security":0x}, FC B1 14 83 44 9E 37 24 96 48 8D 4D D0 AE 46 6A 45 C0 7F 7E 5F F7 D1 86 4D 94 55 25] 08:19:50.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28361] 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, complete]! 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, complete] for token KeyToken[127.0.0.1:8249-3493E55AC33FA43E] 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1165, complete] for MID KeyMID[127.0.0.1:8249-28361] 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1165, complete] completed CON-POST MID= -1, Token=3493E55AC33FA43E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28361, Token=3493E55AC33FA43E, OptionSet={"Object-Security":0x09A5}, acked 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF! 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167] send request 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1167] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:19:50.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167] added with generated mid KeyMID[127.0.0.1:8249-28362], CON-POST MID=28362, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:19:50.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1167] added with generated token KeyToken[127.0.0.1:8249-0CE9307F13D87CEC], CON-POST MID=28362, Token=0CE9307F13D87CEC, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F 08:19:50.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28362], KeyToken[127.0.0.1:8249-0CE9307F13D87CEC]] 08:19:50.678 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,203,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28362, Token=0CE9307F13D87CEC, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F] 08:19:50.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28362] 08:19:50.678 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.678 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168] replace CON-POST MID=28362, Token=0CE9307F13D87CEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28362, Token=0CE9307F13D87CEC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1168] send response NON-2.05 MID=28362, Token=null, OptionSet={}, "server responds hi" 08:19:50.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, complete]! 08:19:50.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1168, complete] completed NON-2.04 MID=28362, Token=0CE9307F13D87CEC, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43! 08:19:50.679 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,204,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28362, Token=0CE9307F13D87CEC, OptionSet={"Object-Security":0x}, BE 6C 2A 38 BB 09 49 BB 1D 16 33 48 93 FE 21 11 EA 19 1B 41 F1 66 FE 50 90 87 3E 43] 08:19:50.679 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28362] 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, complete]! 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, complete] for token KeyToken[127.0.0.1:8249-0CE9307F13D87CEC] 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1167, complete] for MID KeyMID[127.0.0.1:8249-28362] 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1167, complete] completed CON-POST MID= -1, Token=0CE9307F13D87CEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28362, Token=0CE9307F13D87CEC, OptionSet={"Object-Security":0x09A6}, acked 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F! 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169] send request 08:19:50.679 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1169] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:19:50.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169] added with generated mid KeyMID[127.0.0.1:8249-28363], CON-POST MID=28363, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:19:50.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1169] added with generated token KeyToken[127.0.0.1:8249-FC24859751160054], CON-POST MID=28363, Token=FC24859751160054, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D 08:19:50.680 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28363], KeyToken[127.0.0.1:8249-FC24859751160054]] 08:19:50.680 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,205,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28363, Token=FC24859751160054, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D] 08:19:50.680 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28363] 08:19:50.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.680 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170] replace CON-POST MID=28363, Token=FC24859751160054, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28363, Token=FC24859751160054, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1170] send response NON-2.05 MID=28363, Token=null, OptionSet={}, "server responds hi" 08:19:50.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, complete]! 08:19:50.681 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1170, complete] completed NON-2.04 MID=28363, Token=FC24859751160054, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6! 08:19:50.681 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,206,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28363, Token=FC24859751160054, OptionSet={"Object-Security":0x}, D7 20 B2 FF B6 33 84 0E 88 84 1D 9F 8B 6A 01 41 CA A7 7C 57 0C 22 0A 1A E6 46 08 F6] 08:19:50.681 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28363] 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, complete]! 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, complete] for token KeyToken[127.0.0.1:8249-FC24859751160054] 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1169, complete] for MID KeyMID[127.0.0.1:8249-28363] 08:19:50.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1169, complete] completed CON-POST MID= -1, Token=FC24859751160054, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28363, Token=FC24859751160054, OptionSet={"Object-Security":0x09A7}, acked 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D! 08:19:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171] send request 08:19:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1171] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:19:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171] added with generated mid KeyMID[127.0.0.1:8249-28364], CON-POST MID=28364, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:19:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1171] added with generated token KeyToken[127.0.0.1:8249-E8E030976D11F135], CON-POST MID=28364, Token=E8E030976D11F135, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28 08:19:50.682 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28364], KeyToken[127.0.0.1:8249-E8E030976D11F135]] 08:19:50.682 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,207,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28364, Token=E8E030976D11F135, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28] 08:19:50.682 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28364] 08:19:50.682 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.682 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.682 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172] replace CON-POST MID=28364, Token=E8E030976D11F135, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28364, Token=E8E030976D11F135, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1172] send response NON-2.05 MID=28364, Token=null, OptionSet={}, "server responds hi" 08:19:50.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, complete]! 08:19:50.683 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1172, complete] completed NON-2.04 MID=28364, Token=E8E030976D11F135, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40! 08:19:50.683 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,208,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28364, Token=E8E030976D11F135, OptionSet={"Object-Security":0x}, 27 99 4A 6D 39 CB 2C D8 CD B6 3E 35 18 89 B2 AF 86 16 3E BC E7 DB F7 78 D2 E7 88 40] 08:19:50.683 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28364] 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, complete]! 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, complete] for token KeyToken[127.0.0.1:8249-E8E030976D11F135] 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1171, complete] for MID KeyMID[127.0.0.1:8249-28364] 08:19:50.683 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1171, complete] completed CON-POST MID= -1, Token=E8E030976D11F135, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28364, Token=E8E030976D11F135, OptionSet={"Object-Security":0x09A8}, acked D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28! 08:19:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173] send request 08:19:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1173] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:19:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173] added with generated mid KeyMID[127.0.0.1:8249-28365], CON-POST MID=28365, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:19:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1173] added with generated token KeyToken[127.0.0.1:8249-34724639AED38CDC], CON-POST MID=28365, Token=34724639AED38CDC, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44 08:19:50.684 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28365], KeyToken[127.0.0.1:8249-34724639AED38CDC]] 08:19:50.684 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.684 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,209,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28365, Token=34724639AED38CDC, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44] 08:19:50.685 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28365] 08:19:50.685 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.685 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174] replace CON-POST MID=28365, Token=34724639AED38CDC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28365, Token=34724639AED38CDC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1174] send response NON-2.05 MID=28365, Token=null, OptionSet={}, "server responds hi" 08:19:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, complete]! 08:19:50.685 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1174, complete] completed NON-2.04 MID=28365, Token=34724639AED38CDC, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75! 08:19:50.685 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,210,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28365, Token=34724639AED38CDC, OptionSet={"Object-Security":0x}, 07 28 DA 58 54 26 DD 25 FE 98 90 C8 53 92 CF 46 82 1D 6E 0A 6F 0A 1C A1 52 57 17 75] 08:19:50.685 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28365] 08:19:50.685 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, complete]! 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, complete] for token KeyToken[127.0.0.1:8249-34724639AED38CDC] 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1173, complete] for MID KeyMID[127.0.0.1:8249-28365] 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1173, complete] completed CON-POST MID= -1, Token=34724639AED38CDC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28365, Token=34724639AED38CDC, OptionSet={"Object-Security":0x09A9}, acked 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44! 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175] send request 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1175] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175] added with generated mid KeyMID[127.0.0.1:8249-28366], CON-POST MID=28366, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1175] added with generated token KeyToken[127.0.0.1:8249-CCF3889730DCDD6B], CON-POST MID=28366, Token=CCF3889730DCDD6B, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21 08:19:50.686 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28366], KeyToken[127.0.0.1:8249-CCF3889730DCDD6B]] 08:19:50.687 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,211,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28366, Token=CCF3889730DCDD6B, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21] 08:19:50.687 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28366] 08:19:50.687 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.687 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176] replace CON-POST MID=28366, Token=CCF3889730DCDD6B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28366, Token=CCF3889730DCDD6B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1176] send response NON-2.05 MID=28366, Token=null, OptionSet={}, "server responds hi" 08:19:50.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, complete]! 08:19:50.687 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1176, complete] completed NON-2.04 MID=28366, Token=CCF3889730DCDD6B, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6! 08:19:50.687 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,212,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28366, Token=CCF3889730DCDD6B, OptionSet={"Object-Security":0x}, FB 5C D7 D1 EE B0 E5 E9 16 74 62 B2 D6 F7 7E 87 B7 14 26 CA A3 20 FF 74 65 F8 14 A6] 08:19:50.688 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28366] 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, complete]! 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, complete] for token KeyToken[127.0.0.1:8249-CCF3889730DCDD6B] 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1175, complete] for MID KeyMID[127.0.0.1:8249-28366] 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1175, complete] completed CON-POST MID= -1, Token=CCF3889730DCDD6B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28366, Token=CCF3889730DCDD6B, OptionSet={"Object-Security":0x09AA}, acked 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21! 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177] send request 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1177] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.688 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:19:50.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177] added with generated mid KeyMID[127.0.0.1:8249-28367], CON-POST MID=28367, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:19:50.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1177] added with generated token KeyToken[127.0.0.1:8249-7063B6D40E8C1D3A], CON-POST MID=28367, Token=7063B6D40E8C1D3A, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E 08:19:50.689 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28367], KeyToken[127.0.0.1:8249-7063B6D40E8C1D3A]] 08:19:50.689 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,213,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28367, Token=7063B6D40E8C1D3A, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E] 08:19:50.689 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28367] 08:19:50.689 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.689 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178] replace CON-POST MID=28367, Token=7063B6D40E8C1D3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28367, Token=7063B6D40E8C1D3A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1178] send response NON-2.05 MID=28367, Token=null, OptionSet={}, "server responds hi" 08:19:50.689 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, complete]! 08:19:50.690 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1178, complete] completed NON-2.04 MID=28367, Token=7063B6D40E8C1D3A, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98! 08:19:50.690 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,214,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28367, Token=7063B6D40E8C1D3A, OptionSet={"Object-Security":0x}, 15 7E E3 DE 69 14 85 97 86 DC CD F4 E4 2B 0C 99 7E 92 83 5A AC F7 09 82 F4 C3 A8 98] 08:19:50.690 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28367] 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, complete]! 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, complete] for token KeyToken[127.0.0.1:8249-7063B6D40E8C1D3A] 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1177, complete] for MID KeyMID[127.0.0.1:8249-28367] 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1177, complete] completed CON-POST MID= -1, Token=7063B6D40E8C1D3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28367, Token=7063B6D40E8C1D3A, OptionSet={"Object-Security":0x09AB}, acked 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E! 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179] send request 08:19:50.690 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1179] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:19:50.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179] added with generated mid KeyMID[127.0.0.1:8249-28368], CON-POST MID=28368, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:19:50.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1179] added with generated token KeyToken[127.0.0.1:8249-D4C65FC699B11DBC], CON-POST MID=28368, Token=D4C65FC699B11DBC, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7 08:19:50.691 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28368], KeyToken[127.0.0.1:8249-D4C65FC699B11DBC]] 08:19:50.691 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,215,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28368, Token=D4C65FC699B11DBC, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7] 08:19:50.691 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28368] 08:19:50.691 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.691 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180] replace CON-POST MID=28368, Token=D4C65FC699B11DBC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28368, Token=D4C65FC699B11DBC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.691 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1180] send response NON-2.05 MID=28368, Token=null, OptionSet={}, "server responds hi" 08:19:50.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, complete]! 08:19:50.692 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1180, complete] completed NON-2.04 MID=28368, Token=D4C65FC699B11DBC, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25! 08:19:50.692 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,216,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28368, Token=D4C65FC699B11DBC, OptionSet={"Object-Security":0x}, 14 66 40 33 7A 7B 31 9B C4 9C DB D5 6F D3 0F FC 42 7A C5 2E B7 D8 F0 B6 80 83 04 25] 08:19:50.692 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28368] 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, complete]! 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, complete] for token KeyToken[127.0.0.1:8249-D4C65FC699B11DBC] 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1179, complete] for MID KeyMID[127.0.0.1:8249-28368] 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1179, complete] completed CON-POST MID= -1, Token=D4C65FC699B11DBC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28368, Token=D4C65FC699B11DBC, OptionSet={"Object-Security":0x09AC}, acked 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7! 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.692 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181] send request 08:19:50.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1181] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:19:50.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181] added with generated mid KeyMID[127.0.0.1:8249-28369], CON-POST MID=28369, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:19:50.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1181] added with generated token KeyToken[127.0.0.1:8249-E42A6D7134C6B0DD], CON-POST MID=28369, Token=E42A6D7134C6B0DD, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82 08:19:50.693 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28369], KeyToken[127.0.0.1:8249-E42A6D7134C6B0DD]] 08:19:50.693 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,217,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28369, Token=E42A6D7134C6B0DD, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82] 08:19:50.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28369] 08:19:50.693 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.693 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.693 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182] replace CON-POST MID=28369, Token=E42A6D7134C6B0DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28369, Token=E42A6D7134C6B0DD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1182] send response NON-2.05 MID=28369, Token=null, OptionSet={}, "server responds hi" 08:19:50.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, complete]! 08:19:50.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1182, complete] completed NON-2.04 MID=28369, Token=E42A6D7134C6B0DD, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F! 08:19:50.694 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,218,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28369, Token=E42A6D7134C6B0DD, OptionSet={"Object-Security":0x}, D3 88 3C EE AE C5 EF 21 2F 61 92 A6 2B 48 AA 4D 98 32 95 95 09 2F 4C 2A 8C 6C 22 5F] 08:19:50.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28369] 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, complete]! 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, complete] for token KeyToken[127.0.0.1:8249-E42A6D7134C6B0DD] 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1181, complete] for MID KeyMID[127.0.0.1:8249-28369] 08:19:50.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1181, complete] completed CON-POST MID= -1, Token=E42A6D7134C6B0DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28369, Token=E42A6D7134C6B0DD, OptionSet={"Object-Security":0x09AD}, acked 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82! 08:19:50.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183] send request 08:19:50.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1183] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:19:50.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183] added with generated mid KeyMID[127.0.0.1:8249-28370], CON-POST MID=28370, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:19:50.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1183] added with generated token KeyToken[127.0.0.1:8249-4470AA7215E406A7], CON-POST MID=28370, Token=4470AA7215E406A7, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42 08:19:50.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28370], KeyToken[127.0.0.1:8249-4470AA7215E406A7]] 08:19:50.695 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,219,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28370, Token=4470AA7215E406A7, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42] 08:19:50.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28370] 08:19:50.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.695 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184] replace CON-POST MID=28370, Token=4470AA7215E406A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28370, Token=4470AA7215E406A7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1184] send response NON-2.05 MID=28370, Token=null, OptionSet={}, "server responds hi" 08:19:50.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, complete]! 08:19:50.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1184, complete] completed NON-2.04 MID=28370, Token=4470AA7215E406A7, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D! 08:19:50.696 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,220,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28370, Token=4470AA7215E406A7, OptionSet={"Object-Security":0x}, 55 35 37 FD 34 E2 0D 9F FC AB C9 9C E5 5C 39 AE C0 D7 C8 42 7E 41 B2 81 F5 88 AB 0D] 08:19:50.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28370] 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, complete]! 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, complete] for token KeyToken[127.0.0.1:8249-4470AA7215E406A7] 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1183, complete] for MID KeyMID[127.0.0.1:8249-28370] 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1183, complete] completed CON-POST MID= -1, Token=4470AA7215E406A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28370, Token=4470AA7215E406A7, OptionSet={"Object-Security":0x09AE}, acked 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42! 08:19:50.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185] send request 08:19:50.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1185] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:19:50.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185] added with generated mid KeyMID[127.0.0.1:8249-28371], CON-POST MID=28371, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:19:50.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1185] added with generated token KeyToken[127.0.0.1:8249-5444905AB08CCD5F], CON-POST MID=28371, Token=5444905AB08CCD5F, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27 08:19:50.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28371], KeyToken[127.0.0.1:8249-5444905AB08CCD5F]] 08:19:50.697 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,221,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28371, Token=5444905AB08CCD5F, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27] 08:19:50.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28371] 08:19:50.697 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.697 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186] replace CON-POST MID=28371, Token=5444905AB08CCD5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28371, Token=5444905AB08CCD5F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1186] send response NON-2.05 MID=28371, Token=null, OptionSet={}, "server responds hi" 08:19:50.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, complete]! 08:19:50.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1186, complete] completed NON-2.04 MID=28371, Token=5444905AB08CCD5F, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41! 08:19:50.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,222,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28371, Token=5444905AB08CCD5F, OptionSet={"Object-Security":0x}, C1 E9 DD D3 DE 18 1F 0A AC 24 06 94 1F 16 51 0B 11 0C DF 7B AE A9 94 FC ED 86 01 41] 08:19:50.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28371] 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, complete]! 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, complete] for token KeyToken[127.0.0.1:8249-5444905AB08CCD5F] 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1185, complete] for MID KeyMID[127.0.0.1:8249-28371] 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1185, complete] completed CON-POST MID= -1, Token=5444905AB08CCD5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28371, Token=5444905AB08CCD5F, OptionSet={"Object-Security":0x09AF}, acked 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27! 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187] send request 08:19:50.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1187] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:19:50.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187] added with generated mid KeyMID[127.0.0.1:8249-28372], CON-POST MID=28372, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:19:50.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1187] added with generated token KeyToken[127.0.0.1:8249-A059C4A9DB8E669B], CON-POST MID=28372, Token=A059C4A9DB8E669B, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3 08:19:50.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28372], KeyToken[127.0.0.1:8249-A059C4A9DB8E669B]] 08:19:50.699 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,223,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28372, Token=A059C4A9DB8E669B, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3] 08:19:50.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28372] 08:19:50.699 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.699 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188] replace CON-POST MID=28372, Token=A059C4A9DB8E669B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28372, Token=A059C4A9DB8E669B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.699 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1188] send response NON-2.05 MID=28372, Token=null, OptionSet={}, "server responds hi" 08:19:50.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, complete]! 08:19:50.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1188, complete] completed NON-2.04 MID=28372, Token=A059C4A9DB8E669B, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8! 08:19:50.700 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,224,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28372, Token=A059C4A9DB8E669B, OptionSet={"Object-Security":0x}, 2A D5 1C EC C9 A5 FC 59 B3 DE 79 DE 59 D3 9A 11 65 C3 74 DE A3 EC 40 2B 2A 33 48 D8] 08:19:50.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28372] 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, complete]! 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, complete] for token KeyToken[127.0.0.1:8249-A059C4A9DB8E669B] 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1187, complete] for MID KeyMID[127.0.0.1:8249-28372] 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1187, complete] completed CON-POST MID= -1, Token=A059C4A9DB8E669B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28372, Token=A059C4A9DB8E669B, OptionSet={"Object-Security":0x09B0}, acked 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3! 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189] send request 08:19:50.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1189] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:19:50.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189] added with generated mid KeyMID[127.0.0.1:8249-28373], CON-POST MID=28373, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:19:50.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1189] added with generated token KeyToken[127.0.0.1:8249-38EFBDBEF34CC714], CON-POST MID=28373, Token=38EFBDBEF34CC714, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81 08:19:50.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28373], KeyToken[127.0.0.1:8249-38EFBDBEF34CC714]] 08:19:50.701 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,225,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28373, Token=38EFBDBEF34CC714, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81] 08:19:50.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28373] 08:19:50.701 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.701 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190] replace CON-POST MID=28373, Token=38EFBDBEF34CC714, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28373, Token=38EFBDBEF34CC714, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1190] send response NON-2.05 MID=28373, Token=null, OptionSet={}, "server responds hi" 08:19:50.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, complete]! 08:19:50.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1190, complete] completed NON-2.04 MID=28373, Token=38EFBDBEF34CC714, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4! 08:19:50.702 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.702 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,226,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28373, Token=38EFBDBEF34CC714, OptionSet={"Object-Security":0x}, AF E5 E1 39 D6 00 D3 B9 45 76 D1 61 30 D4 85 D4 BA 38 75 36 02 C6 0F 91 31 E3 7B D4] 08:19:50.702 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28373] 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, complete]! 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, complete] for token KeyToken[127.0.0.1:8249-38EFBDBEF34CC714] 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1189, complete] for MID KeyMID[127.0.0.1:8249-28373] 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1189, complete] completed CON-POST MID= -1, Token=38EFBDBEF34CC714, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28373, Token=38EFBDBEF34CC714, OptionSet={"Object-Security":0x09B1}, acked 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81! 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191] send request 08:19:50.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1191] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:19:50.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191] added with generated mid KeyMID[127.0.0.1:8249-28374], CON-POST MID=28374, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:19:50.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1191] added with generated token KeyToken[127.0.0.1:8249-803320927C59E800], CON-POST MID=28374, Token=803320927C59E800, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F 08:19:50.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28374], KeyToken[127.0.0.1:8249-803320927C59E800]] 08:19:50.703 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,227,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28374, Token=803320927C59E800, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F] 08:19:50.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28374] 08:19:50.703 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.703 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192] replace CON-POST MID=28374, Token=803320927C59E800, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28374, Token=803320927C59E800, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1192] send response NON-2.05 MID=28374, Token=null, OptionSet={}, "server responds hi" 08:19:50.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, complete]! 08:19:50.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1192, complete] completed NON-2.04 MID=28374, Token=803320927C59E800, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70! 08:19:50.704 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,228,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28374, Token=803320927C59E800, OptionSet={"Object-Security":0x}, C9 65 98 69 C1 28 12 7B ED 7A 66 93 21 FC 75 4E 98 D7 B0 E7 85 BA 36 F4 01 F0 26 70] 08:19:50.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28374] 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, complete]! 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, complete] for token KeyToken[127.0.0.1:8249-803320927C59E800] 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1191, complete] for MID KeyMID[127.0.0.1:8249-28374] 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1191, complete] completed CON-POST MID= -1, Token=803320927C59E800, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28374, Token=803320927C59E800, OptionSet={"Object-Security":0x09B2}, acked 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F! 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193] send request 08:19:50.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1193] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:19:50.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193] added with generated mid KeyMID[127.0.0.1:8249-28375], CON-POST MID=28375, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:19:50.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1193] added with generated token KeyToken[127.0.0.1:8249-C01CD08B228325F5], CON-POST MID=28375, Token=C01CD08B228325F5, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19 08:19:50.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28375], KeyToken[127.0.0.1:8249-C01CD08B228325F5]] 08:19:50.705 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.705 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,229,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28375, Token=C01CD08B228325F5, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19] 08:19:50.705 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28375] 08:19:50.705 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.705 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194] replace CON-POST MID=28375, Token=C01CD08B228325F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28375, Token=C01CD08B228325F5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1194] send response NON-2.05 MID=28375, Token=null, OptionSet={}, "server responds hi" 08:19:50.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, complete]! 08:19:50.705 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1194, complete] completed NON-2.04 MID=28375, Token=C01CD08B228325F5, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7! 08:19:50.706 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.706 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,230,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28375, Token=C01CD08B228325F5, OptionSet={"Object-Security":0x}, 69 EF 8F 11 60 54 00 02 10 EF BF 54 60 F9 F1 31 48 9F B1 00 21 AE 1E 69 46 F3 51 B7] 08:19:50.706 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28375] 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, complete]! 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, complete] for token KeyToken[127.0.0.1:8249-C01CD08B228325F5] 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1193, complete] for MID KeyMID[127.0.0.1:8249-28375] 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1193, complete] completed CON-POST MID= -1, Token=C01CD08B228325F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28375, Token=C01CD08B228325F5, OptionSet={"Object-Security":0x09B3}, acked 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19! 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195] send request 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1195] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:19:50.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195] added with generated mid KeyMID[127.0.0.1:8249-28376], CON-POST MID=28376, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:19:50.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1195] added with generated token KeyToken[127.0.0.1:8249-3455670703BBF2D1], CON-POST MID=28376, Token=3455670703BBF2D1, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE 08:19:50.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28376], KeyToken[127.0.0.1:8249-3455670703BBF2D1]] 08:19:50.707 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.707 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,231,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28376, Token=3455670703BBF2D1, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE] 08:19:50.707 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28376] 08:19:50.707 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.707 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196] replace CON-POST MID=28376, Token=3455670703BBF2D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28376, Token=3455670703BBF2D1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1196] send response NON-2.05 MID=28376, Token=null, OptionSet={}, "server responds hi" 08:19:50.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, complete]! 08:19:50.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1196, complete] completed NON-2.04 MID=28376, Token=3455670703BBF2D1, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD! 08:19:50.707 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.707 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,232,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28376, Token=3455670703BBF2D1, OptionSet={"Object-Security":0x}, B3 1B 11 8C F1 A4 D6 33 A5 2A 9B D7 64 ED 9A 11 D3 52 EB 51 5B FF 96 20 60 B9 F7 CD] 08:19:50.708 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28376] 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, complete]! 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, complete] for token KeyToken[127.0.0.1:8249-3455670703BBF2D1] 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1195, complete] for MID KeyMID[127.0.0.1:8249-28376] 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1195, complete] completed CON-POST MID= -1, Token=3455670703BBF2D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28376, Token=3455670703BBF2D1, OptionSet={"Object-Security":0x09B4}, acked 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE! 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197] send request 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1197] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197] added with generated mid KeyMID[127.0.0.1:8249-28377], CON-POST MID=28377, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1197] added with generated token KeyToken[127.0.0.1:8249-B87EBF175DF7764F], CON-POST MID=28377, Token=B87EBF175DF7764F, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8 08:19:50.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28377], KeyToken[127.0.0.1:8249-B87EBF175DF7764F]] 08:19:50.709 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.709 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,233,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28377, Token=B87EBF175DF7764F, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8] 08:19:50.709 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28377] 08:19:50.709 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.709 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198] replace CON-POST MID=28377, Token=B87EBF175DF7764F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28377, Token=B87EBF175DF7764F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1198] send response NON-2.05 MID=28377, Token=null, OptionSet={}, "server responds hi" 08:19:50.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, complete]! 08:19:50.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1198, complete] completed NON-2.04 MID=28377, Token=B87EBF175DF7764F, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA! 08:19:50.709 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.709 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,234,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28377, Token=B87EBF175DF7764F, OptionSet={"Object-Security":0x}, 82 93 9F AA 0A 56 C6 BA 2E F7 41 87 11 E6 9A 29 C5 F7 B3 A0 52 BA 58 4D 7C 69 41 FA] 08:19:50.709 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28377] 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, complete]! 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, complete] for token KeyToken[127.0.0.1:8249-B87EBF175DF7764F] 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1197, complete] for MID KeyMID[127.0.0.1:8249-28377] 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1197, complete] completed CON-POST MID= -1, Token=B87EBF175DF7764F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28377, Token=B87EBF175DF7764F, OptionSet={"Object-Security":0x09B5}, acked 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8! 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199] send request 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1199] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199] added with generated mid KeyMID[127.0.0.1:8249-28378], CON-POST MID=28378, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1199] added with generated token KeyToken[127.0.0.1:8249-B859B9F904E60C9A], CON-POST MID=28378, Token=B859B9F904E60C9A, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3 08:19:50.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28378], KeyToken[127.0.0.1:8249-B859B9F904E60C9A]] 08:19:50.711 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.711 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,235,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28378, Token=B859B9F904E60C9A, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3] 08:19:50.711 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28378] 08:19:50.711 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.711 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200] replace CON-POST MID=28378, Token=B859B9F904E60C9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28378, Token=B859B9F904E60C9A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1200] send response NON-2.05 MID=28378, Token=null, OptionSet={}, "server responds hi" 08:19:50.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, complete]! 08:19:50.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1200, complete] completed NON-2.04 MID=28378, Token=B859B9F904E60C9A, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3! 08:19:50.711 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.711 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,236,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28378, Token=B859B9F904E60C9A, OptionSet={"Object-Security":0x}, 9A DD F7 78 3D 6D 25 E6 53 52 5A E8 1A 99 47 D2 47 07 9F 0D 00 8B BB C0 90 0C 70 B3] 08:19:50.711 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28378] 08:19:50.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, complete]! 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, complete] for token KeyToken[127.0.0.1:8249-B859B9F904E60C9A] 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1199, complete] for MID KeyMID[127.0.0.1:8249-28378] 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1199, complete] completed CON-POST MID= -1, Token=B859B9F904E60C9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28378, Token=B859B9F904E60C9A, OptionSet={"Object-Security":0x09B6}, acked 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3! 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201] send request 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1201] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201] added with generated mid KeyMID[127.0.0.1:8249-28379], CON-POST MID=28379, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1201] added with generated token KeyToken[127.0.0.1:8249-2430F755C65DB7CA], CON-POST MID=28379, Token=2430F755C65DB7CA, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7 08:19:50.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28379], KeyToken[127.0.0.1:8249-2430F755C65DB7CA]] 08:19:50.712 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.713 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,237,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28379, Token=2430F755C65DB7CA, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7] 08:19:50.713 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28379] 08:19:50.713 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.713 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202] replace CON-POST MID=28379, Token=2430F755C65DB7CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28379, Token=2430F755C65DB7CA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1202] send response NON-2.05 MID=28379, Token=null, OptionSet={}, "server responds hi" 08:19:50.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, complete]! 08:19:50.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1202, complete] completed NON-2.04 MID=28379, Token=2430F755C65DB7CA, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68! 08:19:50.713 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.713 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,238,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28379, Token=2430F755C65DB7CA, OptionSet={"Object-Security":0x}, 69 C1 C5 D7 C5 36 7B B6 2D 77 86 ED 9D 3C CB DB 08 D3 8F 1B 0E A1 1D D7 81 2B F3 68] 08:19:50.713 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28379] 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, complete]! 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, complete] for token KeyToken[127.0.0.1:8249-2430F755C65DB7CA] 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1201, complete] for MID KeyMID[127.0.0.1:8249-28379] 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1201, complete] completed CON-POST MID= -1, Token=2430F755C65DB7CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28379, Token=2430F755C65DB7CA, OptionSet={"Object-Security":0x09B7}, acked BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7! 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203] send request 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1203] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203] added with generated mid KeyMID[127.0.0.1:8249-28380], CON-POST MID=28380, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1203] added with generated token KeyToken[127.0.0.1:8249-B071CD7BF04374F9], CON-POST MID=28380, Token=B071CD7BF04374F9, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8 08:19:50.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28380], KeyToken[127.0.0.1:8249-B071CD7BF04374F9]] 08:19:50.753 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,239,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28380, Token=B071CD7BF04374F9, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8] 08:19:50.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28380] 08:19:50.753 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.753 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204] replace CON-POST MID=28380, Token=B071CD7BF04374F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28380, Token=B071CD7BF04374F9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1204] send response NON-2.05 MID=28380, Token=null, OptionSet={}, "server responds hi" 08:19:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, complete]! 08:19:50.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1204, complete] completed NON-2.04 MID=28380, Token=B071CD7BF04374F9, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD! 08:19:50.753 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,240,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28380, Token=B071CD7BF04374F9, OptionSet={"Object-Security":0x}, 5C 6E 9F 96 70 02 56 27 B6 87 4E 0A 87 17 0B BC 9A 77 2D 60 31 52 3E 6F 47 9D F8 BD] 08:19:50.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28380] 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, complete]! 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, complete] for token KeyToken[127.0.0.1:8249-B071CD7BF04374F9] 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1203, complete] for MID KeyMID[127.0.0.1:8249-28380] 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1203, complete] completed CON-POST MID= -1, Token=B071CD7BF04374F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28380, Token=B071CD7BF04374F9, OptionSet={"Object-Security":0x09B8}, acked 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8! 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205] send request 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1205] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205] added with generated mid KeyMID[127.0.0.1:8249-28381], CON-POST MID=28381, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:19:50.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1205] added with generated token KeyToken[127.0.0.1:8249-9010903663C736D1], CON-POST MID=28381, Token=9010903663C736D1, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB 08:19:50.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28381], KeyToken[127.0.0.1:8249-9010903663C736D1]] 08:19:50.755 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,241,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28381, Token=9010903663C736D1, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB] 08:19:50.755 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28381] 08:19:50.755 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.755 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206] replace CON-POST MID=28381, Token=9010903663C736D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28381, Token=9010903663C736D1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1206] send response NON-2.05 MID=28381, Token=null, OptionSet={}, "server responds hi" 08:19:50.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, complete]! 08:19:50.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1206, complete] completed NON-2.04 MID=28381, Token=9010903663C736D1, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6! 08:19:50.756 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,242,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28381, Token=9010903663C736D1, OptionSet={"Object-Security":0x}, AE B9 64 85 78 CD D3 E3 CD F9 F5 33 0B CE D2 E7 D9 2B 7B 8C 69 5D 8C A0 4A 9A 9A C6] 08:19:50.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28381] 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, complete]! 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, complete] for token KeyToken[127.0.0.1:8249-9010903663C736D1] 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1205, complete] for MID KeyMID[127.0.0.1:8249-28381] 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1205, complete] completed CON-POST MID= -1, Token=9010903663C736D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28381, Token=9010903663C736D1, OptionSet={"Object-Security":0x09B9}, acked 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB! 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207] send request 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1207] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:19:50.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207] added with generated mid KeyMID[127.0.0.1:8249-28382], CON-POST MID=28382, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:19:50.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1207] added with generated token KeyToken[127.0.0.1:8249-0CB6627B1651F379], CON-POST MID=28382, Token=0CB6627B1651F379, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2 08:19:50.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28382], KeyToken[127.0.0.1:8249-0CB6627B1651F379]] 08:19:50.757 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,243,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28382, Token=0CB6627B1651F379, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2] 08:19:50.757 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28382] 08:19:50.757 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.757 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208] replace CON-POST MID=28382, Token=0CB6627B1651F379, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28382, Token=0CB6627B1651F379, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1208] send response NON-2.05 MID=28382, Token=null, OptionSet={}, "server responds hi" 08:19:50.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, complete]! 08:19:50.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1208, complete] completed NON-2.04 MID=28382, Token=0CB6627B1651F379, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36! 08:19:50.758 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,244,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28382, Token=0CB6627B1651F379, OptionSet={"Object-Security":0x}, 60 6E 76 D8 15 B6 EC 8D C5 DA 54 9D 01 88 2D D6 F8 04 F9 22 E8 D8 94 DC AA 09 9A 36] 08:19:50.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28382] 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, complete]! 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, complete] for token KeyToken[127.0.0.1:8249-0CB6627B1651F379] 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1207, complete] for MID KeyMID[127.0.0.1:8249-28382] 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1207, complete] completed CON-POST MID= -1, Token=0CB6627B1651F379, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28382, Token=0CB6627B1651F379, OptionSet={"Object-Security":0x09BA}, acked 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2! 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209] send request 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1209] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:19:50.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209] added with generated mid KeyMID[127.0.0.1:8249-28383], CON-POST MID=28383, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:19:50.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1209] added with generated token KeyToken[127.0.0.1:8249-F4AB82547754D2C0], CON-POST MID=28383, Token=F4AB82547754D2C0, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1 08:19:50.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28383], KeyToken[127.0.0.1:8249-F4AB82547754D2C0]] 08:19:50.759 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,245,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28383, Token=F4AB82547754D2C0, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1] 08:19:50.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28383] 08:19:50.759 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.759 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210] replace CON-POST MID=28383, Token=F4AB82547754D2C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28383, Token=F4AB82547754D2C0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1210] send response NON-2.05 MID=28383, Token=null, OptionSet={}, "server responds hi" 08:19:50.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, complete]! 08:19:50.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1210, complete] completed NON-2.04 MID=28383, Token=F4AB82547754D2C0, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60! 08:19:50.759 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,246,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28383, Token=F4AB82547754D2C0, OptionSet={"Object-Security":0x}, 39 FB 06 D5 62 2D C7 37 AC 75 21 09 C9 9C A2 76 BF 79 3E 63 A5 35 E6 7F 07 1F D1 60] 08:19:50.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28383] 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, complete]! 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, complete] for token KeyToken[127.0.0.1:8249-F4AB82547754D2C0] 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1209, complete] for MID KeyMID[127.0.0.1:8249-28383] 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1209, complete] completed CON-POST MID= -1, Token=F4AB82547754D2C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28383, Token=F4AB82547754D2C0, OptionSet={"Object-Security":0x09BB}, acked 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1! 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211] send request 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1211] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:19:50.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211] added with generated mid KeyMID[127.0.0.1:8249-28384], CON-POST MID=28384, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:19:50.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1211] added with generated token KeyToken[127.0.0.1:8249-D4F6C65A6F7D7D11], CON-POST MID=28384, Token=D4F6C65A6F7D7D11, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63 08:19:50.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28384], KeyToken[127.0.0.1:8249-D4F6C65A6F7D7D11]] 08:19:50.761 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,247,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28384, Token=D4F6C65A6F7D7D11, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63] 08:19:50.761 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28384] 08:19:50.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.761 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212] replace CON-POST MID=28384, Token=D4F6C65A6F7D7D11, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28384, Token=D4F6C65A6F7D7D11, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1212] send response NON-2.05 MID=28384, Token=null, OptionSet={}, "server responds hi" 08:19:50.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, complete]! 08:19:50.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1212, complete] completed NON-2.04 MID=28384, Token=D4F6C65A6F7D7D11, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27! 08:19:50.762 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,248,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28384, Token=D4F6C65A6F7D7D11, OptionSet={"Object-Security":0x}, 26 72 E1 03 28 4C 97 74 E0 1A 33 45 C6 32 A7 89 85 64 AF EF 7D D1 E5 A8 14 93 20 27] 08:19:50.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28384] 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, complete]! 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, complete] for token KeyToken[127.0.0.1:8249-D4F6C65A6F7D7D11] 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1211, complete] for MID KeyMID[127.0.0.1:8249-28384] 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1211, complete] completed CON-POST MID= -1, Token=D4F6C65A6F7D7D11, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28384, Token=D4F6C65A6F7D7D11, OptionSet={"Object-Security":0x09BC}, acked 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63! 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213] send request 08:19:50.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1213] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:19:50.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213] added with generated mid KeyMID[127.0.0.1:8249-28385], CON-POST MID=28385, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:19:50.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1213] added with generated token KeyToken[127.0.0.1:8249-1C3096338DA1494B], CON-POST MID=28385, Token=1C3096338DA1494B, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7 08:19:50.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28385], KeyToken[127.0.0.1:8249-1C3096338DA1494B]] 08:19:50.763 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,249,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28385, Token=1C3096338DA1494B, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7] 08:19:50.763 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28385] 08:19:50.763 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.763 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214] replace CON-POST MID=28385, Token=1C3096338DA1494B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28385, Token=1C3096338DA1494B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1214] send response NON-2.05 MID=28385, Token=null, OptionSet={}, "server responds hi" 08:19:50.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, complete]! 08:19:50.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1214, complete] completed NON-2.04 MID=28385, Token=1C3096338DA1494B, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9! 08:19:50.764 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,250,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28385, Token=1C3096338DA1494B, OptionSet={"Object-Security":0x}, 1C 36 2A B0 A9 47 F3 91 CC B1 A3 8C 64 B2 D3 3C 3B 89 6A 51 44 C9 3F 7D BC 11 F2 E9] 08:19:50.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28385] 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, complete]! 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, complete] for token KeyToken[127.0.0.1:8249-1C3096338DA1494B] 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1213, complete] for MID KeyMID[127.0.0.1:8249-28385] 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1213, complete] completed CON-POST MID= -1, Token=1C3096338DA1494B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28385, Token=1C3096338DA1494B, OptionSet={"Object-Security":0x09BD}, acked 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7! 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215] send request 08:19:50.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1215] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:19:50.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215] added with generated mid KeyMID[127.0.0.1:8249-28386], CON-POST MID=28386, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:19:50.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1215] added with generated token KeyToken[127.0.0.1:8249-24E13B41CD6C55B8], CON-POST MID=28386, Token=24E13B41CD6C55B8, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4 08:19:50.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28386], KeyToken[127.0.0.1:8249-24E13B41CD6C55B8]] 08:19:50.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,251,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28386, Token=24E13B41CD6C55B8, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4] 08:19:50.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28386] 08:19:50.765 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.765 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216] replace CON-POST MID=28386, Token=24E13B41CD6C55B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28386, Token=24E13B41CD6C55B8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1216] send response NON-2.05 MID=28386, Token=null, OptionSet={}, "server responds hi" 08:19:50.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, complete]! 08:19:50.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1216, complete] completed NON-2.04 MID=28386, Token=24E13B41CD6C55B8, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0! 08:19:50.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,252,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28386, Token=24E13B41CD6C55B8, OptionSet={"Object-Security":0x}, C6 C4 77 5A 3A 65 C0 04 93 6F F4 50 4F 50 11 54 FE 04 1C 2D 6F 63 54 CB FB 9C 93 E0] 08:19:50.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28386] 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, complete]! 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, complete] for token KeyToken[127.0.0.1:8249-24E13B41CD6C55B8] 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1215, complete] for MID KeyMID[127.0.0.1:8249-28386] 08:19:50.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1215, complete] completed CON-POST MID= -1, Token=24E13B41CD6C55B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28386, Token=24E13B41CD6C55B8, OptionSet={"Object-Security":0x09BE}, acked 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4! 08:19:50.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217] send request 08:19:50.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1217] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:19:50.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217] added with generated mid KeyMID[127.0.0.1:8249-28387], CON-POST MID=28387, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:19:50.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1217] added with generated token KeyToken[127.0.0.1:8249-F488AC67E1D14AF5], CON-POST MID=28387, Token=F488AC67E1D14AF5, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39 08:19:50.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28387], KeyToken[127.0.0.1:8249-F488AC67E1D14AF5]] 08:19:50.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,253,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28387, Token=F488AC67E1D14AF5, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39] 08:19:50.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28387] 08:19:50.767 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.767 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218] replace CON-POST MID=28387, Token=F488AC67E1D14AF5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28387, Token=F488AC67E1D14AF5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1218] send response NON-2.05 MID=28387, Token=null, OptionSet={}, "server responds hi" 08:19:50.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, complete]! 08:19:50.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1218, complete] completed NON-2.04 MID=28387, Token=F488AC67E1D14AF5, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E! 08:19:50.768 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,254,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28387, Token=F488AC67E1D14AF5, OptionSet={"Object-Security":0x}, 3D 01 CE 15 BC 62 CC F6 DF 64 3D 33 0E E0 02 00 45 03 2D ED 29 E3 94 51 43 CD 92 3E] 08:19:50.768 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28387] 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, complete]! 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, complete] for token KeyToken[127.0.0.1:8249-F488AC67E1D14AF5] 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1217, complete] for MID KeyMID[127.0.0.1:8249-28387] 08:19:50.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1217, complete] completed CON-POST MID= -1, Token=F488AC67E1D14AF5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28387, Token=F488AC67E1D14AF5, OptionSet={"Object-Security":0x09BF}, acked 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39! 08:19:50.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219] send request 08:19:50.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1219] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:19:50.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219] added with generated mid KeyMID[127.0.0.1:8249-28388], CON-POST MID=28388, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:19:50.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1219] added with generated token KeyToken[127.0.0.1:8249-988B824FBC2CF3AF], CON-POST MID=28388, Token=988B824FBC2CF3AF, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF 08:19:50.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28388], KeyToken[127.0.0.1:8249-988B824FBC2CF3AF]] 08:19:50.769 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,255,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28388, Token=988B824FBC2CF3AF, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF] 08:19:50.769 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28388] 08:19:50.770 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.770 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220] replace CON-POST MID=28388, Token=988B824FBC2CF3AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28388, Token=988B824FBC2CF3AF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1220] send response NON-2.05 MID=28388, Token=null, OptionSet={}, "server responds hi" 08:19:50.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, complete]! 08:19:50.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1220, complete] completed NON-2.04 MID=28388, Token=988B824FBC2CF3AF, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21! 08:19:50.770 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,256,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28388, Token=988B824FBC2CF3AF, OptionSet={"Object-Security":0x}, 0D 79 8C 38 CF 31 62 CD B0 02 37 04 98 CB 40 F1 B1 CA DD 2E 19 D1 EF 2F 37 47 5C 21] 08:19:50.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28388] 08:19:50.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, complete]! 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, complete] for token KeyToken[127.0.0.1:8249-988B824FBC2CF3AF] 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1219, complete] for MID KeyMID[127.0.0.1:8249-28388] 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1219, complete] completed CON-POST MID= -1, Token=988B824FBC2CF3AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28388, Token=988B824FBC2CF3AF, OptionSet={"Object-Security":0x09C0}, acked A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF! 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221] send request 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1221] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221] added with generated mid KeyMID[127.0.0.1:8249-28389], CON-POST MID=28389, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1221] added with generated token KeyToken[127.0.0.1:8249-04022F757C4D38FC], CON-POST MID=28389, Token=04022F757C4D38FC, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34 08:19:50.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28389], KeyToken[127.0.0.1:8249-04022F757C4D38FC]] 08:19:50.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,257,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28389, Token=04022F757C4D38FC, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34] 08:19:50.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28389] 08:19:50.772 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.772 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222] replace CON-POST MID=28389, Token=04022F757C4D38FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28389, Token=04022F757C4D38FC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1222] send response NON-2.05 MID=28389, Token=null, OptionSet={}, "server responds hi" 08:19:50.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, complete]! 08:19:50.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1222, complete] completed NON-2.04 MID=28389, Token=04022F757C4D38FC, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E! 08:19:50.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,258,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28389, Token=04022F757C4D38FC, OptionSet={"Object-Security":0x}, F9 3D 21 16 BF A3 BC B7 D9 83 6A 11 76 76 64 D5 D5 54 66 CA BF B1 9F 4A 8F D4 2C 2E] 08:19:50.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28389] 08:19:50.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, complete]! 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, complete] for token KeyToken[127.0.0.1:8249-04022F757C4D38FC] 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1221, complete] for MID KeyMID[127.0.0.1:8249-28389] 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1221, complete] completed CON-POST MID= -1, Token=04022F757C4D38FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28389, Token=04022F757C4D38FC, OptionSet={"Object-Security":0x09C1}, acked 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34! 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223] send request 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1223] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223] added with generated mid KeyMID[127.0.0.1:8249-28390], CON-POST MID=28390, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1223] added with generated token KeyToken[127.0.0.1:8249-08061EA18FD809B5], CON-POST MID=28390, Token=08061EA18FD809B5, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B 08:19:50.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28390], KeyToken[127.0.0.1:8249-08061EA18FD809B5]] 08:19:50.773 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,259,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28390, Token=08061EA18FD809B5, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B] 08:19:50.773 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28390] 08:19:50.774 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.774 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224] replace CON-POST MID=28390, Token=08061EA18FD809B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28390, Token=08061EA18FD809B5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1224] send response NON-2.05 MID=28390, Token=null, OptionSet={}, "server responds hi" 08:19:50.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, complete]! 08:19:50.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1224, complete] completed NON-2.04 MID=28390, Token=08061EA18FD809B5, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C! 08:19:50.775 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,260,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28390, Token=08061EA18FD809B5, OptionSet={"Object-Security":0x}, D5 F5 55 28 18 FA 3A E4 BC C0 38 8E 0C 4A E6 15 B6 34 7D 52 BD B6 13 E4 84 A5 50 7C] 08:19:50.775 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28390] 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, complete]! 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, complete] for token KeyToken[127.0.0.1:8249-08061EA18FD809B5] 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1223, complete] for MID KeyMID[127.0.0.1:8249-28390] 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1223, complete] completed CON-POST MID= -1, Token=08061EA18FD809B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28390, Token=08061EA18FD809B5, OptionSet={"Object-Security":0x09C2}, acked BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B! 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225] send request 08:19:50.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1225] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:19:50.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225] added with generated mid KeyMID[127.0.0.1:8249-28391], CON-POST MID=28391, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:19:50.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1225] added with generated token KeyToken[127.0.0.1:8249-A8159162D2396CD3], CON-POST MID=28391, Token=A8159162D2396CD3, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A 08:19:50.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28391], KeyToken[127.0.0.1:8249-A8159162D2396CD3]] 08:19:50.776 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,261,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28391, Token=A8159162D2396CD3, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A] 08:19:50.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28391] 08:19:50.776 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.776 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226] replace CON-POST MID=28391, Token=A8159162D2396CD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28391, Token=A8159162D2396CD3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1226] send response NON-2.05 MID=28391, Token=null, OptionSet={}, "server responds hi" 08:19:50.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, complete]! 08:19:50.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1226, complete] completed NON-2.04 MID=28391, Token=A8159162D2396CD3, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6! 08:19:50.777 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,262,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28391, Token=A8159162D2396CD3, OptionSet={"Object-Security":0x}, 3A 83 9F C2 0F 8E 16 8C 31 F0 CE 8B 5C 19 AC FA 53 AD 35 82 FC CD 97 FA 09 53 D6 D6] 08:19:50.777 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28391] 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, complete]! 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, complete] for token KeyToken[127.0.0.1:8249-A8159162D2396CD3] 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1225, complete] for MID KeyMID[127.0.0.1:8249-28391] 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1225, complete] completed CON-POST MID= -1, Token=A8159162D2396CD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28391, Token=A8159162D2396CD3, OptionSet={"Object-Security":0x09C3}, acked 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A! 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227] send request 08:19:50.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1227] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:19:50.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227] added with generated mid KeyMID[127.0.0.1:8249-28392], CON-POST MID=28392, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:19:50.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1227] added with generated token KeyToken[127.0.0.1:8249-3C4FE63683EF0FD4], CON-POST MID=28392, Token=3C4FE63683EF0FD4, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37 08:19:50.778 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28392], KeyToken[127.0.0.1:8249-3C4FE63683EF0FD4]] 08:19:50.778 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,263,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28392, Token=3C4FE63683EF0FD4, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37] 08:19:50.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28392] 08:19:50.778 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.778 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228] replace CON-POST MID=28392, Token=3C4FE63683EF0FD4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28392, Token=3C4FE63683EF0FD4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1228] send response NON-2.05 MID=28392, Token=null, OptionSet={}, "server responds hi" 08:19:50.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, complete]! 08:19:50.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1228, complete] completed NON-2.04 MID=28392, Token=3C4FE63683EF0FD4, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57! 08:19:50.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,264,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28392, Token=3C4FE63683EF0FD4, OptionSet={"Object-Security":0x}, 28 40 15 59 0E A9 01 26 DC 47 F1 FD 12 71 10 70 AA 80 EC DE 3B 5E EF A2 7E 73 A6 57] 08:19:50.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28392] 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, complete]! 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, complete] for token KeyToken[127.0.0.1:8249-3C4FE63683EF0FD4] 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1227, complete] for MID KeyMID[127.0.0.1:8249-28392] 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1227, complete] completed CON-POST MID= -1, Token=3C4FE63683EF0FD4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28392, Token=3C4FE63683EF0FD4, OptionSet={"Object-Security":0x09C4}, acked 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37! 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229] send request 08:19:50.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1229] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:19:50.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229] added with generated mid KeyMID[127.0.0.1:8249-28393], CON-POST MID=28393, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:19:50.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1229] added with generated token KeyToken[127.0.0.1:8249-C4E4F58FA8E21B56], CON-POST MID=28393, Token=C4E4F58FA8E21B56, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A 08:19:50.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28393], KeyToken[127.0.0.1:8249-C4E4F58FA8E21B56]] 08:19:50.780 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,265,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28393, Token=C4E4F58FA8E21B56, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A] 08:19:50.780 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28393] 08:19:50.780 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.780 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.780 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230] replace CON-POST MID=28393, Token=C4E4F58FA8E21B56, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28393, Token=C4E4F58FA8E21B56, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1230] send response NON-2.05 MID=28393, Token=null, OptionSet={}, "server responds hi" 08:19:50.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, complete]! 08:19:50.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1230, complete] completed NON-2.04 MID=28393, Token=C4E4F58FA8E21B56, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5! 08:19:50.781 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,266,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28393, Token=C4E4F58FA8E21B56, OptionSet={"Object-Security":0x}, FA BD 1D 3E 42 0B CB A4 FF AB EA BD E3 E0 95 E3 F4 62 B5 B3 44 5C 5B E7 40 3D 94 C5] 08:19:50.781 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28393] 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, complete]! 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, complete] for token KeyToken[127.0.0.1:8249-C4E4F58FA8E21B56] 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1229, complete] for MID KeyMID[127.0.0.1:8249-28393] 08:19:50.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1229, complete] completed CON-POST MID= -1, Token=C4E4F58FA8E21B56, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28393, Token=C4E4F58FA8E21B56, OptionSet={"Object-Security":0x09C5}, acked 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A! 08:19:50.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231] send request 08:19:50.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1231] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:19:50.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231] added with generated mid KeyMID[127.0.0.1:8249-28394], CON-POST MID=28394, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:19:50.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1231] added with generated token KeyToken[127.0.0.1:8249-186F1E6B15E49011], CON-POST MID=28394, Token=186F1E6B15E49011, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA 08:19:50.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28394], KeyToken[127.0.0.1:8249-186F1E6B15E49011]] 08:19:50.782 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,267,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28394, Token=186F1E6B15E49011, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA] 08:19:50.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28394] 08:19:50.782 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.783 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232] replace CON-POST MID=28394, Token=186F1E6B15E49011, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28394, Token=186F1E6B15E49011, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1232] send response NON-2.05 MID=28394, Token=null, OptionSet={}, "server responds hi" 08:19:50.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, complete]! 08:19:50.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1232, complete] completed NON-2.04 MID=28394, Token=186F1E6B15E49011, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12! 08:19:50.783 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,268,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28394, Token=186F1E6B15E49011, OptionSet={"Object-Security":0x}, F9 FB 2F 6D BF A6 3C 60 45 32 EC C5 45 27 76 DF 31 0A 82 F1 AD 16 1E B9 4D 0C 86 12] 08:19:50.783 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28394] 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, complete]! 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, complete] for token KeyToken[127.0.0.1:8249-186F1E6B15E49011] 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1231, complete] for MID KeyMID[127.0.0.1:8249-28394] 08:19:50.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1231, complete] completed CON-POST MID= -1, Token=186F1E6B15E49011, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28394, Token=186F1E6B15E49011, OptionSet={"Object-Security":0x09C6}, acked 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA! 08:19:50.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233] send request 08:19:50.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1233] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:19:50.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233] added with generated mid KeyMID[127.0.0.1:8249-28395], CON-POST MID=28395, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:19:50.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1233] added with generated token KeyToken[127.0.0.1:8249-DCCFF3BB059DA9D4], CON-POST MID=28395, Token=DCCFF3BB059DA9D4, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02 08:19:50.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28395], KeyToken[127.0.0.1:8249-DCCFF3BB059DA9D4]] 08:19:50.784 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,269,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28395, Token=DCCFF3BB059DA9D4, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02] 08:19:50.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28395] 08:19:50.784 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.784 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234] replace CON-POST MID=28395, Token=DCCFF3BB059DA9D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28395, Token=DCCFF3BB059DA9D4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1234] send response NON-2.05 MID=28395, Token=null, OptionSet={}, "server responds hi" 08:19:50.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, complete]! 08:19:50.785 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1234, complete] completed NON-2.04 MID=28395, Token=DCCFF3BB059DA9D4, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC! 08:19:50.785 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,270,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28395, Token=DCCFF3BB059DA9D4, OptionSet={"Object-Security":0x}, A6 A3 74 6A FB 6C 3B 01 56 22 89 73 07 96 C9 46 F8 37 50 51 94 8E FE 8A 91 0A 7C CC] 08:19:50.785 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28395] 08:19:50.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, complete]! 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, complete] for token KeyToken[127.0.0.1:8249-DCCFF3BB059DA9D4] 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1233, complete] for MID KeyMID[127.0.0.1:8249-28395] 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1233, complete] completed CON-POST MID= -1, Token=DCCFF3BB059DA9D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28395, Token=DCCFF3BB059DA9D4, OptionSet={"Object-Security":0x09C7}, acked 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02! 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235] send request 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1235] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235] added with generated mid KeyMID[127.0.0.1:8249-28396], CON-POST MID=28396, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1235] added with generated token KeyToken[127.0.0.1:8249-6464BC0F69BC59FE], CON-POST MID=28396, Token=6464BC0F69BC59FE, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C 08:19:50.786 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28396], KeyToken[127.0.0.1:8249-6464BC0F69BC59FE]] 08:19:50.787 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,271,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28396, Token=6464BC0F69BC59FE, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C] 08:19:50.787 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28396] 08:19:50.787 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.787 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236] replace CON-POST MID=28396, Token=6464BC0F69BC59FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28396, Token=6464BC0F69BC59FE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1236] send response NON-2.05 MID=28396, Token=null, OptionSet={}, "server responds hi" 08:19:50.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, complete]! 08:19:50.787 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1236, complete] completed NON-2.04 MID=28396, Token=6464BC0F69BC59FE, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4! 08:19:50.787 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,272,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28396, Token=6464BC0F69BC59FE, OptionSet={"Object-Security":0x}, DB 0D 7D 46 2A 35 33 30 C5 72 C3 C0 C6 86 16 DA 40 80 DA BA 84 BE FD 11 EE 81 09 E4] 08:19:50.787 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28396] 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, complete]! 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, complete] for token KeyToken[127.0.0.1:8249-6464BC0F69BC59FE] 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1235, complete] for MID KeyMID[127.0.0.1:8249-28396] 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1235, complete] completed CON-POST MID= -1, Token=6464BC0F69BC59FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28396, Token=6464BC0F69BC59FE, OptionSet={"Object-Security":0x09C8}, acked 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C! 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237] send request 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1237] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237] added with generated mid KeyMID[127.0.0.1:8249-28397], CON-POST MID=28397, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:19:50.788 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1237] added with generated token KeyToken[127.0.0.1:8249-04367D1A421C8139], CON-POST MID=28397, Token=04367D1A421C8139, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB 08:19:50.789 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28397], KeyToken[127.0.0.1:8249-04367D1A421C8139]] 08:19:50.789 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,273,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28397, Token=04367D1A421C8139, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB] 08:19:50.789 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28397] 08:19:50.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.789 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238] replace CON-POST MID=28397, Token=04367D1A421C8139, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28397, Token=04367D1A421C8139, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1238] send response NON-2.05 MID=28397, Token=null, OptionSet={}, "server responds hi" 08:19:50.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, complete]! 08:19:50.789 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1238, complete] completed NON-2.04 MID=28397, Token=04367D1A421C8139, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47! 08:19:50.789 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,274,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28397, Token=04367D1A421C8139, OptionSet={"Object-Security":0x}, D3 25 22 AB C4 98 40 E7 61 F9 66 FE D8 B9 D6 15 6A BD 95 06 C1 CE E0 A5 8B D7 D0 47] 08:19:50.790 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28397] 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, complete]! 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, complete] for token KeyToken[127.0.0.1:8249-04367D1A421C8139] 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1237, complete] for MID KeyMID[127.0.0.1:8249-28397] 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1237, complete] completed CON-POST MID= -1, Token=04367D1A421C8139, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28397, Token=04367D1A421C8139, OptionSet={"Object-Security":0x09C9}, acked 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB! 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239] send request 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1239] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:19:50.790 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239] added with generated mid KeyMID[127.0.0.1:8249-28398], CON-POST MID=28398, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:19:50.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1239] added with generated token KeyToken[127.0.0.1:8249-FCCCF1ACD18D96B9], CON-POST MID=28398, Token=FCCCF1ACD18D96B9, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE 08:19:50.791 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28398], KeyToken[127.0.0.1:8249-FCCCF1ACD18D96B9]] 08:19:50.791 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,275,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28398, Token=FCCCF1ACD18D96B9, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE] 08:19:50.791 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28398] 08:19:50.791 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.791 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240] replace CON-POST MID=28398, Token=FCCCF1ACD18D96B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28398, Token=FCCCF1ACD18D96B9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1240] send response NON-2.05 MID=28398, Token=null, OptionSet={}, "server responds hi" 08:19:50.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, complete]! 08:19:50.791 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1240, complete] completed NON-2.04 MID=28398, Token=FCCCF1ACD18D96B9, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79! 08:19:50.791 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,276,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28398, Token=FCCCF1ACD18D96B9, OptionSet={"Object-Security":0x}, 94 4E 6B 06 C2 DB 4A 12 0A 47 25 AE 32 0B 64 73 47 F7 84 78 B1 EE 59 A2 C1 96 EB 79] 08:19:50.792 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28398] 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, complete]! 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, complete] for token KeyToken[127.0.0.1:8249-FCCCF1ACD18D96B9] 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1239, complete] for MID KeyMID[127.0.0.1:8249-28398] 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1239, complete] completed CON-POST MID= -1, Token=FCCCF1ACD18D96B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28398, Token=FCCCF1ACD18D96B9, OptionSet={"Object-Security":0x09CA}, acked 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE! 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241] send request 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1241] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241] added with generated mid KeyMID[127.0.0.1:8249-28399], CON-POST MID=28399, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:19:50.792 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1241] added with generated token KeyToken[127.0.0.1:8249-24C5B5B7511FD4DE], CON-POST MID=28399, Token=24C5B5B7511FD4DE, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD 08:19:50.793 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28399], KeyToken[127.0.0.1:8249-24C5B5B7511FD4DE]] 08:19:50.793 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,277,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28399, Token=24C5B5B7511FD4DE, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD] 08:19:50.793 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28399] 08:19:50.793 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.793 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242] replace CON-POST MID=28399, Token=24C5B5B7511FD4DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28399, Token=24C5B5B7511FD4DE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1242] send response NON-2.05 MID=28399, Token=null, OptionSet={}, "server responds hi" 08:19:50.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, complete]! 08:19:50.793 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1242, complete] completed NON-2.04 MID=28399, Token=24C5B5B7511FD4DE, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0! 08:19:50.793 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.793 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,278,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28399, Token=24C5B5B7511FD4DE, OptionSet={"Object-Security":0x}, 6D C2 75 69 14 82 0D A7 A0 FF FB A4 EB 85 8B 9C F1 F3 E3 CA 16 B8 E5 7B 91 24 F8 E0] 08:19:50.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28399] 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, complete]! 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, complete] for token KeyToken[127.0.0.1:8249-24C5B5B7511FD4DE] 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1241, complete] for MID KeyMID[127.0.0.1:8249-28399] 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1241, complete] completed CON-POST MID= -1, Token=24C5B5B7511FD4DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28399, Token=24C5B5B7511FD4DE, OptionSet={"Object-Security":0x09CB}, acked 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD! 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243] send request 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1243] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243] added with generated mid KeyMID[127.0.0.1:8249-28400], CON-POST MID=28400, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1243] added with generated token KeyToken[127.0.0.1:8249-3C07611FD01A3F07], CON-POST MID=28400, Token=3C07611FD01A3F07, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC 08:19:50.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28400], KeyToken[127.0.0.1:8249-3C07611FD01A3F07]] 08:19:50.795 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,279,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28400, Token=3C07611FD01A3F07, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC] 08:19:50.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28400] 08:19:50.795 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.795 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244] replace CON-POST MID=28400, Token=3C07611FD01A3F07, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28400, Token=3C07611FD01A3F07, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1244] send response NON-2.05 MID=28400, Token=null, OptionSet={}, "server responds hi" 08:19:50.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, complete]! 08:19:50.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1244, complete] completed NON-2.04 MID=28400, Token=3C07611FD01A3F07, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD! 08:19:50.795 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.795 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,280,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28400, Token=3C07611FD01A3F07, OptionSet={"Object-Security":0x}, 01 9F FA 8A 5C DF DA 81 ED AA 66 B8 A9 F3 CB 4F 46 D7 0B BA F4 13 59 2A 2F 18 48 AD] 08:19:50.795 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28400] 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, complete]! 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, complete] for token KeyToken[127.0.0.1:8249-3C07611FD01A3F07] 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1243, complete] for MID KeyMID[127.0.0.1:8249-28400] 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1243, complete] completed CON-POST MID= -1, Token=3C07611FD01A3F07, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28400, Token=3C07611FD01A3F07, OptionSet={"Object-Security":0x09CC}, acked C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC! 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245] send request 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1245] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245] added with generated mid KeyMID[127.0.0.1:8249-28401], CON-POST MID=28401, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1245] added with generated token KeyToken[127.0.0.1:8249-14F15768A4435A16], CON-POST MID=28401, Token=14F15768A4435A16, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40 08:19:50.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28401], KeyToken[127.0.0.1:8249-14F15768A4435A16]] 08:19:50.797 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,281,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28401, Token=14F15768A4435A16, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40] 08:19:50.797 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28401] 08:19:50.797 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.797 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246] replace CON-POST MID=28401, Token=14F15768A4435A16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28401, Token=14F15768A4435A16, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1246] send response NON-2.05 MID=28401, Token=null, OptionSet={}, "server responds hi" 08:19:50.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, complete]! 08:19:50.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1246, complete] completed NON-2.04 MID=28401, Token=14F15768A4435A16, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F! 08:19:50.797 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,282,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28401, Token=14F15768A4435A16, OptionSet={"Object-Security":0x}, 80 E9 F8 01 02 5C BD 94 F0 86 D8 55 C4 07 F9 BC 5C CC 63 E2 1F 48 B2 86 54 35 49 5F] 08:19:50.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28401] 08:19:50.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, complete]! 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, complete] for token KeyToken[127.0.0.1:8249-14F15768A4435A16] 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1245, complete] for MID KeyMID[127.0.0.1:8249-28401] 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1245, complete] completed CON-POST MID= -1, Token=14F15768A4435A16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28401, Token=14F15768A4435A16, OptionSet={"Object-Security":0x09CD}, acked 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40! 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247] send request 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1247] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247] added with generated mid KeyMID[127.0.0.1:8249-28402], CON-POST MID=28402, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1247] added with generated token KeyToken[127.0.0.1:8249-E81195859C7935AD], CON-POST MID=28402, Token=E81195859C7935AD, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48 08:19:50.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28402], KeyToken[127.0.0.1:8249-E81195859C7935AD]] 08:19:50.798 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,283,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28402, Token=E81195859C7935AD, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48] 08:19:50.799 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28402] 08:19:50.799 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.799 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248] replace CON-POST MID=28402, Token=E81195859C7935AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28402, Token=E81195859C7935AD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1248] send response NON-2.05 MID=28402, Token=null, OptionSet={}, "server responds hi" 08:19:50.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, complete]! 08:19:50.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1248, complete] completed NON-2.04 MID=28402, Token=E81195859C7935AD, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46! 08:19:50.799 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,284,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28402, Token=E81195859C7935AD, OptionSet={"Object-Security":0x}, 74 D5 E0 C8 1D 9B FD C5 8F 5A BD CF 2F 8D 98 F2 82 3A 04 CE 7A 88 73 E4 01 77 41 46] 08:19:50.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28402] 08:19:50.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.799 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, complete]! 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, complete] for token KeyToken[127.0.0.1:8249-E81195859C7935AD] 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1247, complete] for MID KeyMID[127.0.0.1:8249-28402] 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1247, complete] completed CON-POST MID= -1, Token=E81195859C7935AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28402, Token=E81195859C7935AD, OptionSet={"Object-Security":0x09CE}, acked 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48! 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249] send request 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1249] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249] added with generated mid KeyMID[127.0.0.1:8249-28403], CON-POST MID=28403, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1249] added with generated token KeyToken[127.0.0.1:8249-603BF42E4D7127D6], CON-POST MID=28403, Token=603BF42E4D7127D6, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5 08:19:50.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28403], KeyToken[127.0.0.1:8249-603BF42E4D7127D6]] 08:19:50.800 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,285,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28403, Token=603BF42E4D7127D6, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5] 08:19:50.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28403] 08:19:50.801 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.801 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250] replace CON-POST MID=28403, Token=603BF42E4D7127D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28403, Token=603BF42E4D7127D6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1250] send response NON-2.05 MID=28403, Token=null, OptionSet={}, "server responds hi" 08:19:50.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, complete]! 08:19:50.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1250, complete] completed NON-2.04 MID=28403, Token=603BF42E4D7127D6, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71! 08:19:50.801 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,286,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28403, Token=603BF42E4D7127D6, OptionSet={"Object-Security":0x}, F5 E2 B3 F0 9B 71 B7 0C 7C A7 0C 21 08 79 59 A6 9A 3F C6 E3 2A 85 62 9A C7 FF 46 71] 08:19:50.801 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28403] 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, complete]! 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, complete] for token KeyToken[127.0.0.1:8249-603BF42E4D7127D6] 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1249, complete] for MID KeyMID[127.0.0.1:8249-28403] 08:19:50.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1249, complete] completed CON-POST MID= -1, Token=603BF42E4D7127D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28403, Token=603BF42E4D7127D6, OptionSet={"Object-Security":0x09CF}, acked 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5! 08:19:50.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251] send request 08:19:50.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1251] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:19:50.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251] added with generated mid KeyMID[127.0.0.1:8249-28404], CON-POST MID=28404, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:19:50.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1251] added with generated token KeyToken[127.0.0.1:8249-78E02486D6744F8A], CON-POST MID=28404, Token=78E02486D6744F8A, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5 08:19:50.802 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28404], KeyToken[127.0.0.1:8249-78E02486D6744F8A]] 08:19:50.802 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,287,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28404, Token=78E02486D6744F8A, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5] 08:19:50.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28404] 08:19:50.803 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.803 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252] replace CON-POST MID=28404, Token=78E02486D6744F8A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28404, Token=78E02486D6744F8A, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1252] send response NON-2.05 MID=28404, Token=null, OptionSet={}, "server responds hi" 08:19:50.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, complete]! 08:19:50.803 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1252, complete] completed NON-2.04 MID=28404, Token=78E02486D6744F8A, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8! 08:19:50.803 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,288,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28404, Token=78E02486D6744F8A, OptionSet={"Object-Security":0x}, BA 95 C0 05 E1 ED FD 0E 18 AA 2F A8 C4 2A E7 E7 23 7D 05 24 C2 15 A7 71 62 E5 00 B8] 08:19:50.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28404] 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, complete]! 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, complete] for token KeyToken[127.0.0.1:8249-78E02486D6744F8A] 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1251, complete] for MID KeyMID[127.0.0.1:8249-28404] 08:19:50.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1251, complete] completed CON-POST MID= -1, Token=78E02486D6744F8A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28404, Token=78E02486D6744F8A, OptionSet={"Object-Security":0x09D0}, acked 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5! 08:19:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253] send request 08:19:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1253] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:19:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253] added with generated mid KeyMID[127.0.0.1:8249-28405], CON-POST MID=28405, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:19:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1253] added with generated token KeyToken[127.0.0.1:8249-100D9BD90D551621], CON-POST MID=28405, Token=100D9BD90D551621, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16 08:19:50.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28405], KeyToken[127.0.0.1:8249-100D9BD90D551621]] 08:19:50.852 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,289,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28405, Token=100D9BD90D551621, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16] 08:19:50.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28405] 08:19:50.853 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.853 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254] replace CON-POST MID=28405, Token=100D9BD90D551621, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28405, Token=100D9BD90D551621, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1254] send response NON-2.05 MID=28405, Token=null, OptionSet={}, "server responds hi" 08:19:50.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, complete]! 08:19:50.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1254, complete] completed NON-2.04 MID=28405, Token=100D9BD90D551621, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9! 08:19:50.853 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,290,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28405, Token=100D9BD90D551621, OptionSet={"Object-Security":0x}, 99 CD D1 17 D6 3E 75 82 45 51 43 13 F3 5B 23 EE BF 38 E8 50 8E A9 AE 2F DB 5A 38 D9] 08:19:50.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28405] 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, complete]! 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, complete] for token KeyToken[127.0.0.1:8249-100D9BD90D551621] 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1253, complete] for MID KeyMID[127.0.0.1:8249-28405] 08:19:50.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1253, complete] completed CON-POST MID= -1, Token=100D9BD90D551621, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28405, Token=100D9BD90D551621, OptionSet={"Object-Security":0x09D1}, acked BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16! 08:19:50.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255] send request 08:19:50.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1255] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:19:50.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255] added with generated mid KeyMID[127.0.0.1:8249-28406], CON-POST MID=28406, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:19:50.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1255] added with generated token KeyToken[127.0.0.1:8249-343DDA9FEE9F2985], CON-POST MID=28406, Token=343DDA9FEE9F2985, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1 08:19:50.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28406], KeyToken[127.0.0.1:8249-343DDA9FEE9F2985]] 08:19:50.854 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,291,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28406, Token=343DDA9FEE9F2985, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1] 08:19:50.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28406] 08:19:50.855 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.855 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256] replace CON-POST MID=28406, Token=343DDA9FEE9F2985, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28406, Token=343DDA9FEE9F2985, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1256] send response NON-2.05 MID=28406, Token=null, OptionSet={}, "server responds hi" 08:19:50.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, complete]! 08:19:50.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1256, complete] completed NON-2.04 MID=28406, Token=343DDA9FEE9F2985, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9! 08:19:50.855 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,292,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28406, Token=343DDA9FEE9F2985, OptionSet={"Object-Security":0x}, E2 D4 57 D0 D9 67 7D 36 20 7D 77 17 3D 95 9F 48 91 8A 84 48 52 EC 31 B0 F3 5F DE B9] 08:19:50.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28406] 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, complete]! 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, complete] for token KeyToken[127.0.0.1:8249-343DDA9FEE9F2985] 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1255, complete] for MID KeyMID[127.0.0.1:8249-28406] 08:19:50.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1255, complete] completed CON-POST MID= -1, Token=343DDA9FEE9F2985, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28406, Token=343DDA9FEE9F2985, OptionSet={"Object-Security":0x09D2}, acked 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1! 08:19:50.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257] send request 08:19:50.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1257] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:19:50.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257] added with generated mid KeyMID[127.0.0.1:8249-28407], CON-POST MID=28407, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:19:50.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1257] added with generated token KeyToken[127.0.0.1:8249-88FDC79191AF8507], CON-POST MID=28407, Token=88FDC79191AF8507, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67 08:19:50.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28407], KeyToken[127.0.0.1:8249-88FDC79191AF8507]] 08:19:50.856 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,293,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28407, Token=88FDC79191AF8507, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67] 08:19:50.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28407] 08:19:50.856 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.856 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258] replace CON-POST MID=28407, Token=88FDC79191AF8507, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28407, Token=88FDC79191AF8507, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1258] send response NON-2.05 MID=28407, Token=null, OptionSet={}, "server responds hi" 08:19:50.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, complete]! 08:19:50.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1258, complete] completed NON-2.04 MID=28407, Token=88FDC79191AF8507, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8! 08:19:50.857 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,294,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28407, Token=88FDC79191AF8507, OptionSet={"Object-Security":0x}, 72 DC 0C A6 14 5B 74 A3 39 6A B7 DA F1 32 C8 3B 3E FF 4B A6 6E A8 BD 41 5F DA 03 C8] 08:19:50.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28407] 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, complete]! 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, complete] for token KeyToken[127.0.0.1:8249-88FDC79191AF8507] 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1257, complete] for MID KeyMID[127.0.0.1:8249-28407] 08:19:50.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1257, complete] completed CON-POST MID= -1, Token=88FDC79191AF8507, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28407, Token=88FDC79191AF8507, OptionSet={"Object-Security":0x09D3}, acked 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67! 08:19:50.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259] send request 08:19:50.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1259] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:19:50.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259] added with generated mid KeyMID[127.0.0.1:8249-28408], CON-POST MID=28408, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:19:50.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1259] added with generated token KeyToken[127.0.0.1:8249-28FC7FBC81997976], CON-POST MID=28408, Token=28FC7FBC81997976, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89 08:19:50.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28408], KeyToken[127.0.0.1:8249-28FC7FBC81997976]] 08:19:50.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,295,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28408, Token=28FC7FBC81997976, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89] 08:19:50.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28408] 08:19:50.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.858 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260] replace CON-POST MID=28408, Token=28FC7FBC81997976, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28408, Token=28FC7FBC81997976, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1260] send response NON-2.05 MID=28408, Token=null, OptionSet={}, "server responds hi" 08:19:50.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, complete]! 08:19:50.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1260, complete] completed NON-2.04 MID=28408, Token=28FC7FBC81997976, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05! 08:19:50.859 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,296,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28408, Token=28FC7FBC81997976, OptionSet={"Object-Security":0x}, D0 CD D5 FB A5 EF 81 FD ED ED D4 74 DE 72 7D 81 3E 21 06 87 32 F5 D0 EB 4D FA 3C 05] 08:19:50.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28408] 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, complete]! 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, complete] for token KeyToken[127.0.0.1:8249-28FC7FBC81997976] 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1259, complete] for MID KeyMID[127.0.0.1:8249-28408] 08:19:50.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1259, complete] completed CON-POST MID= -1, Token=28FC7FBC81997976, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28408, Token=28FC7FBC81997976, OptionSet={"Object-Security":0x09D4}, acked 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89! 08:19:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261] send request 08:19:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1261] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:19:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261] added with generated mid KeyMID[127.0.0.1:8249-28409], CON-POST MID=28409, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:19:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1261] added with generated token KeyToken[127.0.0.1:8249-18341FDC218E097E], CON-POST MID=28409, Token=18341FDC218E097E, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE 08:19:50.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28409], KeyToken[127.0.0.1:8249-18341FDC218E097E]] 08:19:50.860 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,297,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28409, Token=18341FDC218E097E, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE] 08:19:50.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28409] 08:19:50.860 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.860 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262] replace CON-POST MID=28409, Token=18341FDC218E097E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28409, Token=18341FDC218E097E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1262] send response NON-2.05 MID=28409, Token=null, OptionSet={}, "server responds hi" 08:19:50.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, complete]! 08:19:50.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1262, complete] completed NON-2.04 MID=28409, Token=18341FDC218E097E, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D! 08:19:50.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,298,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28409, Token=18341FDC218E097E, OptionSet={"Object-Security":0x}, 59 DD 51 64 45 71 79 71 48 76 E7 7C 9F D4 A3 36 A3 87 FA A1 44 13 33 35 37 E8 FE 4D] 08:19:50.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28409] 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, complete]! 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, complete] for token KeyToken[127.0.0.1:8249-18341FDC218E097E] 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1261, complete] for MID KeyMID[127.0.0.1:8249-28409] 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1261, complete] completed CON-POST MID= -1, Token=18341FDC218E097E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28409, Token=18341FDC218E097E, OptionSet={"Object-Security":0x09D5}, acked 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE! 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263] send request 08:19:50.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1263] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:19:50.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263] added with generated mid KeyMID[127.0.0.1:8249-28410], CON-POST MID=28410, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:19:50.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1263] added with generated token KeyToken[127.0.0.1:8249-6C311A312BC1A07F], CON-POST MID=28410, Token=6C311A312BC1A07F, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38 08:19:50.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28410], KeyToken[127.0.0.1:8249-6C311A312BC1A07F]] 08:19:50.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,299,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28410, Token=6C311A312BC1A07F, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38] 08:19:50.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28410] 08:19:50.862 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.862 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264] replace CON-POST MID=28410, Token=6C311A312BC1A07F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28410, Token=6C311A312BC1A07F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1264] send response NON-2.05 MID=28410, Token=null, OptionSet={}, "server responds hi" 08:19:50.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, complete]! 08:19:50.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1264, complete] completed NON-2.04 MID=28410, Token=6C311A312BC1A07F, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86! 08:19:50.863 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,300,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28410, Token=6C311A312BC1A07F, OptionSet={"Object-Security":0x}, 33 AF 40 AF B3 AC 6F C1 04 77 0E 5F 7C A1 00 8B 4C 2D 48 9C AA BA 68 FD 06 44 FC 86] 08:19:50.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28410] 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, complete]! 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, complete] for token KeyToken[127.0.0.1:8249-6C311A312BC1A07F] 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1263, complete] for MID KeyMID[127.0.0.1:8249-28410] 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1263, complete] completed CON-POST MID= -1, Token=6C311A312BC1A07F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28410, Token=6C311A312BC1A07F, OptionSet={"Object-Security":0x09D6}, acked B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38! 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265] send request 08:19:50.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1265] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:19:50.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265] added with generated mid KeyMID[127.0.0.1:8249-28411], CON-POST MID=28411, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:19:50.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1265] added with generated token KeyToken[127.0.0.1:8249-440F93AC38CDE1E9], CON-POST MID=28411, Token=440F93AC38CDE1E9, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4 08:19:50.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28411], KeyToken[127.0.0.1:8249-440F93AC38CDE1E9]] 08:19:50.864 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,301,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28411, Token=440F93AC38CDE1E9, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4] 08:19:50.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28411] 08:19:50.864 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.864 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266] replace CON-POST MID=28411, Token=440F93AC38CDE1E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28411, Token=440F93AC38CDE1E9, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1266] send response NON-2.05 MID=28411, Token=null, OptionSet={}, "server responds hi" 08:19:50.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, complete]! 08:19:50.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1266, complete] completed NON-2.04 MID=28411, Token=440F93AC38CDE1E9, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3! 08:19:50.865 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,302,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28411, Token=440F93AC38CDE1E9, OptionSet={"Object-Security":0x}, 5D FF 90 1D AD 5E 1C 17 99 99 0B B6 05 13 85 6D 4F FB 64 33 16 10 6F 0F 23 86 49 E3] 08:19:50.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28411] 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, complete]! 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, complete] for token KeyToken[127.0.0.1:8249-440F93AC38CDE1E9] 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1265, complete] for MID KeyMID[127.0.0.1:8249-28411] 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1265, complete] completed CON-POST MID= -1, Token=440F93AC38CDE1E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28411, Token=440F93AC38CDE1E9, OptionSet={"Object-Security":0x09D7}, acked 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4! 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267] send request 08:19:50.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1267] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:19:50.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267] added with generated mid KeyMID[127.0.0.1:8249-28412], CON-POST MID=28412, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:19:50.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1267] added with generated token KeyToken[127.0.0.1:8249-D87B3E9DEEBFEFE2], CON-POST MID=28412, Token=D87B3E9DEEBFEFE2, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F 08:19:50.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28412], KeyToken[127.0.0.1:8249-D87B3E9DEEBFEFE2]] 08:19:50.866 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,303,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28412, Token=D87B3E9DEEBFEFE2, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F] 08:19:50.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28412] 08:19:50.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.866 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268] replace CON-POST MID=28412, Token=D87B3E9DEEBFEFE2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28412, Token=D87B3E9DEEBFEFE2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1268] send response NON-2.05 MID=28412, Token=null, OptionSet={}, "server responds hi" 08:19:50.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, complete]! 08:19:50.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1268, complete] completed NON-2.04 MID=28412, Token=D87B3E9DEEBFEFE2, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4! 08:19:50.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,304,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28412, Token=D87B3E9DEEBFEFE2, OptionSet={"Object-Security":0x}, 73 70 73 75 81 DC 90 69 A6 8D C1 B8 B2 39 D2 55 2D D7 A9 BE C0 F8 15 CA C0 10 6F A4] 08:19:50.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28412] 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, complete]! 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, complete] for token KeyToken[127.0.0.1:8249-D87B3E9DEEBFEFE2] 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1267, complete] for MID KeyMID[127.0.0.1:8249-28412] 08:19:50.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1267, complete] completed CON-POST MID= -1, Token=D87B3E9DEEBFEFE2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28412, Token=D87B3E9DEEBFEFE2, OptionSet={"Object-Security":0x09D8}, acked B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F! 08:19:50.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269] send request 08:19:50.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1269] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:19:50.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269] added with generated mid KeyMID[127.0.0.1:8249-28413], CON-POST MID=28413, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:19:50.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1269] added with generated token KeyToken[127.0.0.1:8249-1C485852CBFAC046], CON-POST MID=28413, Token=1C485852CBFAC046, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6 08:19:50.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28413], KeyToken[127.0.0.1:8249-1C485852CBFAC046]] 08:19:50.868 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,305,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28413, Token=1C485852CBFAC046, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6] 08:19:50.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28413] 08:19:50.868 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.868 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270] replace CON-POST MID=28413, Token=1C485852CBFAC046, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28413, Token=1C485852CBFAC046, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1270] send response NON-2.05 MID=28413, Token=null, OptionSet={}, "server responds hi" 08:19:50.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, complete]! 08:19:50.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1270, complete] completed NON-2.04 MID=28413, Token=1C485852CBFAC046, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B! 08:19:50.869 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,306,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28413, Token=1C485852CBFAC046, OptionSet={"Object-Security":0x}, 3B 96 AE 7E 0E 2C A8 67 6D E4 CB 98 6F 3D C0 96 69 A7 50 B1 3A 4B 38 51 6E BE F6 4B] 08:19:50.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28413] 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, complete]! 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, complete] for token KeyToken[127.0.0.1:8249-1C485852CBFAC046] 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1269, complete] for MID KeyMID[127.0.0.1:8249-28413] 08:19:50.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1269, complete] completed CON-POST MID= -1, Token=1C485852CBFAC046, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28413, Token=1C485852CBFAC046, OptionSet={"Object-Security":0x09D9}, acked 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6! 08:19:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271] send request 08:19:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1271] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:19:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271] added with generated mid KeyMID[127.0.0.1:8249-28414], CON-POST MID=28414, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:19:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1271] added with generated token KeyToken[127.0.0.1:8249-84D5DBA1699F4DBA], CON-POST MID=28414, Token=84D5DBA1699F4DBA, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64 08:19:50.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28414], KeyToken[127.0.0.1:8249-84D5DBA1699F4DBA]] 08:19:50.870 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,307,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28414, Token=84D5DBA1699F4DBA, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64] 08:19:50.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28414] 08:19:50.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.871 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272] replace CON-POST MID=28414, Token=84D5DBA1699F4DBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28414, Token=84D5DBA1699F4DBA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1272] send response NON-2.05 MID=28414, Token=null, OptionSet={}, "server responds hi" 08:19:50.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, complete]! 08:19:50.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1272, complete] completed NON-2.04 MID=28414, Token=84D5DBA1699F4DBA, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0! 08:19:50.871 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,308,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28414, Token=84D5DBA1699F4DBA, OptionSet={"Object-Security":0x}, FD E2 F4 2C 85 5F 46 91 F9 49 20 08 75 C6 3B 03 FA 60 85 04 10 7D 77 7A 98 D7 13 A0] 08:19:50.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28414] 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, complete]! 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, complete] for token KeyToken[127.0.0.1:8249-84D5DBA1699F4DBA] 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1271, complete] for MID KeyMID[127.0.0.1:8249-28414] 08:19:50.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1271, complete] completed CON-POST MID= -1, Token=84D5DBA1699F4DBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28414, Token=84D5DBA1699F4DBA, OptionSet={"Object-Security":0x09DA}, acked B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64! 08:19:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273] send request 08:19:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1273] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:19:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273] added with generated mid KeyMID[127.0.0.1:8249-28415], CON-POST MID=28415, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:19:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1273] added with generated token KeyToken[127.0.0.1:8249-CCAC1D4152E053CD], CON-POST MID=28415, Token=CCAC1D4152E053CD, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1 08:19:50.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28415], KeyToken[127.0.0.1:8249-CCAC1D4152E053CD]] 08:19:50.872 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,309,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28415, Token=CCAC1D4152E053CD, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1] 08:19:50.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28415] 08:19:50.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.873 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274] replace CON-POST MID=28415, Token=CCAC1D4152E053CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28415, Token=CCAC1D4152E053CD, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1274] send response NON-2.05 MID=28415, Token=null, OptionSet={}, "server responds hi" 08:19:50.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, complete]! 08:19:50.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1274, complete] completed NON-2.04 MID=28415, Token=CCAC1D4152E053CD, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8! 08:19:50.873 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,310,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28415, Token=CCAC1D4152E053CD, OptionSet={"Object-Security":0x}, 82 05 DC 66 0F BE 67 E2 B1 DC F7 0B 45 5A 9E 44 62 0E 9C 30 5D C0 DF 13 EE F1 0C A8] 08:19:50.873 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28415] 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, complete]! 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, complete] for token KeyToken[127.0.0.1:8249-CCAC1D4152E053CD] 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1273, complete] for MID KeyMID[127.0.0.1:8249-28415] 08:19:50.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1273, complete] completed CON-POST MID= -1, Token=CCAC1D4152E053CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28415, Token=CCAC1D4152E053CD, OptionSet={"Object-Security":0x09DB}, acked 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1! 08:19:50.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275] send request 08:19:50.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1275] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:19:50.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275] added with generated mid KeyMID[127.0.0.1:8249-28416], CON-POST MID=28416, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:19:50.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1275] added with generated token KeyToken[127.0.0.1:8249-887E56D69945745C], CON-POST MID=28416, Token=887E56D69945745C, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3 08:19:50.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28416], KeyToken[127.0.0.1:8249-887E56D69945745C]] 08:19:50.874 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,311,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28416, Token=887E56D69945745C, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3] 08:19:50.874 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28416] 08:19:50.875 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.875 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276] replace CON-POST MID=28416, Token=887E56D69945745C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28416, Token=887E56D69945745C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1276] send response NON-2.05 MID=28416, Token=null, OptionSet={}, "server responds hi" 08:19:50.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, complete]! 08:19:50.875 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1276, complete] completed NON-2.04 MID=28416, Token=887E56D69945745C, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7! 08:19:50.875 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,312,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28416, Token=887E56D69945745C, OptionSet={"Object-Security":0x}, CD CE BD 3A 6C A0 2D 59 79 A4 9D F7 00 50 36 5B D6 EC C8 BC CE 7B 7E 45 22 37 E8 D7] 08:19:50.875 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28416] 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, complete]! 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, complete] for token KeyToken[127.0.0.1:8249-887E56D69945745C] 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1275, complete] for MID KeyMID[127.0.0.1:8249-28416] 08:19:50.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1275, complete] completed CON-POST MID= -1, Token=887E56D69945745C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28416, Token=887E56D69945745C, OptionSet={"Object-Security":0x09DC}, acked D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3! 08:19:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277] send request 08:19:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1277] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:19:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277] added with generated mid KeyMID[127.0.0.1:8249-28417], CON-POST MID=28417, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:19:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1277] added with generated token KeyToken[127.0.0.1:8249-689EBF4480C84BF8], CON-POST MID=28417, Token=689EBF4480C84BF8, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55 08:19:50.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28417], KeyToken[127.0.0.1:8249-689EBF4480C84BF8]] 08:19:50.876 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,313,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28417, Token=689EBF4480C84BF8, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55] 08:19:50.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28417] 08:19:50.877 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.877 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278] replace CON-POST MID=28417, Token=689EBF4480C84BF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28417, Token=689EBF4480C84BF8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1278] send response NON-2.05 MID=28417, Token=null, OptionSet={}, "server responds hi" 08:19:50.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, complete]! 08:19:50.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1278, complete] completed NON-2.04 MID=28417, Token=689EBF4480C84BF8, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8! 08:19:50.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,314,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28417, Token=689EBF4480C84BF8, OptionSet={"Object-Security":0x}, DA 4C 3E 70 5D 78 2D 40 E4 FB F9 47 6F 98 80 92 E3 76 A8 81 C5 AC 7B 37 AF 49 25 C8] 08:19:50.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28417] 08:19:50.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, complete]! 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, complete] for token KeyToken[127.0.0.1:8249-689EBF4480C84BF8] 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1277, complete] for MID KeyMID[127.0.0.1:8249-28417] 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1277, complete] completed CON-POST MID= -1, Token=689EBF4480C84BF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28417, Token=689EBF4480C84BF8, OptionSet={"Object-Security":0x09DD}, acked F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55! 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279] send request 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1279] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279] added with generated mid KeyMID[127.0.0.1:8249-28418], CON-POST MID=28418, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1279] added with generated token KeyToken[127.0.0.1:8249-1C0D6A4DA9D259C3], CON-POST MID=28418, Token=1C0D6A4DA9D259C3, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A 08:19:50.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28418], KeyToken[127.0.0.1:8249-1C0D6A4DA9D259C3]] 08:19:50.879 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,315,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28418, Token=1C0D6A4DA9D259C3, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A] 08:19:50.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28418] 08:19:50.879 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.879 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280] replace CON-POST MID=28418, Token=1C0D6A4DA9D259C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28418, Token=1C0D6A4DA9D259C3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1280] send response NON-2.05 MID=28418, Token=null, OptionSet={}, "server responds hi" 08:19:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, complete]! 08:19:50.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1280, complete] completed NON-2.04 MID=28418, Token=1C0D6A4DA9D259C3, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4! 08:19:50.879 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,316,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28418, Token=1C0D6A4DA9D259C3, OptionSet={"Object-Security":0x}, 34 91 C9 34 8C 84 68 4F 5C 84 77 93 3A EB 2D CA 4A 72 77 54 11 18 2A D1 88 CA E5 C4] 08:19:50.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28418] 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, complete]! 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, complete] for token KeyToken[127.0.0.1:8249-1C0D6A4DA9D259C3] 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1279, complete] for MID KeyMID[127.0.0.1:8249-28418] 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1279, complete] completed CON-POST MID= -1, Token=1C0D6A4DA9D259C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28418, Token=1C0D6A4DA9D259C3, OptionSet={"Object-Security":0x09DE}, acked 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A! 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281] send request 08:19:50.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1281] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:19:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281] added with generated mid KeyMID[127.0.0.1:8249-28419], CON-POST MID=28419, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:19:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1281] added with generated token KeyToken[127.0.0.1:8249-88412E7E7856702B], CON-POST MID=28419, Token=88412E7E7856702B, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7 08:19:50.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28419], KeyToken[127.0.0.1:8249-88412E7E7856702B]] 08:19:50.881 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,317,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28419, Token=88412E7E7856702B, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7] 08:19:50.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28419] 08:19:50.881 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.881 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282] replace CON-POST MID=28419, Token=88412E7E7856702B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28419, Token=88412E7E7856702B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1282] send response NON-2.05 MID=28419, Token=null, OptionSet={}, "server responds hi" 08:19:50.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, complete]! 08:19:50.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1282, complete] completed NON-2.04 MID=28419, Token=88412E7E7856702B, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9! 08:19:50.882 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,318,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28419, Token=88412E7E7856702B, OptionSet={"Object-Security":0x}, EE B6 B5 E5 6D 58 5F 69 2B 8D 77 75 BA 57 C4 24 71 EC 32 0F AE A7 51 40 97 94 63 F9] 08:19:50.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28419] 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, complete]! 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, complete] for token KeyToken[127.0.0.1:8249-88412E7E7856702B] 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1281, complete] for MID KeyMID[127.0.0.1:8249-28419] 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1281, complete] completed CON-POST MID= -1, Token=88412E7E7856702B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28419, Token=88412E7E7856702B, OptionSet={"Object-Security":0x09DF}, acked B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7! 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283] send request 08:19:50.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1283] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:19:50.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283] added with generated mid KeyMID[127.0.0.1:8249-28420], CON-POST MID=28420, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:19:50.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1283] added with generated token KeyToken[127.0.0.1:8249-98B16505E65A2957], CON-POST MID=28420, Token=98B16505E65A2957, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C 08:19:50.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28420], KeyToken[127.0.0.1:8249-98B16505E65A2957]] 08:19:50.883 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,319,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28420, Token=98B16505E65A2957, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C] 08:19:50.883 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28420] 08:19:50.883 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.883 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.883 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284] replace CON-POST MID=28420, Token=98B16505E65A2957, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28420, Token=98B16505E65A2957, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1284] send response NON-2.05 MID=28420, Token=null, OptionSet={}, "server responds hi" 08:19:50.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, complete]! 08:19:50.884 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1284, complete] completed NON-2.04 MID=28420, Token=98B16505E65A2957, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE! 08:19:50.884 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,320,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28420, Token=98B16505E65A2957, OptionSet={"Object-Security":0x}, AA F7 5A FF DE CC 82 34 5C 54 CA 64 48 C9 21 93 9C 8D 39 9C 10 2D 18 A0 67 5B 1F DE] 08:19:50.884 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28420] 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, complete]! 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, complete] for token KeyToken[127.0.0.1:8249-98B16505E65A2957] 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1283, complete] for MID KeyMID[127.0.0.1:8249-28420] 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1283, complete] completed CON-POST MID= -1, Token=98B16505E65A2957, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28420, Token=98B16505E65A2957, OptionSet={"Object-Security":0x09E0}, acked D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C! 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285] send request 08:19:50.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1285] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:19:50.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285] added with generated mid KeyMID[127.0.0.1:8249-28421], CON-POST MID=28421, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:19:50.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1285] added with generated token KeyToken[127.0.0.1:8249-5804972196B3747D], CON-POST MID=28421, Token=5804972196B3747D, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02 08:19:50.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28421], KeyToken[127.0.0.1:8249-5804972196B3747D]] 08:19:50.885 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,321,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28421, Token=5804972196B3747D, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02] 08:19:50.885 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28421] 08:19:50.885 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.885 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286] replace CON-POST MID=28421, Token=5804972196B3747D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28421, Token=5804972196B3747D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1286] send response NON-2.05 MID=28421, Token=null, OptionSet={}, "server responds hi" 08:19:50.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, complete]! 08:19:50.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1286, complete] completed NON-2.04 MID=28421, Token=5804972196B3747D, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04! 08:19:50.886 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,322,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28421, Token=5804972196B3747D, OptionSet={"Object-Security":0x}, 60 1A E3 88 A3 3C D9 C9 B9 ED 24 0C A8 B7 77 37 0D 9D 59 58 C3 A5 50 50 C9 1F F6 04] 08:19:50.886 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28421] 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, complete]! 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, complete] for token KeyToken[127.0.0.1:8249-5804972196B3747D] 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1285, complete] for MID KeyMID[127.0.0.1:8249-28421] 08:19:50.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1285, complete] completed CON-POST MID= -1, Token=5804972196B3747D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28421, Token=5804972196B3747D, OptionSet={"Object-Security":0x09E1}, acked 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02! 08:19:50.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287] send request 08:19:50.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1287] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:19:50.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287] added with generated mid KeyMID[127.0.0.1:8249-28422], CON-POST MID=28422, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:19:50.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1287] added with generated token KeyToken[127.0.0.1:8249-B454080619610B99], CON-POST MID=28422, Token=B454080619610B99, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E 08:19:50.887 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28422], KeyToken[127.0.0.1:8249-B454080619610B99]] 08:19:50.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,323,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28422, Token=B454080619610B99, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E] 08:19:50.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28422] 08:19:50.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.887 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288] replace CON-POST MID=28422, Token=B454080619610B99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28422, Token=B454080619610B99, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1288] send response NON-2.05 MID=28422, Token=null, OptionSet={}, "server responds hi" 08:19:50.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, complete]! 08:19:50.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1288, complete] completed NON-2.04 MID=28422, Token=B454080619610B99, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E! 08:19:50.888 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,324,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28422, Token=B454080619610B99, OptionSet={"Object-Security":0x}, E3 E3 7C 9F FE 90 15 2E AC 14 CD D2 87 BA 0E C8 BA B0 4C 8A 4D 97 AD 7D D7 D8 A1 9E] 08:19:50.888 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28422] 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, complete]! 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, complete] for token KeyToken[127.0.0.1:8249-B454080619610B99] 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1287, complete] for MID KeyMID[127.0.0.1:8249-28422] 08:19:50.888 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1287, complete] completed CON-POST MID= -1, Token=B454080619610B99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28422, Token=B454080619610B99, OptionSet={"Object-Security":0x09E2}, acked 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E! 08:19:50.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289] send request 08:19:50.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1289] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:19:50.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289] added with generated mid KeyMID[127.0.0.1:8249-28423], CON-POST MID=28423, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:19:50.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1289] added with generated token KeyToken[127.0.0.1:8249-30927B31C2F2D6EF], CON-POST MID=28423, Token=30927B31C2F2D6EF, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D 08:19:50.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28423], KeyToken[127.0.0.1:8249-30927B31C2F2D6EF]] 08:19:50.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,325,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28423, Token=30927B31C2F2D6EF, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D] 08:19:50.889 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28423] 08:19:50.890 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.890 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290] replace CON-POST MID=28423, Token=30927B31C2F2D6EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28423, Token=30927B31C2F2D6EF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1290] send response NON-2.05 MID=28423, Token=null, OptionSet={}, "server responds hi" 08:19:50.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, complete]! 08:19:50.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1290, complete] completed NON-2.04 MID=28423, Token=30927B31C2F2D6EF, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84! 08:19:50.890 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,326,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28423, Token=30927B31C2F2D6EF, OptionSet={"Object-Security":0x}, A4 33 4E 1D 6D 78 B2 66 67 01 E9 3B 7D 8F C0 C5 EF 6C 5E 93 54 81 0C FC 4A F3 D9 84] 08:19:50.890 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28423] 08:19:50.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, complete]! 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, complete] for token KeyToken[127.0.0.1:8249-30927B31C2F2D6EF] 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1289, complete] for MID KeyMID[127.0.0.1:8249-28423] 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1289, complete] completed CON-POST MID= -1, Token=30927B31C2F2D6EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28423, Token=30927B31C2F2D6EF, OptionSet={"Object-Security":0x09E3}, acked E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D! 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291] send request 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1291] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291] added with generated mid KeyMID[127.0.0.1:8249-28424], CON-POST MID=28424, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1291] added with generated token KeyToken[127.0.0.1:8249-F4C2EFF402EDF611], CON-POST MID=28424, Token=F4C2EFF402EDF611, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5 08:19:50.891 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28424], KeyToken[127.0.0.1:8249-F4C2EFF402EDF611]] 08:19:50.891 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,327,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28424, Token=F4C2EFF402EDF611, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5] 08:19:50.892 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28424] 08:19:50.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.892 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292] replace CON-POST MID=28424, Token=F4C2EFF402EDF611, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28424, Token=F4C2EFF402EDF611, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1292] send response NON-2.05 MID=28424, Token=null, OptionSet={}, "server responds hi" 08:19:50.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, complete]! 08:19:50.892 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1292, complete] completed NON-2.04 MID=28424, Token=F4C2EFF402EDF611, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9! 08:19:50.892 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,328,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28424, Token=F4C2EFF402EDF611, OptionSet={"Object-Security":0x}, 9D 18 F6 85 A6 5A BA 52 1D D6 E4 5C C3 5F 89 C4 8C 47 E4 81 E0 D2 F4 58 05 73 FF C9] 08:19:50.892 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28424] 08:19:50.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, complete]! 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, complete] for token KeyToken[127.0.0.1:8249-F4C2EFF402EDF611] 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1291, complete] for MID KeyMID[127.0.0.1:8249-28424] 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1291, complete] completed CON-POST MID= -1, Token=F4C2EFF402EDF611, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28424, Token=F4C2EFF402EDF611, OptionSet={"Object-Security":0x09E4}, acked D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5! 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293] send request 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1293] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293] added with generated mid KeyMID[127.0.0.1:8249-28425], CON-POST MID=28425, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1293] added with generated token KeyToken[127.0.0.1:8249-189BF6005BC749F3], CON-POST MID=28425, Token=189BF6005BC749F3, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38 08:19:50.893 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28425], KeyToken[127.0.0.1:8249-189BF6005BC749F3]] 08:19:50.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,329,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28425, Token=189BF6005BC749F3, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38] 08:19:50.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28425] 08:19:50.894 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.894 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294] replace CON-POST MID=28425, Token=189BF6005BC749F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28425, Token=189BF6005BC749F3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1294] send response NON-2.05 MID=28425, Token=null, OptionSet={}, "server responds hi" 08:19:50.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, complete]! 08:19:50.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1294, complete] completed NON-2.04 MID=28425, Token=189BF6005BC749F3, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52! 08:19:50.894 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,330,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28425, Token=189BF6005BC749F3, OptionSet={"Object-Security":0x}, 9D 7D 27 02 D1 74 7A 99 08 D3 EF A2 72 17 B2 CC 28 FF 0C 6B 64 5F 4A 01 8B CA 5A 52] 08:19:50.894 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28425] 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, complete]! 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, complete] for token KeyToken[127.0.0.1:8249-189BF6005BC749F3] 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1293, complete] for MID KeyMID[127.0.0.1:8249-28425] 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1293, complete] completed CON-POST MID= -1, Token=189BF6005BC749F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28425, Token=189BF6005BC749F3, OptionSet={"Object-Security":0x09E5}, acked 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38! 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295] send request 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1295] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295] added with generated mid KeyMID[127.0.0.1:8249-28426], CON-POST MID=28426, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:19:50.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1295] added with generated token KeyToken[127.0.0.1:8249-6449FDED09092B11], CON-POST MID=28426, Token=6449FDED09092B11, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98 08:19:50.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28426], KeyToken[127.0.0.1:8249-6449FDED09092B11]] 08:19:50.896 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,331,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28426, Token=6449FDED09092B11, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98] 08:19:50.896 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28426] 08:19:50.896 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.896 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296] replace CON-POST MID=28426, Token=6449FDED09092B11, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28426, Token=6449FDED09092B11, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1296] send response NON-2.05 MID=28426, Token=null, OptionSet={}, "server responds hi" 08:19:50.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, complete]! 08:19:50.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1296, complete] completed NON-2.04 MID=28426, Token=6449FDED09092B11, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3! 08:19:50.896 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,332,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28426, Token=6449FDED09092B11, OptionSet={"Object-Security":0x}, 1D 64 74 AA 28 9A 6C 4A 5E 40 6E 46 A4 9B D9 BE F7 D1 7D 06 82 4D 07 47 F0 7E 08 E3] 08:19:50.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28426] 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, complete]! 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, complete] for token KeyToken[127.0.0.1:8249-6449FDED09092B11] 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1295, complete] for MID KeyMID[127.0.0.1:8249-28426] 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1295, complete] completed CON-POST MID= -1, Token=6449FDED09092B11, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28426, Token=6449FDED09092B11, OptionSet={"Object-Security":0x09E6}, acked 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98! 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297] send request 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1297] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:19:50.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297] added with generated mid KeyMID[127.0.0.1:8249-28427], CON-POST MID=28427, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:19:50.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1297] added with generated token KeyToken[127.0.0.1:8249-D8888E277BDB5EE3], CON-POST MID=28427, Token=D8888E277BDB5EE3, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3 08:19:50.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28427], KeyToken[127.0.0.1:8249-D8888E277BDB5EE3]] 08:19:50.898 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,333,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28427, Token=D8888E277BDB5EE3, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3] 08:19:50.898 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28427] 08:19:50.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.898 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298] replace CON-POST MID=28427, Token=D8888E277BDB5EE3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28427, Token=D8888E277BDB5EE3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1298] send response NON-2.05 MID=28427, Token=null, OptionSet={}, "server responds hi" 08:19:50.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, complete]! 08:19:50.899 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1298, complete] completed NON-2.04 MID=28427, Token=D8888E277BDB5EE3, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91! 08:19:50.899 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,334,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28427, Token=D8888E277BDB5EE3, OptionSet={"Object-Security":0x}, D6 31 4C 02 55 EB E9 A0 6E 7D E5 C0 DA 5B 57 D9 05 88 A7 D9 E8 A7 72 E5 63 6A 32 91] 08:19:50.899 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28427] 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, complete]! 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, complete] for token KeyToken[127.0.0.1:8249-D8888E277BDB5EE3] 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1297, complete] for MID KeyMID[127.0.0.1:8249-28427] 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1297, complete] completed CON-POST MID= -1, Token=D8888E277BDB5EE3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28427, Token=D8888E277BDB5EE3, OptionSet={"Object-Security":0x09E7}, acked 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3! 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299] send request 08:19:50.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1299] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:19:50.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299] added with generated mid KeyMID[127.0.0.1:8249-28428], CON-POST MID=28428, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:19:50.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1299] added with generated token KeyToken[127.0.0.1:8249-A4F7384A60A4EE6E], CON-POST MID=28428, Token=A4F7384A60A4EE6E, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03 08:19:50.900 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28428], KeyToken[127.0.0.1:8249-A4F7384A60A4EE6E]] 08:19:50.900 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,335,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28428, Token=A4F7384A60A4EE6E, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03] 08:19:50.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28428] 08:19:50.900 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.900 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300] replace CON-POST MID=28428, Token=A4F7384A60A4EE6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28428, Token=A4F7384A60A4EE6E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1300] send response NON-2.05 MID=28428, Token=null, OptionSet={}, "server responds hi" 08:19:50.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, complete]! 08:19:50.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1300, complete] completed NON-2.04 MID=28428, Token=A4F7384A60A4EE6E, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56! 08:19:50.901 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,336,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28428, Token=A4F7384A60A4EE6E, OptionSet={"Object-Security":0x}, 5A 63 6F CD DC 8E 27 69 68 29 43 B5 B4 2D 0F 3A 90 D6 1C DF E3 4D 48 A7 B6 EE D0 56] 08:19:50.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28428] 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, complete]! 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, complete] for token KeyToken[127.0.0.1:8249-A4F7384A60A4EE6E] 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1299, complete] for MID KeyMID[127.0.0.1:8249-28428] 08:19:50.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1299, complete] completed CON-POST MID= -1, Token=A4F7384A60A4EE6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28428, Token=A4F7384A60A4EE6E, OptionSet={"Object-Security":0x09E8}, acked 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03! 08:19:50.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301] send request 08:19:50.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1301] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:19:50.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301] added with generated mid KeyMID[127.0.0.1:8249-28429], CON-POST MID=28429, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:19:50.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1301] added with generated token KeyToken[127.0.0.1:8249-C8C28AABB413692E], CON-POST MID=28429, Token=C8C28AABB413692E, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66 08:19:50.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28429], KeyToken[127.0.0.1:8249-C8C28AABB413692E]] 08:19:50.902 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,337,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28429, Token=C8C28AABB413692E, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66] 08:19:50.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28429] 08:19:50.902 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.902 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302] replace CON-POST MID=28429, Token=C8C28AABB413692E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28429, Token=C8C28AABB413692E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1302] send response NON-2.05 MID=28429, Token=null, OptionSet={}, "server responds hi" 08:19:50.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, complete]! 08:19:50.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1302, complete] completed NON-2.04 MID=28429, Token=C8C28AABB413692E, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72! 08:19:50.903 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.903 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,338,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28429, Token=C8C28AABB413692E, OptionSet={"Object-Security":0x}, 18 2D 8B A3 19 E0 EE EF C4 67 D2 01 A7 92 7B A6 EC A4 03 C7 8A 44 41 DC 0F 28 32 72] 08:19:50.903 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28429] 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, complete]! 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, complete] for token KeyToken[127.0.0.1:8249-C8C28AABB413692E] 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1301, complete] for MID KeyMID[127.0.0.1:8249-28429] 08:19:50.903 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1301, complete] completed CON-POST MID= -1, Token=C8C28AABB413692E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28429, Token=C8C28AABB413692E, OptionSet={"Object-Security":0x09E9}, acked E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66! 08:19:50.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303] send request 08:19:50.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1303] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:19:50.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303] added with generated mid KeyMID[127.0.0.1:8249-28430], CON-POST MID=28430, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:19:50.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1303] added with generated token KeyToken[127.0.0.1:8249-4046493AD600817F], CON-POST MID=28430, Token=4046493AD600817F, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F 08:19:50.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28430], KeyToken[127.0.0.1:8249-4046493AD600817F]] 08:19:50.904 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,339,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28430, Token=4046493AD600817F, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F] 08:19:50.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28430] 08:19:50.905 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.905 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304] replace CON-POST MID=28430, Token=4046493AD600817F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28430, Token=4046493AD600817F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1304] send response NON-2.05 MID=28430, Token=null, OptionSet={}, "server responds hi" 08:19:50.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, complete]! 08:19:50.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1304, complete] completed NON-2.04 MID=28430, Token=4046493AD600817F, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84! 08:19:50.905 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.905 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,340,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28430, Token=4046493AD600817F, OptionSet={"Object-Security":0x}, 51 27 01 A2 35 B7 65 5D 8D 33 A0 5D A4 16 DE 43 44 7A 47 7F 75 54 39 60 B2 DC 90 84] 08:19:50.905 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28430] 08:19:50.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, complete]! 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, complete] for token KeyToken[127.0.0.1:8249-4046493AD600817F] 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1303, complete] for MID KeyMID[127.0.0.1:8249-28430] 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1303, complete] completed CON-POST MID= -1, Token=4046493AD600817F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28430, Token=4046493AD600817F, OptionSet={"Object-Security":0x09EA}, acked A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F! 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305] send request 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1305] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305] added with generated mid KeyMID[127.0.0.1:8249-28431], CON-POST MID=28431, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1305] added with generated token KeyToken[127.0.0.1:8249-38306DA1975DF69B], CON-POST MID=28431, Token=38306DA1975DF69B, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36 08:19:50.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28431], KeyToken[127.0.0.1:8249-38306DA1975DF69B]] 08:19:50.907 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.907 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,341,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28431, Token=38306DA1975DF69B, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36] 08:19:50.907 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28431] 08:19:50.907 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.907 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306] replace CON-POST MID=28431, Token=38306DA1975DF69B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28431, Token=38306DA1975DF69B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1306] send response NON-2.05 MID=28431, Token=null, OptionSet={}, "server responds hi" 08:19:50.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, complete]! 08:19:50.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1306, complete] completed NON-2.04 MID=28431, Token=38306DA1975DF69B, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76! 08:19:50.907 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.907 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,342,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28431, Token=38306DA1975DF69B, OptionSet={"Object-Security":0x}, 90 A8 94 EF 1F C8 D8 7E 30 4A 8E 01 64 0A 07 DC 34 C6 4E 78 6C D1 77 C9 D1 DD 3C 76] 08:19:50.907 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28431] 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, complete]! 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, complete] for token KeyToken[127.0.0.1:8249-38306DA1975DF69B] 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1305, complete] for MID KeyMID[127.0.0.1:8249-28431] 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1305, complete] completed CON-POST MID= -1, Token=38306DA1975DF69B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28431, Token=38306DA1975DF69B, OptionSet={"Object-Security":0x09EB}, acked FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36! 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307] send request 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1307] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307] added with generated mid KeyMID[127.0.0.1:8249-28432], CON-POST MID=28432, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:19:50.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1307] added with generated token KeyToken[127.0.0.1:8249-1879C889D0044B10], CON-POST MID=28432, Token=1879C889D0044B10, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14 08:19:50.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28432], KeyToken[127.0.0.1:8249-1879C889D0044B10]] 08:19:50.909 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.909 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,343,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28432, Token=1879C889D0044B10, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14] 08:19:50.909 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28432] 08:19:50.909 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.909 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308] replace CON-POST MID=28432, Token=1879C889D0044B10, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28432, Token=1879C889D0044B10, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1308] send response NON-2.05 MID=28432, Token=null, OptionSet={}, "server responds hi" 08:19:50.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, complete]! 08:19:50.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1308, complete] completed NON-2.04 MID=28432, Token=1879C889D0044B10, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E! 08:19:50.909 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.910 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,344,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28432, Token=1879C889D0044B10, OptionSet={"Object-Security":0x}, 1F E4 0B 0E 23 F9 E1 72 27 06 8C C7 6C 5C FC CD 9C B9 85 9D 1F CB 95 DE 7F 8A 28 8E] 08:19:50.910 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28432] 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, complete]! 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, complete] for token KeyToken[127.0.0.1:8249-1879C889D0044B10] 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1307, complete] for MID KeyMID[127.0.0.1:8249-28432] 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1307, complete] completed CON-POST MID= -1, Token=1879C889D0044B10, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28432, Token=1879C889D0044B10, OptionSet={"Object-Security":0x09EC}, acked 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14! 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309] send request 08:19:50.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1309] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:19:50.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309] added with generated mid KeyMID[127.0.0.1:8249-28433], CON-POST MID=28433, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:19:50.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1309] added with generated token KeyToken[127.0.0.1:8249-C4676D0C88D57437], CON-POST MID=28433, Token=C4676D0C88D57437, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F 08:19:50.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28433], KeyToken[127.0.0.1:8249-C4676D0C88D57437]] 08:19:50.911 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.911 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,345,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28433, Token=C4676D0C88D57437, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F] 08:19:50.911 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28433] 08:19:50.952 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.952 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310] replace CON-POST MID=28433, Token=C4676D0C88D57437, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28433, Token=C4676D0C88D57437, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1310] send response NON-2.05 MID=28433, Token=null, OptionSet={}, "server responds hi" 08:19:50.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, complete]! 08:19:50.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1310, complete] completed NON-2.04 MID=28433, Token=C4676D0C88D57437, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6! 08:19:50.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,346,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28433, Token=C4676D0C88D57437, OptionSet={"Object-Security":0x}, D3 19 6B 01 8F B9 E5 4D 2F D4 45 A1 ED FB 21 7A FC CD 3D DC A2 70 CF 37 4D 5B E3 A6] 08:19:50.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28433] 08:19:50.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, complete]! 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, complete] for token KeyToken[127.0.0.1:8249-C4676D0C88D57437] 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1309, complete] for MID KeyMID[127.0.0.1:8249-28433] 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1309, complete] completed CON-POST MID= -1, Token=C4676D0C88D57437, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28433, Token=C4676D0C88D57437, OptionSet={"Object-Security":0x09ED}, acked A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F! 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311] send request 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1311] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311] added with generated mid KeyMID[127.0.0.1:8249-28434], CON-POST MID=28434, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1311] added with generated token KeyToken[127.0.0.1:8249-28411CD0D782C5F6], CON-POST MID=28434, Token=28411CD0D782C5F6, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0 08:19:50.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28434], KeyToken[127.0.0.1:8249-28411CD0D782C5F6]] 08:19:50.954 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,347,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28434, Token=28411CD0D782C5F6, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0] 08:19:50.954 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28434] 08:19:50.954 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.954 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312] replace CON-POST MID=28434, Token=28411CD0D782C5F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28434, Token=28411CD0D782C5F6, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1312] send response NON-2.05 MID=28434, Token=null, OptionSet={}, "server responds hi" 08:19:50.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, complete]! 08:19:50.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1312, complete] completed NON-2.04 MID=28434, Token=28411CD0D782C5F6, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4! 08:19:50.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,348,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28434, Token=28411CD0D782C5F6, OptionSet={"Object-Security":0x}, 66 B8 76 70 6B 49 06 E4 A8 EF DF 8E 9C B4 0E 05 30 82 3E 81 29 92 E6 0D 39 C0 C3 B4] 08:19:50.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28434] 08:19:50.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, complete]! 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, complete] for token KeyToken[127.0.0.1:8249-28411CD0D782C5F6] 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1311, complete] for MID KeyMID[127.0.0.1:8249-28434] 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1311, complete] completed CON-POST MID= -1, Token=28411CD0D782C5F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28434, Token=28411CD0D782C5F6, OptionSet={"Object-Security":0x09EE}, acked 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0! 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313] send request 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1313] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313] added with generated mid KeyMID[127.0.0.1:8249-28435], CON-POST MID=28435, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:19:50.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1313] added with generated token KeyToken[127.0.0.1:8249-D4E1017990CE3A70], CON-POST MID=28435, Token=D4E1017990CE3A70, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3 08:19:50.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28435], KeyToken[127.0.0.1:8249-D4E1017990CE3A70]] 08:19:50.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,349,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28435, Token=D4E1017990CE3A70, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3] 08:19:50.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28435] 08:19:50.956 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.956 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314] replace CON-POST MID=28435, Token=D4E1017990CE3A70, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28435, Token=D4E1017990CE3A70, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1314] send response NON-2.05 MID=28435, Token=null, OptionSet={}, "server responds hi" 08:19:50.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, complete]! 08:19:50.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1314, complete] completed NON-2.04 MID=28435, Token=D4E1017990CE3A70, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D! 08:19:50.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,350,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28435, Token=D4E1017990CE3A70, OptionSet={"Object-Security":0x}, CC 1F 2D 93 63 CC 32 F2 8C 3E 77 3B 60 1A C4 49 32 94 6A C2 83 02 0F 98 2F 20 8F 9D] 08:19:50.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28435] 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, complete]! 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, complete] for token KeyToken[127.0.0.1:8249-D4E1017990CE3A70] 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1313, complete] for MID KeyMID[127.0.0.1:8249-28435] 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1313, complete] completed CON-POST MID= -1, Token=D4E1017990CE3A70, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28435, Token=D4E1017990CE3A70, OptionSet={"Object-Security":0x09EF}, acked 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3! 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315] send request 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1315] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:19:50.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315] added with generated mid KeyMID[127.0.0.1:8249-28436], CON-POST MID=28436, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:19:50.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1315] added with generated token KeyToken[127.0.0.1:8249-6070B0BAFA303C79], CON-POST MID=28436, Token=6070B0BAFA303C79, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7 08:19:50.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28436], KeyToken[127.0.0.1:8249-6070B0BAFA303C79]] 08:19:50.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,351,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28436, Token=6070B0BAFA303C79, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7] 08:19:50.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28436] 08:19:50.958 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.958 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316] replace CON-POST MID=28436, Token=6070B0BAFA303C79, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28436, Token=6070B0BAFA303C79, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1316] send response NON-2.05 MID=28436, Token=null, OptionSet={}, "server responds hi" 08:19:50.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, complete]! 08:19:50.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1316, complete] completed NON-2.04 MID=28436, Token=6070B0BAFA303C79, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7! 08:19:50.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,352,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28436, Token=6070B0BAFA303C79, OptionSet={"Object-Security":0x}, 13 71 70 75 FD D0 FA 56 4A 4E 02 7C AF 25 1B 14 74 21 16 8C 05 4E DA 24 B9 3F EA D7] 08:19:50.959 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28436] 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, complete]! 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, complete] for token KeyToken[127.0.0.1:8249-6070B0BAFA303C79] 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1315, complete] for MID KeyMID[127.0.0.1:8249-28436] 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1315, complete] completed CON-POST MID= -1, Token=6070B0BAFA303C79, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28436, Token=6070B0BAFA303C79, OptionSet={"Object-Security":0x09F0}, acked 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7! 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317] send request 08:19:50.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1317] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:19:50.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317] added with generated mid KeyMID[127.0.0.1:8249-28437], CON-POST MID=28437, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:19:50.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1317] added with generated token KeyToken[127.0.0.1:8249-2C9CC42A8FE516A3], CON-POST MID=28437, Token=2C9CC42A8FE516A3, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B 08:19:50.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28437], KeyToken[127.0.0.1:8249-2C9CC42A8FE516A3]] 08:19:50.960 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,353,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28437, Token=2C9CC42A8FE516A3, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B] 08:19:50.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28437] 08:19:50.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.960 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318] replace CON-POST MID=28437, Token=2C9CC42A8FE516A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28437, Token=2C9CC42A8FE516A3, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1318] send response NON-2.05 MID=28437, Token=null, OptionSet={}, "server responds hi" 08:19:50.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, complete]! 08:19:50.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1318, complete] completed NON-2.04 MID=28437, Token=2C9CC42A8FE516A3, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0! 08:19:50.961 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,354,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28437, Token=2C9CC42A8FE516A3, OptionSet={"Object-Security":0x}, 5B DD B0 31 B8 66 8C 3D C8 63 DF 0C 7A 08 46 30 67 73 B2 1D 3F 95 8E 18 7F 8B 0A C0] 08:19:50.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28437] 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, complete]! 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, complete] for token KeyToken[127.0.0.1:8249-2C9CC42A8FE516A3] 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1317, complete] for MID KeyMID[127.0.0.1:8249-28437] 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1317, complete] completed CON-POST MID= -1, Token=2C9CC42A8FE516A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28437, Token=2C9CC42A8FE516A3, OptionSet={"Object-Security":0x09F1}, acked 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B! 08:19:50.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319] send request 08:19:50.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1319] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:19:50.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319] added with generated mid KeyMID[127.0.0.1:8249-28438], CON-POST MID=28438, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:19:50.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1319] added with generated token KeyToken[127.0.0.1:8249-28428E210C024D4B], CON-POST MID=28438, Token=28428E210C024D4B, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9 08:19:50.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28438], KeyToken[127.0.0.1:8249-28428E210C024D4B]] 08:19:50.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,355,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28438, Token=28428E210C024D4B, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9] 08:19:50.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28438] 08:19:50.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.963 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320] replace CON-POST MID=28438, Token=28428E210C024D4B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28438, Token=28428E210C024D4B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1320] send response NON-2.05 MID=28438, Token=null, OptionSet={}, "server responds hi" 08:19:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, complete]! 08:19:50.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1320, complete] completed NON-2.04 MID=28438, Token=28428E210C024D4B, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F! 08:19:50.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,356,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28438, Token=28428E210C024D4B, OptionSet={"Object-Security":0x}, D5 27 9E 21 48 A2 C9 12 CF B5 B4 0E 7B 36 66 23 18 72 6C 83 3E D0 71 E7 A1 C2 27 3F] 08:19:50.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28438] 08:19:50.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, complete]! 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, complete] for token KeyToken[127.0.0.1:8249-28428E210C024D4B] 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1319, complete] for MID KeyMID[127.0.0.1:8249-28438] 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1319, complete] completed CON-POST MID= -1, Token=28428E210C024D4B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28438, Token=28428E210C024D4B, OptionSet={"Object-Security":0x09F2}, acked 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9! 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321] send request 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1321] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321] added with generated mid KeyMID[127.0.0.1:8249-28439], CON-POST MID=28439, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1321] added with generated token KeyToken[127.0.0.1:8249-3C3B91F9F4684A32], CON-POST MID=28439, Token=3C3B91F9F4684A32, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9 08:19:50.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28439], KeyToken[127.0.0.1:8249-3C3B91F9F4684A32]] 08:19:50.965 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,357,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28439, Token=3C3B91F9F4684A32, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9] 08:19:50.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28439] 08:19:50.965 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.965 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322] replace CON-POST MID=28439, Token=3C3B91F9F4684A32, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28439, Token=3C3B91F9F4684A32, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1322] send response NON-2.05 MID=28439, Token=null, OptionSet={}, "server responds hi" 08:19:50.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, complete]! 08:19:50.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1322, complete] completed NON-2.04 MID=28439, Token=3C3B91F9F4684A32, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4! 08:19:50.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,358,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28439, Token=3C3B91F9F4684A32, OptionSet={"Object-Security":0x}, F1 62 12 D2 8B 14 8A 0B CC 4B 4D 83 57 F5 52 71 84 E2 62 4B 38 8F 67 96 BA A1 5A C4] 08:19:50.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28439] 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, complete]! 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, complete] for token KeyToken[127.0.0.1:8249-3C3B91F9F4684A32] 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1321, complete] for MID KeyMID[127.0.0.1:8249-28439] 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1321, complete] completed CON-POST MID= -1, Token=3C3B91F9F4684A32, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28439, Token=3C3B91F9F4684A32, OptionSet={"Object-Security":0x09F3}, acked B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9! 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323] send request 08:19:50.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1323] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:19:50.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323] added with generated mid KeyMID[127.0.0.1:8249-28440], CON-POST MID=28440, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:19:50.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1323] added with generated token KeyToken[127.0.0.1:8249-1C45FDF86882E545], CON-POST MID=28440, Token=1C45FDF86882E545, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98 08:19:50.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28440], KeyToken[127.0.0.1:8249-1C45FDF86882E545]] 08:19:50.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,359,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28440, Token=1C45FDF86882E545, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98] 08:19:50.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28440] 08:19:50.967 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.967 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324] replace CON-POST MID=28440, Token=1C45FDF86882E545, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28440, Token=1C45FDF86882E545, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1324] send response NON-2.05 MID=28440, Token=null, OptionSet={}, "server responds hi" 08:19:50.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, complete]! 08:19:50.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1324, complete] completed NON-2.04 MID=28440, Token=1C45FDF86882E545, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F! 08:19:50.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,360,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28440, Token=1C45FDF86882E545, OptionSet={"Object-Security":0x}, 78 22 E8 87 13 3C F6 62 B5 73 00 C0 32 ED 0E 20 60 F9 BF 08 0C DA A3 C5 D2 4D 01 8F] 08:19:50.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28440] 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, complete]! 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, complete] for token KeyToken[127.0.0.1:8249-1C45FDF86882E545] 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1323, complete] for MID KeyMID[127.0.0.1:8249-28440] 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1323, complete] completed CON-POST MID= -1, Token=1C45FDF86882E545, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28440, Token=1C45FDF86882E545, OptionSet={"Object-Security":0x09F4}, acked 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98! 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325] send request 08:19:50.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1325] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:19:50.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325] added with generated mid KeyMID[127.0.0.1:8249-28441], CON-POST MID=28441, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:19:50.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1325] added with generated token KeyToken[127.0.0.1:8249-68DBCDBD26F0777C], CON-POST MID=28441, Token=68DBCDBD26F0777C, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43 08:19:50.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28441], KeyToken[127.0.0.1:8249-68DBCDBD26F0777C]] 08:19:50.969 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,361,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28441, Token=68DBCDBD26F0777C, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43] 08:19:50.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28441] 08:19:50.969 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.969 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326] replace CON-POST MID=28441, Token=68DBCDBD26F0777C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28441, Token=68DBCDBD26F0777C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1326] send response NON-2.05 MID=28441, Token=null, OptionSet={}, "server responds hi" 08:19:50.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, complete]! 08:19:50.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1326, complete] completed NON-2.04 MID=28441, Token=68DBCDBD26F0777C, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96! 08:19:50.970 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,362,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28441, Token=68DBCDBD26F0777C, OptionSet={"Object-Security":0x}, 85 CD 21 98 AA 5B 8C 15 BD 68 B5 C9 05 D3 A2 68 84 23 72 59 74 45 80 0B DA D6 CB 96] 08:19:50.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28441] 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, complete]! 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, complete] for token KeyToken[127.0.0.1:8249-68DBCDBD26F0777C] 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1325, complete] for MID KeyMID[127.0.0.1:8249-28441] 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1325, complete] completed CON-POST MID= -1, Token=68DBCDBD26F0777C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28441, Token=68DBCDBD26F0777C, OptionSet={"Object-Security":0x09F5}, acked C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43! 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327] send request 08:19:50.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1327] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:19:50.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327] added with generated mid KeyMID[127.0.0.1:8249-28442], CON-POST MID=28442, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:19:50.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1327] added with generated token KeyToken[127.0.0.1:8249-105B5EA90D80BFFA], CON-POST MID=28442, Token=105B5EA90D80BFFA, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0 08:19:50.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28442], KeyToken[127.0.0.1:8249-105B5EA90D80BFFA]] 08:19:50.971 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,363,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28442, Token=105B5EA90D80BFFA, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0] 08:19:50.971 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28442] 08:19:50.971 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.971 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328] replace CON-POST MID=28442, Token=105B5EA90D80BFFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28442, Token=105B5EA90D80BFFA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1328] send response NON-2.05 MID=28442, Token=null, OptionSet={}, "server responds hi" 08:19:50.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, complete]! 08:19:50.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1328, complete] completed NON-2.04 MID=28442, Token=105B5EA90D80BFFA, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F! 08:19:50.972 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,364,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28442, Token=105B5EA90D80BFFA, OptionSet={"Object-Security":0x}, 9D 9C 39 23 67 04 DA 09 E2 95 1A 2C 19 B4 1F 08 E0 25 AF B0 CC EA A9 49 85 D2 EF 6F] 08:19:50.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28442] 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, complete]! 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, complete] for token KeyToken[127.0.0.1:8249-105B5EA90D80BFFA] 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1327, complete] for MID KeyMID[127.0.0.1:8249-28442] 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1327, complete] completed CON-POST MID= -1, Token=105B5EA90D80BFFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28442, Token=105B5EA90D80BFFA, OptionSet={"Object-Security":0x09F6}, acked 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0! 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329] send request 08:19:50.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1329] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:19:50.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329] added with generated mid KeyMID[127.0.0.1:8249-28443], CON-POST MID=28443, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:19:50.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1329] added with generated token KeyToken[127.0.0.1:8249-043B9B3892F1DB33], CON-POST MID=28443, Token=043B9B3892F1DB33, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3 08:19:50.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28443], KeyToken[127.0.0.1:8249-043B9B3892F1DB33]] 08:19:50.973 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,365,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28443, Token=043B9B3892F1DB33, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3] 08:19:50.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28443] 08:19:50.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.973 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330] replace CON-POST MID=28443, Token=043B9B3892F1DB33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28443, Token=043B9B3892F1DB33, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1330] send response NON-2.05 MID=28443, Token=null, OptionSet={}, "server responds hi" 08:19:50.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, complete]! 08:19:50.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1330, complete] completed NON-2.04 MID=28443, Token=043B9B3892F1DB33, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8! 08:19:50.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,366,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28443, Token=043B9B3892F1DB33, OptionSet={"Object-Security":0x}, 3A 5F C8 5C 86 7A 5B DB 72 AF 2B 7B C0 FD DA D9 E5 8B AC 42 C5 02 F5 85 EE 4E 4A D8] 08:19:50.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28443] 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, complete]! 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, complete] for token KeyToken[127.0.0.1:8249-043B9B3892F1DB33] 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1329, complete] for MID KeyMID[127.0.0.1:8249-28443] 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1329, complete] completed CON-POST MID= -1, Token=043B9B3892F1DB33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28443, Token=043B9B3892F1DB33, OptionSet={"Object-Security":0x09F7}, acked 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3! 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331] send request 08:19:50.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1331] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:19:50.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331] added with generated mid KeyMID[127.0.0.1:8249-28444], CON-POST MID=28444, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:19:50.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1331] added with generated token KeyToken[127.0.0.1:8249-2C57BF5CD2E77A5D], CON-POST MID=28444, Token=2C57BF5CD2E77A5D, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42 08:19:50.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28444], KeyToken[127.0.0.1:8249-2C57BF5CD2E77A5D]] 08:19:50.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,367,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28444, Token=2C57BF5CD2E77A5D, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42] 08:19:50.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28444] 08:19:50.975 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.975 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332] replace CON-POST MID=28444, Token=2C57BF5CD2E77A5D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28444, Token=2C57BF5CD2E77A5D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1332] send response NON-2.05 MID=28444, Token=null, OptionSet={}, "server responds hi" 08:19:50.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, complete]! 08:19:50.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1332, complete] completed NON-2.04 MID=28444, Token=2C57BF5CD2E77A5D, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7! 08:19:50.976 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,368,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28444, Token=2C57BF5CD2E77A5D, OptionSet={"Object-Security":0x}, 4C 72 4C 4F 45 34 C1 2A 32 17 DE C8 83 34 DD 23 2B B3 10 FD 38 54 C5 28 81 71 1A D7] 08:19:50.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28444] 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, complete]! 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, complete] for token KeyToken[127.0.0.1:8249-2C57BF5CD2E77A5D] 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1331, complete] for MID KeyMID[127.0.0.1:8249-28444] 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1331, complete] completed CON-POST MID= -1, Token=2C57BF5CD2E77A5D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28444, Token=2C57BF5CD2E77A5D, OptionSet={"Object-Security":0x09F8}, acked 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42! 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333] send request 08:19:50.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1333] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:19:50.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333] added with generated mid KeyMID[127.0.0.1:8249-28445], CON-POST MID=28445, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:19:50.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1333] added with generated token KeyToken[127.0.0.1:8249-80F6D51D4EEC3F8B], CON-POST MID=28445, Token=80F6D51D4EEC3F8B, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61 08:19:50.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28445], KeyToken[127.0.0.1:8249-80F6D51D4EEC3F8B]] 08:19:50.977 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,369,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28445, Token=80F6D51D4EEC3F8B, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61] 08:19:50.977 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28445] 08:19:50.977 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.977 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334] replace CON-POST MID=28445, Token=80F6D51D4EEC3F8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28445, Token=80F6D51D4EEC3F8B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1334] send response NON-2.05 MID=28445, Token=null, OptionSet={}, "server responds hi" 08:19:50.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, complete]! 08:19:50.978 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1334, complete] completed NON-2.04 MID=28445, Token=80F6D51D4EEC3F8B, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE! 08:19:50.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,370,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28445, Token=80F6D51D4EEC3F8B, OptionSet={"Object-Security":0x}, 82 A7 42 32 29 75 D3 35 01 20 F1 AF E8 E3 9F 8B D8 D3 59 4E C0 D1 8D 07 83 FF A0 FE] 08:19:50.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28445] 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, complete]! 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, complete] for token KeyToken[127.0.0.1:8249-80F6D51D4EEC3F8B] 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1333, complete] for MID KeyMID[127.0.0.1:8249-28445] 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1333, complete] completed CON-POST MID= -1, Token=80F6D51D4EEC3F8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28445, Token=80F6D51D4EEC3F8B, OptionSet={"Object-Security":0x09F9}, acked 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61! 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335] send request 08:19:50.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1335] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:19:50.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335] added with generated mid KeyMID[127.0.0.1:8249-28446], CON-POST MID=28446, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:19:50.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1335] added with generated token KeyToken[127.0.0.1:8249-906BE02F595639A2], CON-POST MID=28446, Token=906BE02F595639A2, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73 08:19:50.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28446], KeyToken[127.0.0.1:8249-906BE02F595639A2]] 08:19:50.979 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,371,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28446, Token=906BE02F595639A2, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73] 08:19:50.979 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28446] 08:19:50.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.979 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.979 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336] replace CON-POST MID=28446, Token=906BE02F595639A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28446, Token=906BE02F595639A2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1336] send response NON-2.05 MID=28446, Token=null, OptionSet={}, "server responds hi" 08:19:50.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, complete]! 08:19:50.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1336, complete] completed NON-2.04 MID=28446, Token=906BE02F595639A2, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70! 08:19:50.980 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,372,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28446, Token=906BE02F595639A2, OptionSet={"Object-Security":0x}, 47 25 C1 30 85 8B D1 A0 91 FB FB 2E 26 A8 47 ED 82 E1 B5 12 70 FE 7E 06 AC 10 32 70] 08:19:50.980 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28446] 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, complete]! 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, complete] for token KeyToken[127.0.0.1:8249-906BE02F595639A2] 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1335, complete] for MID KeyMID[127.0.0.1:8249-28446] 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1335, complete] completed CON-POST MID= -1, Token=906BE02F595639A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28446, Token=906BE02F595639A2, OptionSet={"Object-Security":0x09FA}, acked A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73! 08:19:50.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337] send request 08:19:50.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1337] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:19:50.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337] added with generated mid KeyMID[127.0.0.1:8249-28447], CON-POST MID=28447, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:19:50.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1337] added with generated token KeyToken[127.0.0.1:8249-5034FDC09573A4DA], CON-POST MID=28447, Token=5034FDC09573A4DA, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13 08:19:50.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28447], KeyToken[127.0.0.1:8249-5034FDC09573A4DA]] 08:19:50.981 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,373,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28447, Token=5034FDC09573A4DA, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13] 08:19:50.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28447] 08:19:50.981 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.981 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338] replace CON-POST MID=28447, Token=5034FDC09573A4DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28447, Token=5034FDC09573A4DA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1338] send response NON-2.05 MID=28447, Token=null, OptionSet={}, "server responds hi" 08:19:50.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, complete]! 08:19:50.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1338, complete] completed NON-2.04 MID=28447, Token=5034FDC09573A4DA, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2! 08:19:50.982 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,374,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28447, Token=5034FDC09573A4DA, OptionSet={"Object-Security":0x}, 2F B5 DD C5 85 C4 5D E1 04 36 B1 EE A0 A8 E3 C9 38 17 C0 1E 38 F1 FE 4F F9 84 1C E2] 08:19:50.982 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28447] 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, complete]! 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, complete] for token KeyToken[127.0.0.1:8249-5034FDC09573A4DA] 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1337, complete] for MID KeyMID[127.0.0.1:8249-28447] 08:19:50.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1337, complete] completed CON-POST MID= -1, Token=5034FDC09573A4DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28447, Token=5034FDC09573A4DA, OptionSet={"Object-Security":0x09FB}, acked 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13! 08:19:50.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339] send request 08:19:50.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1339] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:19:50.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339] added with generated mid KeyMID[127.0.0.1:8249-28448], CON-POST MID=28448, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:19:50.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1339] added with generated token KeyToken[127.0.0.1:8249-601C8AD91D56CC29], CON-POST MID=28448, Token=601C8AD91D56CC29, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F 08:19:50.983 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28448], KeyToken[127.0.0.1:8249-601C8AD91D56CC29]] 08:19:50.983 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,375,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28448, Token=601C8AD91D56CC29, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F] 08:19:50.983 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28448] 08:19:50.984 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.984 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340] replace CON-POST MID=28448, Token=601C8AD91D56CC29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28448, Token=601C8AD91D56CC29, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1340] send response NON-2.05 MID=28448, Token=null, OptionSet={}, "server responds hi" 08:19:50.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, complete]! 08:19:50.984 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1340, complete] completed NON-2.04 MID=28448, Token=601C8AD91D56CC29, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26! 08:19:50.984 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,376,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28448, Token=601C8AD91D56CC29, OptionSet={"Object-Security":0x}, EF B9 3D 05 38 73 50 8D 80 B0 9A 02 1E D2 C1 2A 70 1A 91 3A 86 30 62 B6 31 94 3B 26] 08:19:50.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28448] 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, complete]! 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, complete] for token KeyToken[127.0.0.1:8249-601C8AD91D56CC29] 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1339, complete] for MID KeyMID[127.0.0.1:8249-28448] 08:19:50.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1339, complete] completed CON-POST MID= -1, Token=601C8AD91D56CC29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28448, Token=601C8AD91D56CC29, OptionSet={"Object-Security":0x09FC}, acked 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F! 08:19:50.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341] send request 08:19:50.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1341] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:19:50.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341] added with generated mid KeyMID[127.0.0.1:8249-28449], CON-POST MID=28449, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:19:50.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1341] added with generated token KeyToken[127.0.0.1:8249-7C86DB47F985BF7D], CON-POST MID=28449, Token=7C86DB47F985BF7D, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5 08:19:50.985 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28449], KeyToken[127.0.0.1:8249-7C86DB47F985BF7D]] 08:19:50.985 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,377,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28449, Token=7C86DB47F985BF7D, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5] 08:19:50.985 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28449] 08:19:50.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.986 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342] replace CON-POST MID=28449, Token=7C86DB47F985BF7D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28449, Token=7C86DB47F985BF7D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1342] send response NON-2.05 MID=28449, Token=null, OptionSet={}, "server responds hi" 08:19:50.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, complete]! 08:19:50.986 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1342, complete] completed NON-2.04 MID=28449, Token=7C86DB47F985BF7D, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B! 08:19:50.986 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,378,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28449, Token=7C86DB47F985BF7D, OptionSet={"Object-Security":0x}, 77 55 8F 74 0A 05 E0 AA 67 3F CF 91 81 EB 64 15 A2 E9 2D 6E 7C 28 36 95 23 C9 F1 3B] 08:19:50.986 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28449] 08:19:50.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, complete]! 08:19:50.986 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, complete] for token KeyToken[127.0.0.1:8249-7C86DB47F985BF7D] 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1341, complete] for MID KeyMID[127.0.0.1:8249-28449] 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1341, complete] completed CON-POST MID= -1, Token=7C86DB47F985BF7D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28449, Token=7C86DB47F985BF7D, OptionSet={"Object-Security":0x09FD}, acked A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5! 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343] send request 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1343] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343] added with generated mid KeyMID[127.0.0.1:8249-28450], CON-POST MID=28450, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1343] added with generated token KeyToken[127.0.0.1:8249-508185606344CE57], CON-POST MID=28450, Token=508185606344CE57, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E 08:19:50.987 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28450], KeyToken[127.0.0.1:8249-508185606344CE57]] 08:19:50.987 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.987 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,379,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28450, Token=508185606344CE57, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E] 08:19:50.988 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28450] 08:19:50.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.988 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344] replace CON-POST MID=28450, Token=508185606344CE57, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28450, Token=508185606344CE57, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1344] send response NON-2.05 MID=28450, Token=null, OptionSet={}, "server responds hi" 08:19:50.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, complete]! 08:19:50.988 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1344, complete] completed NON-2.04 MID=28450, Token=508185606344CE57, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65! 08:19:50.988 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,380,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28450, Token=508185606344CE57, OptionSet={"Object-Security":0x}, 83 E9 C5 6F 61 FF CD B8 08 8D 57 38 4F 8E 68 EC DB 6D 28 BC F3 6A 27 0C 1F 15 93 65] 08:19:50.988 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28450] 08:19:50.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.988 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, complete]! 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, complete] for token KeyToken[127.0.0.1:8249-508185606344CE57] 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1343, complete] for MID KeyMID[127.0.0.1:8249-28450] 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1343, complete] completed CON-POST MID= -1, Token=508185606344CE57, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28450, Token=508185606344CE57, OptionSet={"Object-Security":0x09FE}, acked AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E! 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345] send request 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1345] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345] added with generated mid KeyMID[127.0.0.1:8249-28451], CON-POST MID=28451, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1345] added with generated token KeyToken[127.0.0.1:8249-C8B879BEA8567F5E], CON-POST MID=28451, Token=C8B879BEA8567F5E, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07 08:19:50.989 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28451], KeyToken[127.0.0.1:8249-C8B879BEA8567F5E]] 08:19:50.989 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8249 08:19:50.990 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,381,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28451, Token=C8B879BEA8567F5E, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07] 08:19:50.990 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 40 bytes from 127.0.0.1:8246 08:19:50.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28451] 08:19:50.990 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.990 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346] replace CON-POST MID=28451, Token=C8B879BEA8567F5E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28451, Token=C8B879BEA8567F5E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1346] send response NON-2.05 MID=28451, Token=null, OptionSet={}, "server responds hi" 08:19:50.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, complete]! 08:19:50.990 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1346, complete] completed NON-2.04 MID=28451, Token=C8B879BEA8567F5E, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0! 08:19:50.990 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,382,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28451, Token=C8B879BEA8567F5E, OptionSet={"Object-Security":0x}, 55 AC AE 2D 04 39 0B 09 86 29 5A AD 66 63 20 09 FA 88 5E 8F 49 8D CC 5E 11 D5 4F D0] 08:19:50.990 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28451] 08:19:50.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.990 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, complete]! 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, complete] for token KeyToken[127.0.0.1:8249-C8B879BEA8567F5E] 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1345, complete] for MID KeyMID[127.0.0.1:8249-28451] 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1345, complete] completed CON-POST MID= -1, Token=C8B879BEA8567F5E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28451, Token=C8B879BEA8567F5E, OptionSet={"Object-Security":0x09FF}, acked 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07! 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347] send request 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1347] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347] added with generated mid KeyMID[127.0.0.1:8249-28452], CON-POST MID=28452, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1347] added with generated token KeyToken[127.0.0.1:8249-6C487CD92D069810], CON-POST MID=28452, Token=6C487CD92D069810, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66 08:19:50.991 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28452], KeyToken[127.0.0.1:8249-6C487CD92D069810]] 08:19:50.992 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:50.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,383,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28452, Token=6C487CD92D069810, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66] 08:19:50.992 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:50.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28452] 08:19:50.992 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.992 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348] replace CON-POST MID=28452, Token=6C487CD92D069810, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28452, Token=6C487CD92D069810, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1348] send response NON-2.05 MID=28452, Token=null, OptionSet={}, "server responds hi" 08:19:50.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, complete]! 08:19:50.992 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1348, complete] completed NON-2.04 MID=28452, Token=6C487CD92D069810, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2! 08:19:50.992 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,384,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28452, Token=6C487CD92D069810, OptionSet={"Object-Security":0x}, B6 85 29 17 5E BA 3D A1 65 46 AA 9B 28 9D 5E 87 99 D7 13 81 83 50 25 C2 A3 DB 4F D2] 08:19:50.992 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28452] 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, complete]! 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, complete] for token KeyToken[127.0.0.1:8249-6C487CD92D069810] 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1347, complete] for MID KeyMID[127.0.0.1:8249-28452] 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1347, complete] completed CON-POST MID= -1, Token=6C487CD92D069810, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28452, Token=6C487CD92D069810, OptionSet={"Object-Security":0x0A0100}, acked 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66! 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349] send request 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1349] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349] added with generated mid KeyMID[127.0.0.1:8249-28453], CON-POST MID=28453, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:19:50.993 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1349] added with generated token KeyToken[127.0.0.1:8249-B835F20A126F0B50], CON-POST MID=28453, Token=B835F20A126F0B50, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E 08:19:50.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28453], KeyToken[127.0.0.1:8249-B835F20A126F0B50]] 08:19:50.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:50.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,385,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28453, Token=B835F20A126F0B50, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E] 08:19:50.994 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:50.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28453] 08:19:50.994 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.994 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350] replace CON-POST MID=28453, Token=B835F20A126F0B50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28453, Token=B835F20A126F0B50, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1350] send response NON-2.05 MID=28453, Token=null, OptionSet={}, "server responds hi" 08:19:50.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, complete]! 08:19:50.994 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1350, complete] completed NON-2.04 MID=28453, Token=B835F20A126F0B50, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52! 08:19:50.994 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,386,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28453, Token=B835F20A126F0B50, OptionSet={"Object-Security":0x}, 22 F1 C5 E6 49 8B D5 39 3A 38 62 82 7D 2F D5 49 41 7B 45 D7 72 3F 0F B5 03 7A CE 52] 08:19:50.994 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28453] 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, complete]! 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, complete] for token KeyToken[127.0.0.1:8249-B835F20A126F0B50] 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1349, complete] for MID KeyMID[127.0.0.1:8249-28453] 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1349, complete] completed CON-POST MID= -1, Token=B835F20A126F0B50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28453, Token=B835F20A126F0B50, OptionSet={"Object-Security":0x0A0101}, acked A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E! 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351] send request 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1351] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351] added with generated mid KeyMID[127.0.0.1:8249-28454], CON-POST MID=28454, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1351] added with generated token KeyToken[127.0.0.1:8249-486D76656FA4D2DE], CON-POST MID=28454, Token=486D76656FA4D2DE, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA 08:19:50.995 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28454], KeyToken[127.0.0.1:8249-486D76656FA4D2DE]] 08:19:50.996 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:50.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,387,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28454, Token=486D76656FA4D2DE, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA] 08:19:50.996 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:50.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28454] 08:19:50.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.996 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352] replace CON-POST MID=28454, Token=486D76656FA4D2DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28454, Token=486D76656FA4D2DE, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1352] send response NON-2.05 MID=28454, Token=null, OptionSet={}, "server responds hi" 08:19:50.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, complete]! 08:19:50.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1352, complete] completed NON-2.04 MID=28454, Token=486D76656FA4D2DE, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04! 08:19:50.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,388,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28454, Token=486D76656FA4D2DE, OptionSet={"Object-Security":0x}, 95 C4 04 BA AC 06 54 5C 0E 91 53 D1 03 D0 69 E1 8A C6 31 AE 60 96 C9 CD B6 8F 56 04] 08:19:50.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28454] 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, complete]! 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, complete] for token KeyToken[127.0.0.1:8249-486D76656FA4D2DE] 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1351, complete] for MID KeyMID[127.0.0.1:8249-28454] 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1351, complete] completed CON-POST MID= -1, Token=486D76656FA4D2DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28454, Token=486D76656FA4D2DE, OptionSet={"Object-Security":0x0A0102}, acked E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA! 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353] send request 08:19:50.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1353] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:19:50.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353] added with generated mid KeyMID[127.0.0.1:8249-28455], CON-POST MID=28455, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:19:50.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1353] added with generated token KeyToken[127.0.0.1:8249-94DE84EA8D8E718E], CON-POST MID=28455, Token=94DE84EA8D8E718E, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34 08:19:50.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28455], KeyToken[127.0.0.1:8249-94DE84EA8D8E718E]] 08:19:50.998 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:50.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,389,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28455, Token=94DE84EA8D8E718E, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34] 08:19:50.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:50.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28455] 08:19:50.998 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:50.998 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:50.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354] replace CON-POST MID=28455, Token=94DE84EA8D8E718E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28455, Token=94DE84EA8D8E718E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1354] send response NON-2.05 MID=28455, Token=null, OptionSet={}, "server responds hi" 08:19:50.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, complete]! 08:19:50.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1354, complete] completed NON-2.04 MID=28455, Token=94DE84EA8D8E718E, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F! 08:19:50.999 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:50.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,390,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28455, Token=94DE84EA8D8E718E, OptionSet={"Object-Security":0x}, 0E 79 B8 69 A0 BA 2C 1A 5D FC A0 9E B8 9B D9 D8 21 54 40 D4 5D 2D 6E E4 49 A0 5F 8F] 08:19:50.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28455] 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, complete]! 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, complete] for token KeyToken[127.0.0.1:8249-94DE84EA8D8E718E] 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1353, complete] for MID KeyMID[127.0.0.1:8249-28455] 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1353, complete] completed CON-POST MID= -1, Token=94DE84EA8D8E718E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28455, Token=94DE84EA8D8E718E, OptionSet={"Object-Security":0x0A0103}, acked 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34! 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355] send request 08:19:50.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1355] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:19:51.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355] added with generated mid KeyMID[127.0.0.1:8249-28456], CON-POST MID=28456, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:19:51.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1355] added with generated token KeyToken[127.0.0.1:8249-84022FAC43B93339], CON-POST MID=28456, Token=84022FAC43B93339, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13 08:19:51.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28456], KeyToken[127.0.0.1:8249-84022FAC43B93339]] 08:19:51.000 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,391,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28456, Token=84022FAC43B93339, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13] 08:19:51.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28456] 08:19:51.000 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.000 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356] replace CON-POST MID=28456, Token=84022FAC43B93339, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28456, Token=84022FAC43B93339, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1356] send response NON-2.05 MID=28456, Token=null, OptionSet={}, "server responds hi" 08:19:51.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, complete]! 08:19:51.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1356, complete] completed NON-2.04 MID=28456, Token=84022FAC43B93339, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2! 08:19:51.001 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,392,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28456, Token=84022FAC43B93339, OptionSet={"Object-Security":0x}, 0E BB D7 CE 4B 09 5D 55 FD 64 55 57 B7 D9 1E 02 E0 51 B7 6D 27 41 19 C7 A9 54 A6 A2] 08:19:51.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28456] 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, complete]! 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, complete] for token KeyToken[127.0.0.1:8249-84022FAC43B93339] 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1355, complete] for MID KeyMID[127.0.0.1:8249-28456] 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1355, complete] completed CON-POST MID= -1, Token=84022FAC43B93339, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28456, Token=84022FAC43B93339, OptionSet={"Object-Security":0x0A0104}, acked 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13! 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357] send request 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1357] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:19:51.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357] added with generated mid KeyMID[127.0.0.1:8249-28457], CON-POST MID=28457, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:19:51.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1357] added with generated token KeyToken[127.0.0.1:8249-3C3D410E424C1658], CON-POST MID=28457, Token=3C3D410E424C1658, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16 08:19:51.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28457], KeyToken[127.0.0.1:8249-3C3D410E424C1658]] 08:19:51.002 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,393,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28457, Token=3C3D410E424C1658, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16] 08:19:51.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28457] 08:19:51.002 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.002 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358] replace CON-POST MID=28457, Token=3C3D410E424C1658, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28457, Token=3C3D410E424C1658, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1358] send response NON-2.05 MID=28457, Token=null, OptionSet={}, "server responds hi" 08:19:51.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, complete]! 08:19:51.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1358, complete] completed NON-2.04 MID=28457, Token=3C3D410E424C1658, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28! 08:19:51.003 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.003 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,394,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28457, Token=3C3D410E424C1658, OptionSet={"Object-Security":0x}, F4 93 9D EB 92 D4 CA DC 51 16 7D 32 A6 A6 EA F1 1C E6 0E EA 10 02 76 16 8C 5E E1 28] 08:19:51.003 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28457] 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, complete]! 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, complete] for token KeyToken[127.0.0.1:8249-3C3D410E424C1658] 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1357, complete] for MID KeyMID[127.0.0.1:8249-28457] 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1357, complete] completed CON-POST MID= -1, Token=3C3D410E424C1658, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28457, Token=3C3D410E424C1658, OptionSet={"Object-Security":0x0A0105}, acked 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16! 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359] send request 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1359] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:19:51.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359] added with generated mid KeyMID[127.0.0.1:8249-28458], CON-POST MID=28458, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:19:51.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1359] added with generated token KeyToken[127.0.0.1:8249-2CDF94A4A5E22FB8], CON-POST MID=28458, Token=2CDF94A4A5E22FB8, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0 08:19:51.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28458], KeyToken[127.0.0.1:8249-2CDF94A4A5E22FB8]] 08:19:51.004 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,395,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28458, Token=2CDF94A4A5E22FB8, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0] 08:19:51.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28458] 08:19:51.004 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.004 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360] replace CON-POST MID=28458, Token=2CDF94A4A5E22FB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28458, Token=2CDF94A4A5E22FB8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1360] send response NON-2.05 MID=28458, Token=null, OptionSet={}, "server responds hi" 08:19:51.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, complete]! 08:19:51.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1360, complete] completed NON-2.04 MID=28458, Token=2CDF94A4A5E22FB8, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71! 08:19:51.005 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,396,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28458, Token=2CDF94A4A5E22FB8, OptionSet={"Object-Security":0x}, AB 2F DE 66 08 BD 36 78 85 5F 97 AB B4 9F 16 EC 03 24 08 D8 5F E8 D8 5A 6F 24 67 71] 08:19:51.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28458] 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, complete]! 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, complete] for token KeyToken[127.0.0.1:8249-2CDF94A4A5E22FB8] 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1359, complete] for MID KeyMID[127.0.0.1:8249-28458] 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1359, complete] completed CON-POST MID= -1, Token=2CDF94A4A5E22FB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28458, Token=2CDF94A4A5E22FB8, OptionSet={"Object-Security":0x0A0106}, acked 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0! 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361] send request 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1361] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:19:51.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361] added with generated mid KeyMID[127.0.0.1:8249-28459], CON-POST MID=28459, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:19:51.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1361] added with generated token KeyToken[127.0.0.1:8249-6C5622692F2645B7], CON-POST MID=28459, Token=6C5622692F2645B7, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9 08:19:51.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28459], KeyToken[127.0.0.1:8249-6C5622692F2645B7]] 08:19:51.006 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.006 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,397,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28459, Token=6C5622692F2645B7, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9] 08:19:51.006 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28459] 08:19:51.006 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.006 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362] replace CON-POST MID=28459, Token=6C5622692F2645B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28459, Token=6C5622692F2645B7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1362] send response NON-2.05 MID=28459, Token=null, OptionSet={}, "server responds hi" 08:19:51.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, complete]! 08:19:51.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1362, complete] completed NON-2.04 MID=28459, Token=6C5622692F2645B7, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8! 08:19:51.007 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.007 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,398,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28459, Token=6C5622692F2645B7, OptionSet={"Object-Security":0x}, FB 09 F4 44 18 A4 72 E6 C0 3A F5 1B 46 0A 91 C8 AA EE B7 C6 04 B1 1B B6 13 36 F0 C8] 08:19:51.007 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28459] 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, complete]! 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, complete] for token KeyToken[127.0.0.1:8249-6C5622692F2645B7] 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1361, complete] for MID KeyMID[127.0.0.1:8249-28459] 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1361, complete] completed CON-POST MID= -1, Token=6C5622692F2645B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28459, Token=6C5622692F2645B7, OptionSet={"Object-Security":0x0A0107}, acked F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9! 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363] send request 08:19:51.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1363] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:19:51.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363] added with generated mid KeyMID[127.0.0.1:8249-28460], CON-POST MID=28460, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:19:51.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1363] added with generated token KeyToken[127.0.0.1:8249-1CD8E16ECA617FC7], CON-POST MID=28460, Token=1CD8E16ECA617FC7, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1 08:19:51.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28460], KeyToken[127.0.0.1:8249-1CD8E16ECA617FC7]] 08:19:51.008 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.008 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,399,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28460, Token=1CD8E16ECA617FC7, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1] 08:19:51.008 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28460] 08:19:51.008 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.008 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364] replace CON-POST MID=28460, Token=1CD8E16ECA617FC7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28460, Token=1CD8E16ECA617FC7, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1364] send response NON-2.05 MID=28460, Token=null, OptionSet={}, "server responds hi" 08:19:51.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, complete]! 08:19:51.008 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1364, complete] completed NON-2.04 MID=28460, Token=1CD8E16ECA617FC7, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2! 08:19:51.009 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,400,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28460, Token=1CD8E16ECA617FC7, OptionSet={"Object-Security":0x}, 7A 39 B1 F8 04 CD A7 20 47 20 37 80 0D F9 49 E0 3B 8C 56 28 AB 67 8B 63 47 3A 62 B2] 08:19:51.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28460] 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, complete]! 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, complete] for token KeyToken[127.0.0.1:8249-1CD8E16ECA617FC7] 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1363, complete] for MID KeyMID[127.0.0.1:8249-28460] 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1363, complete] completed CON-POST MID= -1, Token=1CD8E16ECA617FC7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28460, Token=1CD8E16ECA617FC7, OptionSet={"Object-Security":0x0A0108}, acked 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1! 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365] send request 08:19:51.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1365] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:19:51.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365] added with generated mid KeyMID[127.0.0.1:8249-28461], CON-POST MID=28461, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:19:51.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1365] added with generated token KeyToken[127.0.0.1:8249-EC0B27577201F6C1], CON-POST MID=28461, Token=EC0B27577201F6C1, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA 08:19:51.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28461], KeyToken[127.0.0.1:8249-EC0B27577201F6C1]] 08:19:51.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,401,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28461, Token=EC0B27577201F6C1, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA] 08:19:51.053 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28461] 08:19:51.053 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.053 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366] replace CON-POST MID=28461, Token=EC0B27577201F6C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28461, Token=EC0B27577201F6C1, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1366] send response NON-2.05 MID=28461, Token=null, OptionSet={}, "server responds hi" 08:19:51.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, complete]! 08:19:51.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1366, complete] completed NON-2.04 MID=28461, Token=EC0B27577201F6C1, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0! 08:19:51.054 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,402,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28461, Token=EC0B27577201F6C1, OptionSet={"Object-Security":0x}, 36 76 11 6D 3D 07 C0 3C BD 8A B6 DA 35 93 BB 68 5A C1 D8 55 51 78 83 AA 75 22 04 E0] 08:19:51.054 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28461] 08:19:51.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, complete]! 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, complete] for token KeyToken[127.0.0.1:8249-EC0B27577201F6C1] 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1365, complete] for MID KeyMID[127.0.0.1:8249-28461] 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1365, complete] completed CON-POST MID= -1, Token=EC0B27577201F6C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28461, Token=EC0B27577201F6C1, OptionSet={"Object-Security":0x0A0109}, acked 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA! 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367] send request 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1367] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367] added with generated mid KeyMID[127.0.0.1:8249-28462], CON-POST MID=28462, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:19:51.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1367] added with generated token KeyToken[127.0.0.1:8249-D02DC59701F5D05B], CON-POST MID=28462, Token=D02DC59701F5D05B, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F 08:19:51.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28462], KeyToken[127.0.0.1:8249-D02DC59701F5D05B]] 08:19:51.056 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,403,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28462, Token=D02DC59701F5D05B, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F] 08:19:51.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28462] 08:19:51.056 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.056 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368] replace CON-POST MID=28462, Token=D02DC59701F5D05B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28462, Token=D02DC59701F5D05B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1368] send response NON-2.05 MID=28462, Token=null, OptionSet={}, "server responds hi" 08:19:51.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, complete]! 08:19:51.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1368, complete] completed NON-2.04 MID=28462, Token=D02DC59701F5D05B, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0! 08:19:51.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,404,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28462, Token=D02DC59701F5D05B, OptionSet={"Object-Security":0x}, 5A E5 01 6B 95 26 34 76 D6 58 FF 07 1F F1 3C FA E2 45 71 44 34 2D 9D 79 34 6B DA F0] 08:19:51.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28462] 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, complete]! 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, complete] for token KeyToken[127.0.0.1:8249-D02DC59701F5D05B] 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1367, complete] for MID KeyMID[127.0.0.1:8249-28462] 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1367, complete] completed CON-POST MID= -1, Token=D02DC59701F5D05B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28462, Token=D02DC59701F5D05B, OptionSet={"Object-Security":0x0A010A}, acked 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F! 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369] send request 08:19:51.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1369] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:19:51.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369] added with generated mid KeyMID[127.0.0.1:8249-28463], CON-POST MID=28463, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:19:51.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1369] added with generated token KeyToken[127.0.0.1:8249-18E64AB35C61B5E0], CON-POST MID=28463, Token=18E64AB35C61B5E0, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B 08:19:51.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28463], KeyToken[127.0.0.1:8249-18E64AB35C61B5E0]] 08:19:51.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,405,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28463, Token=18E64AB35C61B5E0, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B] 08:19:51.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28463] 08:19:51.058 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.058 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370] replace CON-POST MID=28463, Token=18E64AB35C61B5E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28463, Token=18E64AB35C61B5E0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1370] send response NON-2.05 MID=28463, Token=null, OptionSet={}, "server responds hi" 08:19:51.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, complete]! 08:19:51.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1370, complete] completed NON-2.04 MID=28463, Token=18E64AB35C61B5E0, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF! 08:19:51.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,406,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28463, Token=18E64AB35C61B5E0, OptionSet={"Object-Security":0x}, 13 12 9B A8 49 D7 E5 72 66 96 06 0A 6E 6D 9E 1D 05 71 09 A1 D3 E8 62 44 91 B5 F6 BF] 08:19:51.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28463] 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, complete]! 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, complete] for token KeyToken[127.0.0.1:8249-18E64AB35C61B5E0] 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1369, complete] for MID KeyMID[127.0.0.1:8249-28463] 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1369, complete] completed CON-POST MID= -1, Token=18E64AB35C61B5E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28463, Token=18E64AB35C61B5E0, OptionSet={"Object-Security":0x0A010B}, acked 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B! 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371] send request 08:19:51.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1371] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:19:51.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371] added with generated mid KeyMID[127.0.0.1:8249-28464], CON-POST MID=28464, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:19:51.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1371] added with generated token KeyToken[127.0.0.1:8249-F438CB7005213C33], CON-POST MID=28464, Token=F438CB7005213C33, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5 08:19:51.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28464], KeyToken[127.0.0.1:8249-F438CB7005213C33]] 08:19:51.060 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,407,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28464, Token=F438CB7005213C33, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5] 08:19:51.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28464] 08:19:51.060 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.060 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372] replace CON-POST MID=28464, Token=F438CB7005213C33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28464, Token=F438CB7005213C33, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1372] send response NON-2.05 MID=28464, Token=null, OptionSet={}, "server responds hi" 08:19:51.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, complete]! 08:19:51.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1372, complete] completed NON-2.04 MID=28464, Token=F438CB7005213C33, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4! 08:19:51.061 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,408,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28464, Token=F438CB7005213C33, OptionSet={"Object-Security":0x}, FF 7C 1E 08 69 44 69 C3 D0 B1 69 E3 96 03 43 F8 AC 5D 6E 7E B1 FF 70 76 3A 2E DA F4] 08:19:51.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28464] 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, complete]! 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, complete] for token KeyToken[127.0.0.1:8249-F438CB7005213C33] 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1371, complete] for MID KeyMID[127.0.0.1:8249-28464] 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1371, complete] completed CON-POST MID= -1, Token=F438CB7005213C33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28464, Token=F438CB7005213C33, OptionSet={"Object-Security":0x0A010C}, acked 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5! 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1373] send request 08:19:51.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1373] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1373] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:19:51.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1373] added with generated mid KeyMID[127.0.0.1:8249-28465], CON-POST MID=28465, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:19:51.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1373] added with generated token KeyToken[127.0.0.1:8249-E853ADBCC5752706], CON-POST MID=28465, Token=E853ADBCC5752706, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4 08:19:51.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28465], KeyToken[127.0.0.1:8249-E853ADBCC5752706]] 08:19:51.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,409,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28465, Token=E853ADBCC5752706, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4] 08:19:51.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28465] 08:19:51.062 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.062 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374] replace CON-POST MID=28465, Token=E853ADBCC5752706, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28465, Token=E853ADBCC5752706, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1374] send response NON-2.05 MID=28465, Token=null, OptionSet={}, "server responds hi" 08:19:51.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, complete]! 08:19:51.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1374, complete] completed NON-2.04 MID=28465, Token=E853ADBCC5752706, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29! 08:19:51.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,410,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28465, Token=E853ADBCC5752706, OptionSet={"Object-Security":0x}, 7B 4E 69 84 F1 68 33 8F 88 88 60 85 8C B3 F4 D1 4D FC AA 13 AD 8F 3F DE 5F CA AB 29] 08:19:51.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28465] 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1373, complete]! 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1373, complete] for token KeyToken[127.0.0.1:8249-E853ADBCC5752706] 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1373, complete] for MID KeyMID[127.0.0.1:8249-28465] 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1373, complete] completed CON-POST MID= -1, Token=E853ADBCC5752706, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28465, Token=E853ADBCC5752706, OptionSet={"Object-Security":0x0A010D}, acked 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4! 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1375] send request 08:19:51.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1375] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1375] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:19:51.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1375] added with generated mid KeyMID[127.0.0.1:8249-28466], CON-POST MID=28466, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:19:51.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1375] added with generated token KeyToken[127.0.0.1:8249-78EA90425C5F886B], CON-POST MID=28466, Token=78EA90425C5F886B, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2 08:19:51.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28466], KeyToken[127.0.0.1:8249-78EA90425C5F886B]] 08:19:51.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,411,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28466, Token=78EA90425C5F886B, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2] 08:19:51.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28466] 08:19:51.064 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.064 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376] replace CON-POST MID=28466, Token=78EA90425C5F886B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28466, Token=78EA90425C5F886B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1376] send response NON-2.05 MID=28466, Token=null, OptionSet={}, "server responds hi" 08:19:51.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, complete]! 08:19:51.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1376, complete] completed NON-2.04 MID=28466, Token=78EA90425C5F886B, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF! 08:19:51.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,412,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28466, Token=78EA90425C5F886B, OptionSet={"Object-Security":0x}, DF 0B 59 37 95 50 57 1F 7C 1A 10 A5 C4 E3 8C 86 BD 4F 4B B2 99 E2 28 8E CE 88 FF AF] 08:19:51.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28466] 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1375, complete]! 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1375, complete] for token KeyToken[127.0.0.1:8249-78EA90425C5F886B] 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1375, complete] for MID KeyMID[127.0.0.1:8249-28466] 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1375, complete] completed CON-POST MID= -1, Token=78EA90425C5F886B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28466, Token=78EA90425C5F886B, OptionSet={"Object-Security":0x0A010E}, acked 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2! 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1377] send request 08:19:51.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1377] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1377] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:19:51.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1377] added with generated mid KeyMID[127.0.0.1:8249-28467], CON-POST MID=28467, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:19:51.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1377] added with generated token KeyToken[127.0.0.1:8249-28C0C0D801423B9B], CON-POST MID=28467, Token=28C0C0D801423B9B, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A 08:19:51.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28467], KeyToken[127.0.0.1:8249-28C0C0D801423B9B]] 08:19:51.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,413,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28467, Token=28C0C0D801423B9B, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A] 08:19:51.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28467] 08:19:51.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.066 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378] replace CON-POST MID=28467, Token=28C0C0D801423B9B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28467, Token=28C0C0D801423B9B, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1378] send response NON-2.05 MID=28467, Token=null, OptionSet={}, "server responds hi" 08:19:51.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, complete]! 08:19:51.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1378, complete] completed NON-2.04 MID=28467, Token=28C0C0D801423B9B, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77! 08:19:51.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,414,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28467, Token=28C0C0D801423B9B, OptionSet={"Object-Security":0x}, 4D 7A 7F 62 DD 74 F4 1C 0A 4C 1E 1C D4 45 9D BA 69 3B E6 23 A6 2C 88 40 91 11 E3 77] 08:19:51.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28467] 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1377, complete]! 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1377, complete] for token KeyToken[127.0.0.1:8249-28C0C0D801423B9B] 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1377, complete] for MID KeyMID[127.0.0.1:8249-28467] 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1377, complete] completed CON-POST MID= -1, Token=28C0C0D801423B9B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28467, Token=28C0C0D801423B9B, OptionSet={"Object-Security":0x0A010F}, acked 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A! 08:19:51.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1379] send request 08:19:51.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1379] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1379] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:19:51.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1379] added with generated mid KeyMID[127.0.0.1:8249-28468], CON-POST MID=28468, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:19:51.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1379] added with generated token KeyToken[127.0.0.1:8249-6C533D49E76CF37D], CON-POST MID=28468, Token=6C533D49E76CF37D, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47 08:19:51.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28468], KeyToken[127.0.0.1:8249-6C533D49E76CF37D]] 08:19:51.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,415,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28468, Token=6C533D49E76CF37D, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47] 08:19:51.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28468] 08:19:51.068 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.068 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380] replace CON-POST MID=28468, Token=6C533D49E76CF37D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28468, Token=6C533D49E76CF37D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1380] send response NON-2.05 MID=28468, Token=null, OptionSet={}, "server responds hi" 08:19:51.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, complete]! 08:19:51.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1380, complete] completed NON-2.04 MID=28468, Token=6C533D49E76CF37D, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48! 08:19:51.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,416,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28468, Token=6C533D49E76CF37D, OptionSet={"Object-Security":0x}, 7D 83 34 4C AA 6C 3D 93 1E 8B 58 A9 1B 22 47 09 B0 22 AA F8 E1 92 40 F3 31 69 16 48] 08:19:51.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28468] 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1379, complete]! 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1379, complete] for token KeyToken[127.0.0.1:8249-6C533D49E76CF37D] 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1379, complete] for MID KeyMID[127.0.0.1:8249-28468] 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1379, complete] completed CON-POST MID= -1, Token=6C533D49E76CF37D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28468, Token=6C533D49E76CF37D, OptionSet={"Object-Security":0x0A0110}, acked CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47! 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1381] send request 08:19:51.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1381] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1381] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:19:51.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1381] added with generated mid KeyMID[127.0.0.1:8249-28469], CON-POST MID=28469, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:19:51.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1381] added with generated token KeyToken[127.0.0.1:8249-F00E5918E20A088E], CON-POST MID=28469, Token=F00E5918E20A088E, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53 08:19:51.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28469], KeyToken[127.0.0.1:8249-F00E5918E20A088E]] 08:19:51.070 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,417,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28469, Token=F00E5918E20A088E, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53] 08:19:51.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28469] 08:19:51.070 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.070 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382] replace CON-POST MID=28469, Token=F00E5918E20A088E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28469, Token=F00E5918E20A088E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1382] send response NON-2.05 MID=28469, Token=null, OptionSet={}, "server responds hi" 08:19:51.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, complete]! 08:19:51.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1382, complete] completed NON-2.04 MID=28469, Token=F00E5918E20A088E, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F! 08:19:51.071 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,418,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28469, Token=F00E5918E20A088E, OptionSet={"Object-Security":0x}, E8 C7 16 25 CE F0 09 BA B6 B1 C4 FF 1F 5C 17 A7 76 D7 D7 72 F4 3A 5F 62 0E 5E 90 4F] 08:19:51.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28469] 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1381, complete]! 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1381, complete] for token KeyToken[127.0.0.1:8249-F00E5918E20A088E] 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1381, complete] for MID KeyMID[127.0.0.1:8249-28469] 08:19:51.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1381, complete] completed CON-POST MID= -1, Token=F00E5918E20A088E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28469, Token=F00E5918E20A088E, OptionSet={"Object-Security":0x0A0111}, acked D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53! 08:19:51.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383] send request 08:19:51.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1383] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:19:51.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383] added with generated mid KeyMID[127.0.0.1:8249-28470], CON-POST MID=28470, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:19:51.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1383] added with generated token KeyToken[127.0.0.1:8249-C040CE2DA660D70F], CON-POST MID=28470, Token=C040CE2DA660D70F, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7 08:19:51.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28470], KeyToken[127.0.0.1:8249-C040CE2DA660D70F]] 08:19:51.072 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,419,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28470, Token=C040CE2DA660D70F, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7] 08:19:51.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28470] 08:19:51.073 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.073 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384] replace CON-POST MID=28470, Token=C040CE2DA660D70F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28470, Token=C040CE2DA660D70F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1384] send response NON-2.05 MID=28470, Token=null, OptionSet={}, "server responds hi" 08:19:51.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, complete]! 08:19:51.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1384, complete] completed NON-2.04 MID=28470, Token=C040CE2DA660D70F, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7! 08:19:51.073 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,420,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28470, Token=C040CE2DA660D70F, OptionSet={"Object-Security":0x}, 34 31 F6 6D 07 5E 12 EF 51 6D DB E1 4A 1C 41 A0 40 2B 76 BE 40 07 1A EB 35 41 57 D7] 08:19:51.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28470] 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, complete]! 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, complete] for token KeyToken[127.0.0.1:8249-C040CE2DA660D70F] 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1383, complete] for MID KeyMID[127.0.0.1:8249-28470] 08:19:51.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1383, complete] completed CON-POST MID= -1, Token=C040CE2DA660D70F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28470, Token=C040CE2DA660D70F, OptionSet={"Object-Security":0x0A0112}, acked D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7! 08:19:51.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1385] send request 08:19:51.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1385] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1385] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:19:51.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1385] added with generated mid KeyMID[127.0.0.1:8249-28471], CON-POST MID=28471, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:19:51.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1385] added with generated token KeyToken[127.0.0.1:8249-5CA076D3A347E81E], CON-POST MID=28471, Token=5CA076D3A347E81E, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A 08:19:51.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28471], KeyToken[127.0.0.1:8249-5CA076D3A347E81E]] 08:19:51.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,421,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28471, Token=5CA076D3A347E81E, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A] 08:19:51.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28471] 08:19:51.074 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.074 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386] replace CON-POST MID=28471, Token=5CA076D3A347E81E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28471, Token=5CA076D3A347E81E, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1386] send response NON-2.05 MID=28471, Token=null, OptionSet={}, "server responds hi" 08:19:51.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, complete]! 08:19:51.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1386, complete] completed NON-2.04 MID=28471, Token=5CA076D3A347E81E, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D! 08:19:51.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,422,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28471, Token=5CA076D3A347E81E, OptionSet={"Object-Security":0x}, D8 A2 75 73 BF A0 41 10 13 37 5F B2 F1 21 03 9A A8 94 88 8F EA F7 53 EA BD 4C 90 9D] 08:19:51.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28471] 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1385, complete]! 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1385, complete] for token KeyToken[127.0.0.1:8249-5CA076D3A347E81E] 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1385, complete] for MID KeyMID[127.0.0.1:8249-28471] 08:19:51.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1385, complete] completed CON-POST MID= -1, Token=5CA076D3A347E81E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28471, Token=5CA076D3A347E81E, OptionSet={"Object-Security":0x0A0113}, acked 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A! 08:19:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1387] send request 08:19:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1387] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1387] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:19:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1387] added with generated mid KeyMID[127.0.0.1:8249-28472], CON-POST MID=28472, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:19:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1387] added with generated token KeyToken[127.0.0.1:8249-B8F16441A8BA88EB], CON-POST MID=28472, Token=B8F16441A8BA88EB, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E 08:19:51.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28472], KeyToken[127.0.0.1:8249-B8F16441A8BA88EB]] 08:19:51.076 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,423,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28472, Token=B8F16441A8BA88EB, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E] 08:19:51.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28472] 08:19:51.076 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.076 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.076 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1388] replace CON-POST MID=28472, Token=B8F16441A8BA88EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28472, Token=B8F16441A8BA88EB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1388] send response NON-2.05 MID=28472, Token=null, OptionSet={}, "server responds hi" 08:19:51.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1388, complete]! 08:19:51.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1388, complete] completed NON-2.04 MID=28472, Token=B8F16441A8BA88EB, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC! 08:19:51.077 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.077 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,424,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28472, Token=B8F16441A8BA88EB, OptionSet={"Object-Security":0x}, A7 15 B2 A4 78 0E 89 66 8C F6 C9 80 42 52 01 A5 A2 FD 90 72 C0 4D 51 1D 53 50 0F DC] 08:19:51.077 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28472] 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1387, complete]! 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1387, complete] for token KeyToken[127.0.0.1:8249-B8F16441A8BA88EB] 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1387, complete] for MID KeyMID[127.0.0.1:8249-28472] 08:19:51.077 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1387, complete] completed CON-POST MID= -1, Token=B8F16441A8BA88EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28472, Token=B8F16441A8BA88EB, OptionSet={"Object-Security":0x0A0114}, acked 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E! 08:19:51.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1389] send request 08:19:51.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1389] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1389] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:19:51.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1389] added with generated mid KeyMID[127.0.0.1:8249-28473], CON-POST MID=28473, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:19:51.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1389] added with generated token KeyToken[127.0.0.1:8249-64508A9711348A92], CON-POST MID=28473, Token=64508A9711348A92, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF 08:19:51.078 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28473], KeyToken[127.0.0.1:8249-64508A9711348A92]] 08:19:51.078 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,425,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28473, Token=64508A9711348A92, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF] 08:19:51.078 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28473] 08:19:51.078 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.078 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390] replace CON-POST MID=28473, Token=64508A9711348A92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28473, Token=64508A9711348A92, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1390] send response NON-2.05 MID=28473, Token=null, OptionSet={}, "server responds hi" 08:19:51.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, complete]! 08:19:51.079 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1390, complete] completed NON-2.04 MID=28473, Token=64508A9711348A92, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69! 08:19:51.079 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,426,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28473, Token=64508A9711348A92, OptionSet={"Object-Security":0x}, F0 EF CB F3 71 B0 77 E9 D1 A9 1B 8C E1 DC 11 05 2B 75 2A 4B 45 77 E1 8E F9 52 E2 69] 08:19:51.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28473] 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1389, complete]! 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1389, complete] for token KeyToken[127.0.0.1:8249-64508A9711348A92] 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1389, complete] for MID KeyMID[127.0.0.1:8249-28473] 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1389, complete] completed CON-POST MID= -1, Token=64508A9711348A92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28473, Token=64508A9711348A92, OptionSet={"Object-Security":0x0A0115}, acked 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF! 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1391] send request 08:19:51.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1391] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1391] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:19:51.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1391] added with generated mid KeyMID[127.0.0.1:8249-28474], CON-POST MID=28474, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:19:51.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1391] added with generated token KeyToken[127.0.0.1:8249-A42753B683B3992D], CON-POST MID=28474, Token=A42753B683B3992D, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50 08:19:51.080 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28474], KeyToken[127.0.0.1:8249-A42753B683B3992D]] 08:19:51.080 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,427,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28474, Token=A42753B683B3992D, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50] 08:19:51.080 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28474] 08:19:51.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.080 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392] replace CON-POST MID=28474, Token=A42753B683B3992D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28474, Token=A42753B683B3992D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.080 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1392] send response NON-2.05 MID=28474, Token=null, OptionSet={}, "server responds hi" 08:19:51.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, complete]! 08:19:51.081 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1392, complete] completed NON-2.04 MID=28474, Token=A42753B683B3992D, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B! 08:19:51.081 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,428,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28474, Token=A42753B683B3992D, OptionSet={"Object-Security":0x}, 23 BB 56 DF A3 32 A6 E4 75 6D A1 B0 D6 34 B4 F6 CD A2 2D B4 A3 0D 40 83 AF E5 65 8B] 08:19:51.081 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28474] 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1391, complete]! 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1391, complete] for token KeyToken[127.0.0.1:8249-A42753B683B3992D] 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1391, complete] for MID KeyMID[127.0.0.1:8249-28474] 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1391, complete] completed CON-POST MID= -1, Token=A42753B683B3992D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28474, Token=A42753B683B3992D, OptionSet={"Object-Security":0x0A0116}, acked D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50! 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393] send request 08:19:51.081 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1393] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:19:51.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1393] added with generated mid KeyMID[127.0.0.1:8249-28475], CON-POST MID=28475, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:19:51.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1393] added with generated token KeyToken[127.0.0.1:8249-982220664AEBB523], CON-POST MID=28475, Token=982220664AEBB523, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A 08:19:51.082 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28475], KeyToken[127.0.0.1:8249-982220664AEBB523]] 08:19:51.082 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,429,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28475, Token=982220664AEBB523, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A] 08:19:51.082 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28475] 08:19:51.082 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.082 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1394] replace CON-POST MID=28475, Token=982220664AEBB523, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28475, Token=982220664AEBB523, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1394] send response NON-2.05 MID=28475, Token=null, OptionSet={}, "server responds hi" 08:19:51.082 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1394, complete]! 08:19:51.083 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1394, complete] completed NON-2.04 MID=28475, Token=982220664AEBB523, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2! 08:19:51.083 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,430,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28475, Token=982220664AEBB523, OptionSet={"Object-Security":0x}, F4 E5 33 0A CE 9C 30 09 63 FC CC 9F 3D 7C 07 9F 54 8A AC 07 50 EB 6C CF F4 D1 BA D2] 08:19:51.083 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28475] 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393, complete]! 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1393, complete] for token KeyToken[127.0.0.1:8249-982220664AEBB523] 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1393, complete] for MID KeyMID[127.0.0.1:8249-28475] 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1393, complete] completed CON-POST MID= -1, Token=982220664AEBB523, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28475, Token=982220664AEBB523, OptionSet={"Object-Security":0x0A0117}, acked 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A! 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1395] send request 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1395] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.083 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1395] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:19:51.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1395] added with generated mid KeyMID[127.0.0.1:8249-28476], CON-POST MID=28476, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:19:51.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1395] added with generated token KeyToken[127.0.0.1:8249-68D6BE6AF00D85A4], CON-POST MID=28476, Token=68D6BE6AF00D85A4, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0 08:19:51.084 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28476], KeyToken[127.0.0.1:8249-68D6BE6AF00D85A4]] 08:19:51.084 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,431,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28476, Token=68D6BE6AF00D85A4, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0] 08:19:51.084 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28476] 08:19:51.084 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.084 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396] replace CON-POST MID=28476, Token=68D6BE6AF00D85A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28476, Token=68D6BE6AF00D85A4, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1396] send response NON-2.05 MID=28476, Token=null, OptionSet={}, "server responds hi" 08:19:51.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, complete]! 08:19:51.084 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1396, complete] completed NON-2.04 MID=28476, Token=68D6BE6AF00D85A4, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C! 08:19:51.085 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,432,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28476, Token=68D6BE6AF00D85A4, OptionSet={"Object-Security":0x}, 7D A9 92 92 7D 1B FF E1 B9 E7 98 27 A3 02 A0 5E B3 2E 5A 9F FA 26 3F F1 AB A2 F6 0C] 08:19:51.085 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28476] 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1395, complete]! 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1395, complete] for token KeyToken[127.0.0.1:8249-68D6BE6AF00D85A4] 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1395, complete] for MID KeyMID[127.0.0.1:8249-28476] 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1395, complete] completed CON-POST MID= -1, Token=68D6BE6AF00D85A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28476, Token=68D6BE6AF00D85A4, OptionSet={"Object-Security":0x0A0118}, acked 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0! 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1397] send request 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1397] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1397] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:19:51.085 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1397] added with generated mid KeyMID[127.0.0.1:8249-28477], CON-POST MID=28477, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:19:51.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1397] added with generated token KeyToken[127.0.0.1:8249-D09492C307DB4B94], CON-POST MID=28477, Token=D09492C307DB4B94, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33 08:19:51.086 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28477], KeyToken[127.0.0.1:8249-D09492C307DB4B94]] 08:19:51.086 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,433,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28477, Token=D09492C307DB4B94, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33] 08:19:51.086 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28477] 08:19:51.086 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.086 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398] replace CON-POST MID=28477, Token=D09492C307DB4B94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28477, Token=D09492C307DB4B94, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1398] send response NON-2.05 MID=28477, Token=null, OptionSet={}, "server responds hi" 08:19:51.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, complete]! 08:19:51.086 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1398, complete] completed NON-2.04 MID=28477, Token=D09492C307DB4B94, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF! 08:19:51.086 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,434,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28477, Token=D09492C307DB4B94, OptionSet={"Object-Security":0x}, 0A 46 8C F5 F2 60 E0 A2 84 29 8F 98 8D 3A A5 FE 41 8B 8E FC 2F AA EA F8 98 68 C9 DF] 08:19:51.086 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28477] 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1397, complete]! 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1397, complete] for token KeyToken[127.0.0.1:8249-D09492C307DB4B94] 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1397, complete] for MID KeyMID[127.0.0.1:8249-28477] 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1397, complete] completed CON-POST MID= -1, Token=D09492C307DB4B94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28477, Token=D09492C307DB4B94, OptionSet={"Object-Security":0x0A0119}, acked 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33! 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1399] send request 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1399] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1399] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1399] added with generated mid KeyMID[127.0.0.1:8249-28478], CON-POST MID=28478, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1399] added with generated token KeyToken[127.0.0.1:8249-F8F7524F5E1E94F0], CON-POST MID=28478, Token=F8F7524F5E1E94F0, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F 08:19:51.087 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28478], KeyToken[127.0.0.1:8249-F8F7524F5E1E94F0]] 08:19:51.088 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,435,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28478, Token=F8F7524F5E1E94F0, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F] 08:19:51.088 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28478] 08:19:51.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.088 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400] replace CON-POST MID=28478, Token=F8F7524F5E1E94F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28478, Token=F8F7524F5E1E94F0, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1400] send response NON-2.05 MID=28478, Token=null, OptionSet={}, "server responds hi" 08:19:51.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, complete]! 08:19:51.088 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1400, complete] completed NON-2.04 MID=28478, Token=F8F7524F5E1E94F0, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41! 08:19:51.088 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,436,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28478, Token=F8F7524F5E1E94F0, OptionSet={"Object-Security":0x}, 20 35 53 95 68 2F E0 5D F8 4D 1A BE B9 4C 4C 73 1D E3 84 65 9E 08 10 0D 64 9C 61 41] 08:19:51.088 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28478] 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1399, complete]! 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1399, complete] for token KeyToken[127.0.0.1:8249-F8F7524F5E1E94F0] 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1399, complete] for MID KeyMID[127.0.0.1:8249-28478] 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1399, complete] completed CON-POST MID= -1, Token=F8F7524F5E1E94F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28478, Token=F8F7524F5E1E94F0, OptionSet={"Object-Security":0x0A011A}, acked 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F! 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1401] send request 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1401] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1401] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1401] added with generated mid KeyMID[127.0.0.1:8249-28479], CON-POST MID=28479, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:19:51.089 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1401] added with generated token KeyToken[127.0.0.1:8249-A4B70304CFDC0B65], CON-POST MID=28479, Token=A4B70304CFDC0B65, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F 08:19:51.090 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28479], KeyToken[127.0.0.1:8249-A4B70304CFDC0B65]] 08:19:51.090 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,437,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28479, Token=A4B70304CFDC0B65, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F] 08:19:51.090 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28479] 08:19:51.090 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.090 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402] replace CON-POST MID=28479, Token=A4B70304CFDC0B65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28479, Token=A4B70304CFDC0B65, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402] send response NON-2.05 MID=28479, Token=null, OptionSet={}, "server responds hi" 08:19:51.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, complete]! 08:19:51.090 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, complete] completed NON-2.04 MID=28479, Token=A4B70304CFDC0B65, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91! 08:19:51.090 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,438,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28479, Token=A4B70304CFDC0B65, OptionSet={"Object-Security":0x}, 5A 5E FF 7B B8 4C AD BF B6 8F 9D 25 EB 25 6C DA 11 F1 9F A9 71 22 35 53 1E 43 46 91] 08:19:51.090 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28479] 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1401, complete]! 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1401, complete] for token KeyToken[127.0.0.1:8249-A4B70304CFDC0B65] 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1401, complete] for MID KeyMID[127.0.0.1:8249-28479] 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1401, complete] completed CON-POST MID= -1, Token=A4B70304CFDC0B65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28479, Token=A4B70304CFDC0B65, OptionSet={"Object-Security":0x0A011B}, acked ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F! 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1403] send request 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1403] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403] added with generated mid KeyMID[127.0.0.1:8249-28480], CON-POST MID=28480, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1403] added with generated token KeyToken[127.0.0.1:8249-3CC45D02580B0566], CON-POST MID=28480, Token=3CC45D02580B0566, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2 08:19:51.091 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28480], KeyToken[127.0.0.1:8249-3CC45D02580B0566]] 08:19:51.091 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,439,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28480, Token=3CC45D02580B0566, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2] 08:19:51.092 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28480] 08:19:51.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.092 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404] replace CON-POST MID=28480, Token=3CC45D02580B0566, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28480, Token=3CC45D02580B0566, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1404] send response NON-2.05 MID=28480, Token=null, OptionSet={}, "server responds hi" 08:19:51.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, complete]! 08:19:51.092 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, complete] completed NON-2.04 MID=28480, Token=3CC45D02580B0566, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05! 08:19:51.092 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,440,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28480, Token=3CC45D02580B0566, OptionSet={"Object-Security":0x}, 2A F7 08 38 24 20 29 79 92 98 5E 15 5D 94 F5 4C 4A D6 05 E4 4C 17 8E EE 69 CF 6C 05] 08:19:51.092 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28480] 08:19:51.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.092 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, complete]! 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, complete] for token KeyToken[127.0.0.1:8249-3CC45D02580B0566] 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1403, complete] for MID KeyMID[127.0.0.1:8249-28480] 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1403, complete] completed CON-POST MID= -1, Token=3CC45D02580B0566, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28480, Token=3CC45D02580B0566, OptionSet={"Object-Security":0x0A011C}, acked 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2! 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405] send request 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1405] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405] added with generated mid KeyMID[127.0.0.1:8249-28481], CON-POST MID=28481, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1405] added with generated token KeyToken[127.0.0.1:8249-5C9E2B6606989AE5], CON-POST MID=28481, Token=5C9E2B6606989AE5, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63 08:19:51.093 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28481], KeyToken[127.0.0.1:8249-5C9E2B6606989AE5]] 08:19:51.093 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,441,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28481, Token=5C9E2B6606989AE5, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63] 08:19:51.093 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28481] 08:19:51.094 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.094 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406] replace CON-POST MID=28481, Token=5C9E2B6606989AE5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28481, Token=5C9E2B6606989AE5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1406] send response NON-2.05 MID=28481, Token=null, OptionSet={}, "server responds hi" 08:19:51.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, complete]! 08:19:51.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1406, complete] completed NON-2.04 MID=28481, Token=5C9E2B6606989AE5, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C! 08:19:51.094 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,442,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28481, Token=5C9E2B6606989AE5, OptionSet={"Object-Security":0x}, 93 85 DE D8 5B 04 BB DD 15 14 C2 DE EA 7B 69 3A 3C 06 6D 45 A5 B0 B5 B9 94 5D DC 9C] 08:19:51.094 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28481] 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, complete]! 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, complete] for token KeyToken[127.0.0.1:8249-5C9E2B6606989AE5] 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1405, complete] for MID KeyMID[127.0.0.1:8249-28481] 08:19:51.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1405, complete] completed CON-POST MID= -1, Token=5C9E2B6606989AE5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28481, Token=5C9E2B6606989AE5, OptionSet={"Object-Security":0x0A011D}, acked 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63! 08:19:51.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407] send request 08:19:51.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1407] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:19:51.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407] added with generated mid KeyMID[127.0.0.1:8249-28482], CON-POST MID=28482, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:19:51.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1407] added with generated token KeyToken[127.0.0.1:8249-982F853919E5A533], CON-POST MID=28482, Token=982F853919E5A533, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E 08:19:51.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28482], KeyToken[127.0.0.1:8249-982F853919E5A533]] 08:19:51.095 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,443,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28482, Token=982F853919E5A533, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E] 08:19:51.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28482] 08:19:51.095 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.095 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408] replace CON-POST MID=28482, Token=982F853919E5A533, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28482, Token=982F853919E5A533, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1408] send response NON-2.05 MID=28482, Token=null, OptionSet={}, "server responds hi" 08:19:51.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, complete]! 08:19:51.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, complete] completed NON-2.04 MID=28482, Token=982F853919E5A533, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51! 08:19:51.096 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,444,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28482, Token=982F853919E5A533, OptionSet={"Object-Security":0x}, 0E 81 EB 67 00 0D 93 A2 18 C2 86 85 D0 70 98 35 DD E7 C9 76 9C 11 EE 23 0A BF 6F 51] 08:19:51.096 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28482] 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, complete]! 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, complete] for token KeyToken[127.0.0.1:8249-982F853919E5A533] 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1407, complete] for MID KeyMID[127.0.0.1:8249-28482] 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1407, complete] completed CON-POST MID= -1, Token=982F853919E5A533, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28482, Token=982F853919E5A533, OptionSet={"Object-Security":0x0A011E}, acked F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E! 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1409] send request 08:19:51.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1409] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1409] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:19:51.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1409] added with generated mid KeyMID[127.0.0.1:8249-28483], CON-POST MID=28483, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:19:51.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1409] added with generated token KeyToken[127.0.0.1:8249-4CC580F6C72B91FC], CON-POST MID=28483, Token=4CC580F6C72B91FC, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA 08:19:51.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28483], KeyToken[127.0.0.1:8249-4CC580F6C72B91FC]] 08:19:51.097 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,445,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28483, Token=4CC580F6C72B91FC, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA] 08:19:51.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28483] 08:19:51.097 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.097 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410] replace CON-POST MID=28483, Token=4CC580F6C72B91FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28483, Token=4CC580F6C72B91FC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1410] send response NON-2.05 MID=28483, Token=null, OptionSet={}, "server responds hi" 08:19:51.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, complete]! 08:19:51.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, complete] completed NON-2.04 MID=28483, Token=4CC580F6C72B91FC, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C! 08:19:51.098 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,446,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28483, Token=4CC580F6C72B91FC, OptionSet={"Object-Security":0x}, 9C A8 E4 87 15 13 3E FC C9 F2 6F 2D A3 59 89 36 93 F5 73 CA 9D D4 C2 B3 A0 FF 37 6C] 08:19:51.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28483] 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1409, complete]! 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1409, complete] for token KeyToken[127.0.0.1:8249-4CC580F6C72B91FC] 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1409, complete] for MID KeyMID[127.0.0.1:8249-28483] 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1409, complete] completed CON-POST MID= -1, Token=4CC580F6C72B91FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28483, Token=4CC580F6C72B91FC, OptionSet={"Object-Security":0x0A011F}, acked CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA! 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411] send request 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:19:51.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411] added with generated mid KeyMID[127.0.0.1:8249-28484], CON-POST MID=28484, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:19:51.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411] added with generated token KeyToken[127.0.0.1:8249-28DFCF9F6A027792], CON-POST MID=28484, Token=28DFCF9F6A027792, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1 08:19:51.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28484], KeyToken[127.0.0.1:8249-28DFCF9F6A027792]] 08:19:51.099 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.099 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,447,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28484, Token=28DFCF9F6A027792, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1] 08:19:51.099 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28484] 08:19:51.099 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.099 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412] replace CON-POST MID=28484, Token=28DFCF9F6A027792, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28484, Token=28DFCF9F6A027792, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1412] send response NON-2.05 MID=28484, Token=null, OptionSet={}, "server responds hi" 08:19:51.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, complete]! 08:19:51.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, complete] completed NON-2.04 MID=28484, Token=28DFCF9F6A027792, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F! 08:19:51.099 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,448,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28484, Token=28DFCF9F6A027792, OptionSet={"Object-Security":0x}, C9 76 DC 8C 24 28 B1 57 04 34 02 24 4B C5 A9 34 69 E2 FD 0A 66 E2 A0 5C DE 69 F9 2F] 08:19:51.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28484] 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, complete]! 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, complete] for token KeyToken[127.0.0.1:8249-28DFCF9F6A027792] 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, complete] for MID KeyMID[127.0.0.1:8249-28484] 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1411, complete] completed CON-POST MID= -1, Token=28DFCF9F6A027792, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28484, Token=28DFCF9F6A027792, OptionSet={"Object-Security":0x0A0120}, acked 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1! 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413] send request 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1413] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413] added with generated mid KeyMID[127.0.0.1:8249-28485], CON-POST MID=28485, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1413] added with generated token KeyToken[127.0.0.1:8249-3C416D995917F9F2], CON-POST MID=28485, Token=3C416D995917F9F2, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42 08:19:51.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28485], KeyToken[127.0.0.1:8249-3C416D995917F9F2]] 08:19:51.100 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,449,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28485, Token=3C416D995917F9F2, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42] 08:19:51.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28485] 08:19:51.101 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.101 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414] replace CON-POST MID=28485, Token=3C416D995917F9F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28485, Token=3C416D995917F9F2, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1414] send response NON-2.05 MID=28485, Token=null, OptionSet={}, "server responds hi" 08:19:51.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, complete]! 08:19:51.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, complete] completed NON-2.04 MID=28485, Token=3C416D995917F9F2, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4! 08:19:51.152 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,450,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28485, Token=3C416D995917F9F2, OptionSet={"Object-Security":0x}, 14 60 F8 B2 B3 AE DC B9 52 10 E9 6E C2 66 CF E0 F1 AB 5D 7E 82 39 C4 84 A1 19 08 E4] 08:19:51.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28485] 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, complete]! 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, complete] for token KeyToken[127.0.0.1:8249-3C416D995917F9F2] 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1413, complete] for MID KeyMID[127.0.0.1:8249-28485] 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1413, complete] completed CON-POST MID= -1, Token=3C416D995917F9F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28485, Token=3C416D995917F9F2, OptionSet={"Object-Security":0x0A0121}, acked BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42! 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415] send request 08:19:51.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1415] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:19:51.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415] added with generated mid KeyMID[127.0.0.1:8249-28486], CON-POST MID=28486, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:19:51.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1415] added with generated token KeyToken[127.0.0.1:8249-F4D76F07C3DE5B50], CON-POST MID=28486, Token=F4D76F07C3DE5B50, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17 08:19:51.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28486], KeyToken[127.0.0.1:8249-F4D76F07C3DE5B50]] 08:19:51.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,451,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28486, Token=F4D76F07C3DE5B50, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17] 08:19:51.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28486] 08:19:51.153 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.153 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416] replace CON-POST MID=28486, Token=F4D76F07C3DE5B50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28486, Token=F4D76F07C3DE5B50, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1416] send response NON-2.05 MID=28486, Token=null, OptionSet={}, "server responds hi" 08:19:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, complete]! 08:19:51.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1416, complete] completed NON-2.04 MID=28486, Token=F4D76F07C3DE5B50, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C! 08:19:51.154 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,452,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28486, Token=F4D76F07C3DE5B50, OptionSet={"Object-Security":0x}, 46 29 A7 1C 32 7E 77 EC A7 35 47 63 D3 19 A7 49 F1 F9 97 47 0D 3C BE 2B 4E 46 27 5C] 08:19:51.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28486] 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415, complete]! 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, complete] for token KeyToken[127.0.0.1:8249-F4D76F07C3DE5B50] 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1415, complete] for MID KeyMID[127.0.0.1:8249-28486] 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1415, complete] completed CON-POST MID= -1, Token=F4D76F07C3DE5B50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28486, Token=F4D76F07C3DE5B50, OptionSet={"Object-Security":0x0A0122}, acked A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17! 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417] send request 08:19:51.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:19:51.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417] added with generated mid KeyMID[127.0.0.1:8249-28487], CON-POST MID=28487, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:19:51.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417] added with generated token KeyToken[127.0.0.1:8249-FC1DD3D3A3F0D1FB], CON-POST MID=28487, Token=FC1DD3D3A3F0D1FB, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D 08:19:51.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28487], KeyToken[127.0.0.1:8249-FC1DD3D3A3F0D1FB]] 08:19:51.155 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,453,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28487, Token=FC1DD3D3A3F0D1FB, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D] 08:19:51.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28487] 08:19:51.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.155 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418] replace CON-POST MID=28487, Token=FC1DD3D3A3F0D1FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28487, Token=FC1DD3D3A3F0D1FB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1418] send response NON-2.05 MID=28487, Token=null, OptionSet={}, "server responds hi" 08:19:51.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, complete]! 08:19:51.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, complete] completed NON-2.04 MID=28487, Token=FC1DD3D3A3F0D1FB, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03! 08:19:51.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,454,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28487, Token=FC1DD3D3A3F0D1FB, OptionSet={"Object-Security":0x}, E4 96 CD 26 B7 5D C9 69 DB 0F 73 D4 64 6B B8 ED AE E8 6E 5A E2 8C B7 98 64 F1 84 03] 08:19:51.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28487] 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, complete]! 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, complete] for token KeyToken[127.0.0.1:8249-FC1DD3D3A3F0D1FB] 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, complete] for MID KeyMID[127.0.0.1:8249-28487] 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1417, complete] completed CON-POST MID= -1, Token=FC1DD3D3A3F0D1FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28487, Token=FC1DD3D3A3F0D1FB, OptionSet={"Object-Security":0x0A0123}, acked 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D! 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419] send request 08:19:51.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:19:51.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419] added with generated mid KeyMID[127.0.0.1:8249-28488], CON-POST MID=28488, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:19:51.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419] added with generated token KeyToken[127.0.0.1:8249-F4B6DE21FC7FC240], CON-POST MID=28488, Token=F4B6DE21FC7FC240, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00 08:19:51.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28488], KeyToken[127.0.0.1:8249-F4B6DE21FC7FC240]] 08:19:51.157 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,455,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28488, Token=F4B6DE21FC7FC240, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00] 08:19:51.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28488] 08:19:51.157 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.157 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420] replace CON-POST MID=28488, Token=F4B6DE21FC7FC240, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28488, Token=F4B6DE21FC7FC240, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1420] send response NON-2.05 MID=28488, Token=null, OptionSet={}, "server responds hi" 08:19:51.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, complete]! 08:19:51.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, complete] completed NON-2.04 MID=28488, Token=F4B6DE21FC7FC240, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E! 08:19:51.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,456,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28488, Token=F4B6DE21FC7FC240, OptionSet={"Object-Security":0x}, 91 28 4E 9A C6 A0 07 49 0F B3 B0 EF D7 CC 23 73 B2 43 02 11 C1 97 D4 84 80 31 FB 9E] 08:19:51.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28488] 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, complete]! 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, complete] for token KeyToken[127.0.0.1:8249-F4B6DE21FC7FC240] 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, complete] for MID KeyMID[127.0.0.1:8249-28488] 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1419, complete] completed CON-POST MID= -1, Token=F4B6DE21FC7FC240, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28488, Token=F4B6DE21FC7FC240, OptionSet={"Object-Security":0x0A0124}, acked 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00! 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421] send request 08:19:51.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:19:51.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421] added with generated mid KeyMID[127.0.0.1:8249-28489], CON-POST MID=28489, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:19:51.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421] added with generated token KeyToken[127.0.0.1:8249-3C603D9A3F7C0251], CON-POST MID=28489, Token=3C603D9A3F7C0251, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53 08:19:51.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28489], KeyToken[127.0.0.1:8249-3C603D9A3F7C0251]] 08:19:51.159 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,457,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28489, Token=3C603D9A3F7C0251, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53] 08:19:51.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28489] 08:19:51.159 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.159 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422] replace CON-POST MID=28489, Token=3C603D9A3F7C0251, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28489, Token=3C603D9A3F7C0251, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1422] send response NON-2.05 MID=28489, Token=null, OptionSet={}, "server responds hi" 08:19:51.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, complete]! 08:19:51.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1422, complete] completed NON-2.04 MID=28489, Token=3C603D9A3F7C0251, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11! 08:19:51.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,458,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28489, Token=3C603D9A3F7C0251, OptionSet={"Object-Security":0x}, 1B E0 A7 0B CD C8 5F 28 4F D5 15 62 26 7A 52 1A D8 B3 41 A4 B7 FE AC C6 35 50 A5 11] 08:19:51.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28489] 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, complete]! 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, complete] for token KeyToken[127.0.0.1:8249-3C603D9A3F7C0251] 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, complete] for MID KeyMID[127.0.0.1:8249-28489] 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1421, complete] completed CON-POST MID= -1, Token=3C603D9A3F7C0251, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28489, Token=3C603D9A3F7C0251, OptionSet={"Object-Security":0x0A0125}, acked 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53! 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423] send request 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423] added with generated mid KeyMID[127.0.0.1:8249-28490], CON-POST MID=28490, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423] added with generated token KeyToken[127.0.0.1:8249-6897AF231076723D], CON-POST MID=28490, Token=6897AF231076723D, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C 08:19:51.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28490], KeyToken[127.0.0.1:8249-6897AF231076723D]] 08:19:51.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,459,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28490, Token=6897AF231076723D, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C] 08:19:51.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28490] 08:19:51.161 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.161 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424] replace CON-POST MID=28490, Token=6897AF231076723D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28490, Token=6897AF231076723D, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1424] send response NON-2.05 MID=28490, Token=null, OptionSet={}, "server responds hi" 08:19:51.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, complete]! 08:19:51.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, complete] completed NON-2.04 MID=28490, Token=6897AF231076723D, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B! 08:19:51.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,460,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28490, Token=6897AF231076723D, OptionSet={"Object-Security":0x}, 43 4B 7A 48 D1 AD 05 2C 5F 83 4D DA 10 8E B4 B9 D8 AD C5 5D 1E 41 64 11 3F AE 57 6B] 08:19:51.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28490] 08:19:51.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, complete]! 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, complete] for token KeyToken[127.0.0.1:8249-6897AF231076723D] 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, complete] for MID KeyMID[127.0.0.1:8249-28490] 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1423, complete] completed CON-POST MID= -1, Token=6897AF231076723D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28490, Token=6897AF231076723D, OptionSet={"Object-Security":0x0A0126}, acked 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C! 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1425] send request 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1425] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1425] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1425] added with generated mid KeyMID[127.0.0.1:8249-28491], CON-POST MID=28491, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1425] added with generated token KeyToken[127.0.0.1:8249-4431DB6626535CAA], CON-POST MID=28491, Token=4431DB6626535CAA, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF 08:19:51.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28491], KeyToken[127.0.0.1:8249-4431DB6626535CAA]] 08:19:51.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,461,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28491, Token=4431DB6626535CAA, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF] 08:19:51.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28491] 08:19:51.163 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.163 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426] replace CON-POST MID=28491, Token=4431DB6626535CAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28491, Token=4431DB6626535CAA, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1426] send response NON-2.05 MID=28491, Token=null, OptionSet={}, "server responds hi" 08:19:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, complete]! 08:19:51.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1426, complete] completed NON-2.04 MID=28491, Token=4431DB6626535CAA, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17! 08:19:51.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,462,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28491, Token=4431DB6626535CAA, OptionSet={"Object-Security":0x}, 3D F2 47 37 5B 76 72 61 87 B1 E2 86 D4 A6 38 B0 A9 4F D1 64 9C 1F CA A0 A1 AF 85 17] 08:19:51.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28491] 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1425, complete]! 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1425, complete] for token KeyToken[127.0.0.1:8249-4431DB6626535CAA] 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1425, complete] for MID KeyMID[127.0.0.1:8249-28491] 08:19:51.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1425, complete] completed CON-POST MID= -1, Token=4431DB6626535CAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28491, Token=4431DB6626535CAA, OptionSet={"Object-Security":0x0A0127}, acked 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF! 08:19:51.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1427] send request 08:19:51.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1427] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1427] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:19:51.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1427] added with generated mid KeyMID[127.0.0.1:8249-28492], CON-POST MID=28492, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:19:51.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1427] added with generated token KeyToken[127.0.0.1:8249-909A7ABA6EE4CE78], CON-POST MID=28492, Token=909A7ABA6EE4CE78, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED 08:19:51.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28492], KeyToken[127.0.0.1:8249-909A7ABA6EE4CE78]] 08:19:51.164 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,463,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28492, Token=909A7ABA6EE4CE78, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED] 08:19:51.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28492] 08:19:51.164 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.164 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428] replace CON-POST MID=28492, Token=909A7ABA6EE4CE78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28492, Token=909A7ABA6EE4CE78, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1428] send response NON-2.05 MID=28492, Token=null, OptionSet={}, "server responds hi" 08:19:51.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, complete]! 08:19:51.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1428, complete] completed NON-2.04 MID=28492, Token=909A7ABA6EE4CE78, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3! 08:19:51.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,464,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28492, Token=909A7ABA6EE4CE78, OptionSet={"Object-Security":0x}, D0 DD E5 64 4E EE 26 F4 2B 15 DD D0 61 D2 E8 F2 54 D8 2F 4C 29 2C 18 68 BA 57 5A E3] 08:19:51.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28492] 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1427, complete]! 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1427, complete] for token KeyToken[127.0.0.1:8249-909A7ABA6EE4CE78] 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1427, complete] for MID KeyMID[127.0.0.1:8249-28492] 08:19:51.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1427, complete] completed CON-POST MID= -1, Token=909A7ABA6EE4CE78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28492, Token=909A7ABA6EE4CE78, OptionSet={"Object-Security":0x0A0128}, acked 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED! 08:19:51.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1429] send request 08:19:51.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1429] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1429] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:19:51.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1429] added with generated mid KeyMID[127.0.0.1:8249-28493], CON-POST MID=28493, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:19:51.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1429] added with generated token KeyToken[127.0.0.1:8249-BCEAA790891E51B5], CON-POST MID=28493, Token=BCEAA790891E51B5, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D 08:19:51.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28493], KeyToken[127.0.0.1:8249-BCEAA790891E51B5]] 08:19:51.166 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,465,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28493, Token=BCEAA790891E51B5, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D] 08:19:51.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28493] 08:19:51.166 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.166 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430] replace CON-POST MID=28493, Token=BCEAA790891E51B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28493, Token=BCEAA790891E51B5, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1430] send response NON-2.05 MID=28493, Token=null, OptionSet={}, "server responds hi" 08:19:51.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, complete]! 08:19:51.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1430, complete] completed NON-2.04 MID=28493, Token=BCEAA790891E51B5, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78! 08:19:51.167 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,466,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28493, Token=BCEAA790891E51B5, OptionSet={"Object-Security":0x}, C0 E6 DB 84 17 36 A9 29 57 84 6A C3 9B B1 B6 72 DC 83 6C A5 E9 46 0E 8D 37 E1 BB 78] 08:19:51.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28493] 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1429, complete]! 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1429, complete] for token KeyToken[127.0.0.1:8249-BCEAA790891E51B5] 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1429, complete] for MID KeyMID[127.0.0.1:8249-28493] 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1429, complete] completed CON-POST MID= -1, Token=BCEAA790891E51B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28493, Token=BCEAA790891E51B5, OptionSet={"Object-Security":0x0A0129}, acked 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D! 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1431] send request 08:19:51.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1431] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1431] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:19:51.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1431] added with generated mid KeyMID[127.0.0.1:8249-28494], CON-POST MID=28494, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:19:51.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1431] added with generated token KeyToken[127.0.0.1:8249-A8DE069139C552DF], CON-POST MID=28494, Token=A8DE069139C552DF, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6 08:19:51.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28494], KeyToken[127.0.0.1:8249-A8DE069139C552DF]] 08:19:51.168 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,467,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28494, Token=A8DE069139C552DF, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6] 08:19:51.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28494] 08:19:51.168 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.168 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432] replace CON-POST MID=28494, Token=A8DE069139C552DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28494, Token=A8DE069139C552DF, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1432] send response NON-2.05 MID=28494, Token=null, OptionSet={}, "server responds hi" 08:19:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, complete]! 08:19:51.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, complete] completed NON-2.04 MID=28494, Token=A8DE069139C552DF, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9! 08:19:51.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,468,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28494, Token=A8DE069139C552DF, OptionSet={"Object-Security":0x}, 3B 23 2E EA 9E 3B 1D ED 2C 0F 2F 8F 6D D1 69 7B 80 0B AD 8E 0C 4A A5 D6 71 E2 56 B9] 08:19:51.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28494] 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1431, complete]! 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1431, complete] for token KeyToken[127.0.0.1:8249-A8DE069139C552DF] 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1431, complete] for MID KeyMID[127.0.0.1:8249-28494] 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1431, complete] completed CON-POST MID= -1, Token=A8DE069139C552DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28494, Token=A8DE069139C552DF, OptionSet={"Object-Security":0x0A012A}, acked AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6! 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433] send request 08:19:51.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1433] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:19:51.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433] added with generated mid KeyMID[127.0.0.1:8249-28495], CON-POST MID=28495, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:19:51.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1433] added with generated token KeyToken[127.0.0.1:8249-E40848A09C615ABC], CON-POST MID=28495, Token=E40848A09C615ABC, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46 08:19:51.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-28495], KeyToken[127.0.0.1:8249-E40848A09C615ABC]] 08:19:51.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8249 08:19:51.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,469,T250) 127.0.0.1:8,246 ==> :8,249 [CON-POST MID=28495, Token=E40848A09C615ABC, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46] 08:19:51.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 41 bytes from 127.0.0.1:8246 08:19:51.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-28495] 08:19:51.170 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.170 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434] replace CON-POST MID=28495, Token=E40848A09C615ABC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=28495, Token=E40848A09C615ABC, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1434] send response NON-2.05 MID=28495, Token=null, OptionSet={}, "server responds hi" 08:19:51.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, complete]! 08:19:51.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, complete] completed NON-2.04 MID=28495, Token=E40848A09C615ABC, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C! 08:19:51.171 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,470,T235) 127.0.0.1:8,249 ==> :8,246 [NON-2.04 MID=28495, Token=E40848A09C615ABC, OptionSet={"Object-Security":0x}, 6E 49 06 BD 7A D4 67 5E 4B A4 B3 66 B0 55 0D 6B F3 48 8F BD AF 30 EF 22 9A 63 C3 6C] 08:19:51.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8249 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8249-28495] 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, complete]! 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, complete] for token KeyToken[127.0.0.1:8249-E40848A09C615ABC] 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1433, complete] for MID KeyMID[127.0.0.1:8249-28495] 08:19:51.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1433, complete] completed CON-POST MID= -1, Token=E40848A09C615ABC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=28495, Token=E40848A09C615ABC, OptionSet={"Object-Security":0x0A012B}, acked 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46! 08:19:51.171 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.171 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8249 08:19:51.171 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8249 08:19:51.171 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] stopping ... 08:19:51.171 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /127.0.0.1 08:19:51.172 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] has stopped. 08:19:51.172 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8249 08:19:51.172 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:51.172 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.172 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.172 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.172 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.173 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.173 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.173 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.173 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.173 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250 08:19:51.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.173 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8250, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.173 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8250 08:19:51.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] client sent request 08:19:51.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435] send request 08:19:51.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1435] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435] added with KeyMID[127.0.0.1:8250-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1435] added with generated token KeyToken[127.0.0.1:8250-18A712EFF0A6D50C], CON-POST MID=10000, Token=18A712EFF0A6D50C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8250-10000], KeyToken[127.0.0.1:8250-18A712EFF0A6D50C]] 08:19:51.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8250 08:19:51.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,471,T255) 127.0.0.1:8,246 ==> :8,250 [CON-POST MID=10000, Token=18A712EFF0A6D50C, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:51.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8250) received 40 bytes from 127.0.0.1:8246 08:19:51.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-10000] 08:19:51.175 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.175 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436] replace CON-POST MID=10000, Token=18A712EFF0A6D50C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=18A712EFF0A6D50C, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1436] send response NON-2.05 MID=10000, Token=null, OptionSet={}, "server responds hi" 08:19:51.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, complete]! 08:19:51.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1436, complete] completed NON-2.04 MID=10000, Token=18A712EFF0A6D50C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:19:51.176 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,472,T235) 127.0.0.1:8,250 ==> :8,246 [NON-2.04 MID=10000, Token=18A712EFF0A6D50C, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:19:51.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8250 08:19:51.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-10000] 08:19:51.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, complete]! 08:19:51.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, complete] for token KeyToken[127.0.0.1:8250-18A712EFF0A6D50C] 08:19:51.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1435, complete] for MID KeyMID[127.0.0.1:8250-10000] 08:19:51.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1435, complete] completed CON-POST MID=10000, Token=18A712EFF0A6D50C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=18A712EFF0A6D50C, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response 08:19:51.177 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.177 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8250 08:19:51.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8250 08:19:51.177 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8250] stopping ... 08:19:51.177 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /127.0.0.1 08:19:51.177 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8250] has stopped. 08:19:51.177 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8250 08:19:51.177 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:51.178 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.178 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.178 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.178 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.178 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.179 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.179 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.179 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.179 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251 08:19:51.179 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.179 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8251, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.179 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8251 08:19:51.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:19:51.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1437] send request 08:19:51.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1437] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1437] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:19:51.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1437] added with KeyMID[127.0.0.1:8251-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:19:51.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1437] added with generated token KeyToken[127.0.0.1:8251-B057218DEEADC3D1], CON-POST MID=10000, Token=B057218DEEADC3D1, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41 08:19:51.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-10000], KeyToken[127.0.0.1:8251-B057218DEEADC3D1]] 08:19:51.180 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8251 08:19:51.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,473,T260) 127.0.0.1:8,246 ==> :8,251 [CON-POST MID=10000, Token=B057218DEEADC3D1, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41] 08:19:51.180 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 41 bytes from 127.0.0.1:8246 08:19:51.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-10000] 08:19:51.181 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.181 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.181 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found 08:19:51.181 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found 08:19:51.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, complete]! 08:19:51.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1438, complete] completed ACK-4.01 MID=10000, Token=B057218DEEADC3D1, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"! 08:19:51.181 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8246 08:19:51.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,474,T235) 127.0.0.1:8,251 ==> :8,246 [ACK-4.01 MID=10000, Token=B057218DEEADC3D1, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"] 08:19:51.181 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 41 bytes from 127.0.0.1:8251 08:19:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=B057218DEEADC3D1, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found": 08:19:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1437, complete]! 08:19:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1437, complete] for token KeyToken[127.0.0.1:8251-B057218DEEADC3D1] 08:19:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1437, complete] for MID KeyMID[127.0.0.1:8251-10000] 08:19:51.181 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1437, complete] completed CON-POST MID=10000, Token=B057218DEEADC3D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=B057218DEEADC3D1, OptionSet={"Object-Security":0x090077}, acked 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41! client received response 08:19:51.182 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.182 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8251 08:19:51.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8251 08:19:51.182 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] stopping ... 08:19:51.182 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /127.0.0.1 08:19:51.182 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] has stopped. 08:19:51.182 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8251 08:19:51.182 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:51.183 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.183 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.183 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.183 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.183 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.184 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.184 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.184 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.184 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.184 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252 08:19:51.184 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.184 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8252, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.184 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8252 08:19:51.184 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1439] send request 08:19:51.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1439] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1439] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1439] added with generated mid KeyMID[127.0.0.1:8252-30048], CON-POST MID=30048, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1439] added with generated token KeyToken[127.0.0.1:8252-B8FCC8B3D158EFD8], CON-POST MID=30048, Token=B8FCC8B3D158EFD8, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-30048], KeyToken[127.0.0.1:8252-B8FCC8B3D158EFD8]] 08:19:51.186 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8252 08:19:51.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,475,T265) 127.0.0.1:8,246 ==> :8,252 [CON-POST MID=30048, Token=B8FCC8B3D158EFD8, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:51.186 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8252) received 40 bytes from 127.0.0.1:8246 08:19:51.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-30048] 08:19:51.186 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.186 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440] replace CON-POST MID=30048, Token=B8FCC8B3D158EFD8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30048, Token=B8FCC8B3D158EFD8, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.186 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1440] send response NON-2.05 MID=30048, Token=null, OptionSet={}, "server responds hi" 08:19:51.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, complete]! 08:19:51.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1440, complete] completed NON-2.04 MID=30048, Token=B8FCC8B3D158EFD8, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11! 08:19:51.187 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,476,T235) 127.0.0.1:8,252 ==> :8,246 [NON-2.04 MID=30048, Token=B8FCC8B3D158EFD8, OptionSet={"Object-Security":0x}, 6D F4 A2 33 14 F7 C2 24 6C 7F 0D 89 F2 A1 51 D8 4E B4 CC 0B 0D B9 C6 F5 D6 DC A7 11] 08:19:51.187 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8252 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-30048] 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1439, complete]! 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1439, complete] for token KeyToken[127.0.0.1:8252-B8FCC8B3D158EFD8] 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1439, complete] for MID KeyMID[127.0.0.1:8252-30048] 08:19:51.187 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1439, complete] completed CON-POST MID= -1, Token=B8FCC8B3D158EFD8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30048, Token=B8FCC8B3D158EFD8, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:19:51.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441] send request 08:19:51.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1441] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:51.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441] added with generated mid KeyMID[127.0.0.1:8252-30049], CON-POST MID=30049, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:51.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1441] added with generated token KeyToken[127.0.0.1:8252-2033B6C1E27875DB], CON-POST MID=30049, Token=2033B6C1E27875DB, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:51.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-30049], KeyToken[127.0.0.1:8252-2033B6C1E27875DB]] 08:19:51.188 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8252 08:19:51.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,477,T265) 127.0.0.1:8,246 ==> :8,252 [CON-POST MID=30049, Token=2033B6C1E27875DB, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:19:51.188 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8252) received 40 bytes from 127.0.0.1:8246 08:19:51.188 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-30049] 08:19:51.188 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.189 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442] replace CON-POST MID=30049, Token=2033B6C1E27875DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=30049, Token=2033B6C1E27875DB, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1442] send response NON-2.05 MID=30049, Token=null, OptionSet={}, "server responds hi" 08:19:51.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, complete]! 08:19:51.189 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1442, complete] completed NON-2.04 MID=30049, Token=2033B6C1E27875DB, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:19:51.189 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,478,T235) 127.0.0.1:8,252 ==> :8,246 [NON-2.04 MID=30049, Token=2033B6C1E27875DB, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:19:51.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8252 08:19:51.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-30049] 08:19:51.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, complete]! 08:19:51.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, complete] for token KeyToken[127.0.0.1:8252-2033B6C1E27875DB] 08:19:51.189 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1441, complete] for MID KeyMID[127.0.0.1:8252-30049] 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1441, complete] completed CON-POST MID= -1, Token=2033B6C1E27875DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30049, Token=2033B6C1E27875DB, OptionSet={"Object-Security":0x0901}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1443] send request 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1443] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1443] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1443] added with generated mid KeyMID[127.0.0.1:8252-30050], CON-POST MID=30050, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1443] added with generated token KeyToken[127.0.0.1:8252-C0DBEB284E379AEF], CON-POST MID=30050, Token=C0DBEB284E379AEF, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8252-30050], KeyToken[127.0.0.1:8252-C0DBEB284E379AEF]] 08:19:51.190 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8252 08:19:51.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,479,T265) 127.0.0.1:8,246 ==> :8,252 [CON-POST MID=30050, Token=C0DBEB284E379AEF, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:51.190 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8252) received 40 bytes from 127.0.0.1:8246 08:19:51.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-30050] 08:19:51.191 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.191 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.191 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected 08:19:51.191 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected 08:19:51.191 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected 08:19:51.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, complete]! 08:19:51.191 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1444, complete] completed ACK-4.01 MID=30050, Token=C0DBEB284E379AEF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"! 08:19:51.191 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8246 08:19:51.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,480,T235) 127.0.0.1:8,252 ==> :8,246 [ACK-4.01 MID=30050, Token=C0DBEB284E379AEF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"] 08:19:51.191 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 30 bytes from 127.0.0.1:8252 08:19:51.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:51.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=30050, Token=C0DBEB284E379AEF, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected": 08:19:51.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1443, complete]! 08:19:51.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1443, complete] for token KeyToken[127.0.0.1:8252-C0DBEB284E379AEF] 08:19:51.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1443, complete] for MID KeyMID[127.0.0.1:8252-30050] 08:19:51.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1443, complete] completed CON-POST MID= -1, Token=C0DBEB284E379AEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=30050, Token=C0DBEB284E379AEF, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! 08:19:51.191 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.192 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8252 08:19:51.192 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8252 08:19:51.192 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8252] stopping ... 08:19:51.192 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /127.0.0.1 08:19:51.192 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8252] has stopped. 08:19:51.192 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8252 08:19:51.192 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest Start OSCoreServerClientTest 08:19:51.193 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.193 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.193 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.193 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.193 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.194 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.194 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.194 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.194 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.194 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253 08:19:51.194 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.194 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8253, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.194 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8253 08:19:51.194 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.194 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request 08:19:51.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1445] send request 08:19:51.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1445] prepare retransmission for CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1445] replace CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1445] added with KeyMID[127.0.0.1:8253-10000], CON-POST MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1445] added with generated token KeyToken[127.0.0.1:8253-A85C8E74D2EC8638], CON-POST MID=10000, Token=A85C8E74D2EC8638, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85 08:19:51.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-10000], KeyToken[127.0.0.1:8253-A85C8E74D2EC8638]] 08:19:51.195 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8253 08:19:51.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,481,T270) 127.0.0.1:8,246 ==> :8,253 [CON-POST MID=10000, Token=A85C8E74D2EC8638, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85] 08:19:51.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 40 bytes from 127.0.0.1:8246 08:19:51.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-10000] 08:19:51.196 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context) 08:19:51.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, complete]! 08:19:51.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1446, complete] completed ACK-4.01 MID=10000, Token=A85C8E74D2EC8638, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes! 08:19:51.196 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8246 08:19:51.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,482,T235) 127.0.0.1:8,253 ==> :8,246 [ACK-4.01 MID=10000, Token=A85C8E74D2EC8638, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes] 08:19:51.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 66 bytes from 127.0.0.1:8253 08:19:51.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:51.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error ACK-4.01 MID=10000, Token=A85C8E74D2EC8638, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes: 08:19:51.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1445, complete]! 08:19:51.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1445, complete] for token KeyToken[127.0.0.1:8253-A85C8E74D2EC8638] 08:19:51.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1445, complete] for MID KeyMID[127.0.0.1:8253-10000] 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1445, complete] completed CON-POST MID=10000, Token=A85C8E74D2EC8638, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10000, Token=A85C8E74D2EC8638, OptionSet={"Object-Security":0x0900}, acked FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85! client received response client sent request 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1447] send request 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1447] prepare retransmission for CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1447] replace CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1447] added with KeyMID[127.0.0.1:8253-10001], CON-POST MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1447] added with generated token KeyToken[127.0.0.1:8253-E86F76031A95790F], CON-POST MID=10001, Token=E86F76031A95790F, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A 08:19:51.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-10001], KeyToken[127.0.0.1:8253-E86F76031A95790F]] 08:19:51.197 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8253 08:19:51.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,483,T270) 127.0.0.1:8,246 ==> :8,253 [CON-POST MID=10001, Token=E86F76031A95790F, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A] 08:19:51.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 49 bytes from 127.0.0.1:8246 08:19:51.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-10001] 08:19:51.197 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.197 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448] replace CON-POST MID=10001, Token=E86F76031A95790F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST MID=10001, Token=E86F76031A95790F, OptionSet={"Object-Security":0x}, "client says hi" 08:19:51.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1448] send response NON-2.05 MID=10001, Token=null, OptionSet={}, "server responds hi" 08:19:51.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, complete]! 08:19:51.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, complete] completed NON-2.04 MID=10001, Token=E86F76031A95790F, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC! 08:19:51.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8246 08:19:51.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,484,T235) 127.0.0.1:8,253 ==> :8,246 [NON-2.04 MID=10001, Token=E86F76031A95790F, OptionSet={"Object-Security":0x}, E8 23 1B 45 31 F2 D2 C2 4B 05 8E 21 3F 44 2B C9 5B EB 47 7A AE EF 6C 53 DB A7 10 BC] 08:19:51.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 42 bytes from 127.0.0.1:8253 08:19:51.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8253-10001] 08:19:51.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1447, complete]! 08:19:51.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1447, complete] for token KeyToken[127.0.0.1:8253-E86F76031A95790F] 08:19:51.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1447, complete] for MID KeyMID[127.0.0.1:8253-10001] 08:19:51.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1447, complete] completed CON-POST MID=10001, Token=E86F76031A95790F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST MID=10001, Token=E86F76031A95790F, OptionSet={"Object-Security":0x1901087465737474657374}, acked 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A! client received response 08:19:51.199 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.252 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8253 08:19:51.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8253 08:19:51.252 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] stopping ... 08:19:51.252 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /127.0.0.1 08:19:51.252 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] has stopped. 08:19:51.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8253 08:19:51.252 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End OSCoreServerClientTest 08:19:51.252 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:51.252 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8246 08:19:51.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8246 08:19:51.252 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] stopping ... 08:19:51.252 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /0.0.0.0 08:19:51.252 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] has stopped. 08:19:51.252 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8246 08:19:51.253 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.688 s - in org.eclipse.californium.oscore.OSCoreServerClientTest [INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest Start EndpointContextInfoTest 08:19:51.253 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.253 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.253 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.253 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.254 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.254 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.254 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.254 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.254 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254 08:19:51.254 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.254 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8254, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.254 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8254 08:19:51.254 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.255 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.255 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.255 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.255 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.255 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.255 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.255 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.255 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255 08:19:51.255 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.255 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8255, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.255 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8255 08:19:51.256 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8255 for coap 08:19:51.256 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] client sent request 08:19:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1449] send request 08:19:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1449] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1449] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1449] added with generated mid KeyMID[127.0.0.1:8254-20032], CON-POST MID=20032, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1449] added with generated token KeyToken[127.0.0.1:8254-AC0FD7F2314B4AD0], CON-POST MID=20032, Token=AC0FD7F2314B4AD0, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:51.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8254-20032], KeyToken[127.0.0.1:8254-AC0FD7F2314B4AD0]] Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:51.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8254 08:19:51.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,485,T275) 127.0.0.1:8,255 ==> :8,254 [CON-POST MID=20032, Token=AC0FD7F2314B4AD0, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 08:19:51.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8254) received 29 bytes from 127.0.0.1:8255 08:19:51.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-20032] 08:19:51.257 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.257 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450] replace CON-POST MID=20032, Token=AC0FD7F2314B4AD0, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=20032, Token=AC0FD7F2314B4AD0, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:51.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1450] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:19:51.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, complete]! 08:19:51.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, complete] completed ACK-2.04 MID=20032, Token=AC0FD7F2314B4AD0, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:51.258 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8255 08:19:51.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,486,T278) 127.0.0.1:8,254 ==> :8,255 [ACK-2.04 MID=20032, Token=AC0FD7F2314B4AD0, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 08:19:51.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8255) received 42 bytes from 127.0.0.1:8254 08:19:51.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1449, complete]! 08:19:51.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1449, complete] for token KeyToken[127.0.0.1:8254-AC0FD7F2314B4AD0] 08:19:51.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1449, complete] for MID KeyMID[127.0.0.1:8254-20032] 08:19:51.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1449, complete] completed CON-GET MID= -1, Token=AC0FD7F2314B4AD0, OptionSet={"Object-Security":0x}, -/- CON-POST MID=20032, Token=AC0FD7F2314B4AD0, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response 08:19:51.259 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8254 08:19:51.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8254 08:19:51.259 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8254] stopping ... 08:19:51.259 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /127.0.0.1 08:19:51.259 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8254] has stopped. 08:19:51.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8254 08:19:51.259 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest Start EndpointContextInfoTest 08:19:51.260 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.260 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.260 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.260 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.260 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.260 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.260 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256 08:19:51.260 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.260 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8256, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8256 08:19:51.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] client sent request Client: Request destination context type: class org.eclipse.californium.elements.AddressEndpointContext 08:19:51.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:51.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1451] send request 08:19:51.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1451] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:51.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, 08:19:51.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1451] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:51.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1451] added with generated mid KeyMID[127.0.0.1:8256-26329], CON-POST MID=26329, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:51.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1451] added with generated token KeyToken[127.0.0.1:8256-B8859EC50803DC5D], CON-POST MID=26329, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79 08:19:51.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-26329], KeyToken[127.0.0.1:8256-B8859EC50803DC5D]] 08:19:51.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8256 08:19:51.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,487,T283) 127.0.0.1:8,255 ==> :8,256 [CON-POST MID=26329, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79] 08:19:51.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 29 bytes from 127.0.0.1:8255 08:19:51.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-26329] 08:19:51.262 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.262 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452] replace CON-POST MID=26329, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=26329, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:51.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1452] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:19:51.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, complete]! 08:19:51.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, complete] completed ACK-2.04 MID=26329, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:51.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8255 08:19:51.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,488,T278) 127.0.0.1:8,256 ==> :8,255 [ACK-2.04 MID=26329, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, 20 3B 16 70 EB 54 B7 48 B8 AE 38 17 01 81 8A E9 F5 6F 6D 8C 50 71 DC 1D 31 91 52 BA] 08:19:51.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8255) received 42 bytes from 127.0.0.1:8256 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1451, complete]! 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1451, complete] for token KeyToken[127.0.0.1:8256-B8859EC50803DC5D] 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1451, complete] for MID KeyMID[127.0.0.1:8256-26329] 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1451, complete] completed CON-GET MID= -1, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, -/- CON-POST MID=26329, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79! client received response Client: Response source context type: class org.eclipse.californium.elements.MapBasedEndpointContext client sent second request 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453] send request 08:19:51.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1453] prepare retransmission for CON-GET MID= -1, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, 08:19:51.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, 08:19:51.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453] replace CON-GET MID= -1, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, by CON-POST MID= -1, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:19:51.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453] added with generated mid KeyMID[127.0.0.1:8256-26330], CON-POST MID=26330, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:19:51.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1453] added with token KeyToken[127.0.0.1:8256-B8859EC50803DC5D], CON-POST MID=26330, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24 08:19:51.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8256-26330], KeyToken[127.0.0.1:8256-B8859EC50803DC5D]] 08:19:51.264 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8256 08:19:51.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,489,T283) 127.0.0.1:8,255 ==> :8,256 [CON-POST MID=26330, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24] 08:19:51.264 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8256) received 29 bytes from 127.0.0.1:8255 08:19:51.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8255-26330] 08:19:51.264 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.264 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454] replace CON-POST MID=26330, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x77665544}, by CON-GET MID=26330, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, server received request Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:51.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1454] send response null-2.05 MID= -1, Token=null, OptionSet={}, "server responds hi" 08:19:51.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, complete]! 08:19:51.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, complete] completed ACK-2.04 MID=26330, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50! Server: Response destination context type: class org.eclipse.californium.elements.MapBasedEndpointContext 08:19:51.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8255 08:19:51.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,490,T278) 127.0.0.1:8,256 ==> :8,255 [ACK-2.04 MID=26330, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, CE 8B 83 11 CF AA B8 7A A3 46 DA F0 99 F2 E9 A7 92 61 E0 E4 B1 60 06 34 15 F8 1C 50] 08:19:51.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8255) received 42 bytes from 127.0.0.1:8256 08:19:51.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, complete]! 08:19:51.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, complete] for token KeyToken[127.0.0.1:8256-B8859EC50803DC5D] 08:19:51.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1453, complete] for MID KeyMID[127.0.0.1:8256-26330] 08:19:51.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1453, complete] completed CON-GET MID= -1, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x}, -/- CON-POST MID=26330, Token=B8859EC50803DC5D, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24! client received response 08:19:51.265 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.266 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8256 08:19:51.266 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8256 08:19:51.266 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8256] stopping ... 08:19:51.266 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /127.0.0.1 08:19:51.266 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8256] has stopped. 08:19:51.266 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8256 08:19:51.266 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed End EndpointContextInfoTest 08:19:51.266 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:51.266 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8255 08:19:51.266 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8255 08:19:51.266 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8255] stopping ... 08:19:51.266 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /0.0.0.0 08:19:51.266 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8255] has stopped. 08:19:51.266 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8255 08:19:51.266 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.californium.oscore.EndpointContextInfoTest [INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest 08:19:51.267 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 08:19:51.267 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.267 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.267 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.268 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.268 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.268 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.268 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.268 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257 08:19:51.268 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.268 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8257, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.268 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8257 08:19:51.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.268 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.268 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.269 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.269 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.269 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.269 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.269 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.269 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.269 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.269 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.269 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258 08:19:51.269 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.269 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8258, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.269 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8258 08:19:51.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 08:19:51.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8257]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:51.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37493], CON-POST MID=37493, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated token KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37493, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:51.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37493], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8257 08:19:51.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,491,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37493, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 08:19:51.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 107 bytes from 127.0.0.1:8258 08:19:51.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37493] 08:19:51.272 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.272 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456] replace CON-POST MID=37493, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID=37493, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:51.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 08:19:51.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:51.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:19:51.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1456] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 08:19:51.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, complete]! 08:19:51.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1456, complete] completed ACK-2.04 MID=37493, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 08:19:51.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8258 08:19:51.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,492,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37493, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 08:19:51.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 26 bytes from 127.0.0.1:8257 08:19:51.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37493, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37494], CON-POST MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37493] 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:51.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37494], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8257 08:19:51.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,493,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 08:19:51.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 103 bytes from 127.0.0.1:8258 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37494] 08:19:51.275 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.275 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457] replace CON-POST MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8258] for CON-POST MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1457] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, complete]! 08:19:51.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1457, complete] completed ACK-2.04 MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 08:19:51.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8258 08:19:51.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,494,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 08:19:51.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 26 bytes from 127.0.0.1:8257 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37494, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0901}, acked 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:51.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37495], CON-POST MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:51.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37494] 08:19:51.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:51.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37495], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.277 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8257 08:19:51.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,495,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 08:19:51.277 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 103 bytes from 127.0.0.1:8258 08:19:51.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37495] 08:19:51.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.277 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1458] replace CON-POST MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 08:19:51.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8258] for CON-POST MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:19:51.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1458] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 08:19:51.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1458, complete]! 08:19:51.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1458, complete] completed ACK-2.04 MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 08:19:51.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8258 08:19:51.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,496,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 08:19:51.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 26 bytes from 127.0.0.1:8257 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37495, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0902}, acked 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:51.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37496], CON-POST MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:51.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37495] 08:19:51.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:51.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37496], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.279 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8257 08:19:51.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,497,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 08:19:51.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 103 bytes from 127.0.0.1:8258 08:19:51.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37496] 08:19:51.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.279 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459] replace CON-POST MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8258] for CON-POST MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/resource, 127.0.0.1:8258]], block1 transfers still in progress: 0 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1459] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, complete]! 08:19:51.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1459, complete] completed ACK-2.04 MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes! 08:19:51.281 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8258 08:19:51.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,498,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 2B A1 B6 E6 CE 06 85 63 17 9B 02 8D 2D E2 DF 46 36 46 2A F0 3F 14 B7 6A 68 78 46 2A FB AE BB 13..82 bytes] 08:19:51.281 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 96 bytes from 127.0.0.1:8257 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/resource, 127.0.0.1:8257] inbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8257]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05 MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0903}, acked 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:19:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37497], CON-POST MID=37497, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:19:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37496] 08:19:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37497, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B 08:19:51.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37497], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:19:51.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,499,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37497, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0904}, 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B] 08:19:51.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:19:51.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37497] 08:19:51.282 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.282 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460] replace CON-POST MID=37497, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID=37497, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:51.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=1, currentSzx=2, bufferSize=512, complete=false] 08:19:51.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1460] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, complete]! 08:19:51.283 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, complete] completed ACK-2.04 MID=37497, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes! 08:19:51.283 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:19:51.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,500,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37497, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, F3 6F AE F6 AC E8 5B DD 9E 86 E8 5E C8 BC 46 1B D2 C7 4D EC 4E C9 31 57 AD 2D 82 5A 6F D0 F7 60..77 bytes] 08:19:51.283 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:19:51.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:51.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37497, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0904}, acked 15 23 05 F8 30 F0 1D 6F 41 9C BD A6 AA B3 47 C8 6C 17 EF F7 19 4B by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:19:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37498], CON-POST MID=37498, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:19:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37497] 08:19:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37498, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F 08:19:51.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37498], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.284 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:19:51.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,501,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37498, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0905}, 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F] 08:19:51.284 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:19:51.284 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37498] 08:19:51.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.284 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461] replace CON-POST MID=37498, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID=37498, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:51.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=2, currentSzx=2, bufferSize=512, complete=false] 08:19:51.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1461] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, complete]! 08:19:51.285 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1461, complete] completed ACK-2.04 MID=37498, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes! 08:19:51.285 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:19:51.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,502,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37498, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, D0 8C F8 C5 3D 47 A0 27 AA 62 00 FC 2E 6B 93 62 FA 06 27 8C FE 41 9F B1 6A EE 1A 7D 3A 5D 51 EC..77 bytes] 08:19:51.285 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:19:51.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.285 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37498, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0905}, acked 63 FF 56 F3 66 51 20 0A 18 FC D0 A4 C9 5B A8 77 EA 8C 5F F6 FE 1F by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37499], CON-POST MID=37499, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37498] 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37499, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 08:19:51.286 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37499], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.286 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:19:51.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,503,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37499, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0906}, EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2] 08:19:51.286 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:19:51.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37499] 08:19:51.287 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.287 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462] replace CON-POST MID=37499, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID=37499, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:51.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=3, currentSzx=2, bufferSize=512, complete=false] 08:19:51.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1462] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, complete]! 08:19:51.287 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, complete] completed ACK-2.04 MID=37499, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes! 08:19:51.287 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:19:51.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,504,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37499, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, AD CC C9 DC 65 E7 FD 81 B3 7C 50 6D 8F D7 58 8B 7C A7 BA 4C 69 A0 F0 95 E9 38 C3 91 25 D8 82 60..77 bytes] 08:19:51.287 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:19:51.287 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37499, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0906}, acked EA B9 CE 3D 00 56 E8 9A 07 C5 86 4C B7 60 FA 22 90 A0 D7 74 94 B2 by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37500], CON-POST MID=37500, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37499] 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37500, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 08:19:51.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37500], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.288 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:19:51.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,505,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37500, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0907}, 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20] 08:19:51.289 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:19:51.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37500] 08:19:51.289 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.289 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1463] replace CON-POST MID=37500, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, by CON-POST MID=37500, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, 08:19:51.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=4, currentSzx=2, bufferSize=512, complete=false] 08:19:51.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1463] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes 08:19:51.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1463, complete]! 08:19:51.289 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1463, complete] completed ACK-2.04 MID=37500, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes! 08:19:51.289 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:19:51.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,506,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37500, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 9F B5 76 7F 04 70 38 EF FF 7E 76 F8 69 C6 48 FE 42 99 5C FB B5 54 BF 6D 57 41 58 C1 EC 39 87 7E..77 bytes] 08:19:51.289 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37500, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0907}, acked 87 6A 8F 6B E6 AA AF E1 F8 C8 97 AE 99 C4 8F 1E 0A 00 B4 58 C0 20 by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37501], CON-POST MID=37501, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37500] 08:19:51.290 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37501, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 08:19:51.291 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37501], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.291 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:19:51.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,507,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37501, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0908}, D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82] 08:19:51.291 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:19:51.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37501] 08:19:51.291 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.291 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1464] replace CON-POST MID=37501, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, by CON-POST MID=37501, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, 08:19:51.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=5, currentSzx=2, bufferSize=512, complete=false] 08:19:51.291 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1464] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1464, complete]! 08:19:51.292 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1464, complete] completed ACK-2.04 MID=37501, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes! 08:19:51.292 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:19:51.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,508,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37501, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 4D 6C 33 6D 11 AB 7F AD 66 21 C4 57 DB 8E 59 A1 B3 13 9A 82 B9 7D 46 70 67 32 3B CE E4 E1 A2 DA..77 bytes] 08:19:51.292 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:19:51.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:19:51.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37501, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0908}, acked D0 4E B4 6D 2B C8 85 9F 3D BC 03 4F 4B B9 70 05 AA 4C F0 71 C5 82 by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:19:51.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.292 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:19:51.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:19:51.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37502], CON-POST MID=37502, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:19:51.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37501] 08:19:51.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37502, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C 08:19:51.293 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37502], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.293 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:19:51.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,509,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37502, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0909}, B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C] 08:19:51.293 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:19:51.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37502] 08:19:51.293 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.293 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465] replace CON-POST MID=37502, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, by CON-POST MID=37502, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, 08:19:51.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=6, currentSzx=2, bufferSize=512, complete=false] 08:19:51.293 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1465] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465, complete]! 08:19:51.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1465, complete] completed ACK-2.04 MID=37502, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes! 08:19:51.294 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:19:51.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,510,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37502, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, 06 2F AD 57 4F C2 2D 3A C9 77 D6 79 65 A0 D4 1D 53 6C 30 80 F1 1F 78 D4 7C A0 B7 11 1D 5C 2C F9..77 bytes] 08:19:51.294 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:19:51.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:19:51.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37502, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x0909}, acked B9 71 1E E4 3A 6D 5F B4 B7 9B 31 99 7B AA FC 3E A1 49 84 91 43 5C by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:19:51.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] send request 08:19:51.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1455] prepare retransmission for CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:19:51.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:19:51.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] added with generated mid KeyMID[127.0.0.1:8257-37503], CON-POST MID=37503, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:19:51.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455] for MID KeyMID[127.0.0.1:8257-37502] 08:19:51.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1455] keep for KeyToken[127.0.0.1:8257-A42F593E04B3A937], CON-POST MID=37503, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 08:19:51.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-37503], KeyToken[127.0.0.1:8257-A42F593E04B3A937]] 08:19:51.295 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8257 08:19:51.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,511,T288) 127.0.0.1:8,258 ==> :8,257 [CON-POST MID=37503, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x090A}, 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42] 08:19:51.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8257) received 38 bytes from 127.0.0.1:8258 08:19:51.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-37503] 08:19:51.295 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.295 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1466] replace CON-POST MID=37503, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, by CON-POST MID=37503, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, 08:19:51.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8258]: currentNum=7, currentSzx=2, bufferSize=512, complete=true] 08:19:51.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1466] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1466, complete]! 08:19:51.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1466, complete] completed ACK-2.04 MID=37503, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes! 08:19:51.296 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8258 08:19:51.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,512,T291) 127.0.0.1:8,257 ==> :8,258 [ACK-2.04 MID=37503, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x}, A3 EF 25 15 57 62 CB 8A 8B 13 05 14 80 C2 5B 2B 6F D9 16 0D 11 1F A3 95 62 C5 DE 28 1A 29 EF 43..77 bytes] 08:19:51.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8258) received 91 bytes from 127.0.0.1:8257 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/resource, 127.0.0.1:8257]], block2 transfers still in progress: 0 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=37496, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455] replace CON-POST MID=37503, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x090A}, acked 41 99 66 0A B5 B8 9B 52 4E 92 B8 24 62 F8 08 0F C0 81 78 DD E8 42 by CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1455, complete]! 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455, complete] for token KeyToken[127.0.0.1:8257-A42F593E04B3A937] 08:19:51.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1455, complete] for MID KeyMID[127.0.0.1:8257-37503] 08:19:51.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1455, complete] completed CON-POST MID= -1, Token=A42F593E04B3A937, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes! 08:19:51.297 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.297 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.297 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8257 08:19:51.297 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8257 08:19:51.297 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] stopping ... 08:19:51.297 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /127.0.0.1 08:19:51.297 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] has stopped. 08:19:51.297 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8257 08:19:51.297 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.297 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8258 08:19:51.297 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8258 08:19:51.297 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] stopping ... 08:19:51.297 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /0.0.0.0 08:19:51.297 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] has stopped. 08:19:51.297 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8258 08:19:51.298 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost 08:19:51.298 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 08:19:51.298 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.298 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.298 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.299 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.299 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.299 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.299 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.299 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.299 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.299 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259 08:19:51.299 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.299 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8259, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.299 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.299 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8259 08:19:51.299 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.300 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.300 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.300 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.300 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.300 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.300 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.300 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.300 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.300 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.300 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260 08:19:51.300 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.300 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8260, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.300 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8260 08:19:51.300 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] send request 08:19:51.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated mid KeyMID[127.0.0.1:8259-41830], CON-POST MID=41830, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated token KeyToken[127.0.0.1:8259-CC7143A53FBCA641], CON-POST MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-41830], KeyToken[127.0.0.1:8259-CC7143A53FBCA641]] 08:19:51.302 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8259 08:19:51.302 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,513,T296) 127.0.0.1:8,260 ==> :8,259 [CON-POST MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.302 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 34 bytes from 127.0.0.1:8260 08:19:51.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-41830] 08:19:51.302 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.302 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1468] replace CON-POST MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer 08:19:51.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8260]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:51.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1468] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 08:19:51.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1468, complete]! 08:19:51.303 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1468, complete] completed ACK-2.04 MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes! 08:19:51.303 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8260 08:19:51.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,514,T299) 127.0.0.1:8,259 ==> :8,260 [ACK-2.04 MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x}, 18 EC B6 39 FB 5C 24 95 58 B3 71 C9 A7 D5 CC 52 0A 8A B8 0C C9 B3 D5 B7 95 C3 1B 78 E0 99 B4 04..80 bytes] 08:19:51.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 94 bytes from 127.0.0.1:8259 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/resource, 127.0.0.1:8259] inbound block2 transfer [KeyUri[coap:/resource, 127.0.0.1:8259]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05 MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-POST MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] send request 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] prepare retransmission for CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-POST MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:19:51.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated mid KeyMID[127.0.0.1:8259-41831], CON-POST MID=41831, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:19:51.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467] for MID KeyMID[127.0.0.1:8259-41830] 08:19:51.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] keep for KeyToken[127.0.0.1:8259-CC7143A53FBCA641], CON-POST MID=41831, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 08:19:51.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-41831], KeyToken[127.0.0.1:8259-CC7143A53FBCA641]] 08:19:51.305 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8259 08:19:51.305 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,515,T296) 127.0.0.1:8,260 ==> :8,259 [CON-POST MID=41831, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13] 08:19:51.305 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 36 bytes from 127.0.0.1:8260 08:19:51.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-41831] 08:19:51.305 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.305 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469] replace CON-POST MID=41831, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, by CON-GET MID=41831, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, 08:19:51.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8260]: currentNum=1, currentSzx=2, bufferSize=256, complete=false] 08:19:51.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1469] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469, complete]! 08:19:51.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1469, complete] completed ACK-2.04 MID=41831, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes! 08:19:51.306 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8260 08:19:51.306 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,516,T299) 127.0.0.1:8,259 ==> :8,260 [ACK-2.04 MID=41831, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x}, 47 6D 70 5A ED 42 93 3A 89 A0 50 DB 5A C1 40 07 D3 6D CF B8 BD 5C E8 F4 0B 07 3C 3C DF B7 65 C7..77 bytes] 08:19:51.306 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 91 bytes from 127.0.0.1:8259 08:19:51.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-POST MID=41831, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0901}, acked 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13 by CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] send request 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] prepare retransmission for CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-POST MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated mid KeyMID[127.0.0.1:8259-41832], CON-POST MID=41832, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467] for MID KeyMID[127.0.0.1:8259-41831] 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] keep for KeyToken[127.0.0.1:8259-CC7143A53FBCA641], CON-POST MID=41832, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 08:19:51.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-41832], KeyToken[127.0.0.1:8259-CC7143A53FBCA641]] 08:19:51.307 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8259 08:19:51.308 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,517,T296) 127.0.0.1:8,260 ==> :8,259 [CON-POST MID=41832, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2] 08:19:51.308 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 36 bytes from 127.0.0.1:8260 08:19:51.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-41832] 08:19:51.308 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.308 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1470] replace CON-POST MID=41832, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, by CON-GET MID=41832, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, 08:19:51.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8260]: currentNum=2, currentSzx=2, bufferSize=256, complete=false] 08:19:51.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1470] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1470, complete]! 08:19:51.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1470, complete] completed ACK-2.04 MID=41832, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes! 08:19:51.309 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8260 08:19:51.309 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,518,T299) 127.0.0.1:8,259 ==> :8,260 [ACK-2.04 MID=41832, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x}, 72 A6 6F F0 BF A6 59 E9 CA E0 D6 8F 62 12 9F B2 2C CA F3 79 71 77 3A 49 57 65 E7 EE 46 6C 3A 30..77 bytes] 08:19:51.309 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 91 bytes from 127.0.0.1:8259 08:19:51.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:51.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-POST MID=41832, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0902}, acked 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2 by CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:51.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] send request 08:19:51.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1467] prepare retransmission for CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:51.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-POST MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:19:51.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] added with generated mid KeyMID[127.0.0.1:8259-41833], CON-POST MID=41833, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:19:51.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467] for MID KeyMID[127.0.0.1:8259-41832] 08:19:51.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1467] keep for KeyToken[127.0.0.1:8259-CC7143A53FBCA641], CON-POST MID=41833, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 08:19:51.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-41833], KeyToken[127.0.0.1:8259-CC7143A53FBCA641]] 08:19:51.310 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8259 08:19:51.310 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,519,T296) 127.0.0.1:8,260 ==> :8,259 [CON-POST MID=41833, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9] 08:19:51.310 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8259) received 36 bytes from 127.0.0.1:8260 08:19:51.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-41833] 08:19:51.310 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.310 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471] replace CON-POST MID=41833, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, by CON-GET MID=41833, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, 08:19:51.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/resource, 127.0.0.1:8260]: currentNum=3, currentSzx=2, bufferSize=256, complete=true] 08:19:51.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1471] send response null-2.05 MID= -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471, complete]! 08:19:51.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1471, complete] completed ACK-2.04 MID=41833, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes! 08:19:51.311 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8260 08:19:51.311 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,520,T299) 127.0.0.1:8,259 ==> :8,260 [ACK-2.04 MID=41833, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x}, 2B A1 B6 DE 70 07 AF 58 20 55 0A 8B 2F E2 D2 46 34 46 22 F5 3C 17 B6 6E 61 7F 40 29 FC AB B6 17..77 bytes] 08:19:51.311 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 91 bytes from 127.0.0.1:8259 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/resource, 127.0.0.1:8259]], block2 transfers still in progress: 0 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05 MID=41830, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467] replace CON-POST MID=41833, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x0903}, acked 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9 by CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1467, complete]! 08:19:51.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467, complete] for token KeyToken[127.0.0.1:8259-CC7143A53FBCA641] 08:19:51.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1467, complete] for MID KeyMID[127.0.0.1:8259-41833] 08:19:51.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1467, complete] completed CON-GET MID= -1, Token=CC7143A53FBCA641, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, ! 08:19:51.312 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.312 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8259 08:19:51.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8259 08:19:51.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] stopping ... 08:19:51.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /127.0.0.1 08:19:51.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] has stopped. 08:19:51.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8259 08:19:51.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8260 08:19:51.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8260 08:19:51.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] stopping ... 08:19:51.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /0.0.0.0 08:19:51.353 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] has stopped. 08:19:51.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8260 08:19:51.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet 08:19:51.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 08:19:51.354 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.354 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.354 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261 08:19:51.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8261, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8261 08:19:51.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.355 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.355 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.355 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.355 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262 08:19:51.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8262, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8262 08:19:51.355 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer 08:19:51.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8261]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:51.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:51.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] send request 08:19:51.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:51.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:51.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated mid KeyMID[127.0.0.1:8261-45876], CON-POST MID=45876, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:51.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated token KeyToken[127.0.0.1:8261-08D19670C6319989], CON-POST MID=45876, Token=08D19670C6319989, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes 08:19:51.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-45876], KeyToken[127.0.0.1:8261-08D19670C6319989]] 08:19:51.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8261 08:19:51.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,521,T304) 127.0.0.1:8,262 ==> :8,261 [CON-POST MID=45876, Token=08D19670C6319989, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes] 08:19:51.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 107 bytes from 127.0.0.1:8262 08:19:51.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-45876] 08:19:51.358 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.358 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1473] replace CON-POST MID=45876, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-PUT MID=45876, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes 08:19:51.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0) 08:19:51.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/resource, 127.0.0.1:8262]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1 08:19:51.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:19:51.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1473] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, 08:19:51.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1473, complete]! 08:19:51.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1473, complete] completed ACK-2.04 MID=45876, Token=08D19670C6319989, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03! 08:19:51.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8262 08:19:51.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,522,T307) 127.0.0.1:8,261 ==> :8,262 [ACK-2.04 MID=45876, Token=08D19670C6319989, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03] 08:19:51.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 26 bytes from 127.0.0.1:8261 08:19:51.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=0) 08:19:51.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-POST MID=45876, Token=08D19670C6319989, OptionSet={"Object-Security":0x0900}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes by CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] send request 08:19:51.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] prepare retransmission for CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:51.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated mid KeyMID[127.0.0.1:8261-45877], CON-POST MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:51.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472] for MID KeyMID[127.0.0.1:8261-45876] 08:19:51.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] keep for KeyToken[127.0.0.1:8261-08D19670C6319989], CON-POST MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes 08:19:51.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-45877], KeyToken[127.0.0.1:8261-08D19670C6319989]] 08:19:51.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8261 08:19:51.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,523,T304) 127.0.0.1:8,262 ==> :8,261 [CON-POST MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes] 08:19:51.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 103 bytes from 127.0.0.1:8262 08:19:51.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-45877] 08:19:51.361 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.361 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474] replace CON-POST MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-PUT MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1) 08:19:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8262] for CON-PUT MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes 08:19:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:19:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1474] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, 08:19:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, complete]! 08:19:51.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, complete] completed ACK-2.04 MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C! 08:19:51.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8262 08:19:51.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,524,T307) 127.0.0.1:8,261 ==> :8,262 [ACK-2.04 MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C] 08:19:51.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 26 bytes from 127.0.0.1:8261 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=1) 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-POST MID=45877, Token=08D19670C6319989, OptionSet={"Object-Security":0x0901}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes by CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] send request 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] prepare retransmission for CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:51.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated mid KeyMID[127.0.0.1:8261-45878], CON-POST MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:51.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472] for MID KeyMID[127.0.0.1:8261-45877] 08:19:51.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] keep for KeyToken[127.0.0.1:8261-08D19670C6319989], CON-POST MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes 08:19:51.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-45878], KeyToken[127.0.0.1:8261-08D19670C6319989]] 08:19:51.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8261 08:19:51.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,525,T304) 127.0.0.1:8,262 ==> :8,261 [CON-POST MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes] 08:19:51.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 103 bytes from 127.0.0.1:8262 08:19:51.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-45878] 08:19:51.363 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.363 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1475] replace CON-POST MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-PUT MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2) 08:19:51.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8262] for CON-PUT MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes 08:19:51.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:19:51.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1475] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, 08:19:51.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1475, complete]! 08:19:51.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1475, complete] completed ACK-2.04 MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B! 08:19:51.364 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8262 08:19:51.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,526,T307) 127.0.0.1:8,261 ==> :8,262 [ACK-2.04 MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B] 08:19:51.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 26 bytes from 127.0.0.1:8261 08:19:51.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=true, num=2) 08:19:51.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-POST MID=45878, Token=08D19670C6319989, OptionSet={"Object-Security":0x0902}, acked 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes by CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] send request 08:19:51.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1472] prepare retransmission for CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes 08:19:51.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472] replace CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:51.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] added with generated mid KeyMID[127.0.0.1:8261-45879], CON-POST MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:51.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472] for MID KeyMID[127.0.0.1:8261-45878] 08:19:51.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1472] keep for KeyToken[127.0.0.1:8261-08D19670C6319989], CON-POST MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes 08:19:51.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-45879], KeyToken[127.0.0.1:8261-08D19670C6319989]] 08:19:51.365 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8261 08:19:51.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,527,T304) 127.0.0.1:8,262 ==> :8,261 [CON-POST MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes] 08:19:51.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8261) received 103 bytes from 127.0.0.1:8262 08:19:51.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-45879] 08:19:51.365 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.365 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476] replace CON-POST MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-PUT MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3) 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/resource, 127.0.0.1:8262] for CON-PUT MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/resource, 127.0.0.1:8262]], block1 transfers still in progress: 0 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1476] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, complete]! 08:19:51.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, complete] completed ACK-2.04 MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF! 08:19:51.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8262 08:19:51.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,528,T307) 127.0.0.1:8,261 ==> :8,262 [ACK-2.04 MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF] 08:19:51.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8262) received 26 bytes from 127.0.0.1:8261 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=2/64, m=false, num=3) 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1472, complete]! 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472, complete] for token KeyToken[127.0.0.1:8261-08D19670C6319989] 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1472, complete] for MID KeyMID[127.0.0.1:8261-45879] 08:19:51.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1472, complete] completed CON-PUT MID= -1, Token=08D19670C6319989, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST MID=45879, Token=08D19670C6319989, OptionSet={"Object-Security":0x0903}, acked 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes! 08:19:51.367 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.367 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8261 08:19:51.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8261 08:19:51.368 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] stopping ... 08:19:51.368 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /127.0.0.1 08:19:51.368 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] has stopped. 08:19:51.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8261 08:19:51.368 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8262 08:19:51.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8262 08:19:51.368 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] stopping ... 08:19:51.368 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /0.0.0.0 08:19:51.368 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] has stopped. 08:19:51.368 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8262 08:19:51.368 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut 08:19:51.368 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 08:19:51.369 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.369 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.369 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.369 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.370 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.370 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.370 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263 08:19:51.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.370 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8263, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8263 08:19:51.370 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.370 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.370 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.370 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=64, PREFERRED_BLOCK_SIZE=64, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.370 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.371 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.371 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.371 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.371 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.371 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264 08:19:51.371 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.371 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8264, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.371 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8264 08:19:51.371 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 08:19:51.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477] send request 08:19:51.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1477] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes 08:19:51.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, complete]! 08:19:51.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1477, complete] request [MID=-1, null] 08:19:51.372 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.372 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.373 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8263 08:19:51.373 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8263 08:19:51.373 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] stopping ... 08:19:51.373 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /127.0.0.1 08:19:51.373 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] has stopped. 08:19:51.373 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8263 08:19:51.373 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.373 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8264 08:19:51.373 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8264 08:19:51.373 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] stopping ... 08:19:51.373 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /0.0.0.0 08:19:51.373 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] has stopped. 08:19:51.373 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8264 08:19:51.374 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize 08:19:51.374 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:51.374 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest [INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest 08:19:51.375 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 08:19:51.375 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.375 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.375 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.375 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.375 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.375 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.376 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.376 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.376 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.376 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265 08:19:51.376 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.376 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8265, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8265 08:19:51.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.376 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.376 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.376 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.376 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.376 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.376 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.377 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.377 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.377 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.377 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.377 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266 08:19:51.377 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.377 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8266, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.377 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.377 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8266 08:19:51.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.378 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.378 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.378 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.378 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.378 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.378 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.378 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.378 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267 08:19:51.378 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.378 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8267, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.379 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8267 08:19:51.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.379 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8267 08:19:51.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, 08:19:51.380 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1478] send request 08:19:51.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, 08:19:51.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1478] replace NON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1478] added with generated mid KeyMID[127.0.0.1:8266-8289], NON-POST MID= 8289, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1478] added with generated token KeyToken[127.0.0.1:8266-FC5567AEDBF60FB3], NON-POST MID= 8289, Token=FC5567AEDBF60FB3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8266-8289], KeyToken[127.0.0.1:8266-FC5567AEDBF60FB3]] 08:19:51.381 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8266 08:19:51.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,529,T325) 127.0.0.1:8,267 ==> :8,266 [NON-POST MID= 8289, Token=FC5567AEDBF60FB3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.382 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8266) received 58 bytes from 127.0.0.1:8267 08:19:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8267-8289] 08:19:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.382 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.382 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.382 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.382 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.383 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.383 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268 08:19:51.383 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.383 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8268, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.383 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8268 08:19:51.383 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.383 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8268 08:19:51.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1480] send request 08:19:51.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1480] added with generated mid KeyMID[127.0.0.1:8265-11013], NON-POST MID=11013, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1480] added with generated token KeyToken[127.0.0.1:8265-1CD11D9043E126F2], NON-POST MID=11013, Token=1CD11D9043E126F2, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-11013], KeyToken[127.0.0.1:8265-1CD11D9043E126F2]] 08:19:51.384 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8265 08:19:51.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,530,T320) 127.0.0.1:8,268 ==> :8,265 [NON-POST MID=11013, Token=1CD11D9043E126F2, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.384 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8265) received 34 bytes from 127.0.0.1:8268 08:19:51.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8268-11013] 08:19:51.384 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.384 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481] replace NON-POST MID=11013, Token=1CD11D9043E126F2, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by NON-GET MID=11013, Token=1CD11D9043E126F2, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.384 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1481] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:19:51.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481, complete]! 08:19:51.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1481, complete] completed NON-2.04 MID= 3246, Token=1CD11D9043E126F2, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:19:51.385 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8268 08:19:51.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,531,T331) 127.0.0.1:8,265 ==> :8,268 [NON-2.04 MID= 3246, Token=1CD11D9043E126F2, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:19:51.385 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8268) received 152 bytes from 127.0.0.1:8265 08:19:51.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8265-3246] 08:19:51.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1480, complete]! 08:19:51.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1480, complete] for token KeyToken[127.0.0.1:8265-1CD11D9043E126F2] 08:19:51.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1480, complete] for MID KeyMID[127.0.0.1:8265-11013] 08:19:51.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1480, complete] completed NON-POST MID=11013, Token=1CD11D9043E126F2, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:51.385 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [138/32] requires blockwise transfer 08:19:51.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8267]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1 08:19:51.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1479] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:51.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1479, complete]! 08:19:51.386 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1479, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes -/- NON-2.04 MID=47293, Token=FC5567AEDBF60FB3, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:19:51.386 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8267 08:19:51.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,532,T328) 127.0.0.1:8,266 ==> :8,267 [NON-2.04 MID=47293, Token=FC5567AEDBF60FB3, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:19:51.386 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8267) received 51 bytes from 127.0.0.1:8266 08:19:51.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-47293] 08:19:51.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requested resource body [138 bytes] exceeds max buffer size [64 bytes], aborting request 08:19:51.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1478, complete]! 08:19:51.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1478, complete] for token KeyToken[127.0.0.1:8266-FC5567AEDBF60FB3] 08:19:51.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1478, complete] for MID KeyMID[127.0.0.1:8266-8289] 08:19:51.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1478, complete] completed NON-GET MID= -1, Token=FC5567AEDBF60FB3, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8265/resource"}, -/- NON-POST MID= 8289, Token=FC5567AEDBF60FB3, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8265"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:51.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1478, complete] request [MID=8289, Token=FC5567AEDBF60FB3] 08:19:51.387 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.387 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.387 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8265 08:19:51.387 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8265 08:19:51.387 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] stopping ... 08:19:51.387 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /127.0.0.1 08:19:51.387 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] has stopped. 08:19:51.387 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8265 08:19:51.387 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.387 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.387 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8266 08:19:51.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8266 08:19:51.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8266] stopping ... 08:19:51.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /127.0.0.1 08:19:51.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8266] has stopped. 08:19:51.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8266 08:19:51.388 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.388 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.388 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8267 08:19:51.388 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8267 08:19:51.388 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8267] stopping ... 08:19:51.388 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /0.0.0.0 08:19:51.389 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8267] has stopped. 08:19:51.389 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8267 08:19:51.389 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.389 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8268 08:19:51.389 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8268 08:19:51.389 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] stopping ... 08:19:51.389 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /0.0.0.0 08:19:51.389 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] has stopped. 08:19:51.389 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8268 08:19:51.389 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW 08:19:51.390 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 08:19:51.390 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.390 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.390 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.390 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.391 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.391 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.391 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.391 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.391 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.391 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269 08:19:51.391 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.391 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8269, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.391 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.391 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8269 08:19:51.391 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.392 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.392 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.392 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.392 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.392 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.392 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.392 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.392 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.392 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.392 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270 08:19:51.392 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.393 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8270, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.393 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.393 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.393 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8270 08:19:51.393 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.393 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.393 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.394 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.394 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.394 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.394 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.394 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.394 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.394 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271 08:19:51.394 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.394 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.394 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8271, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.394 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8271 08:19:51.394 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.394 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8271 08:19:51.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1482] send request 08:19:51.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1482] replace NON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1482] added with generated mid KeyMID[127.0.0.1:8270-39129], NON-POST MID=39129, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1482] added with generated token KeyToken[127.0.0.1:8270-D4BA484246A6015B], NON-POST MID=39129, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-39129], KeyToken[127.0.0.1:8270-D4BA484246A6015B]] 08:19:51.396 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8270 08:19:51.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,533,T341) 127.0.0.1:8,271 ==> :8,270 [NON-POST MID=39129, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:51.396 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 189 bytes from 127.0.0.1:8271 08:19:51.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-39129] 08:19:51.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.396 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.397 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.397 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.397 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.397 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272 08:19:51.397 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.397 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8272, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.397 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.398 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8272 08:19:51.398 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8272 08:19:51.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:19:51.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8269]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:51.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1484] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1484] send request 08:19:51.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1484] added with generated mid KeyMID[127.0.0.1:8269-28588], NON-POST MID=28588, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1484] added with generated token KeyToken[127.0.0.1:8269-8418F07B3829F576], NON-POST MID=28588, Token=8418F07B3829F576, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-28588], KeyToken[127.0.0.1:8269-8418F07B3829F576]] 08:19:51.398 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8269 08:19:51.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,534,T336) 127.0.0.1:8,272 ==> :8,269 [NON-POST MID=28588, Token=8418F07B3829F576, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:19:51.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8269) received 54 bytes from 127.0.0.1:8272 08:19:51.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8272-28588] 08:19:51.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1485] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:19:51.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1485, complete]! 08:19:51.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1485, complete] completed NON-4.13 MID= 2506, Token=8418F07B3829F576, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:19:51.399 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8272 08:19:51.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,535,T347) 127.0.0.1:8,269 ==> :8,272 [NON-4.13 MID= 2506, Token=8418F07B3829F576, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:19:51.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8272) received 45 bytes from 127.0.0.1:8269 08:19:51.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8269-2506] 08:19:51.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID= 2506, Token=8418F07B3829F576, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:19:51.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8269]], block1 transfers still in progress: 0 08:19:51.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1484, complete]! 08:19:51.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1484, complete] for token KeyToken[127.0.0.1:8269-8418F07B3829F576] 08:19:51.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1484, complete] for MID KeyMID[127.0.0.1:8269-28588] 08:19:51.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1484, complete] completed NON-POST MID=28588, Token=8418F07B3829F576, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- NON-POST MID=28588, Token=8418F07B3829F576, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9! 08:19:51.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1483] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:19:51.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1483, complete]! 08:19:51.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1483, complete] completed NON-4.13 MID=60772, Token=D4BA484246A6015B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:19:51.400 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8271 08:19:51.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,536,T344) 127.0.0.1:8,270 ==> :8,271 [NON-4.13 MID=60772, Token=D4BA484246A6015B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:19:51.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 45 bytes from 127.0.0.1:8270 08:19:51.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-60772] 08:19:51.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:51.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=60772, Token=D4BA484246A6015B, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:19:51.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8270]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1 08:19:51.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1482] replace NON-POST MID=39129, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8269"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT MID= -1, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8269/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes 08:19:51.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1482] send request 08:19:51.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: NON-PUT MID= -1, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1482] replace NON-PUT MID= -1, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8269/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST MID= -1, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:19:51.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1482] added with generated mid KeyMID[127.0.0.1:8270-39130], NON-POST MID=39130, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:19:51.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1482] for MID KeyMID[127.0.0.1:8270-39129] 08:19:51.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1482] keep for KeyToken[127.0.0.1:8270-D4BA484246A6015B], NON-POST MID=39130, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes 08:19:51.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8270-39130], KeyToken[127.0.0.1:8270-D4BA484246A6015B]] 08:19:51.402 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8270 08:19:51.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,537,T341) 127.0.0.1:8,271 ==> :8,270 [NON-POST MID=39130, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes] 08:19:51.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8270) received 130 bytes from 127.0.0.1:8271 08:19:51.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8271-39130] 08:19:51.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.402 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.402 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.402 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.402 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.403 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273 08:19:51.403 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.403 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8273, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.403 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.403 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8273 08:19:51.403 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.403 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8273 08:19:51.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer 08:19:51.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8269]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1 08:19:51.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487] replace NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:19:51.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1487] send request 08:19:51.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487] added with generated mid KeyMID[127.0.0.1:8269-44497], NON-POST MID=44497, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:19:51.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1487] added with generated token KeyToken[127.0.0.1:8269-242875B0E6117848], NON-POST MID=44497, Token=242875B0E6117848, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B 08:19:51.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-44497], KeyToken[127.0.0.1:8269-242875B0E6117848]] 08:19:51.404 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8269 08:19:51.404 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,538,T336) 127.0.0.1:8,273 ==> :8,269 [NON-POST MID=44497, Token=242875B0E6117848, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B] 08:19:51.404 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8269) received 54 bytes from 127.0.0.1:8273 08:19:51.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8273-44497] 08:19:51.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1488] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:19:51.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, complete]! 08:19:51.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, complete] completed NON-4.13 MID=11111, Token=242875B0E6117848, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:19:51.405 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8273 08:19:51.405 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,539,T350) 127.0.0.1:8,269 ==> :8,273 [NON-4.13 MID=11111, Token=242875B0E6117848, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:19:51.405 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8273) received 45 bytes from 127.0.0.1:8269 08:19:51.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8269-11111] 08:19:51.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=11111, Token=242875B0E6117848, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:19:51.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8269]], block1 transfers still in progress: 0 08:19:51.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, complete]! 08:19:51.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, complete] for token KeyToken[127.0.0.1:8269-242875B0E6117848] 08:19:51.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1487, complete] for MID KeyMID[127.0.0.1:8269-44497] 08:19:51.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1487, complete] completed NON-POST MID=44497, Token=242875B0E6117848, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes -/- NON-POST MID=44497, Token=242875B0E6117848, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B! 08:19:51.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1486] send response null-4.13 MID= -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes" 08:19:51.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, complete]! 08:19:51.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, complete] completed NON-4.13 MID=60773, Token=D4BA484246A6015B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"! 08:19:51.406 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8271 08:19:51.406 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,540,T344) 127.0.0.1:8,270 ==> :8,271 [NON-4.13 MID=60773, Token=D4BA484246A6015B, OptionSet={"Size1":64}, "body too large, max. 64 bytes"] 08:19:51.406 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8271) received 45 bytes from 127.0.0.1:8270 08:19:51.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-60773] 08:19:51.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] WARN org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is NOT OSCORE protected! 08:19:51.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received error NON-4.13 MID=60773, Token=D4BA484246A6015B, OptionSet={"Size1":64}, "body too large, max. 64 bytes": 08:19:51.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8270]], block1 transfers still in progress: 0 08:19:51.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1482, complete]! 08:19:51.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1482, complete] for token KeyToken[127.0.0.1:8270-D4BA484246A6015B] 08:19:51.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1482, complete] for MID KeyMID[127.0.0.1:8270-39130] 08:19:51.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1482, complete] completed NON-PUT MID= -1, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST MID=39130, Token=D4BA484246A6015B, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8269"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes! ==[ CoAP Response ]============================================ MID : -1 Token : D4BA484246A6015B Type : NON Status : 4.13 - REQUEST_ENTITY_TOO_LARGE Options: {"Size1":64} RTT : 11 ms Payload: 29 Bytes =============================================================== 08:19:51.406 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.406 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.407 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8269 08:19:51.407 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8269 08:19:51.407 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] stopping ... 08:19:51.407 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /127.0.0.1 08:19:51.407 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] has stopped. 08:19:51.407 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8269 08:19:51.407 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.407 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.407 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.407 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8270 08:19:51.408 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8270 08:19:51.408 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8270] stopping ... 08:19:51.408 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /127.0.0.1 08:19:51.408 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8270] has stopped. 08:19:51.408 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8270 08:19:51.408 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.408 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.408 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8271 08:19:51.408 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8271 08:19:51.408 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8271] stopping ... 08:19:51.408 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /0.0.0.0 08:19:51.408 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8271] has stopped. 08:19:51.408 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8271 08:19:51.408 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.408 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8272 08:19:51.408 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8272 08:19:51.408 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] stopping ... 08:19:51.408 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /0.0.0.0 08:19:51.409 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] has stopped. 08:19:51.409 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8272 08:19:51.409 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.409 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8273 08:19:51.409 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8273 08:19:51.409 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8273] stopping ... 08:19:51.409 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /0.0.0.0 08:19:51.409 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8273] has stopped. 08:19:51.409 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8273 08:19:51.410 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW 08:19:51.410 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 08:19:51.452 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.452 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.452 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.452 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.453 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.453 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.453 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.453 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.453 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.453 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274 08:19:51.454 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.454 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8274, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.454 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8274 08:19:51.454 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.454 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.454 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.454 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.454 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.455 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.455 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.455 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.455 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.455 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275 08:19:51.455 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.455 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8275, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.455 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8275 08:19:51.456 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.456 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.456 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.457 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.457 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.457 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276 08:19:51.457 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.457 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8276, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.457 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.457 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8276 08:19:51.457 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8276 08:19:51.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489] send request 08:19:51.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1489] prepare retransmission for CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489] replace CON-PUT MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489] added with generated mid KeyMID[127.0.0.1:8275-36160], CON-POST MID=36160, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1489] added with generated token KeyToken[127.0.0.1:8275-9027FB0B881F6274], CON-POST MID=36160, Token=9027FB0B881F6274, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8275-36160], KeyToken[127.0.0.1:8275-9027FB0B881F6274]] 08:19:51.459 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8275 08:19:51.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,541,T360) 127.0.0.1:8,276 ==> :8,275 [CON-POST MID=36160, Token=9027FB0B881F6274, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:51.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8275) received 189 bytes from 127.0.0.1:8276 08:19:51.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8276-36160] 08:19:51.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.459 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.459 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.460 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.460 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.460 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277 08:19:51.460 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.460 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8277, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.460 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8277 08:19:51.460 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8277 08:19:51.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:19:51.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8274]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:51.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:19:51.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-58908], CON-POST MID=58908, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated token KeyToken[127.0.0.1:8274-A871825AD506B3F0], CON-POST MID=58908, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-58908], KeyToken[127.0.0.1:8274-A871825AD506B3F0]] 08:19:51.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8274 08:19:51.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,542,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=58908, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:19:51.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 54 bytes from 127.0.0.1:8277 08:19:51.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-58908] 08:19:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 08:19:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8277]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:19:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1492] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 08:19:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, complete]! 08:19:51.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1492, complete] completed ACK-2.31 MID=58908, Token=A871825AD506B3F0, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 08:19:51.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8277 08:19:51.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,543,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.31 MID=58908, Token=A871825AD506B3F0, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 08:19:51.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 15 bytes from 127.0.0.1:8274 08:19:51.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 08:19:51.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID=58908, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:19:51.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-58909], CON-POST MID=58909, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491] for MID KeyMID[127.0.0.1:8274-58908] 08:19:51.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] keep for KeyToken[127.0.0.1:8274-A871825AD506B3F0], CON-POST MID=58909, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-58909], KeyToken[127.0.0.1:8274-A871825AD506B3F0]] 08:19:51.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8274 08:19:51.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,544,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=58909, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 08:19:51.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 51 bytes from 127.0.0.1:8277 08:19:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-58909] 08:19:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 08:19:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8277] for CON-POST MID=58909, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:19:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1493] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 08:19:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1493, complete]! 08:19:51.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1493, complete] completed ACK-2.31 MID=58909, Token=A871825AD506B3F0, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 08:19:51.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8277 08:19:51.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,545,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.31 MID=58909, Token=A871825AD506B3F0, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 08:19:51.464 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 15 bytes from 127.0.0.1:8274 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID=58909, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-58910], CON-POST MID=58910, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491] for MID KeyMID[127.0.0.1:8274-58909] 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] keep for KeyToken[127.0.0.1:8274-A871825AD506B3F0], CON-POST MID=58910, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-58910], KeyToken[127.0.0.1:8274-A871825AD506B3F0]] 08:19:51.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8274 08:19:51.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,546,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=58910, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 08:19:51.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 51 bytes from 127.0.0.1:8277 08:19:51.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-58910] 08:19:51.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 08:19:51.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8277] for CON-POST MID=58910, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:19:51.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1494] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 08:19:51.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, complete]! 08:19:51.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, complete] completed ACK-2.31 MID=58910, Token=A871825AD506B3F0, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 08:19:51.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8277 08:19:51.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,547,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.31 MID=58910, Token=A871825AD506B3F0, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 08:19:51.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 15 bytes from 127.0.0.1:8274 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID=58910, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-58911], CON-POST MID=58911, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491] for MID KeyMID[127.0.0.1:8274-58910] 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] keep for KeyToken[127.0.0.1:8274-A871825AD506B3F0], CON-POST MID=58911, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-58911], KeyToken[127.0.0.1:8274-A871825AD506B3F0]] 08:19:51.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8274 08:19:51.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,548,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=58911, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 08:19:51.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 51 bytes from 127.0.0.1:8277 08:19:51.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-58911] 08:19:51.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 08:19:51.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8277] for CON-POST MID=58911, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 08:19:51.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1495] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 08:19:51.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1495, complete]! 08:19:51.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1495, complete] completed ACK-2.31 MID=58911, Token=A871825AD506B3F0, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 08:19:51.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8277 08:19:51.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,549,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.31 MID=58911, Token=A871825AD506B3F0, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 08:19:51.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 15 bytes from 127.0.0.1:8274 08:19:51.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 08:19:51.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:51.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491] replace CON-POST MID=58911, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:51.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] send request 08:19:51.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1491] prepare retransmission for CON-POST MID= -1, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:51.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] added with generated mid KeyMID[127.0.0.1:8274-58912], CON-POST MID=58912, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:51.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491] for MID KeyMID[127.0.0.1:8274-58911] 08:19:51.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1491] keep for KeyToken[127.0.0.1:8274-A871825AD506B3F0], CON-POST MID=58912, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:51.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8274-58912], KeyToken[127.0.0.1:8274-A871825AD506B3F0]] 08:19:51.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8274 08:19:51.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,550,T355) 127.0.0.1:8,277 ==> :8,274 [CON-POST MID=58912, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38] 08:19:51.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8274) received 40 bytes from 127.0.0.1:8277 08:19:51.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8277-58912] 08:19:51.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 08:19:51.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8277] for CON-POST MID=58912, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38 08:19:51.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 08:19:51.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8277]], block1 transfers still in progress: 0 08:19:51.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 08:19:51.468 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.468 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1496] send response null-2.04 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, 08:19:51.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, complete]! 08:19:51.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, complete] completed ACK-2.04 MID=58912, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 08:19:51.469 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8277 08:19:51.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,551,T366) 127.0.0.1:8,274 ==> :8,277 [ACK-2.04 MID=58912, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 08:19:51.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8277) received 26 bytes from 127.0.0.1:8274 08:19:51.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 08:19:51.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, complete]! 08:19:51.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, complete] for token KeyToken[127.0.0.1:8274-A871825AD506B3F0] 08:19:51.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1491, complete] for MID KeyMID[127.0.0.1:8274-58912] 08:19:51.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1491, complete] completed CON-POST MID=58908, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=58912, Token=A871825AD506B3F0, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38! 08:19:51.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1490] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB 08:19:51.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, complete]! 08:19:51.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, complete] completed ACK-2.04 MID=36160, Token=9027FB0B881F6274, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB! 08:19:51.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8276 08:19:51.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,552,T363) 127.0.0.1:8,275 ==> :8,276 [ACK-2.04 MID=36160, Token=9027FB0B881F6274, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB] 08:19:51.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8276) received 26 bytes from 127.0.0.1:8275 08:19:51.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, complete]! 08:19:51.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, complete] for token KeyToken[127.0.0.1:8275-9027FB0B881F6274] 08:19:51.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1489, complete] for MID KeyMID[127.0.0.1:8275-36160] 08:19:51.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1489, complete] completed CON-PUT MID= -1, Token=9027FB0B881F6274, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8274/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=36160, Token=9027FB0B881F6274, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8274"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 36160 Token : 9027FB0B881F6274 Type : ACK Status : 2.04 - CHANGED Options: {"Object-Security":0x} RTT : 13 ms Payload: 0 Bytes =============================================================== 08:19:51.471 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.471 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.471 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8274 08:19:51.472 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8274 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8274] stopping ... 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /127.0.0.1 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8274] has stopped. 08:19:51.472 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8274 08:19:51.472 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.472 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.472 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.472 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8275 08:19:51.472 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8275 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] stopping ... 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /127.0.0.1 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] has stopped. 08:19:51.472 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8275 08:19:51.472 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.472 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.472 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8276 08:19:51.472 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8276 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] stopping ... 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /0.0.0.0 08:19:51.472 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] has stopped. 08:19:51.473 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8276 08:19:51.473 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.473 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8277 08:19:51.473 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8277 08:19:51.473 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8277] stopping ... 08:19:51.473 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /0.0.0.0 08:19:51.473 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8277] has stopped. 08:19:51.473 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8277 08:19:51.473 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW 08:19:51.474 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 08:19:51.474 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.474 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.474 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.474 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.474 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.475 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.475 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.475 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.475 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.475 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278 08:19:51.475 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.475 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8278, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.475 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.475 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8278 08:19:51.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.476 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.476 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.476 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.476 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.476 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.476 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.476 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.476 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.476 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.476 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279 08:19:51.476 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.476 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8279, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.477 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279 08:19:51.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.477 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.477 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.477 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.477 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.477 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.477 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.477 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.477 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.477 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.477 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280 08:19:51.478 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.478 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8280, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.478 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280 08:19:51.478 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.478 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8280 08:19:51.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, 08:19:51.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1497] send request 08:19:51.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1497] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, 08:19:51.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, 08:19:51.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1497] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1497] added with generated mid KeyMID[127.0.0.1:8279-44123], CON-POST MID=44123, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1497] added with generated token KeyToken[127.0.0.1:8279-7064BEFE856AF65A], CON-POST MID=44123, Token=7064BEFE856AF65A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-44123], KeyToken[127.0.0.1:8279-7064BEFE856AF65A]] 08:19:51.480 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8279 08:19:51.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,553,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST MID=44123, Token=7064BEFE856AF65A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8279) received 58 bytes from 127.0.0.1:8280 08:19:51.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-44123] 08:19:51.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.480 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.480 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.480 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.480 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.481 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281 08:19:51.481 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.481 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8281, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.481 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8281 08:19:51.481 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8281 08:19:51.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1499] send request 08:19:51.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1499] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1499] added with generated mid KeyMID[127.0.0.1:8278-50955], CON-POST MID=50955, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1499] added with generated token KeyToken[127.0.0.1:8278-E031959E049B6973], CON-POST MID=50955, Token=E031959E049B6973, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8278-50955], KeyToken[127.0.0.1:8278-E031959E049B6973]] 08:19:51.482 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8278 08:19:51.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,554,T371) 127.0.0.1:8,281 ==> :8,278 [CON-POST MID=50955, Token=E031959E049B6973, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.482 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8278) received 34 bytes from 127.0.0.1:8281 08:19:51.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8281-50955] 08:19:51.482 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.482 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500] replace CON-POST MID=50955, Token=E031959E049B6973, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=50955, Token=E031959E049B6973, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1500] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:19:51.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, complete]! 08:19:51.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, complete] completed ACK-2.04 MID=50955, Token=E031959E049B6973, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:19:51.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8281 08:19:51.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,555,T382) 127.0.0.1:8,278 ==> :8,281 [ACK-2.04 MID=50955, Token=E031959E049B6973, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:19:51.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8281) received 152 bytes from 127.0.0.1:8278 08:19:51.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1499, complete]! 08:19:51.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1499, complete] for token KeyToken[127.0.0.1:8278-E031959E049B6973] 08:19:51.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1499, complete] for MID KeyMID[127.0.0.1:8278-50955] 08:19:51.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1499, complete] completed CON-POST MID=50955, Token=E031959E049B6973, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:51.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1498] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes 08:19:51.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, complete]! 08:19:51.483 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, complete] completed ACK-2.04 MID=44123, Token=7064BEFE856AF65A, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:19:51.483 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8280 08:19:51.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,556,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04 MID=44123, Token=7064BEFE856AF65A, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:19:51.483 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 152 bytes from 127.0.0.1:8279 08:19:51.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1497, complete]! 08:19:51.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1497, complete] for token KeyToken[127.0.0.1:8279-7064BEFE856AF65A] 08:19:51.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1497, complete] for MID KeyMID[127.0.0.1:8279-44123] 08:19:51.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1497, complete] completed CON-GET MID= -1, Token=7064BEFE856AF65A, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8278/resource"}, -/- CON-POST MID=44123, Token=7064BEFE856AF65A, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8278"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 44123 Token : 7064BEFE856AF65A Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 128 Bytes =============================================================== 08:19:51.484 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.484 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.484 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8278 08:19:51.484 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8278 08:19:51.484 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8278] stopping ... 08:19:51.484 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /127.0.0.1 08:19:51.484 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8278] has stopped. 08:19:51.485 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8278 08:19:51.485 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.485 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.485 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.485 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279 08:19:51.485 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ... 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped. 08:19:51.485 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279 08:19:51.485 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.485 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.485 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280 08:19:51.485 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ... 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped. 08:19:51.485 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8280 08:19:51.485 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.485 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8281 08:19:51.485 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8281 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8281] stopping ... 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /0.0.0.0 08:19:51.485 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8281] has stopped. 08:19:51.485 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8281 08:19:51.486 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet 08:19:51.486 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 08:19:51.486 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.486 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.486 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.486 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.487 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.487 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.487 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.487 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.487 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.487 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282 08:19:51.487 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.487 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8282, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.487 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8282 08:19:51.487 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.487 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.487 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.487 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.487 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.487 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.488 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.488 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.488 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.488 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.488 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.488 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283 08:19:51.488 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.488 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8283, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.488 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283 08:19:51.488 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.489 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.489 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.489 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.489 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.489 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.488 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.552 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.552 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.552 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.552 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.552 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284 08:19:51.552 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.552 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8284, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.552 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.553 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8284 08:19:51.553 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8284 08:19:51.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, 08:19:51.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1501] send request 08:19:51.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1501] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, 08:19:51.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, 08:19:51.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1501] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1501] added with generated mid KeyMID[127.0.0.1:8283-43246], CON-POST MID=43246, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1501] added with generated token KeyToken[127.0.0.1:8283-8457769EACF5D7BE], CON-POST MID=43246, Token=8457769EACF5D7BE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-43246], KeyToken[127.0.0.1:8283-8457769EACF5D7BE]] 08:19:51.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8283 08:19:51.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,557,T392) 127.0.0.1:8,284 ==> :8,283 [CON-POST MID=43246, Token=8457769EACF5D7BE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.554 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8283) received 58 bytes from 127.0.0.1:8284 08:19:51.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8284-43246] 08:19:51.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.554 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.555 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.555 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.555 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.555 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8285 08:19:51.555 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.555 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8285, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.555 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8285 08:19:51.555 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8285 08:19:51.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503] send request 08:19:51.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1503] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503] added with generated mid KeyMID[127.0.0.1:8282-59206], CON-POST MID=59206, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1503] added with generated token KeyToken[127.0.0.1:8282-B859F70B67DB5192], CON-POST MID=59206, Token=B859F70B67DB5192, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8282-59206], KeyToken[127.0.0.1:8282-B859F70B67DB5192]] 08:19:51.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8282 08:19:51.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,558,T387) 127.0.0.1:8,285 ==> :8,282 [CON-POST MID=59206, Token=B859F70B67DB5192, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8282) received 34 bytes from 127.0.0.1:8285 08:19:51.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8285-59206] 08:19:51.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.556 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504] replace CON-POST MID=59206, Token=B859F70B67DB5192, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=59206, Token=B859F70B67DB5192, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1504] send response null-2.05 MID= -1, Token=null, OptionSet={}, "test" 08:19:51.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, complete]! 08:19:51.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1504, complete] completed ACK-2.04 MID=59206, Token=B859F70B67DB5192, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7! 08:19:51.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8285 08:19:51.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,559,T398) 127.0.0.1:8,282 ==> :8,285 [ACK-2.04 MID=59206, Token=B859F70B67DB5192, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7] 08:19:51.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8285) received 28 bytes from 127.0.0.1:8282 08:19:51.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, complete]! 08:19:51.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, complete] for token KeyToken[127.0.0.1:8282-B859F70B67DB5192] 08:19:51.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1503, complete] for MID KeyMID[127.0.0.1:8282-59206] 08:19:51.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1503, complete] completed CON-POST MID=59206, Token=B859F70B67DB5192, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:51.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1502] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7 08:19:51.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, complete]! 08:19:51.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, complete] completed ACK-2.04 MID=43246, Token=8457769EACF5D7BE, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7! 08:19:51.558 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8284 08:19:51.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,560,T395) 127.0.0.1:8,283 ==> :8,284 [ACK-2.04 MID=43246, Token=8457769EACF5D7BE, OptionSet={"Object-Security":0x}, 18 C2 C8 56 DA 29 0B 12 75 EE 71 38 15 F7] 08:19:51.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8284) received 28 bytes from 127.0.0.1:8283 08:19:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1501, complete]! 08:19:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1501, complete] for token KeyToken[127.0.0.1:8283-8457769EACF5D7BE] 08:19:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1501, complete] for MID KeyMID[127.0.0.1:8283-43246] 08:19:51.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1501, complete] completed CON-GET MID= -1, Token=8457769EACF5D7BE, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8282/resource"}, -/- CON-POST MID=43246, Token=8457769EACF5D7BE, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8282"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! ==[ CoAP Response ]============================================ MID : 43246 Token : 8457769EACF5D7BE Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 5 ms Payload: 4 Bytes =============================================================== 08:19:51.558 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.558 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.559 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8282 08:19:51.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8282 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8282] stopping ... 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /127.0.0.1 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8282] has stopped. 08:19:51.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8282 08:19:51.559 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.559 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.559 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.559 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283 08:19:51.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ... 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped. 08:19:51.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283 08:19:51.559 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.559 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.559 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8284 08:19:51.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8284 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] stopping ... 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /0.0.0.0 08:19:51.559 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] has stopped. 08:19:51.559 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8284 08:19:51.560 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.560 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8285 08:19:51.560 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8285 08:19:51.560 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8285] stopping ... 08:19:51.560 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8285, address /0.0.0.0 08:19:51.560 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8285] has stopped. 08:19:51.560 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8285 08:19:51.560 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet 08:19:51.560 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 08:19:51.561 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.561 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.561 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.561 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.561 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.561 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.561 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.562 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.562 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8286 08:19:51.562 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.562 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8286, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8286 08:19:51.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.562 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.562 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.562 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.562 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.562 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.563 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.563 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.563 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.563 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.563 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287 08:19:51.563 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.563 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8287, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.563 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287 08:19:51.564 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.564 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.564 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.564 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.564 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.564 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.564 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.564 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.564 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.564 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8288 08:19:51.564 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.564 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8288, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.564 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8288 08:19:51.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.565 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8288 08:19:51.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50167], CON-POST MID=50167, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated token KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50167, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50167], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8287 08:19:51.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,561,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50167, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:51.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 189 bytes from 127.0.0.1:8288 08:19:51.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50167] 08:19:51.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.567 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.567 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.567 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.567 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.567 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8289 08:19:51.567 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.567 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8289, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.568 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8289 08:19:51.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.568 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8289 08:19:51.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1507] send request 08:19:51.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1507] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1507] added with generated mid KeyMID[127.0.0.1:8286-5029], CON-POST MID= 5029, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1507] added with generated token KeyToken[127.0.0.1:8286-90B80DE84ADDDE22], CON-POST MID= 5029, Token=90B80DE84ADDDE22, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8286-5029], KeyToken[127.0.0.1:8286-90B80DE84ADDDE22]] 08:19:51.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8286 08:19:51.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,562,T403) 127.0.0.1:8,289 ==> :8,286 [CON-POST MID= 5029, Token=90B80DE84ADDDE22, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:51.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8286) received 165 bytes from 127.0.0.1:8289 08:19:51.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8289-5029] 08:19:51.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.568 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508] replace CON-POST MID= 5029, Token=90B80DE84ADDDE22, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= 5029, Token=90B80DE84ADDDE22, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1508] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 256 bytes 08:19:51.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, complete]! 08:19:51.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, complete] completed ACK-2.04 MID= 5029, Token=90B80DE84ADDDE22, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:19:51.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 280 bytes to 127.0.0.1:8289 08:19:51.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,563,T414) 127.0.0.1:8,286 ==> :8,289 [ACK-2.04 MID= 5029, Token=90B80DE84ADDDE22, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:19:51.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8289) received 280 bytes from 127.0.0.1:8286 08:19:51.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1507, complete]! 08:19:51.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1507, complete] for token KeyToken[127.0.0.1:8286-90B80DE84ADDDE22] 08:19:51.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1507, complete] for MID KeyMID[127.0.0.1:8286-5029] 08:19:51.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1507, complete] completed CON-POST MID= 5029, Token=90B80DE84ADDDE22, OptionSet={"Object-Security":0x0900}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! 08:19:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [266/32] requires blockwise transfer 08:19:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=0, currentSzx=0, bufferSize=266, complete=false], transfers in progress: 1 08:19:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1506] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, complete]! 08:19:51.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1506, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes -/- ACK-2.04 MID=50167, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:19:51.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8288 08:19:51.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,564,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50167, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:19:51.570 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 52 bytes from 127.0.0.1:8287 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/, 127.0.0.1:8287] inbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8287]: currentNum=0, currentSzx=0, bufferSize=266, complete=false], transfers in progress: 1, ACK-2.04 MID=50167, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50167, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8286"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50168], CON-POST MID=50168, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-50167] 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50168, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.571 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50168], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.571 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:19:51.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,565,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50168, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:19:51.571 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:19:51.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50168] 08:19:51.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=1, currentSzx=1, bufferSize=266, complete=false] 08:19:51.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1509] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47 08:19:51.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1509, complete]! 08:19:51.572 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1509, complete] completed ACK-2.04 MID=50168, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47! 08:19:51.572 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:19:51.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,566,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50168, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47] 08:19:51.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:19:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50168, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50169], CON-POST MID=50169, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-50168] 08:19:51.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50169, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50169], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.573 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:19:51.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,567,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50169, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:19:51.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:19:51.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50169] 08:19:51.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=2, currentSzx=1, bufferSize=266, complete=false] 08:19:51.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1510] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD 08:19:51.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, complete]! 08:19:51.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, complete] completed ACK-2.04 MID=50169, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD! 08:19:51.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:19:51.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,568,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50169, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD] 08:19:51.574 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50169, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50170], CON-POST MID=50170, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-50169] 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50170, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50170], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.574 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:19:51.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,569,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50170, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:19:51.575 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:19:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50170] 08:19:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=3, currentSzx=1, bufferSize=266, complete=false] 08:19:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1511] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06 08:19:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1511, complete]! 08:19:51.575 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1511, complete] completed ACK-2.04 MID=50170, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06! 08:19:51.575 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:19:51.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,570,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50170, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06] 08:19:51.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:19:51.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50170, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50171], CON-POST MID=50171, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-50170] 08:19:51.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50171, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50171], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.576 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:19:51.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,571,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50171, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:19:51.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:19:51.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50171] 08:19:51.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=4, currentSzx=1, bufferSize=266, complete=false] 08:19:51.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1512] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6 08:19:51.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, complete]! 08:19:51.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1512, complete] completed ACK-2.04 MID=50171, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6! 08:19:51.577 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:19:51.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,572,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50171, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 3A C0 73 85 D0 97 87 E5 9E F0 EB D3 E2 2B 7D 5A C8 8F 2F 36 4C 52 9D 98 9A EF A0 1A 2B 27 76 C6] 08:19:51.577 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:19:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50171, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50172], CON-POST MID=50172, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-50171] 08:19:51.577 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50172, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50172], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.578 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:19:51.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,573,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50172, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:19:51.578 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:19:51.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50172] 08:19:51.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=5, currentSzx=1, bufferSize=266, complete=false] 08:19:51.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1513] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2 08:19:51.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1513, complete]! 08:19:51.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1513, complete] completed ACK-2.04 MID=50172, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2! 08:19:51.578 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:19:51.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,574,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50172, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F0 D6 71 19 D6 09 08 C1 53 7B 39 F6 48 95 57 AA AB F9 AF 01 D0 4C 0F 5C 69 3E B5 5A 1E 99 34 B2] 08:19:51.579 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50172, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50173], CON-POST MID=50173, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-50172] 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50173, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.579 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50173], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.579 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:19:51.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,575,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50173, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:19:51.580 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:19:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50173] 08:19:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=6, currentSzx=1, bufferSize=266, complete=false] 08:19:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1514] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82 08:19:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, complete]! 08:19:51.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1514, complete] completed ACK-2.04 MID=50173, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82! 08:19:51.580 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:19:51.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,576,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50173, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D5 E2 8E 80 79 5F 33 17 7A 56 52 C1 20 97 C0 1F FB C6 99 82 D4 65 6B 3D 79 CA E3 DE 98 F7 AE 82] 08:19:51.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:19:51.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50173, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50174], CON-POST MID=50174, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-50173] 08:19:51.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50174, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50174], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.581 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:19:51.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,577,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50174, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:19:51.581 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:19:51.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50174] 08:19:51.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=7, currentSzx=1, bufferSize=266, complete=false] 08:19:51.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1515] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C 08:19:51.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1515, complete]! 08:19:51.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1515, complete] completed ACK-2.04 MID=50174, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C! 08:19:51.581 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8288 08:19:51.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,578,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50174, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F ED 8C 3C 50 FA 24 19 BF D0 55 E6 E6 90 0E 27 1E 62 49 FF DC 9A 1D 79 16 1F BD 11 A6 F8 9A 8C] 08:19:51.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 49 bytes from 127.0.0.1:8287 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50174, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] send request 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1505] prepare retransmission for CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] added with generated mid KeyMID[127.0.0.1:8287-50175], CON-POST MID=50175, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505] for MID KeyMID[127.0.0.1:8287-50174] 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1505] keep for KeyToken[127.0.0.1:8287-6C83211CA5B75D7D], CON-POST MID=50175, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, 08:19:51.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-50175], KeyToken[127.0.0.1:8287-6C83211CA5B75D7D]] 08:19:51.582 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8287 08:19:51.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,579,T408) 127.0.0.1:8,288 ==> :8,287 [CON-POST MID=50175, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, ] 08:19:51.582 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8287) received 49 bytes from 127.0.0.1:8288 08:19:51.582 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8288-50175] 08:19:51.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8288]: currentNum=8, currentSzx=1, bufferSize=266, complete=true] 08:19:51.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1516] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45 08:19:51.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, complete]! 08:19:51.583 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1516, complete] completed ACK-2.04 MID=50175, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45! 08:19:51.583 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 27 bytes to 127.0.0.1:8288 08:19:51.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,580,T411) 127.0.0.1:8,287 ==> :8,288 [ACK-2.04 MID=50175, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, CF 66 4B 0C 35 6E E3 C8 8E 45] 08:19:51.583 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8288) received 27 bytes from 127.0.0.1:8287 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/, 127.0.0.1:8287]], block2 transfers still in progress: 0 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=50167, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Size2":266}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505] replace CON-POST MID=50175, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, acked by CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, complete]! 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, complete] for token KeyToken[127.0.0.1:8287-6C83211CA5B75D7D] 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1505, complete] for MID KeyMID[127.0.0.1:8287-50175] 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1505, complete] completed CON-POST MID= -1, Token=6C83211CA5B75D7D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8286/resource"}, "98257387005764743526667350535128".. 128 bytes! 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 50167 Token : 6C83211CA5B75D7D Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 18 ms Payload: 256 Bytes =============================================================== 08:19:51.584 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.584 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.584 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8286 08:19:51.584 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8286 08:19:51.584 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8286] stopping ... 08:19:51.584 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /127.0.0.1 08:19:51.584 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8286] has stopped. 08:19:51.584 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8286 08:19:51.584 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.584 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.584 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.584 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287 08:19:51.584 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287 08:19:51.584 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ... 08:19:51.584 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1 08:19:51.584 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped. 08:19:51.585 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287 08:19:51.585 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.585 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.585 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8288 08:19:51.585 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8288 08:19:51.585 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8288] stopping ... 08:19:51.585 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8288, address /0.0.0.0 08:19:51.585 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8288] has stopped. 08:19:51.585 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8288 08:19:51.585 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.585 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8289 08:19:51.585 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8289 08:19:51.585 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8289] stopping ... 08:19:51.585 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8289, address /0.0.0.0 08:19:51.585 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8289] has stopped. 08:19:51.585 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8289 08:19:51.585 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW 08:19:51.586 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseGetProxyClientBW 08:19:51.586 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.586 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.586 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.586 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.586 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.587 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.587 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.587 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.587 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.587 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8290 08:19:51.587 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.587 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8290, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.587 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.587 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8290 08:19:51.587 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.587 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.587 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.587 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.588 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.588 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.588 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.588 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.588 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.588 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.588 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8291 08:19:51.588 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.588 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8291, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.588 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.588 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8291 08:19:51.588 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.589 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.589 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.589 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.589 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.589 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.589 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.589 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.589 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8292 08:19:51.589 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.589 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8292, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.589 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.589 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.589 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8292 08:19:51.590 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8292 08:19:51.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:19:51.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.590 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID= -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-12455], CON-POST MID=12455, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated token KeyToken[127.0.0.1:8291-40BBC513332A0E35], CON-POST MID=12455, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-12455], KeyToken[127.0.0.1:8291-40BBC513332A0E35]] 08:19:51.591 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8291 08:19:51.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,581,T424) 127.0.0.1:8,292 ==> :8,291 [CON-POST MID=12455, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 58 bytes from 127.0.0.1:8292 08:19:51.591 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-12455] 08:19:51.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8293 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8293, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8293 08:19:51.592 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8293 08:19:51.592 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.592 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1519] send request 08:19:51.592 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1519] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1519] added with generated mid KeyMID[127.0.0.1:8290-54687], CON-POST MID=54687, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1519] added with generated token KeyToken[127.0.0.1:8290-DCEB5FB2486A09CE], CON-POST MID=54687, Token=DCEB5FB2486A09CE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 08:19:51.593 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8290-54687], KeyToken[127.0.0.1:8290-DCEB5FB2486A09CE]] 08:19:51.593 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8290 08:19:51.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,582,T419) 127.0.0.1:8,293 ==> :8,290 [CON-POST MID=54687, Token=DCEB5FB2486A09CE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3] 08:19:51.593 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8290) received 34 bytes from 127.0.0.1:8293 08:19:51.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8293-54687] 08:19:51.593 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.593 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1520] replace CON-POST MID=54687, Token=DCEB5FB2486A09CE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, by CON-GET MID=54687, Token=DCEB5FB2486A09CE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, 08:19:51.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1520] send response null-2.05 MID= -1, Token=null, OptionSet={}, "98257387005764743526667350535128".. 128 bytes 08:19:51.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1520, complete]! 08:19:51.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1520, complete] completed ACK-2.04 MID=54687, Token=DCEB5FB2486A09CE, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes! 08:19:51.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 152 bytes to 127.0.0.1:8293 08:19:51.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,583,T430) 127.0.0.1:8,290 ==> :8,293 [ACK-2.04 MID=54687, Token=DCEB5FB2486A09CE, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes] 08:19:51.594 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8293) received 152 bytes from 127.0.0.1:8290 08:19:51.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1519, complete]! 08:19:51.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1519, complete] for token KeyToken[127.0.0.1:8290-DCEB5FB2486A09CE] 08:19:51.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1519, complete] for MID KeyMID[127.0.0.1:8290-54687] 08:19:51.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1519, complete] completed CON-POST MID=54687, Token=DCEB5FB2486A09CE, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3! 08:19:51.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [138/32] requires blockwise transfer 08:19:51.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1 08:19:51.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1518] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:51.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1518, complete]! 08:19:51.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1518, complete] completed null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes -/- ACK-2.04 MID=12455, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02! 08:19:51.594 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8292 08:19:51.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,584,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=12455, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02] 08:19:51.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 51 bytes from 127.0.0.1:8291 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for KeyUri[coap:/, 127.0.0.1:8291] inbound block2 transfer [KeyUri[coap:/, 127.0.0.1:8291]: currentNum=0, currentSzx=0, bufferSize=138, complete=false], transfers in progress: 1, ACK-2.04 MID=12455, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-POST MID=12455, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8290"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3 by CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-12456], CON-GET MID=12456, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517] for MID KeyMID[127.0.0.1:8291-12455] 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] keep for KeyToken[127.0.0.1:8291-40BBC513332A0E35], CON-GET MID=12456, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-12456], KeyToken[127.0.0.1:8291-40BBC513332A0E35]] 08:19:51.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8291 08:19:51.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,585,T424) 127.0.0.1:8,292 ==> :8,291 [CON-GET MID=12456, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ] 08:19:51.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 48 bytes from 127.0.0.1:8292 08:19:51.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-12456] 08:19:51.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=1, currentSzx=1, bufferSize=138, complete=false] 08:19:51.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1521] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47 08:19:51.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1521, complete]! 08:19:51.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1521, complete] completed ACK-2.04 MID=12456, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47! 08:19:51.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8292 08:19:51.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,586,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=12456, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 18 98 1F C3 3E 58 28 8D 9E 11 B9 DA DC 54 84 EC 21 F4 72 3E 9A 86 B7 AC 2E CA C0 62 50 E1 C6 47] 08:19:51.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 49 bytes from 127.0.0.1:8291 08:19:51.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID=12456, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, acked by CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:19:51.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-12457], CON-GET MID=12457, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517] for MID KeyMID[127.0.0.1:8291-12456] 08:19:51.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] keep for KeyToken[127.0.0.1:8291-40BBC513332A0E35], CON-GET MID=12457, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-12457], KeyToken[127.0.0.1:8291-40BBC513332A0E35]] 08:19:51.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8291 08:19:51.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,587,T424) 127.0.0.1:8,292 ==> :8,291 [CON-GET MID=12457, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ] 08:19:51.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 48 bytes from 127.0.0.1:8292 08:19:51.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-12457] 08:19:51.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=2, currentSzx=1, bufferSize=138, complete=false] 08:19:51.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1522] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD 08:19:51.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1522, complete]! 08:19:51.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1522, complete] completed ACK-2.04 MID=12457, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD! 08:19:51.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8292 08:19:51.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,588,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=12457, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F0 37 57 AD 8C 76 B8 7E F4 39 60 FF D6 4D 07 53 FD E6 BA EE 5B CB 54 A1 AF 1D C4 70 83 A0 7F FD] 08:19:51.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 49 bytes from 127.0.0.1:8291 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID=12457, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, acked by CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-12458], CON-GET MID=12458, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517] for MID KeyMID[127.0.0.1:8291-12457] 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] keep for KeyToken[127.0.0.1:8291-40BBC513332A0E35], CON-GET MID=12458, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-12458], KeyToken[127.0.0.1:8291-40BBC513332A0E35]] 08:19:51.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8291 08:19:51.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,589,T424) 127.0.0.1:8,292 ==> :8,291 [CON-GET MID=12458, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ] 08:19:51.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 48 bytes from 127.0.0.1:8292 08:19:51.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-12458] 08:19:51.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=3, currentSzx=1, bufferSize=138, complete=false] 08:19:51.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1523] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06 08:19:51.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1523, complete]! 08:19:51.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1523, complete] completed ACK-2.04 MID=12458, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06! 08:19:51.656 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8292 08:19:51.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,590,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=12458, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 5F 67 6E A8 DE A9 27 F9 3F E8 B3 94 CA 4C CB 0F 75 B1 41 4F 39 6C 27 88 28 70 8D E4 9B F1 06] 08:19:51.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 49 bytes from 127.0.0.1:8291 08:19:51.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID=12458, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, acked by CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] send request 08:19:51.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1517] prepare retransmission for CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] added with generated mid KeyMID[127.0.0.1:8291-12459], CON-GET MID=12459, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517] for MID KeyMID[127.0.0.1:8291-12458] 08:19:51.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1517] keep for KeyToken[127.0.0.1:8291-40BBC513332A0E35], CON-GET MID=12459, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8291-12459], KeyToken[127.0.0.1:8291-40BBC513332A0E35]] 08:19:51.657 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 48 bytes to 127.0.0.1:8291 08:19:51.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,591,T424) 127.0.0.1:8,292 ==> :8,291 [CON-GET MID=12459, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ] 08:19:51.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8291) received 48 bytes from 127.0.0.1:8292 08:19:51.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8292-12459] 08:19:51.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[coap:/, 127.0.0.1:8292]: currentNum=4, currentSzx=1, bufferSize=138, complete=true] 08:19:51.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1524] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C 08:19:51.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1524, complete]! 08:19:51.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1524, complete] completed ACK-2.04 MID=12459, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C! 08:19:51.658 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 27 bytes to 127.0.0.1:8292 08:19:51.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,592,T427) 127.0.0.1:8,291 ==> :8,292 [ACK-2.04 MID=12459, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)"}, 3A C0 9D 98 E0 F8 FF 6D DC 1C] 08:19:51.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8292) received 27 bytes from 127.0.0.1:8291 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap all blocks have been retrieved, assembling response and delivering to application layer 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[coap:/, 127.0.0.1:8291]], block2 transfers still in progress: 0 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04 MID=12455, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Size2":138}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..138 bytes 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517] replace CON-GET MID=12459, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, acked by CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1517, complete]! 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517, complete] for token KeyToken[127.0.0.1:8291-40BBC513332A0E35] 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1517, complete] for MID KeyMID[127.0.0.1:8291-12459] 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1517, complete] completed CON-GET MID= -1, Token=40BBC513332A0E35, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8290/resource"}, ! 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context ==[ CoAP Response ]============================================ MID : 12455 Token : 40BBC513332A0E35 Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 68 ms Payload: 128 Bytes =============================================================== 08:19:51.659 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.659 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.659 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8290 08:19:51.659 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8290 08:19:51.659 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8290] stopping ... 08:19:51.659 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8290, address /127.0.0.1 08:19:51.659 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8290] has stopped. 08:19:51.659 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8290 08:19:51.659 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.659 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.659 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.659 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8291 08:19:51.659 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8291 08:19:51.659 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8291] stopping ... 08:19:51.659 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8291, address /127.0.0.1 08:19:51.660 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8291] has stopped. 08:19:51.660 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8291 08:19:51.660 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.660 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.660 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8292 08:19:51.660 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8292 08:19:51.660 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8292] stopping ... 08:19:51.660 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8292, address /0.0.0.0 08:19:51.660 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8292] has stopped. 08:19:51.660 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8292 08:19:51.660 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.660 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8293 08:19:51.660 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8293 08:19:51.660 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8293] stopping ... 08:19:51.660 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8293, address /0.0.0.0 08:19:51.660 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8293] has stopped. 08:19:51.660 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8293 08:19:51.661 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseGetProxyClientBW 08:19:51.661 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 08:19:51.662 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.662 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.662 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.662 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.662 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.662 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.662 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.663 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.663 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.663 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8294 08:19:51.663 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.663 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8294, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.663 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8294 08:19:51.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.663 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.663 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.663 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.663 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.663 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:51.664 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:51.664 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.664 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.664 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:51.664 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8295 08:19:51.664 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.664 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8295, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:51.664 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8295 08:19:51.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:51.664 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.664 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.665 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.665 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.665 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.665 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8296 08:19:51.665 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.665 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8296, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8296 08:19:51.665 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8296 08:19:51.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1525] send request 08:19:51.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1525] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes 08:19:51.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1525] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1525] added with generated mid KeyMID[127.0.0.1:8295-19351], CON-POST MID=19351, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1525] added with generated token KeyToken[127.0.0.1:8295-804C05F4F184563B], CON-POST MID=19351, Token=804C05F4F184563B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes 08:19:51.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8295-19351], KeyToken[127.0.0.1:8295-804C05F4F184563B]] 08:19:51.667 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8295 08:19:51.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,593,T440) 127.0.0.1:8,296 ==> :8,295 [CON-POST MID=19351, Token=804C05F4F184563B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes] 08:19:51.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8295) received 189 bytes from 127.0.0.1:8296 08:19:51.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8296-19351] 08:19:51.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly 08:19:51.667 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:51.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:51.667 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:51.667 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:51.668 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:51.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:51.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:51.668 [CoapServer(main)#1] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:51.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:51.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8297 08:19:51.668 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:51.668 [CoapServer(main)#1] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8297, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:51.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:51.668 [CoapServer(main)#1] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8297 08:19:51.668 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8297 08:19:51.668 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:51.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer 08:19:51.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8294]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:51.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:19:51.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-31942], CON-POST MID=31942, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated token KeyToken[127.0.0.1:8294-C4B8034146E2BE03], CON-POST MID=31942, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 08:19:51.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-31942], KeyToken[127.0.0.1:8294-C4B8034146E2BE03]] 08:19:51.669 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8294 08:19:51.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,594,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=31942, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9] 08:19:51.669 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 54 bytes from 127.0.0.1:8297 08:19:51.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-31942] 08:19:51.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0) 08:19:51.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[coap:/, 127.0.0.1:8297]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1 08:19:51.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come 08:19:51.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1528] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, 08:19:51.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1528, complete]! 08:19:51.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1528, complete] completed ACK-2.31 MID=31942, Token=C4B8034146E2BE03, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ! 08:19:51.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8297 08:19:51.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,595,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.31 MID=31942, Token=C4B8034146E2BE03, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, ] 08:19:51.670 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 15 bytes from 127.0.0.1:8294 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0) 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=1]: CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID=31942, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9 by CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-31943], CON-POST MID=31943, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527] for MID KeyMID[127.0.0.1:8294-31942] 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] keep for KeyToken[127.0.0.1:8294-C4B8034146E2BE03], CON-POST MID=31943, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-31943], KeyToken[127.0.0.1:8294-C4B8034146E2BE03]] 08:19:51.670 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8294 08:19:51.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,596,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=31943, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37] 08:19:51.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 51 bytes from 127.0.0.1:8297 08:19:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-31943] 08:19:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1) 08:19:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8297] for CON-POST MID=31943, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 08:19:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come 08:19:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1529] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, 08:19:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1529, complete]! 08:19:51.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1529, complete] completed ACK-2.31 MID=31943, Token=C4B8034146E2BE03, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ! 08:19:51.671 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8297 08:19:51.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,597,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.31 MID=31943, Token=C4B8034146E2BE03, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, ] 08:19:51.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 15 bytes from 127.0.0.1:8294 08:19:51.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1) 08:19:51.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=2]: CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID=31943, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, acked 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37 by CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:19:51.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-31944], CON-POST MID=31944, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527] for MID KeyMID[127.0.0.1:8294-31943] 08:19:51.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] keep for KeyToken[127.0.0.1:8294-C4B8034146E2BE03], CON-POST MID=31944, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-31944], KeyToken[127.0.0.1:8294-C4B8034146E2BE03]] 08:19:51.672 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8294 08:19:51.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,598,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=31944, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B] 08:19:51.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 51 bytes from 127.0.0.1:8297 08:19:51.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-31944] 08:19:51.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2) 08:19:51.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8297] for CON-POST MID=31944, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B 08:19:51.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come 08:19:51.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1530] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, 08:19:51.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1530, complete]! 08:19:51.672 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1530, complete] completed ACK-2.31 MID=31944, Token=C4B8034146E2BE03, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ! 08:19:51.672 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8297 08:19:51.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,599,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.31 MID=31944, Token=C4B8034146E2BE03, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, ] 08:19:51.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 15 bytes from 127.0.0.1:8294 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=2) 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=3]: CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID=31944, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, acked E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B by CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-31945], CON-POST MID=31945, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527] for MID KeyMID[127.0.0.1:8294-31944] 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] keep for KeyToken[127.0.0.1:8294-C4B8034146E2BE03], CON-POST MID=31945, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-31945], KeyToken[127.0.0.1:8294-C4B8034146E2BE03]] 08:19:51.673 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8294 08:19:51.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,600,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=31945, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB] 08:19:51.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 51 bytes from 127.0.0.1:8297 08:19:51.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-31945] 08:19:51.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3) 08:19:51.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8297] for CON-POST MID=31945, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB 08:19:51.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come 08:19:51.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1531] send response null-2.31 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, 08:19:51.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1531, complete]! 08:19:51.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1531, complete] completed ACK-2.31 MID=31945, Token=C4B8034146E2BE03, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ! 08:19:51.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8297 08:19:51.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,601,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.31 MID=31945, Token=C4B8034146E2BE03, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, ] 08:19:51.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 15 bytes from 127.0.0.1:8294 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=3) 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap sending (next) Block1 [num=4]: CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527] replace CON-POST MID=31945, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, acked 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB by CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] send request 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1527] prepare retransmission for CON-POST MID= -1, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] added with generated mid KeyMID[127.0.0.1:8294-31946], CON-POST MID=31946, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527] for MID KeyMID[127.0.0.1:8294-31945] 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1527] keep for KeyToken[127.0.0.1:8294-C4B8034146E2BE03], CON-POST MID=31946, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:51.674 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8294-31946], KeyToken[127.0.0.1:8294-C4B8034146E2BE03]] 08:19:51.675 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8294 08:19:51.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,602,T435) 127.0.0.1:8,297 ==> :8,294 [CON-POST MID=31946, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00] 08:19:51.675 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8294) received 40 bytes from 127.0.0.1:8297 08:19:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8297-31946] 08:19:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4) 08:19:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[coap:/, 127.0.0.1:8297] for CON-POST MID=31946, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00 08:19:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer 08:19:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[coap:/, 127.0.0.1:8297]], block1 transfers still in progress: 0 08:19:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise 08:19:51.675 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:51.675 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.675 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:51.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1532] send response null-2.05 MID= -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes 08:19:51.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1532, complete]! 08:19:51.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1532, complete] completed ACK-2.04 MID=31946, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:19:51.676 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 283 bytes to 127.0.0.1:8297 08:19:51.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,603,T446) 127.0.0.1:8,294 ==> :8,297 [ACK-2.04 MID=31946, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:19:51.676 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8297) received 283 bytes from 127.0.0.1:8294 08:19:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=false, num=4) 08:19:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1527, complete]! 08:19:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527, complete] for token KeyToken[127.0.0.1:8294-C4B8034146E2BE03] 08:19:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1527, complete] for MID KeyMID[127.0.0.1:8294-31946] 08:19:51.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1527, complete] completed CON-POST MID=31942, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes -/- CON-POST MID=31946, Token=C4B8034146E2BE03, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, acked EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00! 08:19:51.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly 08:19:51.676 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1526] send response null-2.04 MID= -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes 08:19:51.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1526, complete]! 08:19:51.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1526, complete] completed ACK-2.04 MID=19351, Token=804C05F4F184563B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes! 08:19:51.677 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 283 bytes to 127.0.0.1:8296 08:19:51.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,604,T443) 127.0.0.1:8,295 ==> :8,296 [ACK-2.04 MID=19351, Token=804C05F4F184563B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 C2 85 0B 9B 68 13 59 59 B3 74 C9 AB D1 CF 53 0D 88 B9 0C C3 B0 DA B4 92 C5 1D 79 ED 9E B0 02..266 bytes] 08:19:51.677 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8296) received 283 bytes from 127.0.0.1:8295 08:19:51.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:51.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:51.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:51.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:51.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1525, complete]! 08:19:51.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1525, complete] for token KeyToken[127.0.0.1:8295-804C05F4F184563B] 08:19:51.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1525, complete] for MID KeyMID[127.0.0.1:8295-19351] 08:19:51.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1525, complete] completed CON-POST MID= -1, Token=804C05F4F184563B, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8294/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST MID=19351, Token=804C05F4F184563B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8294"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes! ==[ CoAP Response ]============================================ MID : 19351 Token : 804C05F4F184563B Type : ACK Status : 2.05 - CONTENT Options: {"Object-Security":0x} RTT : 11 ms Payload: 256 Bytes =============================================================== 08:19:51.677 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.677 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.678 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8294 08:19:51.678 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8294 08:19:51.678 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8294] stopping ... 08:19:51.678 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8294, address /127.0.0.1 08:19:51.678 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8294] has stopped. 08:19:51.678 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8294 08:19:51.678 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.678 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.678 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:51.678 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8295 08:19:51.678 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8295 08:19:51.678 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8295] stopping ... 08:19:51.678 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8295, address /127.0.0.1 08:19:51.678 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8295] has stopped. 08:19:51.678 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8295 08:19:51.678 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:51.678 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.678 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8296 08:19:51.678 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8296 08:19:51.678 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8296] stopping ... 08:19:51.678 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8296, address /0.0.0.0 08:19:51.679 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8296] has stopped. 08:19:51.679 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8296 08:19:51.679 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:51.679 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8297 08:19:51.679 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8297 08:19:51.679 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8297] stopping ... 08:19:51.679 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8297, address /0.0.0.0 08:19:51.679 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8297] has stopped. 08:19:51.679 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8297 08:19:51.679 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW 08:19:51.680 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ cf-oscore --- [INFO] [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ cf-oscore --- [INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-3.3.x-nightly/legal/target/apidocs. Ignored it. [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.californium.cose... Loading source files for package org.eclipse.californium.oscore... Constructing Javadoc information... Standard Doclet version 1.7.0_80 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/AlgorithmID.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/Attribute.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/CoseException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/Encrypt0Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/EncryptCommon.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/HeaderKeys.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/MessageTag.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ByteId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/CoapOSException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/CoapOSExceptionHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ContextRederivation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ContextRederivation.PHASE.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/Decryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/Encryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ErrorDescriptions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/HashMapCtxDB.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ObjectSecurityContextLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ObjectSecurityLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OptionJuggle.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCtx.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCtxDB.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreEndpointContextInfo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OscoreOptionDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OscoreOptionEncoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/RequestDecryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/RequestEncryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ResponseDecryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ResponseEncryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/overview-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/MessageTag.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/HeaderKeys.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/EncryptCommon.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Encrypt0Message.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/CoseException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Attribute.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/AlgorithmID.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ResponseEncryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ResponseDecryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/RequestEncryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/RequestDecryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OscoreOptionEncoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OscoreOptionDecoder.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OptionJuggle.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ObjectSecurityLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ObjectSecurityContextLayer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSSerializer.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreStack.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreResource.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreEndpointContextInfo.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCtxDB.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCtx.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCoapStackFactory.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/HashMapCtxDB.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ErrorDescriptions.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/Encryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/Decryptor.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ContextRederivation.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ContextRederivation.PHASE.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/CoapOSExceptionHandler.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/CoapOSException.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ByteId.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-use.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/index-all.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/allclasses-frame.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/allclasses-noframe.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/apidocs/help-doc.html... [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-assembly-plugin:3.3.0:single (make-assembly) @ cf-oscore --- [INFO] Building jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT.jar [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (large-tests) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- 08:19:54.855 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:54.869 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP. 08:19:54.870 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS. 08:19:54.871 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP. [INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest 08:19:54.885 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 08:19:54.968 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup 08:19:54.969 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed! 08:19:55.001 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length 08:19:55.001 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true 08:19:55.002 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported! 08:19:55.002 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0. 08:19:55.002 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7. 08:19:55.087 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:55.095 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:55.096 [main] INFO org.eclipse.californium.ban - Started. 08:19:55.097 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:55.110 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:55.126 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:55.128 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:55.131 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:55.133 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:55.134 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:55.134 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192 08:19:55.134 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:55.136 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8192, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:55.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:55.136 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:55.136 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192 08:19:55.145 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.41.255 - eth0. 08:19:55.145 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:55.145 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:55.145 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:55.145 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:55.146 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:55.147 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:55.147 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:55.147 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:55.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:55.147 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193 08:19:55.147 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:55.148 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:55.148 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:55.148 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:55.148 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193 08:19:55.148 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap 08:19:55.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] send request 08:19:55.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1] prepare retransmission for CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1] replace CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=D889B08F75F9BB3F 08:19:55.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with KeyMID[127.0.0.1:8192-38290], CON-FETCH MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1] added with token KeyToken[127.0.0.1:8192-D889B08F75F9BB3F], CON-FETCH MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-38290], KeyToken[127.0.0.1:8192-D889B08F75F9BB3F]] 08:19:55.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192 08:19:55.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T14) 127.0.0.1:8,193 ==> :8,192 [CON-FETCH MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8] 08:19:55.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 43 bytes from 127.0.0.1:8193 08:19:55.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-38290] 08:19:55.177 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:55.177 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:55.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:55.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2] replace CON-FETCH MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - initiating an observe relation between 127.0.0.1:8193 and resource /oscore/observe2, Exchange[R2] 08:19:55.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 08:19:55.184 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between 127.0.0.1:8193#D889B08F75F9BB3F and resource /oscore/observe2 (Exchange[R2], size 1) 08:19:55.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2] send response null-2.05 MID= -1, Token=null, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one" 08:19:55.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, complete]! 08:19:55.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, complete] completed ACK-2.04 MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 08:19:55.189 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8193 08:19:55.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T17) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 08:19:55.189 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 32 bytes from 127.0.0.1:8192 08:19:55.190 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:55.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:55.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:55.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:55.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, complete]! 08:19:55.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for token KeyToken[127.0.0.1:8192-D889B08F75F9BB3F] 08:19:55.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, complete] for MID KeyMID[127.0.0.1:8192-38290] 08:19:55.191 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1, complete] completed CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8! 08:19:55.193 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 08:19:55.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 08:19:55.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 08:19:55.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2] send response NON-2.05 MID= -1, Token=null, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "two" 08:19:55.878 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[R2] added with generated mid KeyMID[127.0.0.1:8193-43539], NON-2.04 MID=43539, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 08:19:55.879 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8193 08:19:55.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T17) 127.0.0.1:8,192 ==> :8,193 [NON-2.04 MID=43539, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 08:19:55.879 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 34 bytes from 127.0.0.1:8192 08:19:55.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=D889B08F75F9BB3F: CON-FETCH MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.881 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - re-created exchange from original observe request: CON-FETCH MID=38290, Token=D889B08F75F9BB3F, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-43539] 08:19:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:55.882 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, complete]! 08:19:55.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=43539, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 08:19:55.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 08:19:55.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=43539, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 08:19:55.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4] send request 08:19:55.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4] prepare retransmission for CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.885 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4] replace CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:19:55.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L4] added with generated mid KeyMID[127.0.0.1:8192-38291], CON-FETCH MID=38291, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:19:55.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L4] added with token KeyToken[127.0.0.1:8192-D889B08F75F9BB3F], CON-FETCH MID=38291, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:19:55.886 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-38291], KeyToken[127.0.0.1:8192-D889B08F75F9BB3F]] 08:19:55.887 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8192 08:19:55.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T14) 127.0.0.1:8,193 ==> :8,192 [CON-FETCH MID=38291, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A] 08:19:55.887 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 45 bytes from 127.0.0.1:8193 08:19:55.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-38291] 08:19:55.888 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:55.888 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:55.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:55.888 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5] replace CON-FETCH MID=38291, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=38291, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.889 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation 127.0.0.1:8193#D889B08F75F9BB3F with /oscore/observe2 (Exchange[R2]) 08:19:55.889 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between 127.0.0.1:8193#D889B08F75F9BB3F and resource /oscore/observe2 (Exchange[R2], size 0) 08:19:55.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R5] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "two" 08:19:55.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, complete]! 08:19:55.890 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, complete] completed ACK-2.04 MID=38291, Token=D889B08F75F9BB3F, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 08:19:55.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, complete]! 08:19:55.891 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8193 08:19:55.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[R2, complete] for MID KeyMID[127.0.0.1:8193-43539] 08:19:55.891 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, complete] completed NON-2.04 MID=43539, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 08:19:55.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T17) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04 MID=38291, Token=D889B08F75F9BB3F, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 08:19:55.891 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 30 bytes from 127.0.0.1:8192 08:19:55.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:55.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:55.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:55.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:55.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, complete]! 08:19:55.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L4, complete] for token KeyToken[127.0.0.1:8192-D889B08F75F9BB3F] 08:19:55.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L4, complete] for MID KeyMID[127.0.0.1:8192-38291] 08:19:55.892 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L4, complete] completed CON-GET MID= -1, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=38291, Token=D889B08F75F9BB3F, OptionSet={"Observe":1, "Object-Security":0x0901}, acked 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A! 08:19:55.895 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:55.895 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:55.895 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192 08:19:55.895 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192 08:19:55.896 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ... 08:19:55.896 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1 08:19:55.896 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped. 08:19:55.896 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192 08:19:55.896 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:55.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193 08:19:55.897 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193 08:19:55.897 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ... 08:19:55.897 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0 08:19:55.897 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped. 08:19:55.897 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193 08:19:55.898 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 08:19:55.898 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. 08:19:55.899 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:55.900 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 08:19:55.900 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:55.901 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:55.901 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:55.901 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:55.901 [main] INFO org.eclipse.californium.core.CoapServer - Starting server 08:19:55.902 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0 08:19:55.902 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:55.902 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:55.902 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1 08:19:55.902 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194 08:19:55.902 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:55.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]] 08:19:55.903 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]] 08:19:55.903 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8194, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:55.903 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194 08:19:55.904 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length 08:19:55.904 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator 08:19:55.904 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context 08:19:55.904 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false 08:19:55.904 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor 08:19:55.905 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0 08:19:55.905 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider 08:19:55.905 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active. 08:19:55.905 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0 08:19:55.905 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195 08:19:55.905 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads 08:19:55.905 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] 08:19:55.905 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8195, recv buf = 0, send buf = 0, recv packet size = 2048 08:19:55.905 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 08:19:55.906 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195 08:19:55.906 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap 08:19:55.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L6] send request 08:19:55.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L6] prepare retransmission for CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6] replace CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=86A68EFA232AA125 08:19:55.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L6] added with KeyMID[127.0.0.1:8194-28991], CON-FETCH MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L6] added with token KeyToken[86A68EFA232AA125], CON-FETCH MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:55.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-28991], KeyToken[86A68EFA232AA125]] 08:19:55.910 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8194 08:19:55.910 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T24) 127.0.0.1:8,195 ==> :8,194 [CON-FETCH MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8] 08:19:55.910 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 43 bytes from 127.0.0.1:8195 08:19:55.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-28991] 08:19:55.911 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:55.911 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:55.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:55.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7] replace CON-FETCH MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:55.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.server.ServerMessageDeliverer - initiating an observe relation between 127.0.0.1:8195 and resource /oscore/observe2, Exchange[R7] 08:19:55.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications. 08:19:55.912 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between 127.0.0.1:8195#86A68EFA232AA125 and resource /oscore/observe2 (Exchange[R7], size 1) 08:19:55.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7] send response null-2.05 MID= -1, Token=null, OptionSet={"Observe":0, "Content-Format":"text/plain"}, "one" 08:19:55.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, complete]! 08:19:55.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, complete] completed ACK-2.04 MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96! 08:19:55.913 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8195 08:19:55.913 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T27) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96] 08:19:55.913 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 32 bytes from 127.0.0.1:8194 08:19:55.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:55.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:55.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:55.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:55.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, complete]! 08:19:55.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L6, complete] for token KeyToken[86A68EFA232AA125] 08:19:55.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L6, complete] for MID KeyMID[127.0.0.1:8194-28991] 08:19:55.914 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L6, complete] completed CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8! 08:19:55.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05 MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 08:19:55.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: one 08:19:55.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05 MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one" 08:19:56.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7] send response NON-2.05 MID= -1, Token=null, OptionSet={"Observe":1, "Content-Format":"text/plain"}, "two" 08:19:56.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[R7] added with generated mid KeyMID[127.0.0.1:8195-31688], NON-2.04 MID=31688, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E 08:19:56.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8195 08:19:56.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T27) 127.0.0.1:8,194 ==> :8,195 [NON-2.04 MID=31688, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E] 08:19:56.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 34 bytes from 127.0.0.1:8194 08:19:56.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=86A68EFA232AA125: CON-FETCH MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0900}, acked AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:56.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - re-created exchange from original observe request: CON-FETCH MID=28991, Token=86A68EFA232AA125, OptionSet={"Observe":0, "Object-Security":0x0900}, AE 59 08 1A 62 8F 42 E4 DB 8E B9 1E B1 84 20 35 54 67 FF FD 23 1A 19 90 25 A8 08:19:56.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-31688] 08:19:56.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:56.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:56.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:56.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:56.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, complete]! 08:19:56.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05 MID=31688, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 08:19:56.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies. NOTIFICATION: two 08:19:56.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05 MID=31688, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two" 08:19:56.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityContextLayer - Request: CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:56.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9] send request 08:19:56.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L9] prepare retransmission for CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:56.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Request: CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:56.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9] replace CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-FETCH MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:19:56.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9] added with generated mid KeyMID[127.0.0.1:8194-28992], CON-FETCH MID=28992, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:19:56.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L9] added with token KeyToken[86A68EFA232AA125], CON-FETCH MID=28992, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A 08:19:56.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-28992], KeyToken[86A68EFA232AA125]] 08:19:56.661 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8194 08:19:56.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T24) 127.0.0.1:8,195 ==> :8,194 [CON-FETCH MID=28992, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0901}, 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A] 08:19:56.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 45 bytes from 127.0.0.1:8195 08:19:56.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-28992] 08:19:56.662 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.RequestDecryptor - Removes E options from outer options which are not allowed there 08:19:56.662 [CoapServer(main)#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:56.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not initiated due to it being disabled for this context 08:19:56.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10] replace CON-FETCH MID=28992, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, by CON-GET MID=28992, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, 08:19:56.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation 127.0.0.1:8195#86A68EFA232AA125 with /oscore/observe2 (Exchange[R7]) 08:19:56.663 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between 127.0.0.1:8195#86A68EFA232AA125 and resource /oscore/observe2 (Exchange[R7], size 0) 08:19:56.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10] send response null-2.05 MID= -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "two" 08:19:56.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, complete]! 08:19:56.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, complete] completed ACK-2.04 MID=28992, Token=86A68EFA232AA125, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E! 08:19:56.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, complete]! 08:19:56.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[R7, complete] for MID KeyMID[127.0.0.1:8195-31688] 08:19:56.664 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8195 08:19:56.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, complete] completed NON-2.04 MID=31688, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E! 08:19:56.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T27) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04 MID=28992, Token=86A68EFA232AA125, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E] 08:19:56.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 30 bytes from 127.0.0.1:8194 08:19:56.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected 08:19:56.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.ResponseDecryptor - Removes E options from outer options which are not allowed there 08:19:56.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.oscore.OptionJuggle - Removing inner only E options from the outer options 08:19:56.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context 08:19:56.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, complete]! 08:19:56.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, complete] for token KeyToken[86A68EFA232AA125] 08:19:56.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L9, complete] for MID KeyMID[127.0.0.1:8194-28992] 08:19:56.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L9, complete] completed CON-GET MID= -1, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, -/- CON-FETCH MID=28992, Token=86A68EFA232AA125, OptionSet={"Observe":1, "Object-Security":0x0901}, acked 19 95 45 75 DB C3 A5 25 33 D0 8D 43 5B FD 48 B9 FB 14 0C C6 C9 B9 4B 14 B1 A5 0A! 08:19:56.667 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown 08:19:56.667 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server 08:19:56.667 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194 08:19:56.667 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194 08:19:56.667 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ... 08:19:56.668 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1 08:19:56.668 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped. 08:19:56.668 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194 08:19:56.668 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed 08:19:56.668 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195 08:19:56.668 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195 08:19:56.668 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ... 08:19:56.668 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0 08:19:56.668 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped. 08:19:56.669 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195 08:19:56.669 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve 08:19:56.669 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.789 s - in org.eclipse.californium.oscore.OSCoreObserveTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (native-tests) @ cf-oscore --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest] [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ cf-oscore --- [INFO] [INFO] --- revapi-maven-plugin:0.14.6:check (default) @ cf-oscore --- [INFO] Skipping execution [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign-jars) @ cf-oscore --- [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar [INFO] Signing jar: /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ cf-oscore --- [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT-sources.jar [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ cf-oscore --- [INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred")... [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/pom.xml to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/californium-3.3.x-nightly/cf-oscore/target/cf-oscore-3.3.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/californium-3.3.x-nightly/target/nexus-staging/deferred/org/eclipse/californium/cf-oscore/3.3.1-SNAPSHOT/cf-oscore-3.3.1-SNAPSHOT-sources.jar [INFO] Deploying remotely... [INFO] Bulk deploying locally gathered artifacts from directory: [INFO] * Bulk deploying locally gathered snapshot artifacts [INFO] * Bulk deploy of locally gathered snapshot artifacts finished. [INFO] Remote deploy finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Californium (Cf) Parent 3.3.1-SNAPSHOT: [INFO] [INFO] Californium (Cf) Parent ............................ SUCCESS [ 5.484 s] [INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [ 2.138 s] [INFO] Californium (Cf) BOM ............................... SUCCESS [ 0.033 s] [INFO] Californium (Cf) Legal Documents ................... SUCCESS [ 1.620 s] [INFO] Californium (Cf) Demo Certificates ................. SUCCESS [ 1.221 s] [INFO] Californium (Cf) Element Connector ................. SUCCESS [ 15.651 s] [INFO] Scandium (Sc) Core ................................. SUCCESS [02:29 min] [INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 31.016 s] [INFO] Californium (Cf) Core .............................. SUCCESS [01:55 min] [INFO] Cf-Unix-Health ..................................... SUCCESS [ 4.848 s] [INFO] Cf-command-line-interface .......................... SUCCESS [ 7.243 s] [INFO] Cf-cli-tcp-netty ................................... SUCCESS [ 8.839 s] [INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 10.648 s] [INFO] Californium (Cf) OSGi .............................. SUCCESS [ 9.656 s] [INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 0.810 s] [INFO] Cf-PlugtestServer .................................. SUCCESS [ 10.958 s] [INFO] Cf-PlugtestClient .................................. SUCCESS [ 5.246 s] [INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 9.144 s] [INFO] Cf-OSCORE .......................................... SUCCESS [ 31.226 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:02 min [INFO] Finished at: 2022-03-03T08:20:14Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS